Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2024-11-09)
Other
- fix(
forge test
): record only test fns in test failures (#9286)
Nightly
Other
- fix(
forge test
): record only test fns in test failures (#9286)
Nightly (2024-11-08)
Other
- fix(forge): fix stack overflow when the lib path is absolute. (#9190)
- fix(remappings): ignore remappings of root proj dirs when merging (#9258)
- feat(
cheatcodes
): mockCall with bytes4 data (#9267)
- feat: update to Soldeer v0.5.0 (#9281)
Nightly (2024-11-06)
Other
- fix(remappings): check if remapping to add starts with existing remapping name (#9246)
- chore: ignore flaky rostock chain test (#9261)
- fix(anvil): set auto-unlock an alias of auto-impersonate (#9256)
Nightly (2024-11-05)
Other
- fix(
forge doc
): display custom natspec tag (#9257)
- chore: do not print anvil launch info if silent (#9259)
- feat: add global
--json
flag (#9244)
- chore(
forge
): enforce common::shell
for forge
crate (#9231)
Nightly (2024-11-04)
Other
- chore(deps): weekly
cargo update
(#9254)
Nightly (2024-11-03)
Other
- perf: cap default poll interval (#9250)
- fix: better error handling when waiting for receipt (#9253)
- fix: use
Debug
when formatting errors (#9251)
Nightly (2024-11-02)
Other
- fix(anvil): on anvil_mine jump to next timestamp before mine new block (#9241)
- fix(
deps
): update alloy-chains
to fix Celo explorer API URL (#9242)
- fix: reset shell colors based on the input style (#9243)
- fix: avoid deadlock in nested shell calls (#9245)
- anvil: Correctly set HF fields for Genesis block (#9248)
Nightly (2024-11-01)
Other
- feat(cast): add string-decode to decode string (#9237)
- chore: avoid unnecessary
mut
(#9238)