solana/runtime/src
Jeff Washington (jwash) b669b827fb
refactor and test get_sorted_potential_ancient_slots (#28436)
2022-10-18 07:45:43 -07:00
..
accounts_background_service
accounts_db patches clippy errors from new rust nightly release (#27996) 2022-09-22 22:23:03 +00:00
append_vec
bank RPC: Support versioned txs in getFeeForMessage API (#28217) 2022-10-05 00:00:34 +08:00
epoch_accounts_hash Move epoch accounts hash utility functions (#28219) 2022-10-05 23:29:22 +00:00
serde_snapshot remove unnecessary clones (#28406) 2022-10-16 20:33:07 -07:00
snapshot_package Converts PendingAccountsPackage to a channel (#28352) 2022-10-13 12:47:36 -04:00
snapshot_utils Use regex in get_snapshot_file_kind (#27728) 2022-09-22 13:55:48 -05:00
account_info.rs
account_overrides.rs
account_rent_state.rs
accounts.rs remove expected rent collection and rehashing completely (#28422) 2022-10-17 07:24:42 -07:00
accounts_background_service.rs remove expected rent collection and rehashing completely (#28422) 2022-10-17 07:24:42 -07:00
accounts_cache.rs log metric in case of race condition (#27951) 2022-09-20 16:23:25 -07:00
accounts_db.rs refactor and test get_sorted_potential_ancient_slots (#28436) 2022-10-18 07:45:43 -07:00
accounts_hash.rs remove expected rent collection and rehashing completely (#28422) 2022-10-17 07:24:42 -07:00
accounts_index.rs patches clippy errors from new rust nightly release (#28028) 2022-09-23 20:57:27 +00:00
accounts_index_storage.rs
accounts_update_notifier_interface.rs
active_stats.rs
ancestors.rs
ancient_append_vecs.rs
append_vec.rs patches clippy errors from new rust nightly release (#27996) 2022-09-22 22:23:03 +00:00
bank.rs Refactor: Rename `max_invoke_depth` to `max_invoke_stack_height` (#28427) 2022-10-17 23:54:56 +08:00
bank_client.rs
bank_forks.rs Sends both an EAH and a snapshot request from `set_root()` (#28363) 2022-10-14 11:00:04 -04:00
bank_utils.rs
block_cost_limits.rs Add assertions for computed block cost limit constants (#28056) 2022-09-26 12:50:31 +00:00
blockhash_queue.rs
bucket_map_holder.rs
bucket_map_holder_stats.rs
builtins.rs
cache_hash_data.rs remove troublesome assert (#28195) 2022-10-03 12:18:48 -07:00
cache_hash_data_stats.rs
commitment.rs
contains.rs
cost_model.rs increase instruction data cost (#27992) 2022-09-23 16:15:31 -05:00
cost_tracker.rs patches clippy errors from new rust nightly release (#28028) 2022-09-23 20:57:27 +00:00
epoch_accounts_hash.rs Move epoch accounts hash utility functions (#28219) 2022-10-05 23:29:22 +00:00
epoch_stakes.rs
execute_cost_table.rs patches clippy errors from new rust nightly release (#28028) 2022-09-23 20:57:27 +00:00
genesis_utils.rs
hardened_unpack.rs patches clippy errors from new rust nightly release (#27996) 2022-09-22 22:23:03 +00:00
in_mem_accounts_index.rs fix duplicate local variable (#28093) 2022-09-27 08:48:05 -07:00
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs remove expected rent collection and rehashing completely (#28422) 2022-10-17 07:24:42 -07:00
loader_utils.rs
message_processor.rs Refactor - executor_cache (#28332) 2022-10-12 18:09:03 +02:00
non_circulating_supply.rs
nonce_keyed_account.rs Feature: Explicitly limit `TransactionContext::instruction_trace_capacity` (#27938) 2022-09-26 10:47:16 +02:00
prioritization_fee.rs
prioritization_fee_cache.rs
pubkey_bins.rs
read_only_accounts_cache.rs
rent_collector.rs
rent_paying_accounts_by_partition.rs
rolling_bit_field.rs
root_bank_cache.rs root_bank_cache (#27985) 2022-09-23 15:01:03 -05:00
runtime_config.rs
secondary_index.rs patches clippy errors from new rust nightly release (#27996) 2022-09-22 22:23:03 +00:00
serde_snapshot.rs Bank::freeze() waits for EAH calculation to complete (#28170) 2022-10-05 17:44:35 -04:00
shared_buffer_reader.rs
snapshot_archive_info.rs
snapshot_config.rs
snapshot_hash.rs
snapshot_minimizer.rs when shrinking, don't send entire old append vec to clean (#27914) 2022-09-20 06:32:07 -07:00
snapshot_package.rs remove expected rent collection and rehashing completely (#28422) 2022-10-17 07:24:42 -07:00
snapshot_utils.rs Converts PendingAccountsPackage to a channel (#28352) 2022-10-13 12:47:36 -04:00
sorted_storages.rs use ref for snapshot_storages.iter_range (#28205) 2022-10-04 09:11:44 -07:00
stake_account.rs fix typo 2022-09-28 09:48:56 -05:00
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs
static_ids.rs
status_cache.rs patches clippy errors from new rust nightly release (#28028) 2022-09-23 20:57:27 +00:00
storable_accounts.rs
system_instruction_processor.rs BorrowedAccount: add set_data_from_slice(), make set_data() take owned values (#27836) 2022-09-24 01:37:02 +01:00
transaction_batch.rs
transaction_error_metrics.rs report additional transaction errors to metrics (#28285) 2022-10-07 10:36:22 -05:00
transaction_priority_details.rs
verify_accounts_hash_in_background.rs
vote_account.rs
vote_parser.rs
vote_sender_types.rs
vote_transaction.rs
waitable_condvar.rs