v0.9.0
github-actions
released this
27 Nov 00:07
·
168 commits
to master
since this release
New features
- New sequential interpreter, which makes it easier to write scripts in which one operation depends on the result of a previous one.
- New
tenderly
module that can be used to fork the blockchain from a certain point, simulate transactions (from any address), and advance time. It introduces the following commands:fork
: Used to execute all the commands within a simulated blockchain fork from a specific block number and a specific address.wait
: Used to advance time and blocks in the simulated blockchain.expect
: Used to specify an expected outcome or test case.
- New
for
command used to repeat many operations with different parameters.