Skip to content

Commit

Permalink
chore(deps): bump enr, discv5, secp256k1
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Apr 21, 2024
1 parent 0231492 commit 3c14c5d
Show file tree
Hide file tree
Showing 17 changed files with 138 additions and 268 deletions.
108 changes: 53 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 6 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,8 @@ reth-trie-parallel = { path = "crates/trie-parallel" }
reth-node-events = { path = "crates/node/events" }

# revm
revm = { version = "8.0.0", features = [
"std",
"secp256k1",
], default-features = false }
revm-primitives = { version = "3.1.0", features = [
"std",
], default-features = false }
revm = { version = "8.0.0", features = ["std", "secp256k1"], default-features = false }
revm-primitives = { version = "3.1.0", features = ["std"], default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "dc614ee" }

# eth
Expand Down Expand Up @@ -351,7 +346,7 @@ tower = "0.4"
tower-http = "0.4"

# p2p
discv5 = { git = "https://github.com/sigp/discv5", rev = "04ac004" }
discv5 = "0.5.0"
igd-next = "0.14.3"

# rpc
Expand All @@ -360,11 +355,12 @@ jsonrpsee-core = "0.22"
jsonrpsee-types = "0.22"

# crypto
secp256k1 = { version = "0.27.0", default-features = false, features = [
secp256k1 = { version = "0.28", default-features = false, features = [
"global-context",
"recovery",
] }
enr = { version = "=0.10.0", default-features = false, features = ["k256"] }
# TODO: Remove `k256` feature: https://github.com/sigp/enr/pull/74
enr = { version = "0.12.0", default-features = false, features = ["k256", "rust-secp256k1"] }

# for eip-4844
c-kzg = "1.0.0"
Expand Down
Loading

0 comments on commit 3c14c5d

Please sign in to comment.