Release 2.0.0
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 allTransactionStep
, sometimes replacingcheck_success
- 🚨 BREAKING CHANGE 🚨
.
and[]
are used instead of%
to specify aScenario
value key - 🚨 BREAKING CHANGE 🚨
data.data.py
renamed intodata.execution_data.py
- Upgrade MultiversX python libraries
int
is preferred overnumber
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