solana/runtime/src
Justin Starry 7d765e3d67
clean feature: `prevent_calling_precompiles_as_programs` (#27100)
* clean feature: prevent_calling_precompiles_as_programs

* fix tests

* fix test

* remove comment

* fix test

* feedback
2022-08-18 05:21:16 +00:00
..
accounts_background_service Add stats for Accounts Background Service (#26298) 2022-06-30 02:21:30 +00:00
accounts_db store_cached takes StorableAccounts to eliminate collect (#26109) 2022-06-22 08:45:03 -05:00
append_vec removes erroneous uses of std::mem::swap (#26536) 2022-07-11 11:33:15 +00:00
bank Removes `AccountSharedData` from `SysvarCache`. (#26712) 2022-07-21 18:32:28 +02:00
serde_snapshot Rust v1.63.0 (#27148) 2022-08-17 15:48:33 -07:00
snapshot_utils
account_info.rs
account_overrides.rs Extended interface for AccountOverrides (#25964) 2022-06-22 15:22:31 -04:00
account_rent_state.rs Rust v1.63.0 (#27148) 2022-08-17 15:48:33 -07:00
accounts.rs Rust v1.63.0 (#27148) 2022-08-17 15:48:33 -07:00
accounts_background_service.rs Make `solana-ledger-tool` run AccountsBackgroundService (#26914) 2022-08-04 15:44:31 -05:00
accounts_cache.rs
accounts_db.rs Rust v1.63.0 (#27148) 2022-08-17 15:48:33 -07:00
accounts_hash.rs add 'oldest_root' stat in hash calc (#26896) 2022-08-03 10:02:08 -05:00
accounts_index.rs Fix ordering for AccountEntry ref_count (#26842) 2022-07-29 15:47:03 -05:00
accounts_index_storage.rs
accounts_update_notifier_interface.rs
active_stats.rs move hash stat to correct level for ahv to work (#26649) 2022-07-18 12:44:33 -05:00
ancestors.rs Share Ancestors API get with contains_key (#27161) 2022-08-16 12:06:52 -05:00
ancient_append_vecs.rs temporarily make ancient append vecs 10x smaller to find intermittent bugs (#26574) 2022-07-19 08:51:36 -05:00
append_vec.rs Add AppendVec::new_from_file_unchecked (#26795) 2022-07-28 14:57:26 -05:00
bank.rs clean feature: `prevent_calling_precompiles_as_programs` (#27100) 2022-08-18 05:21:16 +00:00
bank_client.rs
bank_forks.rs Concurrent slot replay (#26465) 2022-07-28 11:33:19 -07:00
bank_utils.rs
block_cost_limits.rs Rename to `MAX_BLOCK_ACCOUNTS_DATA_SIZE_DELTA` (#27175) 2022-08-16 13:57:24 -04:00
blockhash_queue.rs
bucket_map_holder.rs add comment (#26875) 2022-08-01 14:25:19 -05:00
bucket_map_holder_stats.rs add stats for disk_index_find_entry_mut_us (#26753) 2022-07-25 14:47:17 -05:00
builtins.rs clean feature: `prevent_calling_precompiles_as_programs` (#27100) 2022-08-18 05:21:16 +00:00
cache_hash_data.rs
cache_hash_data_stats.rs
commitment.rs
contains.rs
cost_model.rs
cost_tracker.rs Rename to `MAX_BLOCK_ACCOUNTS_DATA_SIZE_DELTA` (#27175) 2022-08-16 13:57:24 -04:00
epoch_stakes.rs Refactor: Add get_delegated_stake method to VoteAccounts (#26221) 2022-06-25 16:41:35 +00:00
execute_cost_table.rs
expected_rent_collection.rs Rust v1.63.0 (#27148) 2022-08-17 15:48:33 -07:00
genesis_utils.rs clean feature: `prevent_calling_precompiles_as_programs` (#27100) 2022-08-18 05:21:16 +00:00
hardened_unpack.rs Rust v1.63.0 (#27148) 2022-08-17 15:48:33 -07:00
in_mem_accounts_index.rs Rust v1.63.0 (#27148) 2022-08-17 15:48:33 -07:00
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs async hash verify on load (#26208) 2022-07-15 14:29:56 -05:00
loader_utils.rs
message_processor.rs clean feature: `prevent_calling_precompiles_as_programs` (#27100) 2022-08-18 05:21:16 +00:00
non_circulating_supply.rs
nonce_keyed_account.rs Feature: Early verification of account modifications in `BorrowedAccount` (#25899) 2022-07-15 09:31:34 +02:00
pubkey_bins.rs
read_only_accounts_cache.rs Add stats for readonly cache evicts (#26938) 2022-08-15 16:23:37 -05:00
rent_collector.rs preserves rent_epoch for rent exempt accounts (#26479) 2022-07-08 20:04:08 +00:00
rent_paying_accounts_by_partition.rs protect access to rent paying account vec (#26919) 2022-08-05 08:19:46 -05:00
rolling_bit_field.rs removes erroneous uses of std::mem::swap (#26536) 2022-07-11 11:33:15 +00:00
runtime_config.rs Allow overriding the runtime transaction account lock limit (#26948) 2022-08-12 15:07:48 +01:00
secondary_index.rs
serde_snapshot.rs Rust v1.63.0 (#27148) 2022-08-17 15:48:33 -07:00
shared_buffer_reader.rs removes erroneous uses of std::mem::swap (#26536) 2022-07-11 11:33:15 +00:00
snapshot_archive_info.rs
snapshot_config.rs
snapshot_hash.rs
snapshot_minimizer.rs Rust v1.63.0 (#27148) 2022-08-17 15:48:33 -07:00
snapshot_package.rs clean up and optimize account hash verify (#26560) 2022-07-12 19:27:28 +00:00
snapshot_utils.rs Rust v1.63.0 (#27148) 2022-08-17 15:48:33 -07:00
sorted_storages.rs
stake_account.rs uses OnceCell instead of RwLock+Once to cache vote-state in vote-account (#26257) 2022-06-29 11:45:53 +00:00
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs Move vote program state and instructions to solana-program 2022-08-09 20:52:47 -07:00
static_ids.rs
status_cache.rs Share Ancestors API get with contains_key (#27161) 2022-08-16 12:06:52 -05:00
storable_accounts.rs Rust v1.63.0 (#27148) 2022-08-17 15:48:33 -07:00
system_instruction_processor.rs Rust v1.63.0 (#27148) 2022-08-17 15:48:33 -07:00
transaction_batch.rs
transaction_error_metrics.rs
verify_accounts_hash_in_background.rs async hash verify on load (#26208) 2022-07-15 14:29:56 -05:00
vote_account.rs removes RwLock+Once in favor of OnceCell in caching staked-nodes (#26313) 2022-06-29 22:22:22 +00:00
vote_parser.rs Compact vote state updates to reduce block size (#26616) 2022-07-27 13:23:44 -06:00
vote_sender_types.rs
vote_transaction.rs
waitable_condvar.rs