-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8064afd
commit 4685858
Showing
8 changed files
with
22 additions
and
24 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
.changeset/add_id_derivation_helpers_to_transactions_blocks_and_siafund_claims.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters