Skip to content

Commit

Permalink
chore: prepare releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl authored and github-actions[bot] committed Dec 9, 2024
1 parent 8064afd commit 4685858
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 24 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix_element_accumulator_encoding.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/remove_transactionsign.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/v2_signing_implemented.md

This file was deleted.

15 changes: 15 additions & 0 deletions sia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 0.0.2 (2024-12-09)

### Features

- Add JSON serialization to ChainState
- Add ID derivation helpers to transactions, blocks, and siafund claims
- v2 signing implemented

#### Refactor V1 transaction signing

Replaced `v1::Transaction::sign` with `v1::Transaction::whole_sig_hash` and `v1::Transaction::partial_sig_hash`. This change is primarily to provide a more consistent experience with `core` and the V2::Transaction API.

### Fixes

- Fix element accumulator encoding
2 changes: 1 addition & 1 deletion sia/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sia_sdk"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
repository = "https://github.com/SiaFoundation/sia-sdk-rs"
license = "MIT"
Expand Down
5 changes: 5 additions & 0 deletions sia_derive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.0.2 (2024-12-09)

### Features

- Add JSON serialization to ChainState
2 changes: 1 addition & 1 deletion sia_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sia_sdk_derive"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
repository = "https://github.com/SiaFoundation/sia-sdk-rs"
license = "MIT"
Expand Down

0 comments on commit 4685858

Please sign in to comment.