solana/runtime/src
Jeff Washington (jwash) 982454a455
refactor do_shrink_slot_stores (#19560)
2021-09-07 15:10:49 -05:00
..
serde_snapshot Add solana-program-runtime crate (#19438) 2021-08-27 00:30:36 +00:00
accounts.rs Demote write locks on transaction program ids (#19593) 2021-09-04 03:05:30 +00:00
accounts_background_service.rs Make background services aware of incremental snapshots (#19401) 2021-08-31 18:33:27 -05:00
accounts_cache.rs Accountsdb replication installment 2 (#19325) 2021-09-01 14:10:16 -07:00
accounts_db.rs refactor do_shrink_slot_stores (#19560) 2021-09-07 15:10:49 -05:00
accounts_hash.rs CalculateHashIntermediate::new_without_slot -> new (#19274) 2021-08-18 09:07:34 -05:00
accounts_index.rs accounts index iterator takes &Range (#19618) 2021-09-03 18:00:49 -05:00
ancestors.rs
append_vec.rs
bank.rs collect rent in parallel for partitions (#19478) 2021-09-07 11:51:59 -05: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
builtins.rs feat: add ed25519 signature verify program 2021-09-05 18:59:37 +01:00
commitment.rs
contains.rs
epoch_stakes.rs implements copy-on-write for vote-accounts (#19362) 2021-08-30 15:54:01 +00:00
genesis_utils.rs
hardened_unpack.rs change untar to use unpack instead of unpack_in (#19216) 2021-08-18 15:49:02 -05:00
inline_spl_token_v2_0.rs
instruction_recorder.rs Store versioned transactions in the ledger, disabled by default (#19139) 2021-08-17 15:17:56 -07:00
lib.rs Revert "Add snapshot_runtime_info module (#18199)" 2021-08-31 17:50:18 -05:00
loader_utils.rs
log_collector.rs
message_processor.rs Demote write locks on transaction program ids (#19593) 2021-09-04 03:05:30 +00:00
neon_evm_program.rs
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
rent_collector.rs
secondary_index.rs Write helper for multithread update (#18808) 2021-07-29 03:16:36 +02:00
serde_snapshot.rs nit: Move builtins types to builtins file (#19597) 2021-09-02 21:29:11 -07:00
shared_buffer_reader.rs
snapshot_archive_info.rs Move SnapshotArchiveInfo and friends into its own module (#19114) 2021-08-08 07:57:06 -05:00
snapshot_config.rs Add maximum_incremental_snapshot_archives_to_retain to SnapshotConfig (#19612) 2021-09-03 20:21:32 +00:00
snapshot_package.rs Make background services aware of incremental snapshots (#19401) 2021-08-31 18:33:27 -05:00
snapshot_utils.rs Plumb `maximum_incremental_snapshot_archives_to_retain` (#19640) 2021-09-06 18:01:56 -05:00
sorted_storages.rs
stake_weighted_timestamp.rs renames solana_runtime::vote_account::VoteAccount 2021-08-10 22:54:17 +00:00
stakes.rs implements copy-on-write for vote-accounts (#19362) 2021-08-30 15:54:01 +00:00
status_cache.rs
system_instruction_processor.rs Add base_slot to get_snapshot_storages() (#19348) 2021-08-20 16:23:43 -05: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 implements copy-on-write for vote-accounts (#19362) 2021-08-30 15:54:01 +00:00
vote_sender_types.rs
waitable_condvar.rs