-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
cleanuprefactoring or other internal improvementsrefactoring or other internal improvements
Description
There are a couple parts of core that iterate over the bucket list that should be able to share code. We should audit core to find these uses. Here are a couple -
getLiveBucketListBalanceForAssetfrom Add command line util to calculate total supply of assets and validate total coins for XLM. #4983 can useloadCompleteBucketListStateHelper, although this will load all of live state into memory. We could avoid this by changing the helper to loop over buckets from new->old instead of old->new.dumpStateArchivalStatistics
Metadata
Metadata
Assignees
Labels
cleanuprefactoring or other internal improvementsrefactoring or other internal improvements