Forge
Added
set_balance
cheatcode for setting an ERC-20 token balance for specified contract address. The STRK token is now pre-deployed in every test by default. This can be disabled by adding#[disable_predeployed_contracts]
attribute to test.- added option to display trace of contracts execution. Read more here
Changed
- "Success data" message is no longer printed when a test using the
#[should_panic]
attribute passes
Cast
Added
- when using
sncast call
the response will be printed as a Cairo-like string representation of the return values
Changed
- The supported RPC version is now 0.8.1