feat: v0.5.5 - enhanced priority fee system and dependency updates

- Update solana-streamer-sdk to 0.4.1
- Refactor priority fee API (custom_buy_tip_fee → custom_priority_fee)
- Simplify documentation and clean up examples

BREAKING CHANGE: priority fee parameter type changed
This commit is contained in:
ysq
2025-09-03 17:47:10 +08:00
parent 6f953ffa0d
commit db3b50fc28
13 changed files with 49 additions and 266 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "0.5.4"
version = "0.5.5"
edition = "2021"
authors = [
"William <byteblock6@gmail.com>",
@@ -32,7 +32,7 @@ members = [
crate-type = ["cdylib", "rlib"]
[dependencies]
solana-streamer-sdk = "0.3.10"
solana-streamer-sdk = "0.4.1"
solana-sdk = "2.3.0"
solana-client = "2.3.6"
solana-program = "2.3.0"