solana/rpc/src
behzad nouri 109dbf76df
removes Box<dyn Iterator<...>> from rpc/src/rpc_subscriptions.rs (#29203)
Box<dyn ...> requires dynamic dispatch, is heap allocated, slow and
verbose.
2022-12-15 22:33:52 +00:00
..
cluster_tpu_info.rs Removed Arcs from PohConfig parameters and pass the struct by reference only 2022-12-07 10:52:07 -06:00
lib.rs Split up solana-client (#27246) 2022-08-24 05:34:35 +00:00
max_slots.rs
optimistically_confirmed_bank_tracker.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
parsed_token_accounts.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
rpc.rs rpc: fix possible panics in optimize_filters (#29146) 2022-12-15 20:04:41 +00:00
rpc_cache.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
rpc_completed_slots_service.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
rpc_health.rs async hash verify on load (#26208) 2022-07-15 14:29:56 -05:00
rpc_pubsub.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
rpc_pubsub_service.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
rpc_service.rs Split rpc_accounts api to identify calls that scan accountsDB (#28968) 2022-11-29 10:08:19 -07:00
rpc_subscription_tracker.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
rpc_subscriptions.rs removes Box<dyn Iterator<...>> from rpc/src/rpc_subscriptions.rs (#29203) 2022-12-15 22:33:52 +00:00
transaction_notifier_interface.rs Add transaction index in slot to geyser plugin TransactionInfo (#25688) 2022-06-23 13:37:38 -06:00
transaction_status_service.rs Record inner instruction stack height (#28430) 2022-10-26 10:37:44 +08:00