solana-with-rpc-optimizations/runtime/src
Jack May 2867584985
Bump compute budget for neon evm (#17700)
2021-07-08 10:43:34 -07:00
..
serde_snapshot chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
accounts.rs Remove feature switch for demoting sysvar write locks (#18373) 2021-07-06 21:22:22 +00:00
accounts_background_service.rs Move SnapshotConfig into its own module (#18331) 2021-07-01 08:55:26 -05:00
accounts_cache.rs calculate_capitalization uses hash calculation (#17443) 2021-06-14 08:53:07 -05:00
accounts_db.rs eliminate unnecessary copies in accounts index generation (#18466) 2021-07-07 15:36:05 -05:00
accounts_hash.rs add min/max bin size metrics to hash calculation (#18155) 2021-06-23 12:57:05 -05:00
accounts_index.rs move allocation out of critical section and estimate capacity better (#18450) 2021-07-07 15:36:40 -05:00
ancestors.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
append_vec.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
bank.rs Record parent slot to reconstruct fork tree from influxdb (#18482) 2021-07-07 15:56:38 +00:00
bank_client.rs rework BankClient.get_account_data (#15853) 2021-03-15 19:27:53 -05:00
bank_forks.rs Move SnapshotConfig into its own module (#18331) 2021-07-01 08:55:26 -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 More generic accounts purge functions (#14595) 2021-01-17 20:31:03 -08:00
epoch_stakes.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
genesis_utils.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
hardened_unpack.rs untar in parallel (#18184) 2021-06-24 17:29:49 -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 Bump compute budget for neon evm (#17700) 2021-07-08 10:43:34 -07: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 Bump compute budget for neon evm (#17700) 2021-07-08 10:43:34 -07:00
native_loader.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
neon_evm_program.rs Bump compute budget for neon evm (#17700) 2021-07-08 10:43:34 -07:00
non_circulating_supply.rs Add addresses 2021-07-07 21:02:22 -06: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 chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
serde_snapshot.rs Fix build: clippy lint 2021-06-21 10:18:21 -07:00
snapshot_config.rs Move SnapshotConfig into its own module (#18331) 2021-07-01 08:55:26 -05:00
snapshot_package.rs Move SnapshotConfig into its own module (#18331) 2021-07-01 08:55:26 -05:00
snapshot_runtime_info.rs Add snapshot_runtime_info module (#18199) 2021-06-29 15:13:34 -05:00
snapshot_utils.rs chore: bump bzip2 from 0.3.3 to 0.4.3 (#18361) 2021-07-01 13:10:52 -06:00
sorted_storages.rs calculate_capitalization uses hash calculation (#17443) 2021-06-14 08:53:07 -05:00
stake_weighted_timestamp.rs Use newly stabilized Duration methods/consts (#18101) 2021-06-22 00:11:16 +00:00
stakes.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
status_cache.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
system_instruction_processor.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07: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