solana/rpc/src
steviez 226d7d986b
Simplify root slot lookup from BankForks (#32717)
No need to get an Arc<Bank> when we want the root slot from BankForks;
can just use BankForks::root().
2023-08-04 12:03:22 -06:00
..
cluster_tpu_info.rs Fixing send-transaction-service using quic, tpu address is wrong (#31899) 2023-06-02 09:25:23 -07:00
lib.rs Add entry notification service for geyser (#31290) 2023-05-10 17:20:51 -06:00
max_slots.rs
optimistically_confirmed_bank_tracker.rs Simplify root slot lookup from BankForks (#32717) 2023-08-04 12:03:22 -06:00
parsed_token_accounts.rs Clean up Spl type conversions (#31845) 2023-05-30 14:34:38 -06:00
rpc.rs Removes unnecessary mut (#32476) 2023-07-13 13:14:33 -04:00
rpc_cache.rs
rpc_completed_slots_service.rs
rpc_health.rs asserts that cluster-info keypair is consistent with contact-info id (#29818) 2023-01-24 16:57:55 +00:00
rpc_pubsub.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
rpc_pubsub_service.rs removes instances of clippy::manual_let_else (#32417) 2023-07-09 21:41:36 +00:00
rpc_service.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
rpc_subscription_tracker.rs
rpc_subscriptions.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
transaction_notifier_interface.rs
transaction_status_service.rs Remove improper &Arc<Blockstore> instances (#32698) 2023-08-03 15:10:25 -06:00