solana/runtime/src
Alexander Meißner c5a251e8c3
Refactor - `Bank::compute_active_feature_set()` (#32872)
Returns the feature set instead of overwriting it inside Bank::compute_active_feature_set().
2023-08-17 19:14:10 +02:00
..
accounts_background_service Standardizes datapoints in AccountsBackgroundService's StatsManager (#32310) 2023-06-28 13:00:46 -04:00
bank Refactor - `Bank::compute_active_feature_set()` (#32872) 2023-08-17 19:14:10 +02:00
serde_snapshot dcou: set_accounts_hash() (#32829) 2023-08-15 07:18:59 -04:00
snapshot_package Clean up the outdated SnapshotPackage snapshot_links field (#31360) 2023-05-01 11:24:59 -07:00
snapshot_utils Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
accounts_background_service.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
bank.rs Refactor - `Bank::compute_active_feature_set()` (#32872) 2023-08-17 19:14:10 +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_forks.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
bank_utils.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
builtins.rs Refactor - Merges `BuiltinPrograms` into `LoadedPrograms` (#31654) 2023-05-18 22:18:28 +02:00
commitment.rs refactor: highest_cluster_confirmed_root -> highest_super_majority_root (#31619) 2023-05-14 00:42:03 -07:00
epoch_rewards_hasher.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
epoch_stakes.rs Add ancestor hashes to state machine (#31627) 2023-05-13 02:05:44 -07:00
genesis_utils.rs stake: Rename `StakeStateWithFlags` -> `StakeStateV2` (#32795) 2023-08-11 01:07:21 +02:00
inline_spl_associated_token_account.rs
lib.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
loader_utils.rs
non_circulating_supply.rs stake: Rename `StakeStateWithFlags` -> `StakeStateV2` (#32795) 2023-08-11 01:07:21 +02: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
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
serde_snapshot.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
snapshot_archive_info.rs
snapshot_bank_utils.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07: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 Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
snapshot_minimizer.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
snapshot_package.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
snapshot_utils.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
stake_account.rs stake: Rename `StakeStateWithFlags` -> `StakeStateV2` (#32795) 2023-08-11 01:07:21 +02:00
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs stake: Rename `StakeStateWithFlags` -> `StakeStateV2` (#32795) 2023-08-11 01:07:21 +02:00
static_ids.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
status_cache.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
transaction_batch.rs Make prepare_simulation_batch() more usable (#32304) 2023-06-29 11:20:42 +09:00
transaction_priority_details.rs cleanup feature: Use default units per instruction in fee calculation (#32570) 2023-07-21 18:37:58 -05:00
vote_account.rs removes instances of clippy::manual_let_else (#32417) 2023-07-09 21:41:36 +00:00
vote_parser.rs
vote_sender_types.rs
vote_transaction.rs