solana/runtime/src
anatoly yakovenko 1e20d449ce
`bank_height / slot` is the block drop rate (#3816)
* bank_height/slot would give is the block drop rate

* use metrics
2019-04-16 19:35:38 -07:00
..
accounts.rs Split AccountsDB from Accounts (#3808) 2019-04-16 13:32:22 -07:00
accounts_db.rs Split AccountsDB from Accounts (#3808) 2019-04-16 13:32:22 -07:00
accounts_index.rs Rework Accounts for fast squash, hashing state and checkpoint recovery. (#3613) 2019-04-15 17:15:50 -07:00
append_vec.rs Document unsafe usage in AppendVec (#3804) 2019-04-16 10:53:37 -07:00
bank.rs `bank_height / slot` is the block drop rate (#3816) 2019-04-16 19:35:38 -07:00
bank_client.rs Consume Bank in BankClient 2019-04-11 12:16:33 -07:00
blockhash_queue.rs Replace recursive status cache with a single global fast status cache (#3541) 2019-03-29 10:03:55 -07:00
bloom.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00
lib.rs Split AccountsDB from Accounts (#3808) 2019-04-16 13:32:22 -07:00
loader_utils.rs Cleanup client traits and create super trait (#3728) 2019-04-11 00:25:14 -07:00
locked_accounts_results.rs Add get_signature_status() to SyncClient 2019-04-05 10:22:05 -07:00
message_processor.rs CustomError from Vec->u32 2019-04-11 13:59:48 -07:00
native_loader.rs Rename native_program.rs to instruction_processor_utils.rs 2019-04-02 10:36:19 -06:00
status_cache.rs Replace recursive status cache with a single global fast status cache (#3541) 2019-03-29 10:03:55 -07:00
system_instruction_processor.rs CustomError from Vec->u32 2019-04-11 13:59:48 -07:00