solana-with-rpc-optimizations/core
Tyera 3f70ddb2c5
Add entry notification service for geyser (#31290)
* Move entry_notifier_interface

* Add EntryNotifierService

* Use descriptive struct in sender/receiver

* Optionally initialize EntryNotifierService in validator

* Plumb EntryNotfierSender into Tvu, blockstore_processor

* Plumb EntryNotfierSender into Tpu

* Only return one option when constructing EntryNotifierService
2023-05-10 17:20:51 -06:00
..
benches refactor: move test and bench only code from main code to where they are needed (#31550) 2023-05-09 16:39:23 -05:00
src Add entry notification service for geyser (#31290) 2023-05-10 17:20:51 -06:00
tests Uses get_bank_snapshot_dir() in `core/tests/snapshot.rs` (#31434) 2023-05-01 22:57:59 +00: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