solana-with-rpc-optimizations/runtime/src
Brooks a80819b029
PrunedBanksRequestHandler::handle_request() is only pub with dcou (#33155)
2023-09-06 17:02:52 +00:00
..
accounts_background_service Standardizes datapoints in AccountsBackgroundService's StatsManager (#32310) 2023-06-28 13:00:46 -04:00
bank Removes invariant `is_serialized_with_abs` param (#33154) 2023-09-06 12:00:18 -04:00
serde_snapshot Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
snapshot_package Renames AccountsPackageType to AccountsPackageKind (#32908) 2023-08-21 13:00:00 -04:00
snapshot_utils Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
accounts_background_service.rs PrunedBanksRequestHandler::handle_request() is only pub with dcou (#33155) 2023-09-06 17:02:52 +00:00
bank.rs Fix - Superfluous `if` condition for overwriting `environments` in feature activation code (#33138) 2023-09-05 15:01:20 +02:00
bank_client.rs Remove improper uses of &Arc<Bank> (#32802) 2023-08-18 16:46:34 -05:00
bank_forks.rs removes manual let...else (#33089) 2023-08-31 22:35:47 +00:00
bank_utils.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
builtins.rs
commitment.rs
epoch_rewards_hasher.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
epoch_stakes.rs
genesis_utils.rs stake: Rename `StakeStateWithFlags` -> `StakeStateV2` (#32795) 2023-08-11 01:07:21 +02:00
inline_spl_associated_token_account.rs
lib.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
loader_utils.rs
non_circulating_supply.rs Remove improper uses of &Arc<Bank> (#32802) 2023-08-18 16:46:34 -05:00
prioritization_fee.rs
prioritization_fee_cache.rs preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
root_bank_cache.rs Remove improper uses of &Arc<Bank> (#32802) 2023-08-18 16:46:34 -05:00
runtime_config.rs
serde_snapshot.rs General cleanup (Part 2) (#32998) 2023-08-25 19:07:38 +02:00
snapshot_archive_info.rs
snapshot_bank_utils.rs General cleanup (#32980) 2023-08-24 21:44:19 +02: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 Renames AccountsHashEnum to AccountsHashKind (#32904) 2023-08-21 10:34:56 -04:00
snapshot_minimizer.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
snapshot_package.rs Renames AccountsPackageType to AccountsPackageKind (#32908) 2023-08-21 13:00:00 -04:00
snapshot_utils.rs replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04: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 Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11: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 preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00: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 replaces once_cell::sync::OnceCell with std::sync::OnceLock (#33140) 2023-09-06 16:46:51 +00:00
vote_parser.rs
vote_sender_types.rs
vote_transaction.rs