feat: expose opt-in transaction cost events

This commit is contained in:
0xfnzero
2026-08-13 08:04:34 +08:00
parent 73ba4d8d09
commit 8972a9ddb0
11 changed files with 512 additions and 52 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sdk-perf-stats = ["sol-parser-sdk/perf-stats"]
sdk-ultra-perf = ["sol-parser-sdk/ultra-perf"]
[dependencies]
sol-parser-sdk = { version = "0.6.2", default-features = false }
sol-parser-sdk = { git = "https://github.com/0xfnzero/sol-parser-sdk.git", rev = "67b56651996901fabbc8219e65a2ba06c51fddac", default-features = false }
solana-sdk = "3.0.0"
solana-client = "3.1.12"
solana-transaction-status = "3.1.12"