solana/runtime/src
apfitzge 7efd05f7b3
Change get_pubkeys to match the new enum (#26177)
2022-06-23 11:56:09 -05:00
..
accounts_db store_cached takes StorableAccounts to eliminate collect (#26109) 2022-06-22 08:45:03 -05:00
append_vec Move append_vec::test_utils into its own file (#25407) 2022-05-20 13:37:45 -05:00
bank Clean up feature preventing new rent-paying accounts (#26000) 2022-06-16 15:35:25 -06:00
serde_snapshot avoid adding to 'uncleaned_roots' when generating index and caller passes accounts-db-skip-shrink (#25936) 2022-06-14 10:10:44 -05:00
snapshot_utils Support lz4 for snapshot archives (#25089) 2022-05-16 12:44:15 -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 cleanup feature; do_support_realloc (#25882) 2022-06-10 15:33:19 -07:00
accounts.rs Accounts::store_accounts_cached uses StorableAccounts (#26112) 2022-06-22 12:13:56 -05: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 cleanup some AccountSharedData::from(Account (#26120) 2022-06-23 08:32:48 -05:00
accounts_hash.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
accounts_index.rs Remove some clippy lints 2022-06-22 09:23:22 -07:00
accounts_index_storage.rs AcctIdx: only advance age on thread 0 (#25943) 2022-06-14 21:43:42 -05:00
accounts_update_notifier_interface.rs Report transaction signature on update account (#25726) 2022-06-10 10:24:35 -07:00
active_stats.rs add state for squash ancient (#24552) 2022-04-25 09:05:37 -05:00
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 append_vec.rs: remove new_empty_map (unused) (#25885) 2022-06-15 08:59:46 -05:00
bank.rs impl StorableAccounts for [StakeReward] (#26165) 2022-06-23 08:34:28 -05:00
bank_client.rs Clean up feature preventing new rent-paying accounts (#26000) 2022-06-16 15:35:25 -06:00
bank_forks.rs Split up accounts data size field (#25495) 2022-05-24 20:26:32 -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
blockhash_queue.rs Refactor: Rename BlockhashQueue fields and methods for clarity (#24426) 2022-04-21 11:57:17 +08:00
bucket_map_holder.rs AcctIdx: only advance age on thread 0 (#25943) 2022-06-14 21:43:42 -05:00
bucket_map_holder_stats.rs batch insert updates stat count correctly (#26107) 2022-06-22 08:45:42 -05:00
builtins.rs Change get_pubkeys to match the new enum (#26177) 2022-06-23 11:56:09 -05:00
cache_hash_data.rs check file size of accounts cache mmap before indexing (#25077) 2022-05-10 13:33:22 -05:00
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 Fail tx sanitization when ix program id uses lookup table (#25035) 2022-05-07 03:19:50 +08:00
epoch_stakes.rs checks account owner when initializing a vote-account (#25018) 2022-05-06 16:22:49 +00:00
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 Serialize lamports per signature (#25364) 2022-06-06 13:07:02 -07:00
hardened_unpack.rs Remove some clippy lints 2022-06-22 09:23:22 -07:00
in_mem_accounts_index.rs runtime: fix possible deadlock in in_mem_accounts_index (#26046) 2022-06-23 11:35:47 -05:00
inline_spl_associated_token_account.rs token: Add features for new program releases (#24742) 2022-04-28 23:43:57 +02:00
inline_spl_token.rs token: Add features for new program releases (#24742) 2022-04-28 23:43:57 +02:00
inline_spl_token_2022.rs rpc: Support token-2022 in token-specific calls (#25150) 2022-05-17 21:02:43 +02:00
lib.rs ledger-tool minimized snapshots (#25334) 2022-06-22 13:17:43 -04: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 Refactor: instruction account index (#25825) 2022-06-16 18:46:17 +02:00
non_circulating_supply.rs Update non-circulating supply list (#24817) 2022-04-29 02:57:54 +00:00
nonce_keyed_account.rs Refactor: instruction account index (#25825) 2022-06-16 18:46:17 +02:00
pubkey_bins.rs
read_only_accounts_cache.rs load_account_into_read_cache (#25760) 2022-06-03 13:34:17 -05:00
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 Remove halt_at_slot from RuntimeConfig, it's not a runtime concern 2022-04-19 19:23:58 -07:00
secondary_index.rs log secondary index contents on startup (#24348) 2022-04-15 13:30:03 -05:00
serde_snapshot.rs avoid adding to 'uncleaned_roots' when generating index and caller passes accounts-db-skip-shrink (#25936) 2022-06-14 10:10:44 -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_minimizer.rs ledger-tool minimized snapshots (#25334) 2022-06-22 13:17:43 -04:00
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 Call StatusCache::append() directly (#26125) 2022-06-22 07:42:01 -05:00
sorted_storages.rs SortedStorages::max_slot_inclusive() (#25153) 2022-05-12 10:24:03 -05:00
stake_account.rs adjust cached stake account compare for rent_epoch (#26135) 2022-06-22 15:11:25 -05: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 Bank::store_accounts takes StorableAccounts (#26113) 2022-06-22 21:11:01 -05: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 StatusCache::roots() returns `Slot`s not `u64`s (#26164) 2022-06-23 07:03:09 +00:00
storable_accounts.rs add StorableAccountsMovingSlots (#24555) 2022-04-21 15:48:20 -05:00
system_instruction_processor.rs Clean up feature preventing new rent-paying accounts (#26000) 2022-06-16 15:35:25 -06: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 Cost model tracks builtins and bpf programs separately (#24468) 2022-04-19 13:25:47 -05:00
transaction_error_metrics.rs Move error counters to be reported by leader only at end of slot (#24581) 2022-04-23 18:10:47 -05:00
vote_account.rs Stake cache size (#26071) 2022-06-22 16:22:22 -05:00
vote_parser.rs Implement `VoteInstruction::AuthorizeWithSeed` & `VoteInstruction::AuthorizeWithSeedChecked` (#25928) 2022-06-13 20:36:44 -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 Change `WaitableCondvar`'s mutex to hold `()` (#25857) 2022-06-09 09:03:22 -05:00