solana-with-rpc-optimizations/core
Tyera 841609959c
Send messages to EntryNotifierService in Tpu, simpler (#31962)
* Add TpuEntryNotifier to send EntryNotifications from Tpu

* Optionally run TpuEntryNotifier to send out EntrySummarys alongside BroadcastStage messages

* Track entry index in TpuEntryNotifier

* Allow for leader slots that switch forks

* Exit if broadcast send fails
2023-06-06 00:19:17 +00:00
..
benches separates out connection-cache metrics for different protocols (#31803) 2023-05-25 14:48:22 +00:00
src Send messages to EntryNotifierService in Tpu, simpler (#31962) 2023-06-06 00:19:17 +00:00
tests Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
.gitignore
Cargo.toml refactor: move test and bench only code from main code to where they are needed (#31550) 2023-05-09 16:39:23 -05:00
build.rs