feat: upgrade to v0.2.12 and refactor system instructions

This commit is contained in:
ysq
2025-08-03 22:51:11 +08:00
parent 45140ae789
commit e976af6935
11 changed files with 62 additions and 126 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "0.2.11"
version = "0.2.12"
edition = "2021"
authors = ["William <byteblock6@gmail.com>", "sgxiang <sgxiang@gmail.com>", "wei <1415121722@qq.com>"]
repository = "https://github.com/0xfnzero/sol-trade-sdk"
@@ -13,7 +13,7 @@ readme = "README.md"
crate-type = ["cdylib", "rlib"]
[dependencies]
solana-streamer-sdk = "0.1.8"
solana-streamer-sdk = "0.1.9"
solana-sdk = "2.1.16"
solana-client = "2.1.16"
solana-program = "2.1.16"
@@ -68,3 +68,4 @@ arrayref = "0.3.6"
borsh-derive = "1.5.5"
indicatif = "0.17.11"
pumpfun_program = { version = "4.3.0", package = "pumpfun" }
solana-system-interface = "1.0.0"