You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another solution than keeping the unrecorded_blocks on the metadata, is moving it to an adapter for AlgorithmUpdater So it is generic for some T: UnrecordedBlosksHistory, then we don't need to support iteratng over all heights, and can just use KV lookups.
The list can grow very large, so we need to find a data structure that doesn't store every value redundantly for each new block.
The text was updated successfully, but these errors were encountered: