Feat/get supply - #30
Conversation
…ulate-transaction
# Conflicts: # crates/migration/src/lib.rs
…-supply # Conflicts: # example.cloudbreak.integration_tests.toml
|
went deep on this one. the supply tracker is seriously well thought out, the Bootstrapping/Live/GapFilling state machine, the prev-slot supersession filter, the zero-prev startup handling. most of what i'd normally worry about (crash consistency, the gap over-count, the startup race) you've already closed. two things stood out. the one that matters:
nothing here is the core accounting, that part's solid. the redelivery idempotency is the one i'd want closed before it serves real numbers. |
No description provided.