solana/runtime/src
Alexander Meißner ae75c7cb3f
Refactoring - Remove redundant definition of `BuiltinProgram` (#31429)
* Replaces BuiltinProgram in the program-runtime with the one from solana_rbpf.

* Adjusts the runtimes built-ins to use Arc<LoadedProgram>.

* Adjusts the tests and benchmarks.
2023-05-02 23:01:28 +02:00
..
account_storage
accounts_background_service
accounts_db
append_vec
bank Refactoring - Remove redundant definition of `BuiltinProgram` (#31429) 2023-05-02 23:01:28 +02:00
epoch_accounts_hash
serde_snapshot Fixes name of snapshot_utils::get_bank_snapshot_dir() (#31432) 2023-05-01 19:28:35 +00:00
snapshot_package Clean up the outdated SnapshotPackage snapshot_links field (#31360) 2023-05-01 11:24:59 -07:00
snapshot_utils
account_info.rs
account_overrides.rs
account_rent_state.rs
account_storage.rs rework assert_no_shrink_in_progress to get assert stack easily (#31251) 2023-04-19 11:36:24 -07:00
accounts.rs Fix - Filter condition in `filter_executable_program_accounts()` (#31371) 2023-04-27 18:38:00 +02:00
accounts_background_service.rs Remove bank_snapshots_dir param (#31249) 2023-04-19 09:37:46 -07:00
accounts_cache.rs
accounts_db.rs remove unused metrics (#31377) 2023-04-27 13:26:46 -07:00
accounts_file.rs add `is_recyclable` to `AccountsFile` (#31257) 2023-04-19 11:36:44 -07:00
accounts_hash.rs remove unused metrics (#31377) 2023-04-27 13:26:46 -07:00
accounts_index.rs ci: treewide: deny used_underscore_binding (#31319) 2023-04-27 10:10:16 +09:00
accounts_index_storage.rs
accounts_partition.rs Rework bank to allow RentCollectionCycleParams private (#31361) 2023-04-26 14:48:51 -07:00
accounts_update_notifier_interface.rs
active_stats.rs
ancestors.rs
ancient_append_vecs.rs packed ancient: report random stat (#31274) 2023-04-24 07:40:45 -07:00
append_vec.rs Gives lifetimes more descriptive names in append_vec.rs (#31403) 2023-04-28 15:32:29 -04:00
bank.rs Refactoring - Remove redundant definition of `BuiltinProgram` (#31429) 2023-05-02 23:01:28 +02:00
bank_client.rs
bank_creation_freezing_progress.rs
bank_forks.rs Check program modification slots during cold start (#31331) 2023-04-28 06:22:14 -07:00
bank_utils.rs
block_cost_limits.rs
blockhash_queue.rs
bucket_map_holder.rs
bucket_map_holder_stats.rs disk index: add stat: disk_index_failed_resizes (#31039) 2023-04-04 09:39:06 -07:00
builtins.rs Refactoring - Remove redundant definition of `BuiltinProgram` (#31429) 2023-05-02 23:01:28 +02:00
cache_hash_data.rs
cache_hash_data_stats.rs
commitment.rs
contains.rs
cost_model.rs
cost_tracker.rs
epoch_accounts_hash.rs
epoch_stakes.rs
genesis_utils.rs Refactor - Moves bpf_loader registration into the runtime (#31345) 2023-04-26 14:44:19 +02:00
hardened_unpack.rs
in_mem_accounts_index.rs disk index: batch insert (#31094) 2023-04-10 11:08:54 -07:00
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs Move partition logic out of bank (#31343) 2023-04-26 12:37:02 -07:00
loader_utils.rs
message_processor.rs Refactor - `BuiltinPrograms` (#31324) 2023-04-24 19:01:40 +02:00
non_circulating_supply.rs
prioritization_fee.rs
prioritization_fee_cache.rs
pubkey_bins.rs
read_only_accounts_cache.rs
rent_collector.rs
rent_debits.rs Move rent debit out of bank (#31204) 2023-04-14 19:41:10 +00:00
rolling_bit_field.rs
root_bank_cache.rs RootBankCache: only cache weak reference to avoid keeping a bank alive (#31189) 2023-04-14 11:33:18 -07:00
runtime_config.rs Cleanup - Removes the CLI option "no-bpf-jit" (#31329) 2023-04-25 19:04:11 +02:00
secondary_index.rs
serde_snapshot.rs Clean up the outdated SnapshotPackage snapshot_links field (#31360) 2023-05-01 11:24:59 -07:00
shared_buffer_reader.rs
snapshot_archive_info.rs
snapshot_config.rs
snapshot_hash.rs Refactors the Full/Incremental SnapshotHash types (#31186) 2023-04-13 18:01:27 -04:00
snapshot_minimizer.rs Move partition logic out of bank (#31343) 2023-04-26 12:37:02 -07:00
snapshot_package.rs Clean up the outdated SnapshotPackage snapshot_links field (#31360) 2023-05-01 11:24:59 -07:00
snapshot_utils.rs Fixes name of snapshot_utils::get_bank_snapshot_dir() (#31432) 2023-05-01 19:28:35 +00:00
sorted_storages.rs
stake_account.rs
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs Add new vote state version that replaces Lockout with LandedVote to a… (#30831) 2023-04-18 20:27:38 -07:00
static_ids.rs
status_cache.rs
storable_accounts.rs
transaction_batch.rs
transaction_error_metrics.rs
transaction_priority_details.rs
verify_accounts_hash_in_background.rs
vote_account.rs runtime: transpose `VoteAccount::vote_state()` return to improve ergonomics (#31256) 2023-04-18 14:48:52 -06:00
vote_parser.rs
vote_sender_types.rs
vote_transaction.rs
waitable_condvar.rs