Skip to content

v2023.1.17

Compare
Choose a tag to compare
@fametrano fametrano released this 16 Jan 15:53
· 21 commits to master since this release
cfaad37

Major changes include:

  • exported names per module (bip32, block, ec, ecc, mnemonic, psbt, script, tx)
  • added join_psbts and join_txs
  • refactored bip340_nonce
  • improved integration of libsecp256k1
  • added secp256k1-py test vectors
  • improved typing
  • added SECURITY, CONTRIBUTING, bug report and feature request templates
  • added pre-commit hooks
  • adopted mypy --strict and from future import annotations