solana/runtime/src
Jeff Washington (jwash) 24f6855f86
AcctIdx: only remove a fixed number of items per write lock (#23795)
2022-03-21 16:55:04 -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 Add accounts_data_len to bank snapshot (#23714) 2022-03-17 20:14:54 -05:00
snapshot_utils Move ArchiveFormat into own module (#23562) 2022-03-09 16:09:34 -06:00
account_info.rs
account_rent_state.rs Resized accounts must be rent exempt 2022-03-02 13:02:02 -08:00
accounts.rs Make solana-address-lookup-table-program crate bpf compatible (#23700) 2022-03-17 08:21:07 +08:00
accounts_background_service.rs
accounts_cache.rs
accounts_db.rs throttle index adding to allow disk flushing to keep up and reduce startup ram usage (#23773) 2022-03-20 19:56:20 -05:00
accounts_hash.rs
accounts_index.rs throttle index adding to allow disk flushing to keep up and reduce startup ram usage (#23773) 2022-03-20 19:56:20 -05:00
accounts_index_storage.rs throttle index adding to allow disk flushing to keep up and reduce startup ram usage (#23773) 2022-03-20 19:56:20 -05:00
accounts_update_notifier_interface.rs
active_stats.rs
ancestors.rs
append_vec.rs
bank.rs Set accounts_data_len on feature activation (#23730) 2022-03-21 12:28:26 -05:00
bank_client.rs Add quic-client module (#23166) 2022-03-09 21:33:05 -05:00
bank_forks.rs
bank_utils.rs
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
bucket_map_holder_stats.rs throttle index adding to allow disk flushing to keep up and reduce startup ram usage (#23773) 2022-03-20 19:56:20 -05:00
builtins.rs
cache_hash_data.rs
cache_hash_data_stats.rs
commitment.rs
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
execute_cost_table.rs Not exposing inner cost_table to encapsulating implementation details, 2022-03-18 12:58:43 -05:00
genesis_utils.rs
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: only remove a fixed number of items per write lock (#23795) 2022-03-21 16:55:04 -05:00
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs
lib.rs uses structural sharing for stake-delegations hash-map (#23585) 2022-03-16 12:58:05 +00:00
loader_utils.rs
message_processor.rs Refactor instruction compilation and update message account key ordering (#23729) 2022-03-21 20:53:32 +08:00
non_circulating_supply.rs
nonce_keyed_account.rs Revert: `KeyedAccount` refactoings in builtin programs (#23649) 2022-03-16 11:30:01 +01:00
pubkey_bins.rs
read_only_accounts_cache.rs
rent_collector.rs new counter data point for unexpected rent_epoch (#23449) 2022-03-03 09:09:31 -06:00
secondary_index.rs Drop lock (#23765) 2022-03-20 21:27:24 -04:00
serde_snapshot.rs fix typo (#23535) 2022-03-08 18:28:00 -06: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
snapshot_hash.rs
snapshot_package.rs
snapshot_utils.rs fix logging: only walk remote dir if it exist (#23663) 2022-03-15 08:56:22 -05:00
sorted_storages.rs
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs uses structural sharing for stake-delegations hash-map (#23585) 2022-03-16 12:58:05 +00:00
status_cache.rs
storable_accounts.rs
system_instruction_processor.rs Revert: `KeyedAccount` refactoings in builtin programs (#23649) 2022-03-16 11:30:01 +01:00
transaction_batch.rs
transaction_cost_metrics_sender.rs
vote_account.rs minor VoteAccount refactoring (#23686) 2022-03-16 09:50:12 -05:00
vote_parser.rs
vote_sender_types.rs
vote_transaction.rs
waitable_condvar.rs