Skip to content

Commit

Permalink
chore(deps): bump alloy 0.6.4 (#9280)
Browse files Browse the repository at this point in the history
* bump alloy to 0.6.1

* fix: ui - use AnyRpcBlock
* fix: wallets - use PrimitveSig

* bump 0.6.2

* replace: AnyNetworkBlock with AnyRpcBlock + HeaderResponse with BlockHeader

* fix: configure_tx_env

* fix: crypto cheatcodes

* fix: anvil_core tx

* fix

* fix: verify-bytecode

* fix cast + get_pretty_tx_attr

* fix(`anvil`): core TypedTx + BlockListener task

* fix

* fix: anvil tests

* fix: test_deser_block

* fix: transaction_build

* fix: test load state files

* fix: deny.toml

* fix: try_from AnyRpcTx to DepositTx + bump op-alloy types

* bump

* fix: configure_tx_env

* fix: UiFmt

* fix: vb

* fix: common-fmt tests

* nit

* fix: sig encoding

* fix: process deposit tx in transaction_build

* fix: common-fmt tests

* fix

* Update deny.toml

Co-authored-by: zerosnacks <[email protected]>

* fixes

* fix: use alloy impls for conversions

* nit

* fix: transaction_build

* nit

* fix: eip155 check and rm anvil core utils

* clippy

* nits

* fix

* nit

* fix: impl UIfmt for TxEnvelope and AnyTxEnvelope

* make header in pretty_block_basics exhaustive

* clippy

* fix

* fix: txpool_content

* fix

* fix

* fix overriding hashes

* fix

---------

Co-authored-by: zerosnacks <[email protected]>
Co-authored-by: grandizzy <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2024
1 parent fb5f0e1 commit 25cc1ac
Show file tree
Hide file tree
Showing 48 changed files with 1,124 additions and 966 deletions.
158 changes: 83 additions & 75 deletions Cargo.lock

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,39 +170,39 @@ foundry-linking = { path = "crates/linking" }
# solc & compilation utilities
foundry-block-explorers = { version = "0.9.0", default-features = false }
foundry-compilers = { version = "0.12.3", default-features = false }
foundry-fork-db = "0.6.0"
foundry-fork-db = "0.7.0"
solang-parser = "=0.3.3"

## revm
revm = { version = "17.1.0", default-features = false }
revm-primitives = { version = "13.0.0", default-features = false }
revm-inspectors = { version = "0.10.0", features = ["serde"] }
revm = { version = "18.0.0", default-features = false }
revm-primitives = { version = "14.0.0", default-features = false }
revm-inspectors = { version = "0.11.0", features = ["serde"] }

## ethers
ethers-contract-abigen = { version = "2.0.14", default-features = false }

## alloy
alloy-consensus = { version = "0.5.4", default-features = false }
alloy-contract = { version = "0.5.4", default-features = false }
alloy-eips = { version = "0.5.4", default-features = false }
alloy-genesis = { version = "0.5.4", default-features = false }
alloy-json-rpc = { version = "0.5.4", default-features = false }
alloy-network = { version = "0.5.4", default-features = false }
alloy-provider = { version = "0.5.4", default-features = false }
alloy-pubsub = { version = "0.5.4", default-features = false }
alloy-rpc-client = { version = "0.5.4", default-features = false }
alloy-rpc-types = { version = "0.5.4", default-features = true }
alloy-serde = { version = "0.5.4", default-features = false }
alloy-signer = { version = "0.5.4", default-features = false }
alloy-signer-aws = { version = "0.5.4", default-features = false }
alloy-signer-gcp = { version = "0.5.4", default-features = false }
alloy-signer-ledger = { version = "0.5.4", default-features = false }
alloy-signer-local = { version = "0.5.4", default-features = false }
alloy-signer-trezor = { version = "0.5.4", default-features = false }
alloy-transport = { version = "0.5.4", default-features = false }
alloy-transport-http = { version = "0.5.4", default-features = false }
alloy-transport-ipc = { version = "0.5.4", default-features = false }
alloy-transport-ws = { version = "0.5.4", default-features = false }
alloy-consensus = { version = "0.6.4", default-features = false }
alloy-contract = { version = "0.6.4", default-features = false }
alloy-eips = { version = "0.6.4", default-features = false }
alloy-genesis = { version = "0.6.4", default-features = false }
alloy-json-rpc = { version = "0.6.4", default-features = false }
alloy-network = { version = "0.6.4", default-features = false }
alloy-provider = { version = "0.6.4", default-features = false }
alloy-pubsub = { version = "0.6.4", default-features = false }
alloy-rpc-client = { version = "0.6.4", default-features = false }
alloy-rpc-types = { version = "0.6.4", default-features = true }
alloy-serde = { version = "0.6.4", default-features = false }
alloy-signer = { version = "0.6.4", default-features = false }
alloy-signer-aws = { version = "0.6.4", default-features = false }
alloy-signer-gcp = { version = "0.6.4", default-features = false }
alloy-signer-ledger = { version = "0.6.4", default-features = false }
alloy-signer-local = { version = "0.6.4", default-features = false }
alloy-signer-trezor = { version = "0.6.4", default-features = false }
alloy-transport = { version = "0.6.4", default-features = false }
alloy-transport-http = { version = "0.6.4", default-features = false }
alloy-transport-ipc = { version = "0.6.4", default-features = false }
alloy-transport-ws = { version = "0.6.4", default-features = false }

## alloy-core
alloy-dyn-abi = "0.8.11"
Expand All @@ -222,8 +222,8 @@ alloy-rlp = "0.3"
alloy-trie = "0.6.0"

## op-alloy
op-alloy-rpc-types = "0.5.0"
op-alloy-consensus = "0.5.0"
op-alloy-rpc-types = "0.6.5"
op-alloy-consensus = "0.6.5"

## cli
anstream = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/anvil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ alloy-transport.workspace = true
alloy-chains.workspace = true
alloy-genesis.workspace = true
alloy-trie.workspace = true
op-alloy-consensus.workspace = true
op-alloy-consensus = { workspace = true, features = ["serde"] }

# axum related
axum.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions crates/anvil/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ revm = { workspace = true, default-features = false, features = [
"c-kzg",
] }

alloy-primitives = { workspace = true, features = ["serde"] }
alloy-primitives = { workspace = true, features = ["serde", "rlp"] }
alloy-rpc-types = { workspace = true, features = ["anvil", "trace"] }
alloy-serde.workspace = true
alloy-rlp.workspace = true
alloy-eips.workspace = true
alloy-consensus = { workspace = true, features = ["k256", "kzg"] }
alloy-dyn-abi = { workspace = true, features = ["std", "eip712"] }
alloy-trie.workspace = true
op-alloy-consensus.workspace = true

op-alloy-consensus = { workspace = true, features = ["serde"] }
alloy-network.workspace = true
serde = { workspace = true, optional = true }
serde_json.workspace = true
bytes.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/anvil/core/src/eth/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pub mod proof;
pub mod subscription;
pub mod transaction;
pub mod trie;
pub mod utils;
pub mod wallet;

#[cfg(feature = "serde")]
Expand Down
Loading

0 comments on commit 25cc1ac

Please sign in to comment.