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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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. |