solana-with-rpc-optimizations/validator
Brooks Prumo 3f6eb96d6e
Call `Bank::update_accounts_hash()` before taking bank snapshot (#19765)
This is a bugfix.

When `load_frozen_forks()` called `snapshot_bank()`, the accounts hash
was not computed.  So then when a snapshot archive was eventually
created, its hash would be all 1s, which is clearly wrong.  The fix is
to update the bank's accounts hash before taking the bank snapshot.
2021-09-13 08:27:50 -05:00
..
src Call `Bank::update_accounts_hash()` before taking bank snapshot (#19765) 2021-09-13 08:27:50 -05:00
.gitignore Ignore test-ledger when running test-validator (#19433) 2021-08-25 15:48:12 -07:00
Cargo.toml unused deps 2021-09-11 14:33:53 -07:00
solana-test-validator Initial solana-test-validator command-line program 2020-12-11 04:17:38 +00:00