-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tariscript): multisig ordered signatures and pubkeys (#5961)
Description --- Update the multisig op code checks to care about the order of keys and signatures. This is to assist with reducing the amount of iterations and processing a node is required to perform to validate a collection. Motivation and Context --- Low/Minor audit issue to reduce processing for nodes. Closes: #5806 How Has This Been Tested? --- Test suite / CI What process can a PR reviewer use to test or verify this change? --- Look at the test additions. They make it more clear what the effects of the changes are. Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify --------- Co-authored-by: SW van Heerden <[email protected]>
- Loading branch information
1 parent
9b90c3f
commit 14e334a
Showing
1 changed file
with
48 additions
and
11 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