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

@ -26,3 +26,4 @@ confy.workspace = true
[dev-dependencies]
tempfile.workspace = true
toml.workspace = true
reth-network-peers.workspace = true