Release v1.5.5 parser SDK sync

This commit is contained in:
0xfnzero
2026-06-01 20:20:01 +08:00
parent 5a282bd84d
commit 83c5476ff3
45 changed files with 979 additions and 211 deletions
+2
View File
@@ -66,6 +66,7 @@ impl YellowstoneGrpc {
x_token: Option<String>,
config: StreamClientConfig,
) -> AnyResult<Self> {
sol_parser_sdk::warmup_parser();
let _ = rustls::crypto::ring::default_provider().install_default().ok();
let subscription_manager =
SubscriptionManager::new(endpoint.clone(), x_token.clone(), config.clone());
@@ -133,6 +134,7 @@ impl YellowstoneGrpc {
///
/// # Returns
/// Returns `AnyResult<()>`, `Ok(())` on success, error information on failure
#[allow(clippy::too_many_arguments)]
pub async fn subscribe_events_immediate<F>(
&self,
protocols: Vec<Protocol>,