User Details
- User Since
- Jun 12 2024, 16:34 (40 w, 3 d)
Fri, Mar 21
Thu, Mar 20
Wed, Mar 19
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.
Tue, Mar 18
Mon, Mar 17
Fri, Mar 14
Thu, Mar 13
- add lint exception for circular dependency
- fix lock annotations
Wed, Mar 12
Tue, Mar 4
Mon, Mar 3
feedback
Fri, Feb 28
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
Thu, Feb 27
no longer needed since D17710
- 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
re-add and fixup test case for invalidation after finalization
Wed, Feb 26
Tue, Feb 25
bump -avastalevotethreshold a bit because some rounds get voted while finalizing the first block
add test cases for all invalidated and all stalled contenders
fixing locking issues
Early feedback indicates some stuff is missing:
- Comment on the outcomes of a stale vote.
- Test case if all contenders are rejected.
- Test case if all contenders are stalled.
rebase
skip if wallet isn't available
Mon, Feb 24
Sun, Feb 23
Fri, Feb 21
Feb 19 2025
Rebase on D17660 to address the feedback about splitting up setContenderStatusForLocalWinners(). It should be more clear now that addToReconcile() is only called once per block.
Feb 14 2025
Feb 13 2025
Avoid unused pollableContenders at call sites for now