solana/runtime/src
Sagar Dhawan 76a68c26c9
Track a Bank's parent slot independently from parent bank (#7131)
2019-11-25 15:34:51 -08:00
..
accounts.rs Clean up accounts hash internal state api (#7090) 2019-11-22 08:56:00 -08:00
accounts_db.rs Purge zero lamport accounts on snapshot ingestion (#7010) 2019-11-22 18:22:28 -08:00
accounts_index.rs
append_vec.rs
bank.rs Track a Bank's parent slot independently from parent bank (#7131) 2019-11-25 15:34:51 -08:00
bank_client.rs Remove/address some TODOs (#6923) 2019-11-13 09:43:15 -07:00
blockhash_queue.rs SDK: Add sysvar to expose recent block hashes to programs (#6663) 2019-11-04 10:51:15 -07:00
bloom.rs
genesis_utils.rs Merge api/program into single units (#7061) 2019-11-20 16:32:19 -08:00
lib.rs
loader_utils.rs require `to` account signature (#6658) 2019-11-08 15:57:35 +05:30
message_processor.rs Rename verify_instruction() to verify_account_changes() (#7020) 2019-11-18 15:01:14 -07:00
native_loader.rs Merge native programs parts into one unit (#7047) 2019-11-20 10:12:43 -08:00
rent_collector.rs skip sysvars while assessing rent (#7015) 2019-11-19 01:31:27 +05:30
serde_utils.rs
stakes.rs shrink stakes (#7122) 2019-11-25 13:14:32 -08:00
status_cache.rs Remove/address some TODOs (#6923) 2019-11-13 09:43:15 -07:00
storage_utils.rs Merge api/program into single units (#7061) 2019-11-20 16:32:19 -08:00
system_instruction_processor.rs don't allow assignment to sysvar program (#7017) 2019-11-18 19:39:29 -08:00
transaction_batch.rs Rename genesis block to genesis config (#6816) 2019-11-08 23:56:57 -05:00
transaction_utils.rs