solana/runtime/src
Illia Bobyr 8fafbb0a06
doc: Fix documentation warnings and add some links (#29887)
2023-01-25 23:15:58 -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 Requires EAH state cannot be Invalid (#28817) 2022-11-17 11:01:01 -05:00
serde_snapshot Snapshot serde test uses calculate_accounts_delta_hash() (#29905) 2023-01-25 16:26:15 -05:00
snapshot_package Converts PendingAccountsPackage to a channel (#28352) 2022-10-13 12:47:36 -04:00
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 removes feature gate code preventing crediting accounts that end rent paying (#28818) 2022-11-15 19:55:34 +00:00
account_storage.rs remove SnapshotStorageOne (#29747) 2023-01-18 07:10:56 -08:00
accounts.rs Moves impl of bank_hash_info_at() into hash_internal_state() (#29913) 2023-01-25 22:24:51 -05:00
accounts_background_service.rs Removes full_snapshot from CalcAccountsHashConfig (#29722) 2023-01-16 16:22:46 -05: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 doc: Fix documentation warnings and add some links (#29887) 2023-01-25 23:15:58 -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 deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +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 deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
append_vec.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
bank.rs Moves impl of bank_hash_info_at() into hash_internal_state() (#29913) 2023-01-25 22:24:51 -05:00
bank_client.rs Feature - Program redeployment cooldown (#29136) 2022-12-13 22:54:24 +01:00
bank_forks.rs Requires EAH state cannot be Invalid (#28817) 2022-11-17 11:01:01 -05: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 chore: update Solana docs and code comments that specify "BPF" to "SBF" 2022-10-31 14:14:25 -04: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 rename merge() -> accumulate() (#28561) 2022-10-25 08:52:02 -07:00
commitment.rs
contains.rs
cost_model.rs Revert "Cap accounts data a transaction can load by its requested limit" (#29373) 2023-01-17 11:34:18 +01:00
cost_tracker.rs remove redundant internal functions (#29035) 2022-12-02 10:21:25 -06:00
epoch_accounts_hash.rs Promotes accounts hash to a strong type (#28930) 2022-11-28 10:09:47 -05:00
epoch_stakes.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
genesis_utils.rs
hardened_unpack.rs Revert "Add run parent directory for accounts files (#29794)" (#29899) 2023-01-25 10:03:01 -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 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 deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
read_only_accounts_cache.rs add ability to flush read only accounts cache (#28726) 2022-11-02 12:03:32 -07:00
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 clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
root_bank_cache.rs
runtime_config.rs
secondary_index.rs
serde_snapshot.rs Use Option::unzip() (#29866) 2023-01-24 17:07:29 -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 Uses SnapshotHash type in snapshot archive fields (#28681) 2022-10-31 14:28:35 -04:00
snapshot_config.rs
snapshot_hash.rs Promotes accounts hash to a strong type (#28930) 2022-11-28 10:09:47 -05:00
snapshot_minimizer.rs Renames fn to calculate_accounts_delta_hash() (#29876) 2023-01-24 18:55:56 -05:00
snapshot_package.rs remove type SnapshotStoragesOne (#29750) 2023-01-18 11:51:08 -08:00
snapshot_utils.rs Revert "Add run parent directory for accounts files (#29794)" (#29899) 2023-01-25 10:03:01 -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 fix typo 2022-09-28 09:48:56 -05:00
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs doc: Fix documentation warnings and add some links (#29887) 2023-01-25 23:15:58 -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 deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00: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 Revert "Cap accounts data a transaction can load by its requested limit" (#29373) 2023-01-17 11:34:18 +01:00
transaction_priority_details.rs Revert "Cap accounts data a transaction can load by its requested limit" (#29373) 2023-01-17 11:34:18 +01:00
verify_accounts_hash_in_background.rs
vote_account.rs
vote_parser.rs Add convenience methods to VoteInstruction to distinguish vote types (#28526) 2022-10-21 14:17:40 -06:00
vote_sender_types.rs
vote_transaction.rs vote: encapsulate `Lockout` (#29753) 2023-01-18 19:28:28 -07:00
waitable_condvar.rs