#173: Make Transaction multi-sign by default, and add Tx.check_signatures() test on multi-sig tx
Merged
#173: Make Transaction multi-sign by default, and add Tx.check_signatures() test on multi-sig tx
173_tx_multi_sig
into
dev
All threads resolved!
All threads resolved!
- Make Transaction multi-sign by default
Store SigningKey and Signature arguments/attributes in Lists. Overwrite Document.{sign(),check_signature()} as undefined.
Disable pylint error at Transaction class scope: https://stackoverflow.com/a/22224042 Because of NotImplementedError exception, not happening with Exception
- Add multi-sig tx test from g1-test tx
Close #173 (closed).
Merge request reports
Activity
changed milestone to %1.0.0
added D: Transfer Test labels
mentioned in merge request !144 (merged)
added 1 commit
- e5be93fe - [mod] #173 (closed): Allow to pass an instance or a list of SigningKey and pubkey
mentioned in issue #173 (closed)
- Resolved by Moul
- Resolved by Moul
added 14 commits
- 776a7546 - [enh] #95 (closed) remove useless signature argument from Document.__init__
- f1832d94 - [enh] #95 (closed) add Identity.from_lookup_response() to simplify examples
- 63d12fde - [enh] #95 (closed) refactor Document.signatures (List) as Document.signature (str)...
- ffb41355 - [enh] #95 (closed) add optional signing_key argument in Document sub-classes
- a756e69e - [enh] #172 (closed) refactor subclass version argument as optional with default=subclass.VERSION
- ebadd1ef - [enh] #95 (closed) set time argument optional in SimpleTransaction
- 603e231b - [enh] #95 (closed) refactor subclass currency argument as optional with...
- 51c56302 - [fix] #95 (closed) fix check_signatures order and optimize code
- 392b0ce6 - [dep] Update websocket-client and attrs to major releases
- 93c7a443 - [dep] categorize deps: network, parsing, crypto
- ba089bcf - [ci] Define extends on a one-liner
- a192a19f - [mod] #174 (closed): Remove GVASUBEndpoint
- 209ef34b - [test] #95 (closed): Add multi-sig tx test from g1-test tx
- 4f17e72c - [mod] #173 (closed): Make Transaction handy with single and multi-sign
Toggle commit list- Resolved by Moul
added 23 commits
-
4f17e72c...8207347e - 21 commits from branch
dev
- 13527de4 - [test] #95 (closed): Add multi-sig tx test from g1-test tx
- 43d71a24 - [mod] #173 (closed): Make Transaction handy with single and multi-sign
-
4f17e72c...8207347e - 21 commits from branch
added 1 commit
- 717b63fb - [mod] #173 (closed): Make Transaction handy with single and multi-sign
Please register or sign in to reply