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:
committed by
GitHub
parent
2bbed7727f
commit
68fc303b9b
@ -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;
|
||||
|
Reference in New Issue
Block a user