solana-with-rpc-optimizations/runtime/src
Ryo Onodera 8bb68c4e6a
Really remove mentions of 'genesis_block' (#7099)
2019-11-23 05:58:20 +09:00
..
accounts.rs Clean up accounts hash internal state api (#7090) 2019-11-22 08:56:00 -08:00
accounts_db.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
accounts_index.rs credit_only credits forwarding (#6509) 2019-10-23 22:01:22 -07:00
append_vec.rs Avoid alloc due to vector pushes (#6632) 2019-10-30 21:55:17 -07:00
bank.rs Really remove mentions of 'genesis_block' (#7099) 2019-11-23 05:58:20 +09: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 Merge native programs parts into one unit (#7047) 2019-11-20 10:12:43 -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