Skip to content

Tags: foundry-rs/foundry

Tags

nightly-d9af753aed6f5cec9394a62131a1ce005502417a

Toggle nightly-d9af753aed6f5cec9394a62131a1ce005502417a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(anvil): use B256 instead of TxHash for block hash parameters (#12961

)

Update mod.rs

nightly-06ee61fa53c65569f0cd7ade7e022878755634f2

Toggle nightly-06ee61fa53c65569f0cd7ade7e022878755634f2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "fix(config): err on unknown profile (#12946)" (#12964)

This reverts commit 6ff4b52.

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(anvil): use B256 instead of TxHash for block hash parameters (#12961

)

Update mod.rs

nightly-b9bc92a471d7691e2db704c4c036d3499b62401f

Toggle nightly-b9bc92a471d7691e2db704c4c036d3499b62401f's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(evm): use timestamp-based blob base fee calculation (#12959)

* fix(evm): use timestamp-based blob base fee calculation

* chore: use patch

* Now BPO1 is default

* bump to hardforks to 0.4.7

---------

Co-authored-by: Matthias Seitz <[email protected]>

nightly-6ff4b52e2e572e93d0cd81591b1bd0e6ad9ed507

Toggle nightly-6ff4b52e2e572e93d0cd81591b1bd0e6ad9ed507's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(config): err on unknown profile (#12946)

nightly-d01c806111e2dd98b1e9bd9078418d80d0ea8909

Toggle nightly-d01c806111e2dd98b1e9bd9078418d80d0ea8909's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(chisel): uninitalized variables (#12937)

nightly-fdf5732d08ce1c67aa0aaf047c3fb86614caf5ae

Toggle nightly-fdf5732d08ce1c67aa0aaf047c3fb86614caf5ae's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: implement Uifmt for foundry primitive types (#12917)

* feat: implement Uifmt for foundry primitive types

* fmt

* comments

nightly-c63d422170d340894da3f81cb035f65469f17c08

Toggle nightly-c63d422170d340894da3f81cb035f65469f17c08's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: respect configured thread count (#12923)

nightly-14a76b1b0065bbd66e3170ea02f9a6a1aeec03f5

Toggle nightly-14a76b1b0065bbd66e3170ea02f9a6a1aeec03f5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: remove redundant empty lines (#12915)

* chore: remove redundant empty lines

* reorder

* chore: rm empty line

nightly-57ded5ab89b3065f413d1ab532404071da770c79

Toggle nightly-57ded5ab89b3065f413d1ab532404071da770c79's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat(cast): derive accounts from mnemonic (#12700)

* feat(cast): derive accounts from mnemonic

* chore: cargo fmt

* chore: nit

* feat: implement tests

* chore: cargo fmt

* stack

* ci

---------

Co-authored-by: grandizzy <[email protected]>
Co-authored-by: DaniPopes <[email protected]>