0.11.0
github-actions
released this
22 Nov 13:22
·
717 commits
to master
since this release
Forge
Added
elect
cheatcode for mocking the sequencer address. Read more here.--rerun-failed
option to run tests that failed during the last run.
Changed
start_warp
andstop_warp
now takeCheatTarget
as the first argument instead ofContractAddress
. Read more here.start_prank
andstop_prank
now takeCheatTarget
as the first argument instead ofContractAddress
. Read more here.start_roll
andstop_roll
now takeCheatTarget
as the first argument instead ofContractAddress
. Read more here.
PS: Credits to @bllu404 for the help with the new interfaces for cheats!
Fixed
- using unsupported
available_gas
attribute now fails the specific test case instead of the whole runner
Cast
Added
- MVP for cairo deployment scripts with declare, deploy, invoke and call