solana/runtime/src
Brooks Prumo c322842257
Replace channel with Mutex<Option> for AccountsPackage (#24013)
2022-04-06 05:47:19 -05:00
..
accounts_db Rename AccountsDb plugins to Geyser plugins (#23604) 2022-03-14 19:18:46 -06:00
bank Fix bug in bank/sysvar_cache tests (#23780) 2022-03-19 21:38:18 -05:00
serde_snapshot persist historical_roots (#24029) 2022-04-04 13:13:11 -05:00
snapshot_utils Move ArchiveFormat into own module (#23562) 2022-03-09 16:09:34 -06:00
account_info.rs assert on AcctInfo.store_id with cached store (#21952) 2022-02-15 15:22:36 -06:00
account_rent_state.rs Resized accounts must be rent exempt 2022-03-02 13:02:02 -08:00
accounts.rs add epoch_schedule and rent_collector to hash calc (#24012) 2022-03-31 10:51:18 -05:00
accounts_background_service.rs Replace channel with Mutex<Option> for AccountsPackage (#24013) 2022-04-06 05:47:19 -05:00
accounts_cache.rs
accounts_db.rs hash_account_with_rent_epoch (#24104) 2022-04-05 08:10:31 -05:00
accounts_hash.rs add epoch_schedule and rent_collector to hash calc (#24012) 2022-03-31 10:51:18 -05:00
accounts_index.rs update comment (#24108) 2022-04-04 11:06:01 -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 add ActiveStats to track when long running, expensive bg processes are running (#22608) 2022-01-21 10:51:23 -06:00
ancestors.rs add roots_original to roots tracker (#23849) 2022-03-30 08:52:45 -05:00
append_vec.rs fix memory ordering in append_vec (#23215) 2022-02-20 20:30:49 -06:00
bank.rs Set drop callback on first root bank (#23999) 2022-04-05 13:02:33 -05:00
bank_client.rs Support sending versioned txs in AsyncClient (#23982) 2022-04-02 11:12:02 +08:00
bank_forks.rs Pacify clippy 2022-01-21 19:12:57 -08:00
bank_utils.rs Refactor: move simple vote parsing to runtime (#22537) 2022-01-20 10:39:21 +08:00
block_cost_limits.rs Banking Stage drops transactions that'll exceed the total account data size limit (#23537) 2022-03-13 15:58:57 +00:00
blockhash_queue.rs clippy (#23563) 2022-03-09 15:33:50 -06:00
bucket_map_holder.rs AcctIdx: env var "SOLANA_TEST_ACCOUNTS_INDEX_MEMORY_LIMIT_MB" (#23194) 2022-02-22 09:40:12 -06: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 minor cleanup (#22610) 2022-01-20 18:11:00 -06:00
cache_hash_data_stats.rs
commitment.rs Set the correct root in block commitment cache initialization (#22750) 2022-01-27 00:48:00 +08:00
contains.rs
cost_model.rs Not exposing inner cost_table to encapsulating implementation details, 2022-03-18 12:58:43 -05:00
cost_tracker.rs Refactor: Sanitized transaction creation (#23558) 2022-03-15 12:02:22 +08: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
genesis_utils.rs Fix builtin handling on epoch boundaries (#23256) 2022-02-22 20:54:08 +08:00
hardened_unpack.rs (LedgerStore) Use different path for different blockstore storage type. (#23236) 2022-03-02 18:30:22 -08:00
in_mem_accounts_index.rs AcctIdx: rework scan and write to disk (#23794) 2022-03-22 11:54:12 -05:00
inline_spl_associated_token_account.rs spl-associated-token-account: Add feature for new program (#22648) 2022-01-24 22:54:41 +01:00
inline_spl_token.rs accounts_index: Add SPL Token account indexing for token-2022 accounts (#23043) 2022-02-16 16:23:25 -08:00
inline_spl_token_2022.rs accounts_index: Add SPL Token account indexing for token-2022 accounts (#23043) 2022-02-16 16:23:25 -08:00
lib.rs RollingBitFIeld to its own file (#23917) 2022-03-25 10:37:00 -05:00
loader_utils.rs
message_processor.rs Refactor: Use `InstructionContext::get_instruction_data()` (#24014) 2022-04-01 15:48:05 +02:00
non_circulating_supply.rs Cleanup activated rent_for_sysvars feature (#22454) 2022-01-14 20:34:09 +08:00
nonce_keyed_account.rs Refactor: Remove `trait` from nonce keyed account (#23811) 2022-03-23 02:09:30 +01:00
pubkey_bins.rs
read_only_accounts_cache.rs optimizes ReadOnlyAccountsCache LRU eviction implementation (#22403) 2022-01-11 17:25:28 +00:00
rent_collector.rs new counter data point for unexpected rent_epoch (#23449) 2022-03-03 09:09:31 -06:00
rolling_bit_field.rs add roots_original to roots tracker (#23849) 2022-03-30 08:52:45 -05:00
secondary_index.rs Drop lock (#23765) 2022-03-20 21:27:24 -04:00
serde_snapshot.rs persist historical_roots (#24029) 2022-04-04 13:13:11 -05:00
shared_buffer_reader.rs
snapshot_archive_info.rs Separate remotely downloaded snapshot archives (#23510) 2022-03-14 14:03:59 -05:00
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 Replace channel with Mutex<Option> for AccountsPackage (#24013) 2022-04-06 05:47:19 -05:00
snapshot_utils.rs Replace channel with Mutex<Option> for AccountsPackage (#24013) 2022-04-06 05:47:19 -05:00
sorted_storages.rs fix typo in comments (#24004) 2022-03-30 09:47:51 -05:00
stake_history.rs Add rustfmt.toml and `cargo fmt` (#23238) 2022-02-19 13:32:29 +08:00
stake_weighted_timestamp.rs
stakes.rs improves Stakes::activate_epoch performance (#24068) 2022-04-02 22:48:51 +00:00
status_cache.rs Remove unnecessary & from AsRef params (#22523) 2022-01-15 04:51:05 +00:00
storable_accounts.rs slot per account in StorableAccounts (#23313) 2022-02-24 10:34:38 -06:00
system_instruction_processor.rs Refactor: Use `InstructionContext::get_instruction_data()` (#24014) 2022-04-01 15:48:05 +02:00
transaction_batch.rs Revert "Count compute units even when transaction errors (#22059)" (#22174) 2021-12-30 02:42:32 -05:00
transaction_cost_metrics_sender.rs Add hidden cli option to allow validator reports replayed transaction cost metrics (#22369) 2022-01-15 00:31:21 +00:00
vote_account.rs hides implementation details of vote-accounts from public interface (#24087) 2022-04-04 13:20:26 +00:00
vote_parser.rs Add rustfmt.toml and `cargo fmt` (#23238) 2022-02-19 13:32:29 +08:00
vote_sender_types.rs Refactor: move simple vote parsing to runtime (#22537) 2022-01-20 10:39:21 +08:00
vote_transaction.rs Refactor: move simple vote parsing to runtime (#22537) 2022-01-20 10:39:21 +08:00
waitable_condvar.rs