refactor(net): unify capability types (#168)

* refactor(net): unify capability types

* refactor(net): unify capability types
This commit is contained in:
Matthias Seitz
2022-11-07 18:04:17 +01:00
committed by GitHub
parent e870a4ce13
commit 5721262740
14 changed files with 142 additions and 153 deletions

View File

@ -15,7 +15,7 @@ thiserror = "1"
# reth
reth-ecies = { path = "../ecies" }
reth-primitives = { path = "../../primitives" }
reth-rlp = { path = "../../common/rlp", features = ["alloc", "derive", "std", "ethereum-types"] }
reth-rlp = { path = "../../common/rlp", features = ["alloc", "derive", "std", "ethereum-types", "smol_str"] }
#used for forkid
crc = "1"
@ -29,6 +29,7 @@ pin-project = "1.0"
pin-utils = "0.1.0"
tracing = "0.1.37"
snap = "1.0.5"
smol_str = { version = "0.1", default-features = false }
[dev-dependencies]
hex-literal = "0.3"