Move ProofIdSet to to proofpool.h
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Sep 22 2022
Sep 22 2022
Sep 21 2022
Sep 21 2022
sdulfari requested changes to D12022: [avalanche] Add a BlockFinalized callback to the validation interface.
sdulfari committed rABC89e1f6634387: [avalanche] Increase mock time delay for addr responses in abc_p2p_getavaaddr (authored by sdulfari).
[avalanche] Increase mock time delay for addr responses in abc_p2p_getavaaddr
sdulfari retitled D12016: [avalanche] Increase mock time delay for addr responses in abc_p2p_getavaaddr from [avalanche] Increase mock time delay for ava addr responses to [avalanche] Increase mock time delay for addr responses in abc_p2p_getavaaddr.
Sep 20 2022
Sep 20 2022
Fixup some comments
sdulfari committed rABC6efbe90b2307: [avalanche] Add a way to retrieve all proof ids in a proofpool (authored by sdulfari).
[avalanche] Add a way to retrieve all proof ids in a proofpool
Sep 19 2022
Sep 19 2022
sdulfari updated the diff for D11999: [avalanche] Add a way to retrieve all proof ids in a proofpool.
Remove unnecessary dedup logic
sdulfari requested review of D11999: [avalanche] Add a way to retrieve all proof ids in a proofpool.
Sep 16 2022
Sep 16 2022
sdulfari requested review of D11999: [avalanche] Add a way to retrieve all proof ids in a proofpool.
Sep 15 2022
Sep 15 2022
sdulfari committed rABC97302d4c32a6: [avalanche] Make sure we remember the avalanche addresses we sent (authored by Fabien).
[avalanche] Make sure we remember the avalanche addresses we sent
sdulfari requested changes to D11996: [avalanche] Add a RPC to check if a block/tx is finalized by avalanche.
sdulfari requested changes to D11996: [avalanche] Add a RPC to check if a block/tx is finalized by avalanche.
Sep 13 2022
Sep 13 2022
sdulfari committed rABC6bd0f29f4332: [avalanche] Rename proof filter to match rest of the code base (authored by sdulfari).
[avalanche] Rename proof filter to match rest of the code base
sdulfari updated the summary of D11963: [avalanche] Rename proof filter to match rest of the code base.
psbtoperationsdialog should be its own backport
sdulfari updated the diff for D11963: [avalanche] Rename proof filter to match rest of the code base.
Make the naming more accurate for consensus-invalid case and update comment.
sdulfari requested changes to D11968: [avalanche] Tests: stop the scheduler before the fixture is destructed.
This only fixes the case where the scheduled cleanup happens post-test-cleanup, but not the case where m_processor is replaced and the test is still running, therefore the first processor instance's cleanup gets run on the destructed processor. I think my solution here is more complete: D11965
Sep 12 2022
Sep 12 2022
sdulfari requested review of D11963: [avalanche] Rename proof filter to match rest of the code base.
sdulfari requested review of D11961: [avalanche] Make a low dust threshold the default for functional tests.
Sep 11 2022
Sep 11 2022
sdulfari committed rABCd77e7b8543c9: [avalanche] Cleanup comment referring to legacy proofs (authored by sdulfari).
[avalanche] Cleanup comment referring to legacy proofs
Sep 9 2022
Sep 9 2022
Sep 8 2022
Sep 8 2022
Sep 6 2022
Sep 6 2022
sdulfari requested changes to D11918: [avalanche] Use sane default for the quorum minimum connected stake ratio.
Aug 30 2022
Aug 30 2022
teamcity awarded D11895: [avalanche] Stop scheduler after syncing validation queue a Piece of Eight token.
teamcity awarded D11895: [avalanche] Stop scheduler after syncing validation queue a Haypence token.
Aug 26 2022
Aug 26 2022
sdulfari committed rABC4bb701324f80: [avalanche] Add log message when dangling proofs get dropped (authored by sdulfari).
[avalanche] Add log message when dangling proofs get dropped
sdulfari committed rABC691c5ad03e5e: [avalanche] Reuse code to fetch the processor's local proof during proof cleanup (authored by sdulfari).
[avalanche] Reuse code to fetch the processor's local proof during proof cleanup
Aug 22 2022
Aug 22 2022
Aug 19 2022
Aug 19 2022
Aug 18 2022
Aug 18 2022
At a minimum, needs these test cases and maybe more:
- Start a node and expire its proof.
- Start a node and expire its proof with conflict replacement.
- Check quorum status when expiration occurs.
Aug 17 2022
Aug 17 2022
sdulfari committed rABCe2d765cb0cd3: [avalanche] Do same checks on local proof as peer proofs in getavalancheinfo⊠(authored by sdulfari).
[avalanche] Do same checks on local proof as peer proofs in getavalancheinfoâŠ
sdulfari committed rABC488982b50207: [avalanche] Fix flakiness where finalization of the newly mature proof was not⊠(authored by sdulfari).
[avalanche] Fix flakiness where finalization of the newly mature proof was notâŠ
sdulfari committed rABCadb55e12b703: [avalanche] Make sure AlreadyHaveProof always returns true for the local proof (authored by sdulfari).
[avalanche] Make sure AlreadyHaveProof always returns true for the local proof
Aug 16 2022
Aug 16 2022
sdulfari committed rABCf33eb4f5aa97: [avalanche] Increase proof dust threshold (authored by sdulfari).
[avalanche] Increase proof dust threshold
sdulfari committed rABC6681fd88014a: [avalanche] Make proof dust threshold configurable (authored by sdulfari).
[avalanche] Make proof dust threshold configurable
Aug 15 2022
Aug 15 2022
Aug 12 2022
Aug 12 2022
sdulfari committed rABCa74757f1b30d: [avalanche] Fix comment related to proof requests (authored by sdulfari).
[avalanche] Fix comment related to proof requests
sdulfari requested changes to D11849: [avalanche] Don't poll blocks who are ancestors of a vote finalized block.
Aug 11 2022
Aug 11 2022
This should be a std::chrono::duration
Aug 10 2022
Aug 10 2022
Aug 9 2022
Aug 9 2022
Aug 8 2022
Aug 8 2022
Use the dust threshold directly where it is needed, not involving the config.
The patch is now simpler and accomplishes a more focused set of changes.