solana/runtime/src
Jeff Washington (jwash) 0545306f0c
AcctIdx: remove stats from write lock section (#20548)
2021-10-08 15:27:38 -05:00
..
serde_snapshot Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
accounts.rs Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
accounts_background_service.rs Add logging after taking a bank snapshot (#19891) 2021-09-15 07:39:21 -05:00
accounts_cache.rs Accountsdb replication installment 2 (#19325) 2021-09-01 14:10:16 -07:00
accounts_db.rs improve clean stats (#20469) 2021-10-06 20:04:26 -05:00
accounts_hash.rs Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
accounts_index.rs improve clean stats (#20469) 2021-10-06 20:04:26 -05:00
accounts_index_storage.rs allocate threads for accounts idx based on cpus (#20118) 2021-09-27 11:25:06 -05:00
accounts_update_notifier_interface.rs AccountsDb plugin framework (#20047) 2021-09-30 14:26:17 -07:00
ancestors.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
append_vec.rs Upgrade to Rust 1.55.0 2021-10-06 17:48:58 -07:00
bank.rs Refactor: process_instruction() (#20448) 2021-10-08 11:41:07 +02:00
bank_client.rs Store versioned transactions in the ledger, disabled by default (#19139) 2021-08-17 15:17:56 -07:00
bank_forks.rs for all tests, bank::new -> bank::new_for_tests (#19064) 2021-08-05 08:42:38 -05:00
bank_utils.rs Store versioned transactions in the ledger, disabled by default (#19139) 2021-08-17 15:17:56 -07:00
blockhash_queue.rs Deprecate FeeCalculator returning APIs (#19120) 2021-08-13 09:08:20 -07:00
bloom.rs Eliminate doc warnings and fix some markdown (#18566) 2021-07-16 00:40:07 +00:00
bucket_map_holder.rs AcctIdx: sleep thread when enough threads are running to complete the remaining work (#20446) 2021-10-05 16:48:23 -05:00
bucket_map_holder_stats.rs AcctIdx: stats for buckets on disk, add median (#20528) 2021-10-08 13:58:38 -05:00
builtins.rs Refactor: process_instruction() (#20448) 2021-10-08 11:41:07 +02:00
cache_hash_data.rs cache account hash info (#19426) 2021-09-13 20:39:26 -05:00
cache_hash_data_stats.rs cache account hash info (#19426) 2021-09-13 20:39:26 -05:00
commitment.rs clippy 2021-04-18 20:55:02 -07:00
contains.rs More generic accounts purge functions (#14595) 2021-01-17 20:31:03 -08:00
epoch_stakes.rs implements copy-on-write for vote-accounts (#19362) 2021-08-30 15:54:01 +00:00
genesis_utils.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
hardened_unpack.rs change untar to use unpack instead of unpack_in (#19216) 2021-08-18 15:49:02 -05:00
in_mem_accounts_index.rs AcctIdx: remove stats from write lock section (#20548) 2021-10-08 15:27:38 -05:00
inline_spl_token_v2_0.rs token: Swap new token program id for consistency on all networks (#18823) 2021-07-22 10:31:55 +02:00
instruction_recorder.rs Store versioned transactions in the ledger, disabled by default (#19139) 2021-08-17 15:17:56 -07:00
lib.rs SnapshotPackagerService pushes incremental snapshot hashes to CRDS (#20442) 2021-10-08 15:14:56 -05:00
loader_utils.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
log_collector.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
message_processor.rs Refactor: process_instruction() (#20448) 2021-10-08 11:41:07 +02:00
neon_evm_program.rs fix test (#18609) 2021-07-12 11:45:25 -07:00
non_circulating_supply.rs for all tests, bank::new -> bank::new_for_tests (#19064) 2021-08-05 08:42:38 -05:00
pubkey_bins.rs add lowest_pubkey_from_bin (#19617) 2021-09-04 02:20:55 +00:00
read_only_accounts_cache.rs tests: lamports += to checked_add (#16842) 2021-04-27 10:23:07 -05:00
rent_collector.rs add comment (#19705) 2021-09-08 19:25:20 -05:00
secondary_index.rs Write helper for multithread update (#18808) 2021-07-29 03:16:36 +02:00
serde_snapshot.rs AccountsDb plugin framework (#20047) 2021-09-30 14:26:17 -07:00
shared_buffer_reader.rs lazy allocate buffers for bg reader in untar (#18640) 2021-07-16 13:17:03 -05:00
snapshot_archive_info.rs Move SnapshotArchiveInfo and friends into its own module (#19114) 2021-08-08 07:57:06 -05:00
snapshot_config.rs Call `Bank::update_accounts_hash()` before taking bank snapshot (#19765) 2021-09-13 08:27:50 -05:00
snapshot_hash.rs SnapshotPackagerService pushes incremental snapshot hashes to CRDS (#20442) 2021-10-08 15:14:56 -05:00
snapshot_package.rs Make background services aware of incremental snapshots (#19401) 2021-08-31 18:33:27 -05:00
snapshot_utils.rs Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
sorted_storages.rs calculate_capitalization uses hash calculation (#17443) 2021-06-14 08:53:07 -05:00
stake_weighted_timestamp.rs renames solana_runtime::vote_account::VoteAccount 2021-08-10 22:54:17 +00:00
stakes.rs Optimize stakes cache and rewards at epoch boundaries (#20432) 2021-10-06 00:53:26 -04:00
status_cache.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
system_instruction_processor.rs Refactor: process_instruction() (#20448) 2021-10-08 11:41:07 +02:00
transaction_batch.rs Store versioned transactions in the ledger, disabled by default (#19139) 2021-08-17 15:17:56 -07:00
vote_account.rs Optimize stakes cache and rewards at epoch boundaries (#20432) 2021-10-06 00:53:26 -04:00
vote_sender_types.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
waitable_condvar.rs WaitableCondVar supports notify_one (#20013) 2021-09-20 09:57:57 -05:00