solana/runtime/src
apfitzge 0c185d1983
Fix a constant that was missed (#27731)
Missed constant
2022-09-12 16:23:55 -05:00
..
accounts_background_service Add stats for Accounts Background Service (#26298) 2022-06-30 02:21:30 +00:00
accounts_db store_cached takes StorableAccounts to eliminate collect (#26109) 2022-06-22 08:45:03 -05:00
append_vec removes erroneous uses of std::mem::swap (#26536) 2022-07-11 11:33:15 +00:00
bank Adds `IndexOfAccount` type (#27599) 2022-09-06 11:31:40 +02:00
serde_snapshot use exit signal for acct idx bg threads (#27483) 2022-09-12 11:51:12 -07:00
snapshot_utils Feature: Interleaved Snapshot Untar and Indexing - Stage 1 (#26590) 2022-08-29 13:17:27 -05:00
account_info.rs account_info.rs: docs offset is reduced_offset * ALIGN_BOUNDARY_OFFSET (#25848) 2022-06-10 16:19:53 -05:00
account_overrides.rs Extended interface for AccountOverrides (#25964) 2022-06-22 15:22:31 -04:00
account_rent_state.rs Adds `IndexOfAccount` type (#27599) 2022-09-06 11:31:40 +02:00
accounts.rs pass 'enable_rehashing' through all accounts hash functions (#27701) 2022-09-12 12:18:09 -07:00
accounts_background_service.rs Make Accounts Background Services aware of Epoch Accounts Hash (#27626) 2022-09-07 20:41:40 +00:00
accounts_cache.rs
accounts_db.rs Rework 'remove_dead_slots_metadata: slots' info log message 2022-09-12 13:36:05 -07:00
accounts_hash.rs allow accounts hash calc to specify enable_rehashing (#27615) 2022-09-07 10:16:52 -07:00
accounts_index.rs Fix a constant that was missed (#27731) 2022-09-12 16:23:55 -05:00
accounts_index_storage.rs use exit signal for acct idx bg threads (#27483) 2022-09-12 11:51:12 -07:00
accounts_update_notifier_interface.rs Report transaction signature on update account (#25726) 2022-06-10 10:24:35 -07:00
active_stats.rs move hash stat to correct level for ahv to work (#26649) 2022-07-18 12:44:33 -05:00
ancestors.rs Share Ancestors API get with contains_key (#27161) 2022-08-16 12:06:52 -05:00
ancient_append_vecs.rs temporarily make ancient append vecs 10x smaller to find intermittent bugs (#26574) 2022-07-19 08:51:36 -05:00
append_vec.rs Add AppendVec::new_from_file_unchecked (#26795) 2022-07-28 14:57:26 -05:00
bank.rs pass 'enable_rehashing' through all accounts hash functions (#27701) 2022-09-12 12:18:09 -07:00
bank_client.rs Standardize thread names 2022-08-20 07:49:39 -07:00
bank_forks.rs Use `.find()` instead of loop+filter+break for sending snapshot request (#27674) 2022-09-10 19:11:37 -04:00
bank_utils.rs Do not exclude failed simple vote transactions from consensus 2022-06-12 22:11:23 -07:00
block_cost_limits.rs add ed25519_program to built-in instruction cost list (#27199) 2022-08-19 12:14:37 -05:00
blockhash_queue.rs
bucket_map_holder.rs use exit signal for acct idx bg threads (#27483) 2022-09-12 11:51:12 -07:00
bucket_map_holder_stats.rs add stats for disk_index_find_entry_mut_us (#26753) 2022-07-25 14:47:17 -05:00
builtins.rs clean feature: `prevent_calling_precompiles_as_programs` (#27100) 2022-08-18 05:21:16 +00:00
cache_hash_data.rs
cache_hash_data_stats.rs
commitment.rs
contains.rs
cost_model.rs Use consistent naming for compute unit limit (#25229) 2022-05-18 13:14:31 +08:00
cost_tracker.rs Rename to `MAX_BLOCK_ACCOUNTS_DATA_SIZE_DELTA` (#27175) 2022-08-16 13:57:24 -04:00
epoch_accounts_hash.rs serialize epoch_accounts_hash (#27516) 2022-09-07 10:07:00 -07:00
epoch_stakes.rs Refactor: Add get_delegated_stake method to VoteAccounts (#26221) 2022-06-25 16:41:35 +00:00
execute_cost_table.rs Remove redundant and stale comment (#27229) 2022-08-23 13:43:25 +09:00
expected_rent_collection.rs Rust v1.63 (#27303) 2022-08-22 18:01:03 -07:00
genesis_utils.rs Remove KeypairInsecureClone trait and add insecure_clone() instead (#27396) 2022-09-12 14:59:41 +00:00
hardened_unpack.rs Rust v1.63 (#27303) 2022-08-22 18:01:03 -07:00
in_mem_accounts_index.rs clean race condition with extra unref (#27682) 2022-09-10 13:57:17 -07:00
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs Make Accounts Background Services aware of Epoch Accounts Hash (#27626) 2022-09-07 20:41:40 +00:00
loader_utils.rs
message_processor.rs Adds `IndexOfAccount` type (#27599) 2022-09-06 11:31:40 +02:00
non_circulating_supply.rs
nonce_keyed_account.rs Adds `IndexOfAccount` type (#27599) 2022-09-06 11:31:40 +02:00
prioritization_fee.rs collect min prioritization fees when replaying sanitized transactions (#26709) 2022-08-31 08:00:55 -05:00
prioritization_fee_cache.rs fix a flacky test (#27572) 2022-09-02 15:02:22 +00:00
pubkey_bins.rs
read_only_accounts_cache.rs Add stats for readonly cache evicts (#26938) 2022-08-15 16:23:37 -05:00
rent_collector.rs preserves rent_epoch for rent exempt accounts (#26479) 2022-07-08 20:04:08 +00:00
rent_paying_accounts_by_partition.rs protect access to rent paying account vec (#26919) 2022-08-05 08:19:46 -05:00
rolling_bit_field.rs suppress large debug message on test (#27646) 2022-09-08 07:01:01 -07:00
runtime_config.rs Allow overriding the runtime transaction account lock limit (#26948) 2022-08-12 15:07:48 +01:00
secondary_index.rs
serde_snapshot.rs use exit signal for acct idx bg threads (#27483) 2022-09-12 11:51:12 -07:00
shared_buffer_reader.rs Standardize thread names 2022-08-20 07:49:39 -07:00
snapshot_archive_info.rs
snapshot_config.rs Add SnapshotUsage to SnapshotConfig (#27508) 2022-09-02 08:56:23 -04:00
snapshot_hash.rs
snapshot_minimizer.rs clean race condition with extra unref (#27682) 2022-09-10 13:57:17 -07:00
snapshot_package.rs add enable_rehashing to AccountsPackage (#27644) 2022-09-08 09:25:25 -07:00
snapshot_utils.rs use exit signal for acct idx bg threads (#27483) 2022-09-12 11:51:12 -07:00
sorted_storages.rs
stake_account.rs uses OnceCell instead of RwLock+Once to cache vote-state in vote-account (#26257) 2022-06-29 11:45:53 +00:00
stake_history.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
stake_weighted_timestamp.rs Clean up warp-timestamp features (#25994) 2022-06-15 14:11:41 -06:00
stakes.rs checks that cached vote accounts are consistent with accounts-db (#27286) 2022-08-22 13:38:41 +00:00
static_ids.rs Add static vector to get all static ids in runtime (#25909) 2022-06-13 13:21:16 -05:00
status_cache.rs Share Ancestors API get with contains_key (#27161) 2022-08-16 12:06:52 -05:00
storable_accounts.rs Rust v1.63 (#27303) 2022-08-22 18:01:03 -07:00
system_instruction_processor.rs Adds `IndexOfAccount` type (#27599) 2022-09-06 11:31:40 +02:00
transaction_batch.rs
transaction_error_metrics.rs
transaction_priority_details.rs Add feature gate to remove support for RequestUnitsDeprecated instruction (#27503) 2022-09-09 22:24:21 +00:00
verify_accounts_hash_in_background.rs Standardize thread names 2022-08-20 07:49:39 -07:00
vote_account.rs patches metrics for invalid cached vote/stake accounts (#27266) 2022-08-20 19:10:22 +00:00
vote_parser.rs uses varint encoding for vote-state lockout offsets 2022-09-12 16:31:20 +00:00
vote_sender_types.rs
vote_transaction.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
waitable_condvar.rs Change `WaitableCondvar`'s mutex to hold `()` (#25857) 2022-06-09 09:03:22 -05:00