Skip to content
Snippets Groups Projects
Select Git revision
  • 3a49eca827996d9ccd8515a8a8aa111fd200e407
  • 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
28 results

send_identity.py

Blame
    • Vincent Texier's avatar
      3a49eca8
      [enh] #95 refactor Document.signatures (List) as Document.signature (str)... · 3a49eca8
      Vincent Texier authored
      [enh] #95 refactor Document.signatures (List) as Document.signature (str) (break backward compatibility)
      
      Transaction can have multiple signatures, with Transaction.signatures attribute and Transaction.multi_sign([keys]) method.
      
      verifying_key.py is refactored heavily to avoid circular reference:
      * method VerifyingKey.verify_document() removed, use Document.check_signature(pubkey) or Transaction.check_signatures(pubkeys) instead
      * method VerifyingKey.verify_ws2p_head() is removed, use Document.check_signature(pubkey) instead.
      3a49eca8
      History
      [enh] #95 refactor Document.signatures (List) as Document.signature (str)...
      Vincent Texier authored
      [enh] #95 refactor Document.signatures (List) as Document.signature (str) (break backward compatibility)
      
      Transaction can have multiple signatures, with Transaction.signatures attribute and Transaction.multi_sign([keys]) method.
      
      verifying_key.py is refactored heavily to avoid circular reference:
      * method VerifyingKey.verify_document() removed, use Document.check_signature(pubkey) or Transaction.check_signatures(pubkeys) instead
      * method VerifyingKey.verify_ws2p_head() is removed, use Document.check_signature(pubkey) instead.
    send_identity.py 2.96 KiB