solana/runtime/src
Michael Vines 8dfe0affd4
Add incinerator sysvar (#9815)
2020-04-30 22:04:08 -07:00
..
accounts.rs Add incinerator sysvar (#9815) 2020-04-30 22:04:08 -07:00
accounts_db.rs Upgrade to Rust 1.43.0 (#9754) 2020-04-29 18:02:05 -07:00
accounts_index.rs Introduce type alias Ancestors (#9699) 2020-04-27 11:07:03 +09:00
append_vec.rs Introduce background stale AppendVec shrink mechanism (#9219) 2020-04-06 17:30:23 +09:00
bank.rs Add incinerator sysvar (#9815) 2020-04-30 22:04:08 -07:00
bank_client.rs Use cluster confirmations in rpc and pubsub (#9138) 2020-03-30 17:53:25 -06:00
blockhash_queue.rs
bloom.rs Input values are not sanitized after they are deserialized, making it far too easy for Leo to earn SOL (#9706) 2020-04-27 11:06:00 -07:00
epoch_stakes.rs Add Metrics/Dashboards tracking block production (#9342) 2020-04-08 14:35:24 -07:00
genesis_utils.rs Make default programs static (#9717) 2020-04-27 21:05:12 -07:00
lib.rs Make default programs static (#9717) 2020-04-27 21:05:12 -07:00
loader_utils.rs Don't use move semantics if not needed (#8793) 2020-03-11 14:37:23 -07:00
message_processor.rs Add Cross-program invocations (#9582) 2020-04-28 14:33:56 -07:00
native_loader.rs Add Cross-program invocations (#9582) 2020-04-28 14:33:56 -07:00
nonce_utils.rs One less alloc per transaction (#9705) 2020-04-24 13:03:46 -06:00
rent_collector.rs Add incinerator sysvar (#9815) 2020-04-30 22:04:08 -07:00
serde_utils.rs
stakes.rs
status_cache.rs Introduce type alias Ancestors (#9699) 2020-04-27 11:07:03 +09:00
storage_utils.rs Make default programs static (#9717) 2020-04-27 21:05:12 -07:00
system_instruction_processor.rs Move address creation with seed into pubkey (#8991) 2020-03-20 15:20:48 -07:00
transaction_batch.rs Upgrade to Rust 1.42 (#8836) 2020-03-13 14:15:22 -06:00
transaction_utils.rs