Rework Accounts for fast squash, hashing state and checkpoint recovery. (#3613)

* accounts rewrite

* ignore grow tests

* skip duplicate roots

* allow for a root race

* logger

* accounts_index tests

* tests

* tests
This commit is contained in:
anatoly yakovenko
2019-04-15 17:15:50 -07:00
committed by GitHub
parent 2bbed7727f
commit 68fc303b9b
8 changed files with 838 additions and 641 deletions

View File

@ -92,6 +92,7 @@ fn test_leader_failure_4() {
}
#[test]
fn test_two_unbalanced_stakes() {
solana_logger::setup();
let mut fullnode_config = FullnodeConfig::default();
let num_ticks_per_second = 100;
let num_ticks_per_slot = 160;