Page MenuHomePhabricator

[avalanche] start relaying proof inventories
AbandonedPublic

Authored by PiRK on Apr 13 2021, 15:12.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

When our node receives a new proof, add it to the inventories to send to
other nodes. This is based on how TX are relayed, with some
simplifications. For instance I did not implement the type of relay map
structure used by tx, because I expect getting proof from the pools of
active and orphan proofs will be unexpensive.

Depends on D9369

Test Plan

TODO

Event Timeline

PiRK requested review of this revision.Apr 13 2021, 15:12
PiRK planned changes to this revision.

there is similar code in D9489