solana/runtime/src
Pankaj Garg d0623a38c8
API to match account owner against a set of owners (#30154)
2023-02-07 17:48:10 -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 Prevent Rent-reward recipients from ending up RentPaying (#30130) 2023-02-06 12:16:36 -07:00
epoch_accounts_hash
serde_snapshot Moves BankHashInfo into serde_snapshot (#30120) 2023-02-03 13:17:50 -05:00
snapshot_package
snapshot_utils AccountStorage only holds a single append vec (#29723) 2023-01-16 16:22:30 -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 remove SnapshotStorageOne (#29747) 2023-01-18 07:10:56 -08:00
accounts.rs feature gate to enable compute_budget::request_heap_frame on mainnetBeta (#30077) 2023-02-03 09:21:57 -06:00
accounts_background_service.rs Add slot deltas into the bank snapshot directory (#29409) 2023-02-01 16:51:32 -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 API to match account owner against a set of owners (#30154) 2023-02-07 17:48:10 -08:00
accounts_hash.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
accounts_index.rs remove unnecessary lifetime (#30019) 2023-02-01 13:18:46 -08: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 NonZeroU64 for ideal_storage_size (#30168) 2023-02-07 13:34:27 -08:00
append_vec.rs API to match account owner against a set of owners (#30154) 2023-02-07 17:48:10 -08:00
bank.rs refactor rent payment order cmp (#30132) 2023-02-07 09:30:48 -06:00
bank_client.rs Feature - Program redeployment cooldown (#29136) 2022-12-13 22:54:24 +01:00
bank_forks.rs Move bank tests to separate file (#29912) 2023-02-02 16:32:22 -08: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 add cost to additional built-in programs (#29795) 2023-01-27 13:47:41 -06:00
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 Refactors accounts hash cache (#29625) 2023-01-12 10:43:50 -05:00
cache_hash_data_stats.rs
commitment.rs
contains.rs
cost_model.rs feature gate to enable compute_budget::request_heap_frame on mainnetBeta (#30077) 2023-02-03 09:21:57 -06:00
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 Account path add run parent with old path cleanup (#29942) 2023-01-30 10:26:43 -08:00
in_mem_accounts_index.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +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 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 deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
non_circulating_supply.rs
nonce_keyed_account.rs
prioritization_fee.rs report less datapoints to block_min_prioritization_fee (#30017) 2023-02-01 11:32:36 -06: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 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 Fixes format string (#29533) 2023-01-05 13:06:00 -05:00
rent_paying_accounts_by_partition.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
rolling_bit_field.rs
root_bank_cache.rs
runtime_config.rs
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 Moves BankHashInfo into serde_snapshot (#30120) 2023-02-03 13:17:50 -05: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 StoreTo::Storage holds storage (#30156) 2023-02-07 11:54:26 -08:00
snapshot_package.rs Add slot deltas into the bank snapshot directory (#29409) 2023-02-01 16:51:32 -08:00
snapshot_utils.rs Add slot deltas into the bank snapshot directory (#29409) 2023-02-01 16:51:32 -08:00
sorted_storages.rs doc: Fix documentation warnings and add some links (#29887) 2023-01-25 23:15:58 -08:00
stake_account.rs
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs add test_stake_account_consistency_with_rent_epoch_max_feature (#29915) 2023-01-27 11:50:33 -08: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 impl default version of contains_multiple_slots (#30055) 2023-02-01 13:01:01 -08:00
system_instruction_processor.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
transaction_batch.rs
transaction_error_metrics.rs Limit loaded data per transaction to a fixed cap (#29743) 2023-01-31 22:51:35 -06:00
transaction_priority_details.rs feature gate to enable compute_budget::request_heap_frame on mainnetBeta (#30077) 2023-02-03 09:21:57 -06:00
verify_accounts_hash_in_background.rs
vote_account.rs
vote_parser.rs
vote_sender_types.rs
vote_transaction.rs vote: encapsulate `Lockout` (#29753) 2023-01-18 19:28:28 -07:00
waitable_condvar.rs