- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Apr 10 2025
Apr 10 2025
Apr 9 2025
Apr 9 2025
Add Shibusawa activation logic
Apr 8 2025
Apr 8 2025
Apr 7 2025
Apr 7 2025
roqqit committed rABCb0a72edbe957: [avalanche] Add debug logging when local contenders are set (authored by roqqit).
[avalanche] Add debug logging when local contenders are set
Add block height
Apr 3 2025
Apr 3 2025
roqqit updated the summary of D17890: validation: pass ChainstateRole for validationinterface calls.
Apr 2 2025
Apr 2 2025
roqqit committed rABCee751ff92ab4: [avalanche] Cleanup unnecessary API passthrough of getWinners (authored by roqqit).
[avalanche] Cleanup unnecessary API passthrough of getWinners
roqqit committed rABCde65c9fdd05b: [avalanche] Clarify separation of responsibilities for setting local winner… (authored by roqqit).
[avalanche] Clarify separation of responsibilities for setting local winner…
roqqit committed rABCff86651f6506: [avalanche] Cleanup unused addStakeContender in Processor (authored by roqqit).
[avalanche] Cleanup unused addStakeContender in Processor
roqqit committed rABCa17bb89fa414: [avalanche] Add test coverage to ensure immature proofs are handled correctly… (authored by roqqit).
[avalanche] Add test coverage to ensure immature proofs are handled correctly…
Mar 31 2025
Mar 31 2025
roqqit committed rABC09cc323fb712: [avalanche] Add stake contenders to the cache every time a proof is registered (authored by roqqit).
[avalanche] Add stake contenders to the cache every time a proof is registered
Mar 27 2025
Mar 27 2025
roqqit committed rABCaff18f3253ee: [avalanche] Make sure to only promote contenders once for each proofid (authored by roqqit).
[avalanche] Make sure to only promote contenders once for each proofid
roqqit committed rABC6fb44405d40d: [avalanche] Add some logging when stake contenders are cached or promoted (authored by roqqit).
[avalanche] Add some logging when stake contenders are cached or promoted
roqqit updated the diff for D17861: [avalanche] Make sure to only promote contenders once for each proofid.
remove the set because it is not really needed
roqqit updated the diff for D17860: [avalanche] Add some logging when stake contenders are cached or promoted.
feedback
Mar 26 2025
Mar 26 2025
roqqit updated the test plan for D17860: [avalanche] Add some logging when stake contenders are cached or promoted.
roqqit requested review of D17861: [avalanche] Make sure to only promote contenders once for each proofid.
roqqit requested review of D17860: [avalanche] Add some logging when stake contenders are cached or promoted.
Mar 21 2025
Mar 21 2025
roqqit committed rABC4271d8338029: [avalanche] Fix flaky proof rank comparison in processor_tests (authored by roqqit).
[avalanche] Fix flaky proof rank comparison in processor_tests
Mar 20 2025
Mar 20 2025
roqqit committed rABC892275701a2b: [avalanche] Refactor helpers to build avaproofs messages (authored by roqqit).
[avalanche] Refactor helpers to build avaproofs messages
roqqit committed rABC2b95ae7e2f43: [avalanche] Cleanup unused prefilled proof index set (authored by roqqit).
[avalanche] Cleanup unused prefilled proof index set
Mar 19 2025
Mar 19 2025
roqqit requested changes to D17832: [avalanche] Poll for the transactions that didn't make it into the last block.
back to you
This looks a bit odd to move it to the callsite but since it is moving in the right direction with regards to the processor FIXME, it is probably a small step in the right direction.
Mar 18 2025
Mar 18 2025
roqqit committed rABCf7b0bdf7c762: [electrum] Fix typo in trezor firmware warning text (authored by roqqit).
[electrum] Fix typo in trezor firmware warning text
Mar 17 2025
Mar 17 2025
roqqit committed rABCcf38f5e5d94a: [avalanche] Cleanup circular dependency between peer manager and contender cache (authored by roqqit).
[avalanche] Cleanup circular dependency between peer manager and contender cache
Mar 14 2025
Mar 14 2025
roqqit committed rABC821580a6ab15: [avalanche] Move contender cache to peer manager (authored by roqqit).
[avalanche] Move contender cache to peer manager
Mar 13 2025
Mar 13 2025
- add lint exception for circular dependency
- fix lock annotations
Mar 12 2025
Mar 12 2025
Mar 4 2025
Mar 4 2025
Mar 3 2025
Mar 3 2025
[avalanche] Down-rank rejected contenders
roqqit committed rABC489c9cfea31a: [avalanche] Fix a race in contenders voting test (again) (authored by roqqit).
[avalanche] Fix a race in contenders voting test (again)
feedback
roqqit committed rABCd25b7436bca1: [avalanche] Process responses to stake contender polls (authored by roqqit).
[avalanche] Process responses to stake contender polls
Feb 28 2025
Feb 28 2025
roqqit committed rABCd029363ecc33: [avalanche] Fix a race in contenders voting test (authored by roqqit).
[avalanche] Fix a race in contenders voting test
reviewer note: the call to CustomInit() got added to BaseIndex::Start() in one commit and removed in the other. it makes comparing each to this patch a bit weird.
re: the note at the end of the summary: when you write this other diff, be sure to include test coverage that attempt to poll finalized ancestors. there is risk of regression here otherwise.
- use proofid as int in more places
- check stake winner order
- fix comment
Feb 27 2025
Feb 27 2025
no longer needed since D17710
roqqit committed rABCdc136cfed9c4: [avalanche] Simplify contenders by treating rejection and invalidation the same (authored by roqqit).
[avalanche] Simplify contenders by treating rejection and invalidation the same
- rebase on D17710
- fixed some checks in the functional test not checking what we think they're checking (sort() returns nothing)
- added a version of setStakingRewardWinners that preserves proofids and does not attempt to re-update the cache
roqqit updated the diff for D17710: [avalanche] Simplify contenders by treating rejection and invalidation the same.
re-add and fixup test case for invalidation after finalization