solana/runtime/src
Brooks 70c6c7e1f7
Uses strong types for snapshot hashes in SnapshotPackagerService (#30603)
2023-03-06 16:50:45 -05:00
..
account_storage Generalize the return value of append_accounts() (#30571) 2023-03-06 09:52:05 -08:00
accounts_background_service
accounts_db getter functions for StoredAccountMeta (#30447) 2023-02-27 10:03:22 -08:00
append_vec
bank Refactor - Remove `process_instruction` parameter `first_instruction_account` (#30579) 2023-03-06 17:37:37 +01:00
epoch_accounts_hash
serde_snapshot BankIncrementalSnapshotPersistence uses strong accounts hash types (#30502) 2023-02-24 18:15:23 -05:00
snapshot_package Uses a channel for AHV -> SPS (#30406) 2023-02-22 03:36:29 +00:00
snapshot_utils support loading snapshots with > 1 append vec per slot (#30570) 2023-03-06 06:08:57 -08:00
account_info.rs break apart AccountInfo (#30505) 2023-02-24 11:35:27 -08:00
account_overrides.rs
account_rent_state.rs
account_storage.rs minor cleanup (#30477) 2023-02-23 15:10:09 -08:00
accounts.rs add compute budget instruction to set loaded accounts data size limit (#30377) 2023-02-24 09:27:49 -06: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 accounts_db::get_all_accounts: Select slots with an iterator (#30581) 2023-03-06 12:30:50 -08:00
accounts_file.rs Generalize the return value of append_accounts() (#30571) 2023-03-06 09:52:05 -08:00
accounts_hash.rs Makes AccountsHash an enum (#30416) 2023-02-21 15:20:51 -05:00
accounts_index.rs add index_entries_being_shrunk to ShrinkCollect (#30518) 2023-03-01 17:09:42 -08:00
accounts_index_storage.rs add DiskIndexValue trait for disk index (#30503) 2023-02-24 11:02:06 -08:00
accounts_update_notifier_interface.rs Move account-meta structs from append_vec.rs to account_meta.rs (#30443) 2023-02-22 16:10:34 -08:00
active_stats.rs
ancestors.rs
ancient_append_vecs.rs getter functions for StoredAccountMeta (#30447) 2023-02-27 10:03:22 -08:00
append_vec.rs Generalize the return value of append_accounts() (#30571) 2023-03-06 09:52:05 -08:00
bank.rs improve BankCreationFreezingProgress and add tests (#30513) 2023-02-27 07:54:08 -08:00
bank_client.rs
bank_creation_freezing_progress.rs improve BankCreationFreezingProgress and add tests (#30513) 2023-02-27 07:54:08 -08:00
bank_forks.rs LoadedPrograms cache implementation and tests (#30139) 2023-02-08 13:24:44 -08:00
bank_utils.rs
block_cost_limits.rs
blockhash_queue.rs
bucket_map_holder.rs add DiskIndexValue trait for disk index (#30503) 2023-02-24 11:02:06 -08:00
bucket_map_holder_stats.rs consolidate held in mem stats (#30574) 2023-03-03 10:05:05 -08:00
builtins.rs Refactor - Remove `process_instruction` parameter `first_instruction_account` (#30579) 2023-03-06 17:37:37 +01:00
cache_hash_data.rs
cache_hash_data_stats.rs
commitment.rs
contains.rs
cost_model.rs add compute budget instruction to set loaded accounts data size limit (#30377) 2023-02-24 09:27:49 -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
in_mem_accounts_index.rs consolidate held in mem stats (#30574) 2023-03-03 10:05:05 -08:00
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs move BankCreationFreezingProgress to its own file (#30510) 2023-02-24 14:05:39 -08:00
loader_utils.rs
message_processor.rs Refactor - Remove `process_instruction` parameter `first_instruction_account` (#30579) 2023-03-06 17:37:37 +01:00
non_circulating_supply.rs
nonce_keyed_account.rs
prioritization_fee.rs
prioritization_fee_cache.rs Not allow transactions request zero CU to update prioritization fee cache (#30507) 2023-02-24 23:50:02 -06:00
pubkey_bins.rs
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
rolling_bit_field.rs
root_bank_cache.rs
runtime_config.rs
secondary_index.rs
serde_snapshot.rs BankIncrementalSnapshotPersistence uses strong accounts hash types (#30502) 2023-02-24 18:15:23 -05:00
shared_buffer_reader.rs
snapshot_archive_info.rs
snapshot_config.rs
snapshot_hash.rs Uses strong types for snapshot hashes in SnapshotPackagerService (#30603) 2023-03-06 16:50:45 -05:00
snapshot_minimizer.rs getter functions for StoredAccountMeta (#30447) 2023-02-27 10:03:22 -08:00
snapshot_package.rs Uses a channel for AHV -> SPS (#30406) 2023-02-22 03:36:29 +00:00
snapshot_utils.rs Add checks when constructing a BankSnapshotInfo from a directory (#30373) 2023-02-24 11:50:29 -08:00
sorted_storages.rs Abstract out AppendVec into AccountsFile enum (#29815) 2023-02-15 17:24:04 -08:00
stake_account.rs drop default from PhantomData::default() (#30476) 2023-02-23 14:59:08 -08:00
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs
static_ids.rs
status_cache.rs
storable_accounts.rs getter functions for StoredAccountMeta (#30447) 2023-02-27 10:03:22 -08:00
system_instruction_processor.rs Refactor - Remove `process_instruction` parameter `first_instruction_account` (#30579) 2023-03-06 17:37:37 +01:00
transaction_batch.rs
transaction_error_metrics.rs
transaction_priority_details.rs add compute budget instruction to set loaded accounts data size limit (#30377) 2023-02-24 09:27:49 -06:00
verify_accounts_hash_in_background.rs
vote_account.rs
vote_parser.rs refactor to remove additional is_simple_vote check (#30521) 2023-02-24 23:49:04 -06:00
vote_sender_types.rs
vote_transaction.rs
waitable_condvar.rs