Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@EtienneWallet EtienneWallet released this 07 Feb 06:14
· 32 commits to main since this release
ef36214

2.0.0 - 2023-10-20

Added

  • Checkpoints for Scenario
  • ContractUpgradeStep
  • Auto retry for empty query results
  • python step class
  • Value key can now of any depth for Scenario data
  • SceneStep
  • analyze module

Fixed

  • Use of missing signer for LedgerAccount
  • Missing parsing of hexadecimal value as string

Changed

  • 🚨 BREAKING CHANGE 🚨 checks attribute has been given for all TransactionStep, sometimes replacing check_success
  • 🚨 BREAKING CHANGE 🚨 . and [] are used instead of % to specify a Scenario value key
  • 🚨 BREAKING CHANGE 🚨 data.data.py renamed into data.execution_data.py
  • Upgrade MultiversX python libraries
  • int is preferred over number for query return type

Fixed

  • Bug with the skip confirmation CLI command
  • Wrong token properties set during token registration

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