feat: add Compute Budget Program instruction parsing support

Add support for parsing SetComputeUnitLimit and SetComputeUnitPrice instructions from Solana's Compute Budget Program. Update event parser to handle compute budget instructions and bump version to 1.1.3.
This commit is contained in:
ysq
2025-11-16 22:49:37 +08:00
parent 1ec7f845a5
commit 4b019e5e01
8 changed files with 174 additions and 39 deletions
+2 -2
View File
@@ -109,14 +109,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "1.1.2" }
solana-streamer-sdk = { path = "./solana-streamer", version = "1.1.3" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "1.1.2"
solana-streamer-sdk = "1.1.3"
```
## 🔄 Migration Guide