solana/runtime/src
Greg Fitzgerald a43922ccbf
Boot hashbrown (#5505)
As of Rust 1.36.0, hashbrown now implements the HashMap in std (which
implements HashSet).

https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html#a-new-hashmapk,-v%3E-implementation
2019-08-12 16:46:49 -06: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 Boot hashbrown (#5505) 2019-08-12 16:46:49 -06:00
append_vec.rs Deserialize snapshots (#5417) 2019-08-05 22:53:19 -07:00
bank.rs Rate limit counter metrics points to one per second (#5496) 2019-08-12 18:15:34 -04:00
bank_client.rs make bank commit_credits non public (#4944) 2019-07-08 15:37:54 -07:00
blockhash_queue.rs Make lamports_per_signature dynamic based on cluster load (#4562) 2019-06-10 22:18:32 -07:00
bloom.rs Fix gossip messages growing beyond blob size (#5460) 2019-08-12 13:51:29 -07:00
epoch_schedule.rs add MiningPools, fund validator MiningPools from inflation (#4676) 2019-06-14 11:38:37 -07:00
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 Remove record locks and parent locks from accounts (#4633) 2019-06-10 22:05:46 -07:00
message_processor.rs Synchronize and cleanup instruction processor lists (#5356) 2019-07-31 14:28:14 -07:00
native_loader.rs Add LoaderInstruction::InvokeMain (#5116) 2019-07-16 10:45:32 -06:00
serde_utils.rs Replace unneeded seqcst with relaxed on atomic operations (#4587) 2019-06-06 23:53:21 -07:00
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 Add storage point tracking and tie in storage rewards to economics (#4824) 2019-06-26 10:40:03 -07:00
system_instruction_processor.rs syscall work, rename syscall to sysvar, rename current to clock (#5074) 2019-07-12 16:38:15 -07:00