grpc optimization

This commit is contained in:
周威威
2025-05-31 14:45:20 +08:00
parent f261b8a66d
commit a7c9721877
33 changed files with 616 additions and 4114 deletions
+10 -6
View File
@@ -1,12 +1,12 @@
[package]
name = "pumpfun-sdk"
name = "grpc-parsed"
version = "2.4.3"
edition = "2021"
authors = ["William <byteblock6@gmail.com>"]
repository = "https://github.com/MiracleAI-Labs/pumpfun-sdk"
authors = []
repository = ""
description = "Rust SDK to interact with the Pump.fun Solana program."
license = "MIT"
keywords = ["solana", "memecoins", "pumpfun", "pumpfun-sdk", "pumpbot"]
keywords = ["solana", "memecoins", "pumpfun", "grpc-parsed", "pumpbot"]
readme = "README.md"
[lib]
@@ -21,8 +21,10 @@ solana-rpc-client-api = "2.1.16"
solana-transaction-status = "2.1.16"
solana-account-decoder = "2.1.16"
solana-hash = "2.1.16"
solana-perf = "2.1.16"
solana-security-txt = "1.1.1"
solana-entry = "2.1.16"
solana-rpc-client-nonce-utils = "2.1.16"
solana-perf = "2.1.16"
spl-token = "8.0.0"
spl-token-2022 = { version = "8.0.0", features = ["no-entrypoint"] }
@@ -48,8 +50,8 @@ tonic = { version = "0.12.3", features = ["tls", "tls-roots", "tls-webpki-roots"
rustls = { version = "0.23.23", features = ["ring"] }
rustls-native-certs = "0.8.1"
tokio-rustls = "0.26.1"
core_affinity = "0.8"
bytes = "1.4.0"
dotenvy = "0.15.7"
pretty_env_logger = "0.5.0"
log = "0.4.22"
@@ -85,6 +87,8 @@ tokio-tungstenite = { version = "0.26.1", features = ["native-tls"] }
indicatif = "0.17.11"
toml = "0.8.20"
pumpfun = "4.2.0"