Forge
Added
snforge completion
command - used to generate autocompletion script- Cheats for
get_block_hash_syscall
- new
--tracked-resource
flag, that will change currently tracked resource
(cairo-steps
for vm resources - default;sierra-gas
for sierra gas consumed resources in cairo native)
Changed
- gas is now reported using resource bounds triplet (l1_gas, l1_data_gas and l2_gas)
available_gas
now accepts named arguments denoting resource bounds (eg #[available_gas(l1_gas: 1, l1_data_gas: 2, l2_gas: 3)])
Fixed
- Bug with file locking that prevented forking from working on Windows
Cast
Added
sncast completion
command - used to generate autocompletion script