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
- Branch
- sw-msg
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 30051 Build 59636: Build Diff lint-circular-dependencies · build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang Build 59635: arc lint + arc unit
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) |