solana/runtime/src
Justin Starry 70445b7402
Refactor: Rename `max_invoke_depth` to `max_invoke_stack_height` (#28427)
Refactor: Rename max_invoke_depth to max_invoke_stack_height
2022-10-17 23:54:56 +08:00
..
accounts_background_service
accounts_db
append_vec
bank RPC: Support versioned txs in getFeeForMessage API (#28217) 2022-10-05 00:00:34 +08:00
epoch_accounts_hash Move epoch accounts hash utility functions (#28219) 2022-10-05 23:29:22 +00:00
serde_snapshot remove unnecessary clones (#28406) 2022-10-16 20:33:07 -07:00
snapshot_package Converts PendingAccountsPackage to a channel (#28352) 2022-10-13 12:47:36 -04:00
snapshot_utils
account_info.rs
account_overrides.rs
account_rent_state.rs
accounts.rs remove expected rent collection and rehashing completely (#28422) 2022-10-17 07:24:42 -07:00
accounts_background_service.rs remove expected rent collection and rehashing completely (#28422) 2022-10-17 07:24:42 -07:00
accounts_cache.rs
accounts_db.rs remove expected rent collection and rehashing completely (#28422) 2022-10-17 07:24:42 -07:00
accounts_hash.rs remove expected rent collection and rehashing completely (#28422) 2022-10-17 07:24:42 -07:00
accounts_index.rs
accounts_index_storage.rs
accounts_update_notifier_interface.rs
active_stats.rs
ancestors.rs
ancient_append_vecs.rs
append_vec.rs
bank.rs Refactor: Rename `max_invoke_depth` to `max_invoke_stack_height` (#28427) 2022-10-17 23:54:56 +08:00
bank_client.rs
bank_forks.rs Sends both an EAH and a snapshot request from `set_root()` (#28363) 2022-10-14 11:00:04 -04:00
bank_utils.rs
block_cost_limits.rs Add assertions for computed block cost limit constants (#28056) 2022-09-26 12:50:31 +00:00
blockhash_queue.rs
bucket_map_holder.rs
bucket_map_holder_stats.rs
builtins.rs
cache_hash_data.rs remove troublesome assert (#28195) 2022-10-03 12:18:48 -07:00
cache_hash_data_stats.rs
commitment.rs
contains.rs
cost_model.rs
cost_tracker.rs
epoch_accounts_hash.rs Move epoch accounts hash utility functions (#28219) 2022-10-05 23:29:22 +00:00
epoch_stakes.rs
execute_cost_table.rs
genesis_utils.rs
hardened_unpack.rs
in_mem_accounts_index.rs fix duplicate local variable (#28093) 2022-09-27 08:48:05 -07:00
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs remove expected rent collection and rehashing completely (#28422) 2022-10-17 07:24:42 -07:00
loader_utils.rs
message_processor.rs Refactor - executor_cache (#28332) 2022-10-12 18:09:03 +02:00
non_circulating_supply.rs
nonce_keyed_account.rs
prioritization_fee.rs
prioritization_fee_cache.rs
pubkey_bins.rs
read_only_accounts_cache.rs
rent_collector.rs
rent_paying_accounts_by_partition.rs
rolling_bit_field.rs
root_bank_cache.rs
runtime_config.rs
secondary_index.rs
serde_snapshot.rs Bank::freeze() waits for EAH calculation to complete (#28170) 2022-10-05 17:44:35 -04:00
shared_buffer_reader.rs
snapshot_archive_info.rs
snapshot_config.rs
snapshot_hash.rs
snapshot_minimizer.rs
snapshot_package.rs remove expected rent collection and rehashing completely (#28422) 2022-10-17 07:24:42 -07:00
snapshot_utils.rs Converts PendingAccountsPackage to a channel (#28352) 2022-10-13 12:47:36 -04:00
sorted_storages.rs use ref for snapshot_storages.iter_range (#28205) 2022-10-04 09:11:44 -07:00
stake_account.rs fix typo 2022-09-28 09:48:56 -05:00
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs
static_ids.rs
status_cache.rs
storable_accounts.rs
system_instruction_processor.rs
transaction_batch.rs
transaction_error_metrics.rs report additional transaction errors to metrics (#28285) 2022-10-07 10:36:22 -05:00
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