mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(net): draft for sending status updates through NetworkHandle (#436)
* feat(net): draft for sending status updates through `NetworkHandle` * feat(net): draft for sending status updates through `NetworkHandle` * fix(net): remove unused import * feat(net): implement getters for status update sender half * docs(net): document methods * chore: cargo fmt * feat(net): move status updating logic to NetworkManager and NetworkHandle * feat(net): move status updating logic to NetworkManager and NetworkHandle * fix(net): fix headers stage testing * fix: derive default * fix: remove StatusUpdate struct Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -63,6 +63,7 @@ impl Command {
|
||||
.build(consensus.clone(), fetch_client.clone()),
|
||||
consensus: consensus.clone(),
|
||||
client: fetch_client.clone(),
|
||||
network_handle: network.clone(),
|
||||
commit_threshold: 100,
|
||||
},
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user