solana/runtime/src
Trent Nelson 2a6c5ed0ac add tests from `RentDebits` 2021-05-26 08:19:10 +00:00
..
serde_snapshot replace Ancestors HashMap for performance (#16477) 2021-05-20 10:11:56 -05:00
accounts.rs runtime: add rent debit charges to block metadata 2021-05-26 08:19:10 +00:00
accounts_background_service.rs Refactor purge_slots_from_cache_and_store() and handle_reclaims() (#17319) 2021-05-24 13:51:17 -07:00
accounts_cache.rs pass &Pubkey through account storage, slot clean code to reduce copies (#16778) 2021-04-27 09:10:06 -05:00
accounts_db.rs initialize purge stats (#17345) 2021-05-25 09:24:38 -05:00
accounts_hash.rs remove flatten in storage scan (#17354) 2021-05-21 09:26:46 -05:00
accounts_index.rs Refactor purge_slots_from_cache_and_store() and handle_reclaims() (#17319) 2021-05-24 13:51:17 -07:00
ancestors.rs fixup! Ancestors to HashSet: From(Vec) (#17447) (#17481) 2021-05-25 12:24:34 -05:00
append_vec.rs Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
bank.rs add tests from `RentDebits` 2021-05-26 08:19:10 +00:00
bank_client.rs rework BankClient.get_account_data (#15853) 2021-03-15 19:27:53 -05:00
bank_forks.rs Add documentation for BankForks::prune_non_rooted() (#17213) 2021-05-14 07:47:48 -05:00
bank_utils.rs Merge pull request from GHSA-8v47-8c53-wwrc 2021-04-13 00:28:08 -06:00
blockhash_queue.rs
bloom.rs
builtins.rs Refactoring: Move KeyedAccounts to InvokeContext (#15410) 2021-04-19 18:48:48 +02:00
commitment.rs clippy 2021-04-18 20:55:02 -07:00
contains.rs
epoch_stakes.rs Account->AccountSharedData (#15691) 2021-03-09 15:06:07 -06:00
genesis_utils.rs clippy 2021-04-18 20:55:02 -07:00
hardened_unpack.rs Refactor genesis download/load/check functions (#17276) 2021-05-24 16:45:36 +02:00
hashed_transaction.rs Merge pull request from GHSA-8v47-8c53-wwrc 2021-04-13 00:28:08 -06:00
inline_spl_token_v2_0.rs
instruction_recorder.rs
lib.rs move Ancestors to its own module (#17316) 2021-05-19 11:50:34 -05:00
loader_utils.rs Add program-test tests to bpf programs (#16407) 2021-04-07 01:47:15 -07:00
log_collector.rs
message_processor.rs Fix InvokeContext::push() account_deps (#17350) 2021-05-21 22:34:07 +02:00
native_loader.rs ReadableAccount.data returns slice (#16686) 2021-04-20 16:41:16 -05:00
non_circulating_supply.rs Create solana-rpc crate and move subscriptions (#17320) 2021-05-19 00:54:28 -06:00
read_only_accounts_cache.rs tests: lamports += to checked_add (#16842) 2021-04-27 10:23:07 -05:00
rent_collector.rs Minor test cleanup and comments (#17283) 2021-05-18 07:22:43 +09:00
secondary_index.rs Remove bloat from secondary indexes (#17048) 2021-05-12 15:29:30 -07:00
serde_snapshot.rs replace Ancestors HashMap for performance (#16477) 2021-05-20 10:11:56 -05:00
snapshot_package.rs Hash stored accounts in bg (#16157) 2021-03-31 15:39:34 -05:00
snapshot_utils.rs don't limit to thread pool when cleaning on startup (#17317) 2021-05-20 14:36:35 -05:00
stakes.rs lamports -> lamports() (#16920) 2021-04-29 10:44:46 -05:00
status_cache.rs ancestors is set instead of map (#17363) 2021-05-24 17:01:02 -05:00
system_instruction_processor.rs don't limit to thread pool when cleaning on startup (#17317) 2021-05-20 14:36:35 -05:00
transaction_batch.rs Merge pull request from GHSA-8v47-8c53-wwrc 2021-04-13 00:28:08 -06:00
vote_account.rs revert test to use Account for serialization (#16063) 2021-03-22 22:48:09 +00:00
vote_sender_types.rs