Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • release/1.1
  • encrypt_comments
  • mnemonic_dewif
  • authors_rules
  • 0.14
  • rtd
  • 1.2.1 protected
  • 1.2.0 protected
  • 1.1.1 protected
  • 1.1.0 protected
  • 1.0.0 protected
  • 1.0.0rc1 protected
  • 1.0.0rc0 protected
  • 1.0.0-rc protected
  • 0.62.0 protected
  • 0.61.0 protected
  • 0.60.1 protected
  • 0.58.1 protected
  • 0.60.0 protected
  • 0.58.0 protected
  • 0.57.0 protected
  • 0.56.0 protected
  • 0.55.1 protected
  • 0.55.0 protected
  • 0.54.3 protected
  • 0.54.2 protected
27 results

send_transaction.py

Blame
    • Moul's avatar
      43d71a24
      [mod] #173: Make Transaction handy with single and multi-sign · 43d71a24
      Moul authored
      Store SigningKey and Signature arguments/attributes in Lists.
      Allow to pass an instance or a list of SigningKey and pubkey
      for single and multi signing
      in Transaction.{__init__(),multi_sign(),check_signatures()}
      if instance: store in a list
      
      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
      
      Do not erase previous signatures when signing
      To allow different key owner to sign additonally the Tx doc
      43d71a24
      History
      [mod] #173: Make Transaction handy with single and multi-sign
      Moul authored
      Store SigningKey and Signature arguments/attributes in Lists.
      Allow to pass an instance or a list of SigningKey and pubkey
      for single and multi signing
      in Transaction.{__init__(),multi_sign(),check_signatures()}
      if instance: store in a list
      
      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
      
      Do not erase previous signatures when signing
      To allow different key owner to sign additonally the Tx doc