solana/runtime/src
Jeff Washington (jwash) 56f8c16497
remove remaining uses of SnapshotStorages (#29660)
2023-01-11 17:58:14 -08:00
..
accounts_background_service
accounts_db decouple geyser's write_version from append vec on snapshot load (#29623) 2023-01-11 10:59:57 -08:00
append_vec fixes errors from clippy::needless_borrow (#29535) 2023-01-05 18:21:56 +00:00
bank chore: Move new bank metric into metric submodule (#29628) 2023-01-11 13:14:46 -06:00
epoch_accounts_hash
serde_snapshot remove type SnapshotStorage and uses (#29661) 2023-01-11 17:57:44 -08:00
snapshot_package
snapshot_utils storage rebuilder regex cleanup (#29408) 2023-01-05 16:16:24 -08:00
account_info.rs just use slot to determine alive while shrinking (#29613) 2023-01-10 09:00:18 -08:00
account_overrides.rs
account_rent_state.rs
account_storage.rs while shrinking, old append vec is held outside of storage.map (#29323) 2023-01-10 11:52:01 -08:00
accounts.rs assert write version is increasing per slot as we read from a slot (#29624) 2023-01-10 13:34:30 -08:00
accounts_background_service.rs remove handle_snapshot_request(caching_enabled) (#29241) 2022-12-13 09:31:47 -08:00
accounts_cache.rs never try to shrink a slot that is in the write cache (#29615) 2023-01-10 12:01:37 -08:00
accounts_db.rs remove type SnapshotStorage and uses (#29661) 2023-01-11 17:57:44 -08:00
accounts_hash.rs snapshot storage path uses 1 append vec per slot (#29627) 2023-01-11 12:05:15 -08:00
accounts_index.rs fixes errors from clippy::useless_conversion (#29534) 2023-01-05 18:05:32 +00:00
accounts_index_storage.rs fixes errors from clippy::useless_conversion (#29534) 2023-01-05 18:05:32 +00:00
accounts_update_notifier_interface.rs handle write_version correctly in geyser api (#29224) 2022-12-13 06:42:28 -08:00
active_stats.rs
ancestors.rs
ancient_append_vecs.rs remove FoundStoredAccount (#29591) 2023-01-10 13:57:34 -08:00
append_vec.rs Refine appendvec sanitize error message to include path (#29541) 2023-01-05 14:43:10 -08:00
bank.rs Configurable hashes per tick (#29659) 2023-01-11 16:56:11 -08:00
bank_client.rs Feature - Program redeployment cooldown (#29136) 2022-12-13 22:54:24 +01:00
bank_forks.rs
bank_utils.rs
block_cost_limits.rs
blockhash_queue.rs
bucket_map_holder.rs fixes errors from clippy::useless_conversion (#29534) 2023-01-05 18:05:32 +00:00
bucket_map_holder_stats.rs use atomicu64 for bucket maxsize instead of lock (#29569) 2023-01-10 09:15:27 -06:00
builtins.rs
cache_hash_data.rs fixes errors from clippy::useless_conversion (#29534) 2023-01-05 18:05:32 +00:00
cache_hash_data_stats.rs
commitment.rs
contains.rs
cost_model.rs
cost_tracker.rs
epoch_accounts_hash.rs
epoch_stakes.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
genesis_utils.rs
hardened_unpack.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
in_mem_accounts_index.rs fixes errors from clippy::useless_conversion (#29534) 2023-01-05 18:05:32 +00:00
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs move AccountStorage out of accounts_db.rs (#29261) 2022-12-14 15:08:39 -08:00
loader_utils.rs
message_processor.rs
non_circulating_supply.rs
nonce_keyed_account.rs
prioritization_fee.rs Add metrics for min/max priority fee per slot, and counters for fee/non-fee transactions (#29330) 2022-12-21 16:42:26 +00:00
prioritization_fee_cache.rs exclude Vote transactions from updating min-fee-cache (#29341) 2022-12-20 20:05:46 +00:00
pubkey_bins.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
read_only_accounts_cache.rs
rent_collector.rs Fixes format string (#29533) 2023-01-05 13:06:00 -05:00
rent_paying_accounts_by_partition.rs fixes errors from clippy::useless_conversion (#29534) 2023-01-05 18:05:32 +00:00
rolling_bit_field.rs
root_bank_cache.rs
runtime_config.rs
secondary_index.rs
serde_snapshot.rs remove type SnapshotStorage and uses (#29661) 2023-01-11 17:57:44 -08:00
shared_buffer_reader.rs fixes errors from clippy::useless_conversion (#29534) 2023-01-05 18:05:32 +00:00
snapshot_archive_info.rs
snapshot_config.rs
snapshot_hash.rs
snapshot_minimizer.rs remove type SnapshotStorage and uses (#29661) 2023-01-11 17:57:44 -08:00
snapshot_package.rs snapshot storage path uses 1 append vec per slot (#29627) 2023-01-11 12:05:15 -08:00
snapshot_utils.rs remove remaining uses of SnapshotStorages (#29660) 2023-01-11 17:58:14 -08:00
sorted_storages.rs remove remaining uses of SnapshotStorages (#29660) 2023-01-11 17:58:14 -08:00
stake_account.rs
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
static_ids.rs
status_cache.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
storable_accounts.rs remove FoundStoredAccount (#29591) 2023-01-10 13:57:34 -08:00
system_instruction_processor.rs
transaction_batch.rs
transaction_error_metrics.rs
transaction_priority_details.rs
verify_accounts_hash_in_background.rs
vote_account.rs
vote_parser.rs
vote_sender_types.rs
vote_transaction.rs
waitable_condvar.rs