Skip to content

v2.0.0

Compare
Choose a tag to compare
@ixje ixje released this 05 Jul 17:20
· 65 commits to master since this release

What's Changed

  • ci: fix pypi publish by @ixje in #244
  • ci: update CI shield badge by @ixje in #245
  • setup: specify the supported Python versions in setup.cfg by @Hecate2 in #246
  • vm: add new opcodes PUSHT & PUSHF by @ixje in #247
  • docs: remove obsolete statement on ARM support by @ixje in #251
  • setup: update documentation related commands in Makefile by @ixje in #252
  • vm: add support for pushing dicts in ScriptBuilder by @ixje in #254
  • vm: optimise opcode generation when pushing Sequence types in ScriptBuilder by @NeoDashboard in #256
  • contracts: add Backwards option for Find SYSCALL by @ixje in #257
  • setup: Python 3.11 support by @ixje in #259
  • api: remove debug code by @ixje in #261
  • api: add as_bytes to unwrap helpers by @ixje in #263
  • api: fix type of data argument by @ixje in #264
  • vm: add stack limit to iterator unwrapping by @ixje in #265
  • ci: resolve setup-python deprecation warning by @ixje in #266
  • network: fix WitnessCondition deserialization by @ixje in #267
  • api: expose data argument on transfer_friendly by @ixje in #268
  • wallet: fix Wallet.from_json/from_file for multiple accounts with passwords by @ixje in #269 (BREAKING CHANGE)
  • api: add 1 out n multi-sig signing support for use with ChainFacade by @ixje in #270
  • wallet: add public_key_to_script_hash() utility function by @ixje in #271

Full Changelog: v1.0.0...v2.0.0