solana/runtime/src
apfitzge 369ff0858d
Helper functions for getting rent partitions between slots (#25669)
2022-06-01 20:20:44 -05:00
..
accounts_db
append_vec Move append_vec::test_utils into its own file (#25407) 2022-05-20 13:37:45 -05:00
bank Include account index in rent paying account tx error (#25189) 2022-05-16 23:35:34 +08:00
serde_snapshot Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
snapshot_utils Support lz4 for snapshot archives (#25089) 2022-05-16 12:44:15 -05:00
account_info.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
account_overrides.rs
account_rent_state.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
accounts.rs Check fee payer before loading all accounts (#25371) 2022-05-27 13:44:29 +10:00
accounts_background_service.rs Add options to store full and/or incremental snapshots in separate locations (#24247) 2022-05-10 16:37:41 -04:00
accounts_cache.rs
accounts_db.rs remove par_iter on update index below threshold (#25699) 2022-06-01 17:41:56 -05:00
accounts_hash.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
accounts_index.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
accounts_index_storage.rs
accounts_update_notifier_interface.rs
active_stats.rs
ancestors.rs
ancient_append_vecs.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
append_vec.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
bank.rs Helper functions for getting rent partitions between slots (#25669) 2022-06-01 20:20:44 -05:00
bank_client.rs
bank_forks.rs Split up accounts data size field (#25495) 2022-05-24 20:26:32 -04:00
bank_utils.rs
block_cost_limits.rs
blockhash_queue.rs
bucket_map_holder.rs
bucket_map_holder_stats.rs
builtins.rs Add invoke logging to builtin programs that don't have it yet (#25230) 2022-05-26 07:27:00 +08: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
epoch_stakes.rs
execute_cost_table.rs Use consistent naming for compute unit limit (#25229) 2022-05-18 13:14:31 +08:00
expected_rent_collection.rs calc slot info on max slot once per hash calc (#25422) 2022-05-23 10:11:00 -05:00
genesis_utils.rs
hardened_unpack.rs Ignore rocksdb directories when unpacking genesis archive (#25575) 2022-05-31 00:38:45 -05:00
in_mem_accounts_index.rs
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs rpc: Support token-2022 in token-specific calls (#25150) 2022-05-17 21:02:43 +02:00
lib.rs add ancient_append_vecs (#25119) 2022-05-10 16:41:04 -05:00
loader_utils.rs Add size_of const fns for upgradeable loader states (#25131) 2022-05-11 22:22:59 +08:00
message_processor.rs fix: stop double counting execution timings (#25605) 2022-05-28 00:06:29 +10:00
non_circulating_supply.rs
nonce_keyed_account.rs Refactor: Adds `index_in_callee` to `InstructionAccount` (#25490) 2022-05-25 00:04:46 +02:00
pubkey_bins.rs
read_only_accounts_cache.rs
rent_collector.rs
rolling_bit_field.rs add filler accounts gradually with cache flush (#25678) 2022-06-01 15:47:21 -05:00
runtime_config.rs
secondary_index.rs
serde_snapshot.rs add filler accounts gradually with cache flush (#25678) 2022-06-01 15:47:21 -05:00
shared_buffer_reader.rs Fix a possible test hang in runtime::test_shared_buffer_sweep (#25545) 2022-05-30 23:39:32 +08:00
snapshot_archive_info.rs
snapshot_config.rs Add options to store full and/or incremental snapshots in separate locations (#24247) 2022-05-10 16:37:41 -04:00
snapshot_hash.rs
snapshot_package.rs Add options to store full and/or incremental snapshots in separate locations (#24247) 2022-05-10 16:37:41 -04:00
snapshot_utils.rs Add lz4 to snapshot filename regex for matching files on load (#25633) 2022-05-31 11:06:41 -05:00
sorted_storages.rs SortedStorages::max_slot_inclusive() (#25153) 2022-05-12 10:24:03 -05:00
stake_account.rs clippy: fix "this let-binding has unit value" warnings (#25429) 2022-05-22 12:17:59 -04:00
stake_history.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
stake_weighted_timestamp.rs Add feature to increase timestamp bounding on the slow side to 150% of poh estimate (1s/slot) (#25666) 2022-05-31 16:53:06 -06:00
stakes.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
status_cache.rs
storable_accounts.rs
system_instruction_processor.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
transaction_batch.rs Unset needs_unlock for rebatched transactions batches (#25095) 2022-05-10 13:39:08 -07:00
transaction_cost_metrics_sender.rs
transaction_error_metrics.rs
vote_account.rs
vote_parser.rs voteSubscribe pubsub notification now includes the vote transaction signature (#25291) 2022-05-19 18:28:46 -07: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