solana/rpc/src
steviez 56ccffdaa5
Replace get_tmp_ledger_path!() with self cleaning version (#33702)
This macro is used a lot for tests to create a ledger path in order to
open a Blockstore. Files will be left on disk unless the test remembers
to call Blockstore::destroy() on the directory. So, instead of requiring
this, use the get_tmp_ledger_path_auto_delete!() macro that creates a
TempDir (which automatically deletes itself when it goes out of scope).
2023-10-21 11:38:31 +02:00
..
cluster_tpu_info.rs Replace get_tmp_ledger_path!() with self cleaning version (#33702) 2023-10-21 11:38:31 +02:00
lib.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
max_slots.rs
optimistically_confirmed_bank_tracker.rs Add comment to OptimisticallyConfirmedBankTracker (#33238) 2023-09-21 09:59:51 -06:00
parsed_token_accounts.rs Remove improper uses of &Arc<Bank> (#32802) 2023-08-18 16:46:34 -05:00
rpc.rs Add BankWithScheduler for upcoming scheduler code (#33704) 2023-10-21 15:56:43 +09: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 Change getHealth to compare optimistically confirmed slots (#33651) 2023-10-16 11:21:33 -05:00
rpc_pubsub.rs Split vote related code from runtime to its own crate (#32882) 2023-09-19 10:46:37 -07:00
rpc_pubsub_service.rs Fold noisy metric into struct of metrics that is reported every 10s (#33635) 2023-10-10 16:35:16 -05:00
rpc_service.rs Replace get_tmp_ledger_path!() with self cleaning version (#33702) 2023-10-21 11:38:31 +02:00
rpc_subscription_tracker.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
rpc_subscriptions.rs Replace get_tmp_ledger_path!() with self cleaning version (#33702) 2023-10-21 11:38:31 +02: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 Replace get_tmp_ledger_path!() with self cleaning version (#33702) 2023-10-21 11:38:31 +02:00