solana/runtime/src
Tao Zhu c1d89ad749
forward packets by prioritization in desc order (#25406)
- Forward packets by prioritization in desc order
- Add support of cost-tracking by transaction requested compute units
- Hook up account buckets to forwarder
- Add metrics for forwardable batches count
- Remove redundant invalid packets filtering at end of slot since forwarder will do the same when batch forwardable packets
- Add bench test for forwarding
2022-07-05 23:24:58 -05:00
..
accounts_background_service Add stats for Accounts Background Service (#26298) 2022-06-30 02:21:30 +00:00
accounts_db store_cached takes StorableAccounts to eliminate collect (#26109) 2022-06-22 08:45:03 -05:00
append_vec Move append_vec::test_utils into its own file (#25407) 2022-05-20 13:37:45 -05:00
bank Clean up feature preventing new rent-paying accounts (#26000) 2022-06-16 15:35:25 -06:00
serde_snapshot Remove StatusCacheRc type and use StatusCache directly (#26184) 2022-06-24 08:38:56 -05:00
snapshot_utils Support lz4 for snapshot archives (#25089) 2022-05-16 12:44:15 -05:00
account_info.rs account_info.rs: docs offset is reduced_offset * ALIGN_BOUNDARY_OFFSET (#25848) 2022-06-10 16:19:53 -05:00
account_overrides.rs Extended interface for AccountOverrides (#25964) 2022-06-22 15:22:31 -04:00
account_rent_state.rs cleanup feature; do_support_realloc (#25882) 2022-06-10 15:33:19 -07:00
accounts.rs improve log (#26360) 2022-07-01 13:12:52 -05:00
accounts_background_service.rs Add stats for Accounts Background Service (#26298) 2022-06-30 02:21:30 +00:00
accounts_cache.rs
accounts_db.rs move mark_old_slots_as_dirty to be called from ahv (#26411) 2022-07-05 23:11:32 -05:00
accounts_hash.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
accounts_index.rs Spell correction and add remove slot in AccountDB purge assert message (#26358) 2022-07-01 17:39:35 +00:00
accounts_index_storage.rs AcctIdx: only advance age on thread 0 (#25943) 2022-06-14 21:43:42 -05:00
accounts_update_notifier_interface.rs Report transaction signature on update account (#25726) 2022-06-10 10:24:35 -07:00
active_stats.rs
ancestors.rs
ancient_append_vecs.rs load_accounts_index_for_shrink uses &item instead of (&item.0, &item.1) (#26266) 2022-06-27 22:40:45 -05:00
append_vec.rs inc counter when append vec drop fails (#26396) 2022-07-05 11:27:01 -05:00
bank.rs Add end-to-end replay slot metrics (#25752) 2022-07-05 13:58:51 -05:00
bank_client.rs Clean up feature preventing new rent-paying accounts (#26000) 2022-06-16 15:35:25 -06:00
bank_forks.rs allow initial hash calc to occur in bg (#26271) 2022-06-29 16:48:33 -05:00
bank_utils.rs Do not exclude failed simple vote transactions from consensus 2022-06-12 22:11:23 -07:00
block_cost_limits.rs
blockhash_queue.rs
bucket_map_holder.rs make test_age_time less intermittent (#26280) 2022-06-28 09:13:01 -05:00
bucket_map_holder_stats.rs batch insert updates stat count correctly (#26107) 2022-06-22 08:45:42 -05:00
builtins.rs Change get_pubkeys to match the new enum (#26177) 2022-06-23 11:56:09 -05:00
cache_hash_data.rs
cache_hash_data_stats.rs
commitment.rs
contains.rs
cost_model.rs Use consistent naming for compute unit limit (#25229) 2022-05-18 13:14:31 +08:00
cost_tracker.rs forward packets by prioritization in desc order (#25406) 2022-07-05 23:24:58 -05:00
epoch_stakes.rs Refactor: Add get_delegated_stake method to VoteAccounts (#26221) 2022-06-25 16:41:35 +00:00
execute_cost_table.rs Use consistent naming for compute unit limit (#25229) 2022-05-18 13:14:31 +08:00
expected_rent_collection.rs calc slot info on max slot once per hash calc (#25422) 2022-05-23 10:11:00 -05:00
genesis_utils.rs Serialize lamports per signature (#25364) 2022-06-06 13:07:02 -07:00
hardened_unpack.rs Remove some clippy lints 2022-06-22 09:23:22 -07:00
in_mem_accounts_index.rs Remove InMemAccountsIndex::map() and use map_internal directly (#26189) 2022-06-23 15:55:35 -05:00
inline_spl_associated_token_account.rs
inline_spl_token.rs
inline_spl_token_2022.rs rpc: Support token-2022 in token-specific calls (#25150) 2022-05-17 21:02:43 +02:00
lib.rs ledger-tool minimized snapshots (#25334) 2022-06-22 13:17:43 -04:00
loader_utils.rs
message_processor.rs Refactor: instruction account index (#25825) 2022-06-16 18:46:17 +02:00
non_circulating_supply.rs
nonce_keyed_account.rs Both kinds of LamportsError are turned into InstructionError::ArithmeticOverflow anyway. (#26273) 2022-06-28 10:04:54 +02:00
pubkey_bins.rs
read_only_accounts_cache.rs load_account_into_read_cache (#25760) 2022-06-03 13:34:17 -05:00
rent_collector.rs refactor calculate_rent_result (#26416) 2022-07-05 16:45:59 -05:00
rolling_bit_field.rs add filler accounts gradually with cache flush (#25678) 2022-06-01 15:47:21 -05:00
runtime_config.rs
secondary_index.rs
serde_snapshot.rs Remove `INTO!` macros in serde_snapshot (#26409) 2022-07-05 16:37:20 -05:00
shared_buffer_reader.rs Fix a possible test hang in runtime::test_shared_buffer_sweep (#25545) 2022-05-30 23:39:32 +08:00
snapshot_archive_info.rs
snapshot_config.rs
snapshot_hash.rs
snapshot_minimizer.rs Bugfix/test get rent collection accounts remove random account (#26178) 2022-06-24 09:22:50 -04:00
snapshot_package.rs
snapshot_utils.rs update comment for the next weary traveller (#26413) 2022-07-05 23:12:35 -05:00
sorted_storages.rs
stake_account.rs uses OnceCell instead of RwLock+Once to cache vote-state in vote-account (#26257) 2022-06-29 11:45:53 +00:00
stake_history.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
stake_weighted_timestamp.rs Clean up warp-timestamp features (#25994) 2022-06-15 14:11:41 -06:00
stakes.rs removes RwLock+Once in favor of OnceCell in caching staked-nodes (#26313) 2022-06-29 22:22:22 +00:00
static_ids.rs Add static vector to get all static ids in runtime (#25909) 2022-06-13 13:21:16 -05:00
status_cache.rs Add StatusCache::root_slot_deltas() and use it (#26170) 2022-06-23 15:19:06 -05:00
storable_accounts.rs
system_instruction_processor.rs Fix/system instruction processor tests (#26338) 2022-07-01 00:06:24 +02:00
transaction_batch.rs
transaction_cost_metrics_sender.rs
transaction_error_metrics.rs
vote_account.rs removes RwLock+Once in favor of OnceCell in caching staked-nodes (#26313) 2022-06-29 22:22:22 +00:00
vote_parser.rs Implement `VoteInstruction::AuthorizeWithSeed` & `VoteInstruction::AuthorizeWithSeedChecked` (#25928) 2022-06-13 20:36:44 -07:00
vote_sender_types.rs
vote_transaction.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
waitable_condvar.rs Change `WaitableCondvar`'s mutex to hold `()` (#25857) 2022-06-09 09:03:22 -05:00