This patch adds the stake contender inv type as a necessary precursor to finalizing stake winners in pre-consensus. This inv type is not actually requestable, so it is ignored. It will be used to poll for stake winners in a future patch.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rABCf93c6792c0cf: [avalanche] Add stake contender inv type
ninja check-functional
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
with a nit in the test
test/functional/p2p_inv_download.py | ||
---|---|---|
491–492 ↗ | (On Diff #49296) | You can use a named arg rather than adding a comment (see p2p_filter.py for an example) |