- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 11 2024
Sep 6 2024
Sep 5 2024
- const auto & where appropriate
- fix payouts.reserve() sizing
Sep 4 2024
In D16695#378856, @Fabien wrote:This memory is important so that nodes can reply to stake contender avalanche requests of recent past blocks (we cannot guarantee the entire network has finalized the same block in lock step).
Is it really ? If a block has finalized for some nodes but not others, what is the point of voting on past block rewards ? If the node votes idk the block will eventually be finalized by the poller anyway so the outcome of this stake vote doesn't matter. The only case I think it is helpful is if you get a bunch of blocks in a row, faster than finalization time. But as soon as a block is final you can forget about winners for it and past blocks.
Sep 3 2024
- DEFAULT -> UNKNOWN
- fix score type
Aug 29 2024
Aug 28 2024
Aug 23 2024
Aug 22 2024
Aug 21 2024
use named arg per feedback
Aug 20 2024
Aug 15 2024
Aug 13 2024
Add hash.h
- cleanups
- strongly type StakeContenderId
- switch to blockhash + proofid instead of blockhash + payoutscript since this could be more versatile down the road
- streamlined implementation a bit, which eliminated stakecontender.cpp
Aug 12 2024
Aug 8 2024
Fix lock annotations
Aug 7 2024
Aug 6 2024
Aug 2 2024
Jul 31 2024
Jul 30 2024
Jul 29 2024
Throw an error instead of silently deduping
Jul 22 2024
Jul 16 2024
Jul 15 2024
Jul 12 2024
Jul 11 2024
Jul 10 2024
Jul 9 2024
Jul 8 2024
Jul 2 2024
Jul 1 2024
Not blocking on this feedback but the keys should ideally be the same and the help text should match
Jun 28 2024
Cargo.lock file was already updated in this patch
One missing case in rpc_packages.py:47
Jun 27 2024
Fixup generated file paths