solana/runtime/src
Jeff Washington (jwash) 5636570d6d
add roots_original to roots tracker (#23849)
2022-03-30 08:52:45 -05:00
..
accounts_db Rename AccountsDb plugins to Geyser plugins (#23604) 2022-03-14 19:18:46 -06:00
bank Fix bug in bank/sysvar_cache tests (#23780) 2022-03-19 21:38:18 -05:00
serde_snapshot Start saving/loading prior_roots(_with_hash) to snapshot (#23844) 2022-03-24 10:06:24 -05:00
snapshot_utils
account_info.rs
account_rent_state.rs
accounts.rs add epoch_schedule and rent_collector to hash calc (#23857) 2022-03-24 09:39:22 -05:00
accounts_background_service.rs remove index hash calculation as an option (#23928) 2022-03-25 15:32:53 -05:00
accounts_cache.rs
accounts_db.rs add roots_original to roots tracker (#23849) 2022-03-30 08:52:45 -05:00
accounts_hash.rs pass stats separately from CalcAccountsHashConfig (#23892) 2022-03-24 12:48:47 -05:00
accounts_index.rs add roots_original to roots tracker (#23849) 2022-03-30 08:52:45 -05:00
accounts_index_storage.rs don't start extra threads for shrink/clean/hash (#23858) 2022-03-23 11:53:37 -05:00
accounts_update_notifier_interface.rs
active_stats.rs
ancestors.rs add roots_original to roots tracker (#23849) 2022-03-30 08:52:45 -05:00
append_vec.rs
bank.rs Use VoteAccountsHashMap type alias in all applicable spots (#23904) 2022-03-24 12:09:48 -05: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 Refactor: Sanitized transaction creation (#23558) 2022-03-15 12:02:22 +08:00
epoch_stakes.rs Use VoteAccountsHashMap type alias in all applicable spots (#23904) 2022-03-24 12:09:48 -05:00
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 RollingBitFIeld to its own file (#23917) 2022-03-25 10:37:00 -05: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
rolling_bit_field.rs add roots_original to roots tracker (#23849) 2022-03-30 08:52:45 -05:00
secondary_index.rs Drop lock (#23765) 2022-03-20 21:27:24 -04:00
serde_snapshot.rs Start saving/loading prior_roots(_with_hash) to snapshot (#23844) 2022-03-24 10:06:24 -05:00
shared_buffer_reader.rs
snapshot_archive_info.rs Separate remotely downloaded snapshot archives (#23510) 2022-03-14 14:03:59 -05:00
snapshot_config.rs remove index hash calculation as an option (#23928) 2022-03-25 15:32:53 -05:00
snapshot_hash.rs
snapshot_package.rs document 'accounts' hash (#23907) 2022-03-24 15:58:52 -05:00
snapshot_utils.rs Specify if archive size datapoint is for full or incremental snapshots (#23941) 2022-03-26 12:29:13 -05:00
sorted_storages.rs refactoring of SortedStorages tests to make other changes easier (#23990) 2022-03-29 22:06:48 -05:00
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 Adds check_number_of_instruction_accounts() to all builtin programs except for the address-lookup-table. (#23984) 2022-03-29 19:06:50 +02:00
transaction_batch.rs
transaction_cost_metrics_sender.rs
vote_account.rs Use VoteAccountsHashMap type alias in all applicable spots (#23904) 2022-03-24 12:09:48 -05:00
vote_parser.rs
vote_sender_types.rs
vote_transaction.rs
waitable_condvar.rs