Skip to content

v0.0.0a5

Choose a tag to compare

@mykold mykold released this 20 Apr 01:28
· 45 commits to main since this release
c3487e1
  • Delegate the generation of random keypairs in dapp.ED25519 to the .gen() class method instead of relying on an empty constructor
  • Require all subclasses of dapp.abc.Signer to implement .sch, .pub, and .hash as @property attributes rather than methods
  • Mark the package as type-annotated by including the py.typed file (in accordance with PEP 561)