solana/runtime/src
Brooks 1689586213
Uses a channel for AHV -> SPS (#30406)
2023-02-22 03:36:29 +00:00
..
accounts_background_service
accounts_db Refactor - simplify geyser notify book keeping code and fix total_accounts stat (#30207) 2023-02-10 12:18:50 -06:00
append_vec
bank Revert "Add test for executor cache runtime feature upgrades. (#30382)" (#30424) 2023-02-21 15:47:39 -07:00
epoch_accounts_hash
serde_snapshot Serde snapshot uses own types (#30391) 2023-02-20 12:25:15 -05:00
snapshot_package Uses a channel for AHV -> SPS (#30406) 2023-02-22 03:36:29 +00:00
snapshot_utils
account_info.rs move AccountInfo bits from size to offset (#30408) 2023-02-21 10:08:37 -08:00
account_overrides.rs
account_rent_state.rs
account_storage.rs add shrink_can_be_active to remove (#30191) 2023-02-08 11:32:18 -08:00
accounts.rs API to enumerate executable program accounts in tx batch (#30371) 2023-02-16 13:29:38 -08:00
accounts_background_service.rs Add accounts hard-link files into the bank snapshot directory (#29496) 2023-02-15 09:52:07 -08:00
accounts_cache.rs
accounts_db.rs Makes AccountsHash an enum (#30416) 2023-02-21 15:20:51 -05:00
accounts_file.rs Fix the return type of AccountsFile::account_matches_owners() (#30354) 2023-02-16 03:34:36 +00:00
accounts_hash.rs Makes AccountsHash an enum (#30416) 2023-02-21 15:20:51 -05:00
accounts_index.rs remove unnecessary lifetime (#30019) 2023-02-01 13:18:46 -08:00
accounts_index_storage.rs
accounts_update_notifier_interface.rs Replace txn_signature in ReplicaAccountInfo with transaction (#30189) 2023-02-09 12:00:33 -08:00
active_stats.rs
ancestors.rs
ancient_append_vecs.rs Apply clippy fixes for future rust upgrade (#30363) 2023-02-16 16:12:51 +00:00
append_vec.rs Return index of matching owner for a program account (#30337) 2023-02-15 19:41:29 +00:00
bank.rs Find and load missing programs in LoadedPrograms cache (#30275) 2023-02-21 12:53:35 -08:00
bank_client.rs
bank_forks.rs LoadedPrograms cache implementation and tests (#30139) 2023-02-08 13:24:44 -08:00
bank_utils.rs
block_cost_limits.rs add cost to additional built-in programs (#29795) 2023-01-27 13:47:41 -06:00
blockhash_queue.rs
bucket_map_holder.rs
bucket_map_holder_stats.rs
builtins.rs
cache_hash_data.rs
cache_hash_data_stats.rs
commitment.rs
contains.rs
cost_model.rs correct a comment with right info (#30201) 2023-02-08 17:33:28 -06:00
cost_tracker.rs implement From trait for CostTrackerError to TransactionError (#30267) 2023-02-13 11:06:39 -06:00
epoch_accounts_hash.rs
epoch_stakes.rs
genesis_utils.rs
hardened_unpack.rs Account path add run parent with old path cleanup (#29942) 2023-01-30 10:26:43 -08:00
in_mem_accounts_index.rs typo (#30393) 2023-02-21 09:59:45 -06:00
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs Abstract out AppendVec into AccountsFile enum (#29815) 2023-02-15 17:24:04 -08:00
loader_utils.rs
message_processor.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
non_circulating_supply.rs
nonce_keyed_account.rs
prioritization_fee.rs report less datapoints to block_min_prioritization_fee (#30017) 2023-02-01 11:32:36 -06:00
prioritization_fee_cache.rs
pubkey_bins.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
read_only_accounts_cache.rs
rent_collector.rs
rent_debit.rs LoadedPrograms cache implementation and tests (#30139) 2023-02-08 13:24:44 -08:00
rent_paying_accounts_by_partition.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
rolling_bit_field.rs
root_bank_cache.rs
runtime_config.rs
secondary_index.rs Add an RPC API that can query the list of Top N secondary index keys and their sizes (#28887) 2023-01-31 13:47:03 -07:00
serde_snapshot.rs Serde snapshot uses own types (#30391) 2023-02-20 12:25:15 -05:00
shared_buffer_reader.rs
snapshot_archive_info.rs
snapshot_config.rs
snapshot_hash.rs Makes AccountsHash an enum (#30416) 2023-02-21 15:20:51 -05:00
snapshot_minimizer.rs pass shrink_can_be_active through shrink fns (#30244) 2023-02-10 10:06:40 -08:00
snapshot_package.rs Uses a channel for AHV -> SPS (#30406) 2023-02-22 03:36:29 +00:00
snapshot_utils.rs Makes AccountsHash an enum (#30416) 2023-02-21 15:20:51 -05:00
sorted_storages.rs Abstract out AppendVec into AccountsFile enum (#29815) 2023-02-15 17:24:04 -08:00
stake_account.rs
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs add test_stake_account_consistency_with_rent_epoch_max_feature (#29915) 2023-01-27 11:50:33 -08:00
static_ids.rs
status_cache.rs
storable_accounts.rs impl default version of contains_multiple_slots (#30055) 2023-02-01 13:01:01 -08:00
system_instruction_processor.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
transaction_batch.rs
transaction_error_metrics.rs Limit loaded data per transaction to a fixed cap (#29743) 2023-01-31 22:51:35 -06:00
transaction_priority_details.rs feature gate to enable compute_budget::request_heap_frame on mainnetBeta (#30077) 2023-02-03 09:21:57 -06:00
verify_accounts_hash_in_background.rs
vote_account.rs
vote_parser.rs
vote_sender_types.rs
vote_transaction.rs
waitable_condvar.rs