solana/runtime/src
Sathish 182096dc1a
Create bank snapshots (#4244)
* Revert "Revert "Create bank snapshots (#3671)" (#4243)"

This reverts commit 81fa69d347.

* keep saved and unsaved copies of status cache

* fix format check

* bench for status cache serialize

* misc cleanup

* remove appendvec storage on purge

* fix accounts restore

* cleanup

* Pass snapshot path as args

* Fix clippy
2019-05-30 21:31:35 -07:00
..
accounts.rs Create bank snapshots (#4244) 2019-05-30 21:31:35 -07:00
accounts_db.rs Create bank snapshots (#4244) 2019-05-30 21:31:35 -07:00
accounts_index.rs Create bank snapshots (#4244) 2019-05-30 21:31:35 -07:00
append_vec.rs Create bank snapshots (#4244) 2019-05-30 21:31:35 -07:00
bank.rs Create bank snapshots (#4244) 2019-05-30 21:31:35 -07:00
bank_client.rs
blockhash_queue.rs Create bank snapshots (#4244) 2019-05-30 21:31:35 -07:00
bloom.rs Create bank snapshots (#4244) 2019-05-30 21:31:35 -07:00
epoch_schedule.rs Create bank snapshots (#4244) 2019-05-30 21:31:35 -07:00
genesis_utils.rs Remove runtime dependency on storage (#4480) 2019-05-30 10:54:28 -07:00
lib.rs Create bank snapshots (#4244) 2019-05-30 21:31:35 -07:00
loader_utils.rs _id => _pubkey variable renaming (#4419) 2019-05-23 23:20:04 -07:00
locked_accounts_results.rs _id => _pubkey variable renaming (#4419) 2019-05-23 23:20:04 -07:00
message_processor.rs Create bank snapshots (#4244) 2019-05-30 21:31:35 -07:00
native_loader.rs
serde_utils.rs Create bank snapshots (#4244) 2019-05-30 21:31:35 -07:00
stakes.rs Create bank snapshots (#4244) 2019-05-30 21:31:35 -07:00
status_cache.rs Create bank snapshots (#4244) 2019-05-30 21:31:35 -07:00
system_instruction_processor.rs