feat: support DNS in reth.toml for trusted_nodes (#9864)

This commit is contained in:
Luca Provini
2024-07-31 14:20:19 +02:00
committed by GitHub
parent f9ed57d6a6
commit fcbdbf361b
11 changed files with 83 additions and 53 deletions

View File

@ -91,6 +91,7 @@ alloy-provider= { workspace = true, features = ["admin-api"] }
# misc
serial_test.workspace = true
tempfile.workspace = true
url.workspace = true
## Benchmarks
pprof = { workspace = true, features = ["criterion", "flamegraph"] }