solana/runtime/src
Justin Starry d9c259a231
Set the correct root in block commitment cache initialization (#22750)
* Set the correct root in block commitment cache initialization

* clean up test

* bump
2022-01-27 00:48:00 +08:00
..
accounts_db
bank
serde_snapshot Remove unused fields from Bank (#22491) 2022-01-21 06:03:41 -06:00
account_info.rs
account_rent_state.rs
accounts.rs Refactor: move instructions sysvar serialization out of Message (#22544) 2022-01-20 17:33:49 +08:00
accounts_background_service.rs
accounts_cache.rs
accounts_db.rs fix comment typos (#22723) 2022-01-25 11:10:42 -06:00
accounts_hash.rs Pacify clippy 2022-01-21 19:12:57 -08:00
accounts_index.rs add comment (#22636) 2022-01-21 10:51:58 -06:00
accounts_index_storage.rs
accounts_update_notifier_interface.rs
active_stats.rs add ActiveStats to track when long running, expensive bg processes are running (#22608) 2022-01-21 10:51:23 -06:00
ancestors.rs
append_vec.rs
bank.rs Perf: Reduce write locks on blockhash queue (#22729) 2022-01-26 16:24:27 +08:00
bank_client.rs Pacify clippy 2022-01-21 19:12:57 -08:00
bank_forks.rs Pacify clippy 2022-01-21 19:12:57 -08:00
bank_utils.rs Refactor: move simple vote parsing to runtime (#22537) 2022-01-20 10:39:21 +08:00
block_cost_limits.rs port counting vote CUs to block cost (#22477) 2022-01-14 10:50:29 -06:00
blockhash_queue.rs
bucket_map_holder.rs
bucket_map_holder_stats.rs
builtins.rs Refactor: Split vote_instruction.rs into multiple files (#22502) 2022-01-14 17:25:15 +08:00
cache_hash_data.rs minor cleanup (#22610) 2022-01-20 18:11:00 -06:00
cache_hash_data_stats.rs
commitment.rs Set the correct root in block commitment cache initialization (#22750) 2022-01-27 00:48:00 +08:00
contains.rs
cost_model.rs port counting vote CUs to block cost (#22477) 2022-01-14 10:50:29 -06:00
cost_tracker.rs port counting vote CUs to block cost (#22477) 2022-01-14 10:50:29 -06:00
epoch_stakes.rs
execute_cost_table.rs
genesis_utils.rs Cleanup activated rent_for_sysvars feature (#22454) 2022-01-14 20:34:09 +08:00
hardened_unpack.rs
in_mem_accounts_index.rs Pacify clippy 2022-01-21 19:12:57 -08:00
inline_spl_associated_token_account.rs spl-associated-token-account: Add feature for new program (#22648) 2022-01-24 22:54:41 +01:00
inline_spl_token.rs
lib.rs spl-associated-token-account: Add feature for new program (#22648) 2022-01-24 22:54:41 +01:00
loader_utils.rs
message_processor.rs Refactor: Move `InstructionRecorder` into `TransactionContext` (#22578) 2022-01-19 22:40:09 +01:00
non_circulating_supply.rs Cleanup activated rent_for_sysvars feature (#22454) 2022-01-14 20:34:09 +08:00
nonce_keyed_account.rs Refactor: Move `InstructionRecorder` into `TransactionContext` (#22578) 2022-01-19 22:40:09 +01:00
pubkey_bins.rs
read_only_accounts_cache.rs
rent_collector.rs Cleanup activated rent_for_sysvars feature (#22454) 2022-01-14 20:34:09 +08:00
secondary_index.rs
serde_snapshot.rs Cleanup AccountStorage struct (#22463) 2022-01-13 17:51:53 -06:00
shared_buffer_reader.rs
snapshot_archive_info.rs
snapshot_config.rs
snapshot_hash.rs
snapshot_package.rs
snapshot_utils.rs
sorted_storages.rs
stake_delegations.rs
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs
status_cache.rs Remove unnecessary & from AsRef params (#22523) 2022-01-15 04:51:05 +00:00
system_instruction_processor.rs Refactor: Move `InstructionRecorder` into `TransactionContext` (#22578) 2022-01-19 22:40:09 +01:00
transaction_batch.rs
transaction_cost_metrics_sender.rs Add hidden cli option to allow validator reports replayed transaction cost metrics (#22369) 2022-01-15 00:31:21 +00:00
vote_account.rs
vote_parser.rs Refactor: move simple vote parsing to runtime (#22537) 2022-01-20 10:39:21 +08:00
vote_sender_types.rs Refactor: move simple vote parsing to runtime (#22537) 2022-01-20 10:39:21 +08:00
vote_transaction.rs Refactor: move simple vote parsing to runtime (#22537) 2022-01-20 10:39:21 +08:00
waitable_condvar.rs