release: prepare solana-streamer v1.4.0

This commit is contained in:
0xfnzero
2026-05-15 05:16:25 +08:00
parent ab84249f4a
commit ba86cfcd1b
3 changed files with 161 additions and 75 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
[package]
name = "solana-streamer-sdk"
version = "1.3.0"
version = "1.4.0"
edition = "2021"
authors = ["William <byteblock6@gmail.com>", "sgxiang <sgxiang@gmail.com>", "wei <1415121722@qq.com>"]
repository = "https://github.com/0xfnzero/solana-streamer"
description = "A lightweight Rust library for real-time event streaming from Solana DEX trading programs. Supports PumpFun, PumpSwap, Bonk, and Raydium protocols with Yellowstone gRPC and ShredStream."
description = "A low-latency Solana DEX event streaming facade over sol-parser-sdk with Yellowstone gRPC, ShredStream, and RPC parsing helpers."
license = "MIT"
keywords = ["solana", "streaming", "events", "grpc", "shredstream"]
readme = "README.md"