Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2024-07-04)
Nightly (2024-07-03)
Other
- feat(anvil): more flexible configuration
LogCollector
(#8328) - chore(template): update script template to deploy
Counter
contract (#8330) - chore(evm): extract create2 deployer deployer constant (#8331)
- chore: increase tx timeout (#8333)
foundry-fork-db
integration (#8329)- feat: better dropped tx check (#8335)
Nightly (2024-07-02)
Other
- Chore: Refactor code for preventing code duplications (#8292)
- Updating soldeer to version 0.2.16 (#8320)
- chore: tweak profiles once more (#8317)
- fix: only force include txs on first ready poll (#8325)
- chore: include tx in setup output (#8324)
- feat(coverage): add option to ignore directories and files from coverage report (#8321)
Nightly (2024-06-30)
Nightly (2024-07-01)
Other
- chore(deps): bump revm-inspectors (#8300)
- docs(cast): improve vanity help naming (#8306)
- chore(deps): weekly
cargo update
(#8303) - fix: suppress compile reporting for forge flatten (#8313)
- perf: only instantiate Vyper when necessary (#8307)
- chore: pin forge-std in tests + CI job to bump it (#8308)
- chore: update dev shell flake (#8314)
- fix: set next block timestamp as late as possible (#8311)
- feat(cheatcodes): add rpc with url overload (#8316)
Nightly (2024-06-29)
Nightly (2024-06-29)
Other
- feat(anvil): fork from transaction hash (#8228)
- chore: make clippy happy (#8286)
- Update prune-prereleases.js to keep 30 nightlies around (#8282)
- fix: vm rpc encoding (#8288)
- feat: implement EOF methods in Inspector trait (#8123)
- fix(cheatcodes): fallback to string if invalid 0x hex (#8290)
- test: update snekmate rev (#8295)
- feat:
legacy_assertions
config option (#8263) - feat: reduce default gas limit to ~1B (#8274)
Nightly (2024-06-28)
Other
- refactor: use
revm-inspectors
traces for debugger (#8249) - feat(coverage): exit early if tests failed (#8268)
- feat(invariant): collect coverage during runs (#8265)
- chore: remove an unnecessary debug log (#8270)
- fix: correctly adjust depth when calling cheatcodes with
--isolate
(#8273) - fix:
trace_debugTransaction
is inconsistent with geth's responses for tracer 'callTracer' (#6884) - chore: reduce verbosity for ext tests (#8275)
- feat(forge): prettify
ir
andirOptimized
inspect outputs (#8272)