solana/core/src/repair
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
..
ancestor_hashes_service.rs Replace get_tmp_ledger_path!() with self cleaning version (#33702) 2023-10-21 11:38:31 +02:00
cluster_slot_state_verifier.rs preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
duplicate_repair_status.rs removes instances of clippy::manual_let_else (#32417) 2023-07-09 21:41:36 +00:00
mod.rs adds QUIC endpoint for repair service (#33057) 2023-09-07 18:00:25 +00:00
outstanding_requests.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
packet_threshold.rs
quic_endpoint.rs prunes repair QUIC connections (#33775) 2023-10-20 17:50:54 +00:00
repair_generic_traversal.rs
repair_response.rs uses typed Pubkey instead of opaque [u8; 32] (#32842) 2023-08-18 23:28:08 +00:00
repair_service.rs Replace get_tmp_ledger_path!() with self cleaning version (#33702) 2023-10-21 11:38:31 +02:00
repair_weight.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
repair_weighted_traversal.rs
request_response.rs
result.rs sends repair requests over QUIC protocol (#33016) 2023-09-11 22:22:04 +00:00
serve_repair.rs Replace get_tmp_ledger_path!() with self cleaning version (#33702) 2023-10-21 11:38:31 +02:00
serve_repair_service.rs serves remote repair requests from QUIC endpoint (#33069) 2023-09-11 16:57:10 +00:00