-
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.
feat(transaction)!: allow multiple signers (#1053)
Description --- Allow multiple signers for a transaction Motivation and Context --- This enables many use cases including paying for another user's fees (gasless) and invoking two or more components owned by different public keys in the same transaction. It is possible for a party to remove all signatures but one and still have a valid transaction. In future, we'll add a final signature that includes all signatures in the preimage. How Has This Been Tested? --- Manually. TODO: Multiple signer integration test What process can a PR reviewer use to test or verify this change? --- Submit transactions requiring badges from multiple public keys Breaking Changes --- - [ ] None - [x] Requires data directory to be deleted - [ ] Other - Please specify BREAKING CHANGE: wallet database changed, transaction struct changed
- Loading branch information
Showing
37 changed files
with
1,191 additions
and
1,055 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
Oops, something went wrong.