gear
gear copied to clipboard
Optimise `Scheduler`'s `MissedBlocks` by replacing with minimal value
File Location(s)
common/scheduler
pallets/gear-scheduler
Proposal
For now, I think it's better to keep just the smallest block number, which still has some tasks to do, going from that one till the current number. Atm we store set of this numbers.