mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(cli): p2p header & body download (#698)
* p2p cli scaffolding * refactor to fetch client * body & header download * p2p trusted opts * add retries * notify on retry * clippy * display err
This commit is contained in:
@ -47,3 +47,5 @@ clap = { version = "4.0", features = ["derive", "cargo"] }
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.21", features = ["sync", "macros", "rt-multi-thread"] }
|
||||
futures = "0.3.25"
|
||||
tempfile = { version = "3.3.0" }
|
||||
backon = "0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user