0.18.0
github-actions
released this
21 Feb 14:29
·
464 commits
to master
since this release
Forge
snforge
require Scarb >= 2.5.4 to work - breaking changes to prepare for migration to USC
Added
- contract names to call trace
--max-n-steps
argument that allows setting own steps limit
Changed
- Unknown entry point error when calling a contract counts as a panic
- Cairo edition set to
2023_11
Fixed
- Calling Cairo 0 contract no longer cancels cheatcodes in further calls
Cast
Added
script init
command to generate a template file structure for deployment scripts- Warning is emitted when executing sncast commands if the node's JSON-RPC version is incompatible
Changed
- to run a deployment script it is required to use
script run
subcommand