SIGN IN SIGN UP
foundry-rs / foundry UNCLAIMED

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

0 0 1 Rust

TAGS

20 tags
nightly-10c0ab14a78d9a4f43e437c8714c3b0504b8535f

refactor(anvil-core): make ImpersonatedTransaction and BlockInfo generic (#13629)

nightly-157a15fdf71706f6843f1fd819b55327a4db3533

refactor(anvil): make Signer generic over Network (#13632)

nightly-cc8d371361def713214d231957b98dac2f55ae51

fix(foundryup): support versioned installs for tempo network (#13607) Co-authored-by: onbjerg <8862627+onbjerg@users.noreply.github.com>

nightly-5b6f3c8e64d46b9b9c421106e5281f53896733b7

refactor(cheatcodes,evm): use JournalTr and JournalExt trait methods (#13581) Co-authored-by: Amp <amp@ampcode.com>

nightly-d41efa28fb84305dcbef318a9caa791d86e2011f

fix(cast): correct max_int boundary check for uint255 (#13568)

nightly-185341cc30421b2e2e0cf24af7e8a1a1fd0041e7

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>

nightly-6628501ef5b68182bc87617c329f7ab2a286cf76

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>

nightly-0cb553dcbded54464433cbc6fadd187ccd740ee4

refactor(wallets): browser wallet generic `Network` (#13550)

nightly-b1c38a0db3bba8b7672d1623d2326f33caad038b

fix: correct flag name in error message from --compiler-version to --… (#13539)

nightly-970f6f67dcc76caf52989bb1994b77a216084e91

feat(primitives): add `FoundryTransactionBuilder` trait (#13512) Co-authored-by: figtracer <1gusredo@gmail.com>

nightly-d7fdcddf13c331392e7548d913c51331786151ec

ci(release): revert action-gh-release to v2.4.2 (#13527)

nightly-7db11a53334ee23e6a275e3569a1e31acf21deda

fix(anvil): prevent panic in `utc_from_secs` for out-of-range timestamps (#13520)

nightly-63bb261c14c1a83c301fde2ea7e20279c781be33

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>

nightly-cd93742726fdfbee06b9808aa262a4b3e3419e57

refactor(script-sequence): extract duplicated filter logic (#13500)

nightly-128b8886bfd573cfe063d2ca9fd8daf6655e9289

feat(anvil): add --max-transactions CLI flag (#13495)

nightly-d933f2e375faf2edad05a90e4f8338b71b128e8b

move `sccache --show-stats` into build RUN to show actual stats (#13483)

nightly-94d1caab9fef5d99107f1a5e6cf7313eb23e2a4c

prevent balance overflow in anvil_addBalance (#13457) Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>

nightly-7326b79920fd831758caed60a56edad4af3c8aaf

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>

nightly-f8e3dfaf9a6eb88481c095bf7bf5286b3c5d0b4a

feat(evm): `ForkDatabase`/`MultiFork` generic over `Network` (#13459) * feat(evm): `ForkDatabase`/`MultiFork` generic over `Network` bump `foundry-fork-db` * fix: typo