solana/runtime/src
Alexander Meißner ee2c2ef6c7
Cleanup - require_static_program_ids_in_transaction (#31767)
require_static_program_ids_in_transaction
2023-06-07 17:12:41 +02:00
..
account_storage Abstract out StoredAccountMeta as an Enum (#30478) 2023-03-09 15:52:51 -08:00
accounts_background_service
accounts_db Abstract out StoredAccountMeta as an Enum (#30478) 2023-03-09 15:52:51 -08:00
append_vec
bank Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892) 2023-05-31 12:36:44 -05:00
epoch_accounts_hash
serde_snapshot Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892) 2023-05-31 12:36:44 -05: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] Enable ByteBlockWriter to report the length of raw data (#31900) 2023-06-02 14:01: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 Add runtime environment to FailedVerification tombstones (#31991) 2023-06-06 22:24:39 +00:00
accounts_background_service.rs Handle errors when sending an accounts package during shutdown (#31874) 2023-05-30 17:42:33 -04:00
accounts_cache.rs
accounts_db.rs Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892) 2023-05-31 12:36:44 -05:00
accounts_file.rs Add enum AppendVecError (#31749) 2023-05-24 12:18:17 -07:00
accounts_hash.rs Creates temporary accounts hash cache files inside accounts hash cache dir (#31776) 2023-05-23 17:09:16 -04:00
accounts_index.rs Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892) 2023-05-31 12:36:44 -05: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 clarify AccountsIndexScanResult::OnlyKeepInMemoryIfDirty (#31513) 2023-05-05 10:39:32 -07:00
append_vec.rs Add enum AppendVecError (#31749) 2023-05-24 12:18:17 -07:00
bank.rs Cleanup - require_static_program_ids_in_transaction (#31767) 2023-06-07 17:12:41 +02: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_creation_freezing_progress.rs improve BankCreationFreezingProgress and add tests (#30513) 2023-02-27 07:54:08 -08:00
bank_forks.rs refactor: highest_cluster_confirmed_root -> highest_super_majority_root (#31619) 2023-05-14 00:42:03 -07:00
bank_utils.rs Revert "Do not exclude failed simple vote transactions from consensus" (#29745) 2023-01-18 15:13:13 -05:00
block_cost_limits.rs use one definition of builtin program cost in runtime and banking stage (#31930) 2023-06-02 10:22:22 -05: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
cost_model.rs Will failed transaction should be considered has zero execution cost by cost model (#31976) 2023-06-06 15:45:45 -05:00
cost_tracker.rs Cleanup - require_static_program_ids_in_transaction (#31767) 2023-06-07 17:12:41 +02:00
epoch_accounts_hash.rs
epoch_stakes.rs Add ancestor hashes to state machine (#31627) 2023-05-13 02:05:44 -07:00
genesis_utils.rs Cleanup - `add_compute_budget_program` and `versioned_tx_message_enabled` (#31560) 2023-05-10 01:14:08 +02:00
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 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 split TransactionCost to its own module (#31977) 2023-06-06 11:15:38 -05:00
loader_utils.rs Adds symmetric tests for all cases of un-/re-/deployment inside the same transaction (#29725) 2023-01-17 09:44:27 +01:00
message_processor.rs Refactor - Merges `BuiltinPrograms` into `LoadedPrograms` (#31654) 2023-05-18 22:18:28 +02:00
non_circulating_supply.rs
partitioned_rewards.rs add cli args and use of partitioned rewards config (#31800) 2023-05-24 10:54:09 -07:00
prioritization_fee.rs report less datapoints to block_min_prioritization_fee (#30017) 2023-02-01 11:32:36 -06:00
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 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_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 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 Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892) 2023-05-31 12:36:44 -05:00
shared_buffer_reader.rs
snapshot_archive_info.rs
snapshot_config.rs Enforce a minimum of 1 on full and incremental snapshot retention (#30968) 2023-03-30 10:16:36 -05: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 pass include_slot_in_hash through hash calcs to allow rehashing if hash is not stored (#31579) 2023-05-11 13:23:29 -07:00
snapshot_utils.rs Downgrades log to debug if reading bank snapshot from dir fails (#31990) 2023-06-06 15:07:45 -04:00
sorted_storages.rs Adds test for SortedStorages::new_with_slots() (#31471) 2023-05-04 06:13:08 -04: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 Add new vote state version that replaces Lockout with LandedVote to a… (#30831) 2023-04-18 20:27:38 -07: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] AccountMetaFlags (#31913) 2023-06-01 14:48:27 -07:00
transaction_batch.rs
transaction_cost.rs split TransactionCost to its own module (#31977) 2023-06-06 11:15:38 -05:00
transaction_error_metrics.rs add ProgramExecutionTemporarilyRestricted error (#31796) 2023-06-06 14:13:41 -07:00
transaction_priority_details.rs Refactor pass feature status to deserialized packet via packet meta (#31549) 2023-05-11 09:31:05 -05: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 runtime: transpose `VoteAccount::vote_state()` return to improve ergonomics (#31256) 2023-04-18 14:48:52 -06: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 vote: encapsulate `Lockout` (#29753) 2023-01-18 19:28:28 -07:00
waitable_condvar.rs