Builds on D11999 and is currently unused. This will be used to fetch proof ids via RPC.
Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project
ninja check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- pm-getproofids
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 20087 Build 39861: Build Diff lint-circular-dependencies · build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang Build 39860: arc lint + arc unit
Event Timeline
src/avalanche/peermanager.cpp | ||
---|---|---|
560 | This also raises the question whether the pools should be made public at some point, these functions have no added value. | |
src/avalanche/peermanager.h | ||
415 | You might want to define a type for std::unordered_set<ProofId, SaltedProofIdHasher>, it's now used in several places especially in the peer manager |