Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2024-11-01)
Nightly (2024-10-31)
Other
- fix: allow_hyphen_values for constructor args (#9225)
- chore(meta): update SECURITY.md (#9230)
- fix(
--gas-report
): add back signatures, even if empty, avoid nesting multiple selectors (#9229) - feat(
cheatcodes
): access broadcast artifacts (#9107) - fix(
anvil
): setstorage.best_number
correctly (#9215) - feat(
--gas-report
): add option to include tests (#9232) - fix: remove steps after steps tracing cheatcodes are done (#9234)
- fix: rename flag as_int -> as-int (#9235)
Nightly (2024-10-30)
Other
- feat: make
--gas-report
w/--json
output one JSON blob and addcontract_path
to output (#9216) - fix(forge create): set skip_is_verified_check: true (#9222)
- feat(cast) add creation-code method [#8973] (#9029)
- refactor: simplify
merge_db_account_data
(#9223) - test: update test (#9226)
- style: smol refactor (#9224)
Nightly (2024-10-29)
Nightly (2024-10-28)
Nightly (2024-10-27)
Nightly (2024-10-26)
Nightly (2024-10-25)
Fixes
- fix(
evm
): set blob_excess_gas_and_price (#9186)
Other
- fix(chisel): on edit fail command only if execution failed (#9155)
- chore: cleanup shell module (#9178)
- chore: add warning on persisted invariant scenario failure (#9171)
- feat(invariant): add basic metrics report (#9158)
- fix: add back
silent
option in Anvil'sNodeConfig
(#9181) - chore(
cast
): fixstorage_layout
test due to request timeouts w/ Optimism explorer (#9182) - chore(deps): bump alloy + revm + fork-db (#9183)
- fix(
evm
): detect blob tx and set evm version (#9185) - chore(
cast
): enforcecommon::shell
for cast binary (#9174) - fix(cli): etherlink needs eth_estimateGas for gas calculation (#9188)
- fix(fmt): multiline single param only if func definition is multiline for
all_params
(#9187) - chore(
chisel
): enforcecommon::shell
for chisel binary (#9177) - feat(
cast
): add flag equivalents of parseUnits, formatUnits (#9165) - feat(cast): add
--rpc-timeout
option (#9044)
Nightly (2024-10-24)
Other
- feat(
anvil
): support mining with same block.timestamp (#9160) - chore: format chained error for EvmError (#9169)
- Add debug file dump (#7375)
- chore(deps): bumps alloy, revm, fork-db (#9150)
- feat: add
foundry_common::shell
to unify log behavior (#9109) - chore: refactor debugger dump code (#9170)
- fix(anvil): Apply state overrides in debug_traceCall (#9172)
- feat(fmt): add
all_params
config - same asall
but split single param too (#9176)
Nightly (2024-10-23)
- No changes