feat: integrate DNS discovery service (#832)

This commit is contained in:
Matthias Seitz
2023-01-13 10:34:13 +01:00
committed by GitHub
parent ba3048ceb0
commit 7767b216bc
10 changed files with 200 additions and 43 deletions

View File

@ -11,6 +11,7 @@ description = "Support for EIP-1459 Node Discovery via DNS"
# reth
reth-primitives = { path = "../../primitives" }
reth-net-common = { path = "../common" }
reth-rlp = { path = "../../common/rlp" }
# ethereum
secp256k1 = { version = "0.24", features = [