User Details
- User Since
- Jun 12 2024, 16:34 (36 w, 20 h)
Yesterday
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.
Fri, Feb 14
Thu, Feb 13
Avoid unused pollableContenders at call sites for now
Wed, Feb 12
Tue, Feb 11
Is there a reason -simplifygbt is a command line arg and not a parameter to getblocktemplate?
Mon, Feb 10
Fri, Feb 7
nvm. compared the wrong lines side-by-side
Wed, Feb 5
Mon, Feb 3
Fri, Jan 31
Make local acceptance match what this node would eventually vote
Thu, Jan 30
Wed, Jan 29
Add comments to make it more clear that the test is checking the item is not being polled for
Mon, Jan 27
Remove erroneous image file change
feedback
Fri, Jan 24
Thu, Jan 23
Tue, Jan 21
Jan 16 2025
Remove errant newline
Use assert_equal
Jan 15 2025
Fix wait_until_helper -> self.wait_until
Add back accidentally deleted comment
Jan 13 2025
Jan 10 2025
Bump mocktime beyond the max registration time so there is not a bunch of flaky winners in the functional test
Jan 9 2025
Reuse numPollable
Jan 8 2025
Fix circular dependency
Jan 7 2025
Cleanup unnecessary nesting when sorting contenders and make the sorting work the same as staking rewards selection.
- Fix rare sorting case where two proofs have the same rank.
- Make num pollable a parameter so the processor will have control over how many contenders to poll for.
- Return number of contenders instead of bool.
- Fix test not actually checking the contender order.
Jan 6 2025
Move static_assert to processor.h in order to avoid circular dependency