solana/core
carllin cd14a940d8
Allow process_blocktree() to start processing from any root (#5484)
* Remove unnecessary entry_height from BankInfo

* Refactor process_blocktree to support process_blocktree_from_root

* Refactor to process blocktree after loading from snapshot

* On restart make sure bank_forks contains all the banks between the root and the tip of each fork, not just the head of each fork

* Account for 1 tick_per_slot in bank 0 so that blockhash of bank0 matches the tick
2019-08-13 17:20:14 -07:00
..
benches ledger path reform: use Path/PathBuf instead of strings (#5344) 2019-07-30 15:53:41 -07:00
src Allow process_blocktree() to start processing from any root (#5484) 2019-08-13 17:20:14 -07:00
tests Revert "Fix gossip messages growing beyond blob size (#5460)" (#5512) 2019-08-13 10:29:26 -07:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.toml Boot hashbrown (#5505) 2019-08-12 16:46:49 -06:00
build.rs Avoid linking with CUDA directly 2019-06-21 15:26:22 -07:00