Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2024-07-09)
Other
- chore: don't build OpenChain client if offline (#8390)
Nightly (2024-07-08)
Other
- chore(deps): weekly
cargo update
(#8381)
Nightly (2024-07-07)
Other
- fix: set both tx input fields (#8373)
Nightly (2024-07-06)
Other
- fix: flaky assertion test (#8363)
- docs: fix doc lint (#8364)
- feat(traces): use
TraceWriter
, delegating the formatting of the print trace torevm-inspectors
(#8224) - feat(anvil): use Alloy otterscan types (#8318)
- test: add test for pk parsing (#8366)
- docs: add note about evm_version (#8369)
- test: ignore 502 in can_clone_keep_directory_structure (#8372)
- fix: join paths when passing args to forge build (#8371)
Nightly (2024-07-05)
Other
- feat(forge): option to replay last test run failures only (#8338)
- feat(cheatcodes): add vm.setBlockhash (#8258)
- fix: order of personal sign (#8350)
- Fixes dependency version format error (#8353)
- chore: regenerate HardhatConsole and patches (#8357)
- test: use known contracts when decoding traces (#8358)
- ci: add required checks to merge (#8359)
- chore: add some additional etherscan api keys (#8360)
- chore:
threads
andshow_progress
per profile config (#8341) - test: relax unix time test once again (#8362)
- fix(cheatcodes): overflow in randomNumber w/range (#8361)
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)