Go to file
godmodegalactus 94ba418f84
Making plugin empty
2024-04-05 22:31:01 +02:00
plugin Making plugin empty 2024-04-05 22:31:01 +02:00
.gitignore Implementing plugin with quic 2023-10-16 10:12:05 +02:00
Cargo.lock Making plugin empty 2024-04-05 22:31:01 +02:00
Cargo.toml Making plugin empty 2024-04-05 22:31:01 +02:00
README.md Making the geyser plugin work 2023-11-14 17:21:05 +01:00
config.json Making the geyser plugin work 2023-11-14 17:21:05 +01:00
migration.sql Implementing quic server and client side 2023-11-08 14:46:32 +01:00
rust-toolchain.toml Making plugin empty 2024-04-05 22:31:01 +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