solana/runtime/src
Pankaj Garg 511cf28be8
Move `serde-snapshot dependent accounts-db tests (#32671)
Move serde-snapshot dependent accounts-db tests
2023-08-07 09:35:41 -07:00
..
account_storage Uses `'storage` for lifetime in StoredAccountMeta (#32440) 2023-07-10 10:57:20 -04:00
accounts_background_service Standardizes datapoints in AccountsBackgroundService's StatsManager (#32310) 2023-06-28 13:00:46 -04:00
accounts_db Replace AccountsFile::cloned_account by ReadableAccount::to_account_shared_data() (#32399) 2023-07-07 00:08:50 +08:00
append_vec
bank Move bank specific code out of epoch_accounts_hash/utils.rs (#32623) 2023-07-25 14:12:20 -07:00
epoch_accounts_hash Move bank specific code out of epoch_accounts_hash/utils.rs (#32623) 2023-07-25 14:12:20 -07:00
serde_snapshot Move `serde-snapshot dependent accounts-db tests (#32671) 2023-08-07 09:35:41 -07:00
snapshot_package Clean up the outdated SnapshotPackage snapshot_links field (#31360) 2023-05-01 11:24:59 -07:00
snapshot_utils Refactor SnapshotError related code (#31632) 2023-05-22 15:33:11 -07:00
tiered_storage TieredStorage struct (3/N) -- new_readonly and reader structs (#32579) 2023-08-04 12:18:38 -07:00
account_info.rs Move alignment related consts from append_vec.rs to accounts_file.rs (#30782) 2023-03-20 11:34:18 -07:00
account_overrides.rs
account_rent_state.rs Cleanup - include_account_index_in_rent_error (#31770) 2023-05-23 15:02:55 +02:00
account_storage.rs rework assert_no_shrink_in_progress to get assert stack easily (#31251) 2023-04-19 11:36:24 -07:00
accounts.rs cleanup feature: Use default units per instruction in fee calculation (#32570) 2023-07-21 18:37:58 -05:00
accounts_background_service.rs Remove unnecessary clone (#32707) 2023-08-03 13:54:43 -06:00
accounts_cache.rs
accounts_db.rs Move `serde-snapshot dependent accounts-db tests (#32671) 2023-08-07 09:35:41 -07:00
accounts_file.rs Add enum AppendVecError (#31749) 2023-05-24 12:18:17 -07:00
accounts_hash.rs avoid giant memory allocation in hash calc (#32646) 2023-07-31 13:13:19 -07:00
accounts_index.rs simplify clean_dead_slot, factor out root stats (#32035) 2023-06-09 07:35:38 -07:00
accounts_index_storage.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
accounts_partition.rs Rework bank to allow RentCollectionCycleParams private (#31361) 2023-04-26 14:48:51 -07: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 hook up ancient.slots_considered metric (#32458) 2023-07-11 11:51:16 -07:00
append_vec.rs Fix - Uses `std::mem::transmute` and `std::ptr::write` in unsafe code in append_vec.rs (#32711) 2023-08-04 17:18:13 +02:00
bank.rs Adds doc comments for Bank fns that get accounts/snapshot hashes (#32716) 2023-08-04 13:56:15 -04:00
bank_client.rs Update SBF programs tests to use bank from the correct slot (#31491) 2023-05-04 13:25:02 -07:00
bank_forks.rs Move bank specific code out of epoch_accounts_hash/utils.rs (#32623) 2023-07-25 14:12:20 -07:00
bank_utils.rs Move transaction results data structures out of bank.rs (#32386) 2023-07-06 09:45:01 -07:00
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 disk index: add stat: disk_index_failed_resizes (#31039) 2023-04-04 09:39:06 -07:00
builtins.rs Refactor - Merges `BuiltinPrograms` into `LoadedPrograms` (#31654) 2023-05-18 22:18:28 +02:00
cache_hash_data.rs remove redundant `mut`s (#31696) 2023-05-18 11:08:13 -07:00
cache_hash_data_stats.rs
commitment.rs refactor: highest_cluster_confirmed_root -> highest_super_majority_root (#31619) 2023-05-14 00:42:03 -07:00
contains.rs
epoch_accounts_hash.rs Move bank specific code out of epoch_accounts_hash/utils.rs (#32623) 2023-07-25 14:12:20 -07:00
epoch_rewards_hasher.rs Remove unnecessary dead_code attributes (#32416) 2023-07-12 18:41:17 -05:00
epoch_stakes.rs Add ancestor hashes to state machine (#31627) 2023-05-13 02:05:44 -07:00
genesis_utils.rs Cleanup - `Bank::reconfigure_token2_native_mint()` (#31817) 2023-06-07 21:14:43 +02:00
hardened_unpack.rs removes instances of clippy::manual_let_else (#32417) 2023-07-09 21:41:36 +00:00
in_mem_accounts_index.rs clarify AccountsIndexScanResult::OnlyKeepInMemoryIfDirty (#31513) 2023-05-05 10:39:32 -07:00
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs remove unused bank creation/freezing progress (#32699) 2023-08-03 10:12:44 -07:00
loader_utils.rs
non_circulating_supply.rs Add stake_flags to stake state (#32524) 2023-07-24 09:09:40 -05:00
nonce_info.rs Move NonceInfo, NonceFull and NoncePartial out of bank.rs (#32375) 2023-07-05 10:44:54 -07:00
partitioned_rewards.rs add PartitionedEpochRewardsConfigRewardBlock (#32444) 2023-07-10 17:04:40 -05:00
prioritization_fee.rs
prioritization_fee_cache.rs Refactor pass feature status to deserialized packet via packet meta (#31549) 2023-05-11 09:31:05 -05:00
pubkey_bins.rs avoid giant memory allocation in hash calc (#32646) 2023-07-31 13:13:19 -07:00
read_only_accounts_cache.rs add metric read_only_cache_load_us (#32559) 2023-07-31 07:07:13 -07:00
rent_collector.rs
rent_debits.rs Move rent debit out of bank (#31204) 2023-04-14 19:41:10 +00:00
rolling_bit_field.rs
root_bank_cache.rs RootBankCache: only cache weak reference to avoid keeping a bank alive (#31189) 2023-04-14 11:33:18 -07:00
runtime_config.rs Cleanup - Removes the CLI option "no-bpf-jit" (#31329) 2023-04-25 19:04:11 +02:00
secondary_index.rs
serde_snapshot.rs Move `serde-snapshot dependent accounts-db tests (#32671) 2023-08-07 09:35:41 -07:00
shared_buffer_reader.rs
snapshot_archive_info.rs
snapshot_bank_utils.rs Simplifies if-let when rebuilding bank (#32654) 2023-07-28 17:55:58 +00:00
snapshot_config.rs Split snapshot_utils.rs into snapshot_bank_utils.rs (#32612) 2023-07-24 16:31:03 -07:00
snapshot_hash.rs Refactors the Full/Incremental SnapshotHash types (#31186) 2023-04-13 18:01:27 -04:00
snapshot_minimizer.rs Refactor - Merges `BuiltinPrograms` into `LoadedPrograms` (#31654) 2023-05-18 22:18:28 +02:00
snapshot_package.rs Do not add bank snapshots for AccountsHashVerifier requests (#32589) 2023-07-25 18:30:06 -04:00
snapshot_utils.rs Unzips Option when deserializing snapshot data files (#32652) 2023-07-28 15:21:22 -04:00
sorted_storages.rs Adds test for SortedStorages::new_with_slots() (#31471) 2023-05-04 06:13:08 -04:00
stake_account.rs stores stake-accounts in parallel after epoch rewards calculations (#32633) 2023-07-29 20:47:28 +00:00
stake_history.rs
stake_rewards.rs move StakeReward to stake_rewards.rs (#32014) 2023-06-07 12:35:28 -07:00
stake_weighted_timestamp.rs
stakes.rs stores stake-accounts in parallel after epoch rewards calculations (#32633) 2023-07-29 20:47:28 +00:00
static_ids.rs
status_cache.rs
storable_accounts.rs add StorableAccount impl for account value (#31675) 2023-05-16 12:54:48 -07:00
tiered_storage.rs TieredStorage struct (3/N) -- new_readonly and reader structs (#32579) 2023-08-04 12:18:38 -07:00
transaction_batch.rs Make prepare_simulation_batch() more usable (#32304) 2023-06-29 11:20:42 +09:00
transaction_error_metrics.rs add ProgramExecutionTemporarilyRestricted error (#31796) 2023-06-06 14:13:41 -07:00
transaction_priority_details.rs cleanup feature: Use default units per instruction in fee calculation (#32570) 2023-07-21 18:37:58 -05:00
transaction_results.rs Move transaction results data structures out of bank.rs (#32386) 2023-07-06 09:45:01 -07:00
verify_accounts_hash_in_background.rs Includes error in panic in initial accounts hash verification (#30725) 2023-03-15 12:24:55 -04:00
vote_account.rs removes instances of clippy::manual_let_else (#32417) 2023-07-09 21:41:36 +00:00
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