Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2023-10-02)
Other
- test: add sig test case (#5969)
Nightly (2023-08-02)
Other
- Add correct processing for non-existent json-keys (#5511)
- Pass details on GasTooHigh (#5489)
- feat(
forge
) - Test scaffolding (#5495)
- fix(
cheatcodes
): disallow using vm.prank
after vm.startPrank
(#5520)
Nightly (2023-07-02)
Other
- perf: spawn tokio runtime once (#5263)
- perf(
runner
): check last fuzz result instead of adding aditional run (#5264)
Nightly (2023-06-02)
Fixes
- fix: dont use default etherscan identifier (#5083)
Other
- feat: bump ethers (#5086)
- feat(cast): switch chain before sending tx if current chain is different (#5077)
- chore: bump solang-parser to 0.3.0 (#5087)
Nightly (2023-05-02)
Other
- fix(anvil): properly estimate gas instead of bailing on
GasTooHigh
(#4861)