You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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