Skip to content

Commit 25cc1ac

Browse files
yash-atreyazerosnacksgrandizzy
authored
chore(deps): bump alloy 0.6.4 (#9280)
* 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]>
1 parent fb5f0e1 commit 25cc1ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1124
-966
lines changed

Cargo.lock

Lines changed: 83 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -170,39 +170,39 @@ foundry-linking = { path = "crates/linking" }
170170
# solc & compilation utilities
171171
foundry-block-explorers = { version = "0.9.0", default-features = false }
172172
foundry-compilers = { version = "0.12.3", default-features = false }
173-
foundry-fork-db = "0.6.0"
173+
foundry-fork-db = "0.7.0"
174174
solang-parser = "=0.3.3"
175175

176176
## revm
177-
revm = { version = "17.1.0", default-features = false }
178-
revm-primitives = { version = "13.0.0", default-features = false }
179-
revm-inspectors = { version = "0.10.0", features = ["serde"] }
177+
revm = { version = "18.0.0", default-features = false }
178+
revm-primitives = { version = "14.0.0", default-features = false }
179+
revm-inspectors = { version = "0.11.0", features = ["serde"] }
180180

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

184184
## alloy
185-
alloy-consensus = { version = "0.5.4", default-features = false }
186-
alloy-contract = { version = "0.5.4", default-features = false }
187-
alloy-eips = { version = "0.5.4", default-features = false }
188-
alloy-genesis = { version = "0.5.4", default-features = false }
189-
alloy-json-rpc = { version = "0.5.4", default-features = false }
190-
alloy-network = { version = "0.5.4", default-features = false }
191-
alloy-provider = { version = "0.5.4", default-features = false }
192-
alloy-pubsub = { version = "0.5.4", default-features = false }
193-
alloy-rpc-client = { version = "0.5.4", default-features = false }
194-
alloy-rpc-types = { version = "0.5.4", default-features = true }
195-
alloy-serde = { version = "0.5.4", default-features = false }
196-
alloy-signer = { version = "0.5.4", default-features = false }
197-
alloy-signer-aws = { version = "0.5.4", default-features = false }
198-
alloy-signer-gcp = { version = "0.5.4", default-features = false }
199-
alloy-signer-ledger = { version = "0.5.4", default-features = false }
200-
alloy-signer-local = { version = "0.5.4", default-features = false }
201-
alloy-signer-trezor = { version = "0.5.4", default-features = false }
202-
alloy-transport = { version = "0.5.4", default-features = false }
203-
alloy-transport-http = { version = "0.5.4", default-features = false }
204-
alloy-transport-ipc = { version = "0.5.4", default-features = false }
205-
alloy-transport-ws = { version = "0.5.4", default-features = false }
185+
alloy-consensus = { version = "0.6.4", default-features = false }
186+
alloy-contract = { version = "0.6.4", default-features = false }
187+
alloy-eips = { version = "0.6.4", default-features = false }
188+
alloy-genesis = { version = "0.6.4", default-features = false }
189+
alloy-json-rpc = { version = "0.6.4", default-features = false }
190+
alloy-network = { version = "0.6.4", default-features = false }
191+
alloy-provider = { version = "0.6.4", default-features = false }
192+
alloy-pubsub = { version = "0.6.4", default-features = false }
193+
alloy-rpc-client = { version = "0.6.4", default-features = false }
194+
alloy-rpc-types = { version = "0.6.4", default-features = true }
195+
alloy-serde = { version = "0.6.4", default-features = false }
196+
alloy-signer = { version = "0.6.4", default-features = false }
197+
alloy-signer-aws = { version = "0.6.4", default-features = false }
198+
alloy-signer-gcp = { version = "0.6.4", default-features = false }
199+
alloy-signer-ledger = { version = "0.6.4", default-features = false }
200+
alloy-signer-local = { version = "0.6.4", default-features = false }
201+
alloy-signer-trezor = { version = "0.6.4", default-features = false }
202+
alloy-transport = { version = "0.6.4", default-features = false }
203+
alloy-transport-http = { version = "0.6.4", default-features = false }
204+
alloy-transport-ipc = { version = "0.6.4", default-features = false }
205+
alloy-transport-ws = { version = "0.6.4", default-features = false }
206206

207207
## alloy-core
208208
alloy-dyn-abi = "0.8.11"
@@ -222,8 +222,8 @@ alloy-rlp = "0.3"
222222
alloy-trie = "0.6.0"
223223

224224
## op-alloy
225-
op-alloy-rpc-types = "0.5.0"
226-
op-alloy-consensus = "0.5.0"
225+
op-alloy-rpc-types = "0.6.5"
226+
op-alloy-consensus = "0.6.5"
227227

228228
## cli
229229
anstream = "0.6"

crates/anvil/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ alloy-transport.workspace = true
6767
alloy-chains.workspace = true
6868
alloy-genesis.workspace = true
6969
alloy-trie.workspace = true
70-
op-alloy-consensus.workspace = true
70+
op-alloy-consensus = { workspace = true, features = ["serde"] }
7171

7272
# axum related
7373
axum.workspace = true

crates/anvil/core/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ revm = { workspace = true, default-features = false, features = [
2222
"c-kzg",
2323
] }
2424

25-
alloy-primitives = { workspace = true, features = ["serde"] }
25+
alloy-primitives = { workspace = true, features = ["serde", "rlp"] }
2626
alloy-rpc-types = { workspace = true, features = ["anvil", "trace"] }
2727
alloy-serde.workspace = true
2828
alloy-rlp.workspace = true
2929
alloy-eips.workspace = true
3030
alloy-consensus = { workspace = true, features = ["k256", "kzg"] }
3131
alloy-dyn-abi = { workspace = true, features = ["std", "eip712"] }
3232
alloy-trie.workspace = true
33-
op-alloy-consensus.workspace = true
34-
33+
op-alloy-consensus = { workspace = true, features = ["serde"] }
34+
alloy-network.workspace = true
3535
serde = { workspace = true, optional = true }
3636
serde_json.workspace = true
3737
bytes.workspace = true

crates/anvil/core/src/eth/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ pub mod proof;
1818
pub mod subscription;
1919
pub mod transaction;
2020
pub mod trie;
21-
pub mod utils;
2221
pub mod wallet;
2322

2423
#[cfg(feature = "serde")]

0 commit comments

Comments
 (0)