Expand description

Keep track of how many banks have been created and how many have been frozen or dropped. This is useful to track foreground progress to understand expected access to accounts db.

Structs

  • Keeps track of when all banks that were started as of a known point in time have been frozen or otherwise destroyed. When ‘bank_freeze_or_destruction_count’ exceeds a prior value of ‘bank_creation_count’, this means that we can know all banks that began loading accounts have completed as of the prior value of ‘bank_creation_count’.