Go to file
GroovieGermanikus b734b0a0e6
Merge remote-tracking branch 'blockworks/main'
2024-04-10 08:19:15 +02:00
ci add rust-version.sh script 2024-04-10 08:15:53 +02:00
plugin Disable accounts notification 2024-04-08 10:07:54 +02:00
.gitignore Implementing plugin with quic 2023-10-16 10:12:05 +02:00
Cargo.lock port to 1.17.25 2024-04-08 08:08:01 +02:00
Cargo.toml port to 1.17.25 2024-04-08 08:08:01 +02:00
README.md Making the geyser plugin work 2023-11-14 17:21:05 +01:00
config.json Disable accounts notification 2024-04-08 10:07:54 +02:00
migration.sql Implementing quic server and client side 2023-11-08 14:46:32 +01:00
rust-toolchain.toml Setting solana version to v.1.17.28 2024-04-05 22:41:51 +02:00

README.md

Solana Geyser Quic Banking Stage Errors

This project aims to get banking stage transaction data over geyser from the leader. There is a plugin which needs to be installed on leader. It will create a QUIC port and only accept connections from a known identity. Once connection is accepted it will start sending the banking stage data over geyser to its suibscriber.

Run solana validator with plugin

$ solana-validator --geyser-plugin-config config.json