solana/runtime/src
Jack May 965f653471
Add copy-on-write executor cache (#12502)
* Add copy-on-write executor cache

* Add remove_executor function to the bank
2020-09-26 17:54:11 +00:00
..
serde_snapshot Add RPC notify and banking keys debug (#12396) 2020-09-23 18:46:42 -07:00
accounts.rs Rename active() to is_active() 2020-09-25 11:40:36 -07:00
accounts_db.rs Fix ref-count for multiple stores to the same pubkey in a slot, fixes zero lamport purge detection (#12462) 2020-09-25 18:54:48 -07:00
accounts_index.rs Fix ref-count for multiple stores to the same pubkey in a slot, fixes zero lamport purge detection (#12462) 2020-09-25 18:54:48 -07:00
append_vec.rs
bank.rs Add copy-on-write executor cache (#12502) 2020-09-26 17:54:11 +00:00
bank_client.rs
bank_forks.rs
bank_utils.rs
blockhash_queue.rs
bloom.rs adds an atomic variant of the bloom filter (#12422) 2020-09-24 18:37:19 +00:00
builtins.rs Port instructions sysvar and secp256k1 program activation to FeatureSet 2020-09-25 11:40:36 -07:00
commitment.rs
epoch_stakes.rs
feature.rs FeatureSet test 2020-09-25 11:40:36 -07:00
feature_set.rs Port fix_recent_blockhashes_sysvar_delay to FeatureSet 2020-09-25 15:07:25 -07:00
genesis_utils.rs Port instructions sysvar and secp256k1 program activation to FeatureSet 2020-09-25 11:40:36 -07:00
hardened_unpack.rs
instruction_recorder.rs Record and store invoked instructions in transaction meta (#12311) 2020-09-24 22:36:22 +08:00
lib.rs Runtime feature activation framework 2020-09-25 11:40:36 -07:00
loader_utils.rs
log_collector.rs
message_processor.rs Rename active() to is_active() 2020-09-25 11:40:36 -07:00
native_loader.rs
nonce_utils.rs
rent_collector.rs
serde_snapshot.rs Add RPC notify and banking keys debug (#12396) 2020-09-23 18:46:42 -07:00
snapshot_package.rs
snapshot_utils.rs Improve 'Failed to create snapshot archive' warning message 2020-09-25 20:02:49 +00:00
stakes.rs
status_cache.rs
system_instruction_processor.rs
transaction_batch.rs
transaction_utils.rs
vote_sender_types.rs