solana/runtime/src
sakridge e30ca01999
Only create more append_vecs when the account number grows (#5454)
We only need many append_vecs if the number of accounts is high,
so only create opportunistic ones as accounts are created.
2019-08-07 16:43:52 -07:00
..
accounts.rs Deserialize snapshots (#5417) 2019-08-05 22:53:19 -07:00
accounts_db.rs Only create more append_vecs when the account number grows (#5454) 2019-08-07 16:43:52 -07:00
accounts_index.rs Refactor status cache and remove complex serialize/deserialize (#5335) 2019-08-06 18:47:30 -07:00
append_vec.rs Deserialize snapshots (#5417) 2019-08-05 22:53:19 -07:00
bank.rs Refactor status cache and remove complex serialize/deserialize (#5335) 2019-08-06 18:47:30 -07:00
bank_client.rs
blockhash_queue.rs
bloom.rs
epoch_schedule.rs
genesis_utils.rs Plumb libra accounts to genesis (#5333) 2019-07-31 16:10:55 -07:00
lib.rs Deserialize snapshots (#5417) 2019-08-05 22:53:19 -07:00
loader_utils.rs Add libray_api (#5304) 2019-07-27 12:11:51 -07:00
locked_accounts_results.rs
message_processor.rs Synchronize and cleanup instruction processor lists (#5356) 2019-07-31 14:28:14 -07:00
native_loader.rs
serde_utils.rs
stakes.rs fix epoch_stakes (#5355) 2019-07-31 15:13:26 -07:00
status_cache.rs Refactor status cache and remove complex serialize/deserialize (#5335) 2019-08-06 18:47:30 -07:00
storage_utils.rs
system_instruction_processor.rs