Skip to content

#173: Make Transaction multi-sign by default, and add Tx.check_signatures() test on multi-sig tx

Moul requested to merge 173_tx_multi_sig into dev
  • 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