Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2024-05-02)
Other
- fix: make trace printer work (#7824)
- Fix
eth_signTransaction
request and response (#7804)
- fix: set value before estimating gas (#7829)
Nightly (2024-04-02)
Fixes
- fix: coverage bug (#7532)
Other
- fix(bench): avoid panic if test benchmark execution not success (#7535)
- feat: print IPC path (#7526)
Nightly (2024-03-02)
Other
- chore(forge): simplify run_tests, reduce parallel tasks (#7283)
- feat:
cast mktx
(#7056)
- refactor(forge/test): cache initial executor, don't clone options (#7286)
- chore: remove some unnecessary async/await (#7289)
- feat: add unsafe-password support to cast wallet import (#6671)
Nightly (2024-02-03)
Other
- feat(
forge
): new flatten
implementation (#6936)
- chore: fix typos (#7000)
- added arg and computing state in function of some overrides (#6985)
Nightly (2023-12-02)
Other
- Update README.md (#6479)
- Spelling Corrections for CONTRIBUTING.md (#6476)
- Update cheatcodes.md (#6477)
- chore: typo readme (#6481)
- Add
--save-path
Option to VanityArgs
for Custom Wallet File Saving (#6475)
- chore(deps): update (#6484)
- chore: remove fork db snapshot (#6486)
- chore: add refs to ganache spec (#6483)
- fix: ensure prevrandao is set on reset fork (#6488)
- docs: fix typos (#6490)
- feat(forge): added --json argument to
forge build
command (#6465)
- chore: bump ethers+chains (#6493)
- chore: debugger improvements (#6491)
- chore: debugger improvements 2 (#6494)
Nightly (2023-11-02)
Other
- chore(deps): bumps 2 (#6194)
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)