solana/turbine/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
..
broadcast_stage Replace get_tmp_ledger_path!() with self cleaning version (#33702) 2023-10-21 11:38:31 +02:00
broadcast_stage.rs Replace get_tmp_ledger_path!() with self cleaning version (#33702) 2023-10-21 11:38:31 +02:00
cluster_nodes.rs removes outdated check for merkle shreds (#33088) 2023-08-31 20:01:54 +00:00
lib.rs removes outdated matches crate from dependencies (#33172) 2023-09-07 12:52:57 +00:00
quic_endpoint.rs prunes turbine QUIC connections (#33663) 2023-10-20 21:52:37 +00:00
retransmit_stage.rs separates out turbine QUIC from TPU implementation (#32368) 2023-07-12 14:15:28 +00:00
sigverify_shreds.rs simplifies sigverify_shreds::get_slot_leaders (#33079) 2023-08-31 19:49:23 +00:00