solana/core
Lijun Wang 7cf50e60fc
Fixed missing Root notifications via geyser plugin framework (#31180)
* Fixed missing Root notifications via geyser plugin framework

* Renamed a variable

* fmt issue

* Do not try the loop if no subscribers.

* Addressing some feedback -- passing parent roots from replay_stage to avoid race conditions

* clippy issue

* Address some reviewing findings

* Addressed some feedback from Carl

* fix a clippy issue

* Added comments on optimistically_confirmed_bank_tracker module to explain the workflow

* Addressed Trent's review
2023-05-03 18:50:00 +08:00
..
benches removes pubkey from LegacyContactInfo public interface (#31375) 2023-04-28 12:05:15 +00:00
src Fixed missing Root notifications via geyser plugin framework (#31180) 2023-05-03 18:50:00 +08:00
tests Uses get_bank_snapshot_dir() in `core/tests/snapshot.rs` (#31434) 2023-05-01 22:57:59 +00:00
.gitignore
Cargo.toml Upgrades fs_extra to v1.3.0 (#31341) 2023-04-25 18:29:19 -04:00
build.rs