solana/runtime/src
Jeff Washington (jwash) 493a8e2348
remove random flushing of write cache (#23845)
2022-03-23 08:45:44 -05:00
..
accounts_db
bank Fix bug in bank/sysvar_cache tests (#23780) 2022-03-19 21:38:18 -05:00
serde_snapshot Add accounts_data_len to bank snapshot (#23714) 2022-03-17 20:14:54 -05:00
snapshot_utils
account_info.rs
account_rent_state.rs
accounts.rs transaction-status: Add return data to meta (#23688) 2022-03-22 23:17:05 +01:00
accounts_background_service.rs
accounts_cache.rs
accounts_db.rs remove random flushing of write cache (#23845) 2022-03-23 08:45:44 -05:00
accounts_hash.rs
accounts_index.rs throttle index adding to allow disk flushing to keep up and reduce startup ram usage (#23773) 2022-03-20 19:56:20 -05:00
accounts_index_storage.rs throttle index adding to allow disk flushing to keep up and reduce startup ram usage (#23773) 2022-03-20 19:56:20 -05:00
accounts_update_notifier_interface.rs
active_stats.rs
ancestors.rs
append_vec.rs
bank.rs transaction-status: Add return data to meta (#23688) 2022-03-22 23:17:05 +01:00
bank_client.rs
bank_forks.rs
bank_utils.rs
block_cost_limits.rs
blockhash_queue.rs
bucket_map_holder.rs
bucket_map_holder_stats.rs log fail to evict (#23815) 2022-03-22 09:19:38 -05:00
builtins.rs
cache_hash_data.rs
cache_hash_data_stats.rs
commitment.rs
contains.rs
cost_model.rs Not exposing inner cost_table to encapsulating implementation details, 2022-03-18 12:58:43 -05:00
cost_tracker.rs
epoch_stakes.rs
execute_cost_table.rs Not exposing inner cost_table to encapsulating implementation details, 2022-03-18 12:58:43 -05:00
genesis_utils.rs
hardened_unpack.rs
in_mem_accounts_index.rs AcctIdx: rework scan and write to disk (#23794) 2022-03-22 11:54:12 -05:00
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs uses structural sharing for stake-delegations hash-map (#23585) 2022-03-16 12:58:05 +00:00
loader_utils.rs
message_processor.rs Refactor instruction compilation and update message account key ordering (#23729) 2022-03-21 20:53:32 +08:00
non_circulating_supply.rs
nonce_keyed_account.rs Refactor: Remove `trait` from nonce keyed account (#23811) 2022-03-23 02:09:30 +01:00
pubkey_bins.rs
read_only_accounts_cache.rs
rent_collector.rs
secondary_index.rs Drop lock (#23765) 2022-03-20 21:27:24 -04:00
serde_snapshot.rs
shared_buffer_reader.rs
snapshot_archive_info.rs
snapshot_config.rs
snapshot_hash.rs
snapshot_package.rs snapshot code needs all storages for hash calc (#23840) 2022-03-22 21:27:54 -05:00
snapshot_utils.rs snapshot code needs all storages for hash calc (#23840) 2022-03-22 21:27:54 -05:00
sorted_storages.rs
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs uses structural sharing for stake-delegations hash-map (#23585) 2022-03-16 12:58:05 +00:00
status_cache.rs
storable_accounts.rs
system_instruction_processor.rs Refactor: Remove `trait` from nonce keyed account (#23811) 2022-03-23 02:09:30 +01:00
transaction_batch.rs
transaction_cost_metrics_sender.rs
vote_account.rs minor VoteAccount refactoring (#23686) 2022-03-16 09:50:12 -05:00
vote_parser.rs
vote_sender_types.rs
vote_transaction.rs
waitable_condvar.rs