Currently unused. This will be used to fetch proof ids via RPC.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC6efbe90b2307: [avalanche] Add a way to retrieve all proof ids in a proofpool
ninja check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- proofpool-getids
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 20066 Build 39819: Build Diff lint-circular-dependencies · build-without-wallet · build-debug · build-diff · build-clang · build-clang-tidy Build 39818: arc lint + arc unit
Event Timeline
src/avalanche/proofpool.cpp | ||
---|---|---|
111 ↗ | (On Diff #34998) | The set has unique keys, you don't need that test at all. |
src/avalanche/proofpool.cpp | ||
---|---|---|
111 ↗ | (On Diff #34998) | It's unique by utxo, not proofid. |
src/avalanche/proofpool.cpp | ||
---|---|---|
111 ↗ | (On Diff #34998) | std::unordered_set<ProofId, SaltedProofIdHasher> proofIds; Looks like ProofId is the key to me. |