Skip to content

chore(deps): bump alloy 0.6.4 #9280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 55 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
d130d3c
bump alloy to 0.6.1
yash-atreya Nov 7, 2024
bdff315
Merge branch 'master' into yash/alloy-0.6
yash-atreya Nov 7, 2024
c79c938
bump 0.6.2
yash-atreya Nov 8, 2024
2fad786
replace: AnyNetworkBlock with AnyRpcBlock + HeaderResponse with Block…
yash-atreya Nov 8, 2024
516a3c3
fix: configure_tx_env
yash-atreya Nov 8, 2024
3566b75
fix: crypto cheatcodes
yash-atreya Nov 8, 2024
525e08b
fix: anvil_core tx
yash-atreya Nov 8, 2024
bd3ae25
fix
yash-atreya Nov 8, 2024
047952c
fix: verify-bytecode
yash-atreya Nov 11, 2024
90fbc6c
fix cast + get_pretty_tx_attr
yash-atreya Nov 11, 2024
ecd6b0b
fix(`anvil`): core TypedTx + BlockListener task
yash-atreya Nov 11, 2024
662a093
fix
yash-atreya Nov 11, 2024
50f0fc7
fix: anvil tests
yash-atreya Nov 12, 2024
a654d1b
fix: test_deser_block
yash-atreya Nov 12, 2024
2104b55
fix: transaction_build
yash-atreya Nov 13, 2024
5469d78
fix: test load state files
yash-atreya Nov 13, 2024
47b1718
fix: deny.toml
yash-atreya Nov 13, 2024
b2c6d45
fix: try_from AnyRpcTx to DepositTx + bump op-alloy types
yash-atreya Nov 13, 2024
21bcdef
bump
yash-atreya Nov 13, 2024
b99e781
Merge branch 'master' into yash/alloy-0.6
yash-atreya Nov 13, 2024
fe53935
fix: configure_tx_env
yash-atreya Nov 13, 2024
8de365d
fix: UiFmt
yash-atreya Nov 13, 2024
54ec3eb
fix: vb
yash-atreya Nov 13, 2024
f87ec79
fix: common-fmt tests
yash-atreya Nov 14, 2024
7702a17
nit
yash-atreya Nov 14, 2024
918674d
fix: sig encoding
yash-atreya Nov 14, 2024
8b254ea
fix: process deposit tx in transaction_build
yash-atreya Nov 15, 2024
066df0a
fix: common-fmt tests
yash-atreya Nov 15, 2024
999eea9
fix
yash-atreya Nov 15, 2024
27838d1
Update deny.toml
yash-atreya Nov 15, 2024
c59d3d5
fixes
yash-atreya Nov 19, 2024
8e7d71e
fix: use alloy impls for conversions
yash-atreya Nov 19, 2024
681f479
nit
yash-atreya Nov 19, 2024
75b8f76
Merge branch 'master' into yash/alloy-0.6
yash-atreya Nov 19, 2024
37a97b4
fix: transaction_build
yash-atreya Nov 19, 2024
176a625
nit
yash-atreya Nov 19, 2024
9f51532
fix: eip155 check and rm anvil core utils
yash-atreya Nov 19, 2024
603d96f
clippy
yash-atreya Nov 19, 2024
b605873
nits
yash-atreya Nov 19, 2024
d21ec99
fix
yash-atreya Nov 19, 2024
7f11e99
nit
yash-atreya Nov 19, 2024
61706c4
fix: impl UIfmt for TxEnvelope and AnyTxEnvelope
yash-atreya Nov 19, 2024
b943c47
make header in pretty_block_basics exhaustive
yash-atreya Nov 19, 2024
4619c8c
clippy
yash-atreya Nov 19, 2024
b0392fa
fix
yash-atreya Nov 19, 2024
38bae35
fix: txpool_content
yash-atreya Nov 19, 2024
5afa36a
fix
yash-atreya Nov 19, 2024
5e49194
fix
yash-atreya Nov 19, 2024
1d4663d
fix overriding hashes
yash-atreya Nov 19, 2024
d4da8ca
Merge branch 'master' into yash/alloy-0.6
grandizzy Nov 19, 2024
6b8f657
Merge branch 'master' into yash/alloy-0.6
grandizzy Nov 20, 2024
1116804
Merge branch 'master' into yash/alloy-0.6
grandizzy Nov 20, 2024
f815e01
Merge branch 'master' into yash/alloy-0.6
yash-atreya Nov 20, 2024
fcdb04a
fix
yash-atreya Nov 20, 2024
78aa5d8
Merge branch 'master' into yash/alloy-0.6
yash-atreya Nov 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading