solana/runtime/src
Alexander Meißner 8b854d4141
Remove `KeyedAccount` in builtin program "nonce keyed account" (#24436)
* Makes sure that there is only one KeyedAccount at a time.
Moves keyed_account_at_index() into withdraw_nonce_account() to do so.

* Replaces KeyedAccount by BorrowedAccount.

* Removes unused code.
2022-04-18 22:19:51 +02:00
..
accounts_db
bank Fix bug in bank/sysvar_cache tests (#23780) 2022-03-19 21:38:18 -05:00
serde_snapshot move test fn into its own mod (#24212) 2022-04-12 09:36:05 -05:00
snapshot_utils
account_info.rs
account_rent_state.rs
accounts.rs Fixes to initial code 2022-04-18 11:57:40 -05:00
accounts_background_service.rs Removing redundant EpochSchedule param from fns 2022-04-18 11:57:40 -05:00
accounts_cache.rs
accounts_db.rs Ran cargo fmt 2022-04-18 11:57:40 -05:00
accounts_hash.rs Fixes to initial code 2022-04-18 11:57:40 -05:00
accounts_index.rs log secondary index contents on startup (#24348) 2022-04-15 13:30:03 -05:00
accounts_index_storage.rs don't start extra threads for shrink/clean/hash (#23858) 2022-03-23 11:53:37 -05:00
accounts_update_notifier_interface.rs
active_stats.rs
ancestors.rs add roots_original to roots tracker (#23849) 2022-03-30 08:52:45 -05:00
append_vec.rs add test cfg attribute (#24154) 2022-04-07 09:05:20 -05:00
bank.rs remove 'startup' from verify_snapshot_bank (#24441) 2022-04-18 14:35:49 -05:00
bank_client.rs Support sending versioned txs in AsyncClient (#23982) 2022-04-02 11:12:02 +08:00
bank_forks.rs
bank_utils.rs
block_cost_limits.rs
blockhash_queue.rs Test that tick slot hashes update the recent blockhash queue (#24242) 2022-04-16 00:30:20 +08:00
bucket_map_holder.rs default to disk index (#24251) 2022-04-13 09:24:50 -05:00
bucket_map_holder_stats.rs log fail to evict (#23815) 2022-03-22 09:19:38 -05:00
builtins.rs Refactor: Use `InstructionContext::get_instruction_data()` (#24014) 2022-04-01 15:48:05 +02:00
cache_hash_data.rs
cache_hash_data_stats.rs
commitment.rs
contains.rs
cost_model.rs Address review comments 2022-04-08 14:37:55 -05:00
cost_tracker.rs Remove the code that handles cost update for separate pr 2022-04-17 19:26:24 -05:00
epoch_stakes.rs Use VoteAccountsHashMap type alias in all applicable spots (#23904) 2022-03-24 12:09:48 -05:00
execute_cost_table.rs do simple math without floats 2022-04-04 12:32:00 -05:00
expected_rent_collection.rs remove redundant EpochSchedule (#24444) 2022-04-18 13:04:48 -05:00
genesis_utils.rs
hardened_unpack.rs
in_mem_accounts_index.rs IndexLimitMb option adds 'Unspecified' state (#24249) 2022-04-12 09:38:09 -05:00
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs Detect and report bank drop signal queue full and disconnect events (#24112) 2022-04-18 11:19:11 -05:00
loader_utils.rs Double the chunk size for sending the program binary data in tx 2022-04-08 09:06:40 -07:00
message_processor.rs Refactor: Use `InstructionContext::get_instruction_data()` (#24014) 2022-04-01 15:48:05 +02:00
non_circulating_supply.rs
nonce_keyed_account.rs Remove `KeyedAccount` in builtin program "nonce keyed account" (#24436) 2022-04-18 22:19:51 +02:00
pubkey_bins.rs
read_only_accounts_cache.rs
rent_collector.rs
rolling_bit_field.rs add roots_original to roots tracker (#23849) 2022-03-30 08:52:45 -05:00
runtime_config.rs test-validator: Add `--max-compute-units` flag (#24130) 2022-04-12 02:28:10 +02:00
secondary_index.rs log secondary index contents on startup (#24348) 2022-04-15 13:30:03 -05:00
serde_snapshot.rs Add accounts-filler-size command line option (#23896) 2022-04-11 13:10:09 -05:00
shared_buffer_reader.rs
snapshot_archive_info.rs
snapshot_config.rs remove index hash calculation as an option (#23928) 2022-03-25 15:32:53 -05:00
snapshot_hash.rs
snapshot_package.rs Ran cargo fmt 2022-04-18 11:57:40 -05:00
snapshot_utils.rs Remove redundant epoch_schedule from AccountsPackage 2022-04-18 11:57:40 -05:00
sorted_storages.rs fix typo in comments (#24004) 2022-03-30 09:47:51 -05:00
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs improves Stakes::activate_epoch performance (#24068) 2022-04-02 22:48:51 +00:00
status_cache.rs
storable_accounts.rs
system_instruction_processor.rs Remove `KeyedAccount` in builtin program "nonce keyed account" (#24436) 2022-04-18 22:19:51 +02:00
transaction_batch.rs
transaction_cost_metrics_sender.rs
vote_account.rs hides implementation details of vote-accounts from public interface (#24087) 2022-04-04 13:20:26 +00:00
vote_parser.rs
vote_sender_types.rs
vote_transaction.rs
waitable_condvar.rs document WaitableCondvar (#24252) 2022-04-11 14:45:23 -05:00