Release sol-trade-sdk v4.0.16

This commit is contained in:
0xfnzero
2026-06-06 12:31:08 +08:00
parent 9874cd5358
commit e5e58bef89
5 changed files with 63 additions and 8 deletions
+3 -3
View File
@@ -81,7 +81,7 @@ This SDK is available in multiple languages:
## 🔖 Current Release
**Rust crate:** `sol-trade-sdk = "4.0.15"`
**Rust crate:** `sol-trade-sdk = "4.0.16"`
This release refreshes PumpFun V2 and USDC quote-pool handling, keeps the default RPC submit lane active alongside SWQoS lanes, restores the fast-submit result window to 5 seconds, and aligns Raydium CPMM fixed-output swaps with the on-chain `swap_base_out` instruction. Trade execution requires a caller-supplied `recent_blockhash` or durable nonce; hot-path execution does not query RPC for blockhash, account, or balance data.
@@ -115,14 +115,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.15" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.16" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "4.0.15"
sol-trade-sdk = "4.0.16"
```
## 🛠️ Usage Examples