Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
TAGS
20 tagsrefactor(anvil-core): make ImpersonatedTransaction and BlockInfo generic (#13629)
refactor(anvil): make Signer generic over Network (#13632)
fix(foundryup): support versioned installs for tempo network (#13607) Co-authored-by: onbjerg <8862627+onbjerg@users.noreply.github.com>
refactor(cheatcodes,evm): use JournalTr and JournalExt trait methods (#13581) Co-authored-by: Amp <amp@ampcode.com>
fix(cast): correct max_int boundary check for uint255 (#13568)
Update flake.lock (#13564) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: onbjerg <onbjerg@users.noreply.github.com>
fix(evm): avoid wrong CowBackend initialization in load_allocs and clone_account (#13554) Co-authored-by: Amp <amp@ampcode.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
refactor(wallets): browser wallet generic `Network` (#13550)
fix: correct flag name in error message from --compiler-version to --… (#13539)
feat(primitives): add `FoundryTransactionBuilder` trait (#13512) Co-authored-by: figtracer <1gusredo@gmail.com>
ci(release): revert action-gh-release to v2.4.2 (#13527)
fix(anvil): prevent panic in `utc_from_secs` for out-of-range timestamps (#13520)
chore(deps): weekly `cargo update` (#13513) Co-authored-by: mattsse <19890894+mattsse@users.noreply.github.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
refactor(script-sequence): extract duplicated filter logic (#13500)
feat(anvil): add --max-transactions CLI flag (#13495)
move `sccache --show-stats` into build RUN to show actual stats (#13483)
prevent balance overflow in anvil_addBalance (#13457) Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
fix: bind TempDir guard in clone test to prevent premature cleanup (#13471) Amp-Thread-ID: https://ampcode.com/threads/T-019c6840-d225-723a-bf92-46e4e29c7ad1 Co-authored-by: Amp <amp@ampcode.com>
feat(evm): `ForkDatabase`/`MultiFork` generic over `Network` (#13459) * feat(evm): `ForkDatabase`/`MultiFork` generic over `Network` bump `foundry-fork-db` * fix: typo
chore(deps): weekly `cargo update` (#13449)