mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
impl approval distribution (#2160)
* initial impl approval distribution * initial tests and fixes * batching seems difficult: different peers have different needs * bridge: fix test after merge * some guide updates * only send assignments to peers who know about the block * fix a test, add approvals test * simplify * do not send assignment to peers for finalized blocks * guide: protocol input and output * one more test * more comments, logs, initial metrics * fix a typo * one more thing: early return when reimporting a thing locally
This commit is contained in:
@@ -52,6 +52,7 @@ members = [
|
||||
"node/core/proposer",
|
||||
"node/core/provisioner",
|
||||
"node/core/runtime-api",
|
||||
"node/network/approval-distribution",
|
||||
"node/network/bridge",
|
||||
"node/network/pov-distribution",
|
||||
"node/network/protocol",
|
||||
|
||||
Reference in New Issue
Block a user