solana/runtime/src
Jeff Washington (jwash) 1b85114a9c
remove legacy merkle root (#14772)
* remove legacy merkle root
f78197a

* clippy

* compile error

* borrow error

* derministic results

* clippy

* borrow
2021-01-25 15:26:08 -06:00
..
serde_snapshot Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
accounts.rs Refactors tuple of TransactionLoadResult into a struct. (#14773) 2021-01-25 10:35:08 +01:00
accounts_background_service.rs Remove unnecesary flushes in previous roots (#14596) 2021-01-23 04:02:44 -08:00
accounts_cache.rs Remove unnecesary flushes in previous roots (#14596) 2021-01-23 04:02:44 -08:00
accounts_db.rs remove legacy merkle root (#14772) 2021-01-25 15:26:08 -06:00
accounts_index.rs Partial clean (#14800) 2021-01-24 09:50:19 -08:00
append_vec.rs Speed up generate_index (#14792) 2021-01-23 08:05:05 -08:00
bank.rs Refactors tuple of TransactionLoadResult into a struct. (#14773) 2021-01-25 10:35:08 +01:00
bank_client.rs Add get_minimum_balance_for_rent_excemption to Client (#14048) 2020-12-10 16:39:28 -08:00
bank_forks.rs Add solana-test-validator --warp-slot argument 2021-01-22 21:17:02 -08:00
bank_utils.rs runtime: Replace `HashAgeKind` with `NonceRollbackInfo` 2020-12-02 20:10:08 +00:00
blockhash_queue.rs Update frozen_abi hashes 2020-10-24 08:37:55 -07:00
bloom.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
builtins.rs Feature-gate stake-program-v3 (#14232) 2020-12-22 11:20:38 -07:00
commitment.rs Rpc -> proper optimistic confirmation (#12514) 2020-09-28 20:43:05 -06:00
contains.rs More generic accounts purge functions (#14595) 2021-01-17 20:31:03 -08:00
epoch_stakes.rs caches vote-state de-serialized from vote accounts (#13795) 2020-11-30 17:18:33 +00:00
genesis_utils.rs Initial solana-test-validator command-line program 2020-12-11 04:17:38 +00:00
hardened_unpack.rs Remove regular expressions, speeds up untar (#14119) 2020-12-15 08:48:21 -08:00
inline_spl_token_v2_0.rs Add secondary indexes (#14212) 2020-12-31 18:06:03 -08:00
instruction_recorder.rs
lib.rs More generic accounts purge functions (#14595) 2021-01-17 20:31:03 -08:00
loader_utils.rs Prevent the invoke and upgrade of programs in the same tx batch (#14653) 2021-01-19 16:24:44 -08:00
log_collector.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
message_processor.rs Track account writable deescalation (#14626) 2021-01-22 15:28:01 -08:00
native_loader.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
rent_collector.rs Clippy 2020-12-14 08:03:29 -08:00
secondary_index.rs More generic accounts purge functions (#14595) 2021-01-17 20:31:03 -08:00
serde_snapshot.rs Cache account stores, flush from AccountsBackgroundService (#13140) 2021-01-11 17:00:23 -08:00
snapshot_package.rs Rename CompressionType to ArchiveFormat 2021-01-09 09:07:49 -08:00
snapshot_utils.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
stakes.rs caches staked nodes computed from vote-accounts (#13929) 2020-12-17 21:22:50 +00:00
status_cache.rs Clippy 2020-12-14 08:03:29 -08:00
system_instruction_processor.rs Cache account stores, flush from AccountsBackgroundService (#13140) 2021-01-11 17:00:23 -08:00
transaction_batch.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
transaction_utils.rs
vote_account.rs vote: Add helper for creating current-versioned states 2020-12-22 19:37:26 -07:00
vote_sender_types.rs