Skip to content

Commit

Permalink
Merge pull request #74 from SiaFoundation/nate/txn-consistency
Browse files Browse the repository at this point in the history
Refactor V1 transaction signing
  • Loading branch information
n8maninger authored Dec 4, 2024
2 parents c75330f + 4f091cd commit 2e6bc70
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 66 deletions.
7 changes: 7 additions & 0 deletions .changeset/remove_transactionsign.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sia_sdk: minor
---

# 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.
Loading

0 comments on commit 2e6bc70

Please sign in to comment.