forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move BankHashStats from account's db to bank (solana-labs#3821)
* remove lock on BankHashStat in accounts-db store * move bank_hash_stats into bank * set bank_hash_stat in serde * add test * pr * pr * pr: remove test * pr: remove comments * pr: move BankHashStats * pr: return BankHashStat * undo fmt * reset bank hash stat * pr: move bank_hash_stat into reconstructed_db_info * update abi digest * pr: update stats in two other place * refactor * pr: add bank_hash_stats to BankFields * pr: remove set_bank_hash_stats --------- Co-authored-by: HaoranYi <[email protected]>
- Loading branch information
Showing
10 changed files
with
144 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.