-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented authorised segwit transaction signing (#172)
Implemented authorised segwit transaction signing - Implemented signer changes to allow for both legacy and segwit sighash computation and signing - Implemented new signing operation and changes in existing signing operations in middleware to support ledger changes - Added ledger tests support for segwit signing tests - Added new ledger test cases covering multiple segwit signing use cases - Added new and updated existing middleware unit tests - Updated protocol documentation to reflect new signing operation and changes in existing signing operations - Updated integration tests tag for CI - Added version info to TCPSigner
- Loading branch information
1 parent
d8474c7
commit aea9013
Showing
44 changed files
with
1,860 additions
and
814 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.