solana-with-rpc-optimizations/core
steviez 7d6f1d5911
Give streamer::receiver() threads unique names (#35369)
The name was previously hard-coded to solReceiver. The use of the same
name makes it hard to figure out which thread is which when these
threads are handling many services (Gossip, Tvu, etc).
2024-03-01 13:36:08 -06:00
..
benches adds chained_merkle_root to shredder arguments (#34952) 2024-01-27 15:04:31 +00:00
src Give streamer::receiver() threads unique names (#35369) 2024-03-01 13:36:08 -06:00
tests SVM: Move SVM code to its own crate folder (#35119) 2024-02-06 16:06:32 -08:00
.gitignore
Cargo.toml SVM: Move SVM code to its own crate folder (#35119) 2024-02-06 16:06:32 -08:00
build.rs