sof 0.17.1

Solana Observer Framework for low-latency shred ingestion and plugin-driven transaction observation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod bind;
pub(super) mod gossip;
#[cfg(feature = "gossip-bootstrap")]
pub(super) mod relay;
pub(super) mod repair;
mod runtime;

use super::*;
use bind::read_bind_addr;
#[cfg(feature = "gossip-bootstrap")]
use runtime::GossipRuntime;
use runtime::ReceiverRuntime;