solana/runtime/src
Jeff Washington (jwash) eee5414c64
avoid unnecessary empty arrays when binning (#17944)
2021-06-16 09:24:59 -05:00
..
serde_snapshot Refactor stake program into solana_program (#17906) 2021-06-15 18:04:00 +02:00
accounts.rs verify bank hash on startup with ledger tool option (#17939) 2021-06-15 11:52:12 -05:00
accounts_background_service.rs nit: rename measure (#17946) 2021-06-15 09:01:11 -05:00
accounts_cache.rs calculate_capitalization uses hash calculation (#17443) 2021-06-14 08:53:07 -05:00
accounts_db.rs avoid unnecessary empty arrays when binning (#17944) 2021-06-16 09:24:59 -05:00
accounts_hash.rs remove unused parameters from CalculateHashIntermediate (#17949) 2021-06-15 09:00:43 -05:00
accounts_index.rs Handle removing slots during account scans (#17471) 2021-06-14 21:04:01 -07:00
ancestors.rs Handle removing slots during account scans (#17471) 2021-06-14 21:04:01 -07:00
append_vec.rs add info for vm.max_map_count incorrectly set. (#17727) 2021-06-04 03:22:12 +00:00
bank.rs ledger tool limit_load_slot_count_from_snapshot avoids assert failures (#17974) 2021-06-15 15:39:22 -05: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 Add local cluster tests that broadcast duplicate slots (#13995) 2021-06-09 15:01:48 -07:00
bloom.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
builtins.rs Refactor stake program into solana_program (#17906) 2021-06-15 18:04:00 +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 Refactor stake program into solana_program (#17906) 2021-06-15 18:04:00 +02:00
hardened_unpack.rs Refactor bank_forks_utils::load() and some snapshot logic (#17492) 2021-05-27 12:00:27 -05: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 Rework spl_token_v2_self_transfer_fix to avoid any SPL Token downtime 2021-02-12 22:46:39 +00:00
instruction_recorder.rs
lib.rs Add local cluster tests that broadcast duplicate slots (#13995) 2021-06-09 15:01:48 -07:00
loader_utils.rs Add program-test tests to bpf programs (#16407) 2021-04-07 01:47:15 -07:00
log_collector.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
message_processor.rs Log more info on runtime account verification errors (#17861) 2021-06-09 16:27:00 -07:00
native_loader.rs chore: bump libloading from 0.6.2 to 0.7.0 (#17704) 2021-06-03 18:08:31 -06:00
non_circulating_supply.rs Refactor stake program into solana_program (#17906) 2021-06-15 18:04:00 +02:00
pubkey_bins.rs support bin divisions up to 65536 (#17563) 2021-06-02 17:31:15 -05: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 parallel storage -> accounts folder (#17955) 2021-06-16 08:48:24 -05:00
snapshot_package.rs Hash stored accounts in bg (#16157) 2021-03-31 15:39:34 -05:00
snapshot_utils.rs ledger tool limit_load_slot_count_from_snapshot avoids assert failures (#17974) 2021-06-15 15:39:22 -05:00
sorted_storages.rs calculate_capitalization uses hash calculation (#17443) 2021-06-14 08:53:07 -05:00
stakes.rs Refactor stake program into solana_program (#17906) 2021-06-15 18:04:00 +02:00
status_cache.rs ancestors is set instead of map (#17363) 2021-05-24 17:01:02 -05:00
system_instruction_processor.rs system-program: Remove zero lamport check on transfers (#17726) 2021-06-06 01:45:45 +02:00
transaction_batch.rs simulateTransaction can now return accounts modified by the simulation 2021-05-26 14:20:23 -07:00
vote_account.rs revert test to use Account for serialization (#16063) 2021-03-22 22:48:09 +00:00
vote_sender_types.rs