Forge
Added
--max-threadsflag to control the maximum number of threads used for test executionoptimize-inliningsubcommand, which performs a brute-force search of the optimalinlining-strategythreshold for the project over user defined benchmark
Fixed
- Bug with invalid function name mappings for functions with
#[test]attribute --exit-firstflag now correctly stops execution for all packages when tests are run in a workspace
Cast
Added
- Support for Ledger hardware wallet as a transaction signer
sncast get noncecommand to get the nonce of a contractsncast multicall execute, which allows to pass calls directly as CLI arguments. Read more here
Changed
sncast balanceandsncast tx-statuscommands have been moved undersncast getsubcommand (sncast get balance,sncast get tx-status). The old commands still work, but will be removed in the future.- Referencing an id in multicall configuration files now requires the
@prefix.