From 0a879cac050d6d9cff69832146a813eccae651f8 Mon Sep 17 00:00:00 2001 From: 0xfnzero <0xfnzero@users.noreply.github.com> Date: Sat, 13 Jun 2026 00:51:57 +0800 Subject: [PATCH] chore: update sol-parser-sdk quote case fix --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ea93b85..ff04615 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ sdk-perf-stats = ["sol-parser-sdk/perf-stats"] sdk-ultra-perf = ["sol-parser-sdk/ultra-perf"] [dependencies] -sol-parser-sdk = { git = "https://github.com/0xfnzero/sol-parser-sdk", rev = "bbeacf2", version = "0.5.15", default-features = false } +sol-parser-sdk = { git = "https://github.com/0xfnzero/sol-parser-sdk", rev = "51ab313", version = "0.5.15", default-features = false } solana-sdk = "3.0.0" solana-client = "3.1.12" solana-transaction-status = "3.1.12" diff --git a/README.md b/README.md index 0f8ed02..eb40d19 100755 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ If both `sdk-parse-borsh` and `sdk-parse-zero-copy` are enabled, `sol-parser-sdk ### Upgrading to v1.5.15 -Version 1.5.15 tracks `sol-parser-sdk 0.5.15` at GitHub rev `d81bfdb`. Pump.fun `create_v2` now distinguishes 16-account SOL-sentinel creates from 19-account quote-pool creates, and account filling selects the actual create/create_v2 instruction before reading quote fields. +Version 1.5.15 tracks `sol-parser-sdk 0.5.15` at GitHub rev `51ab313`. Pump.fun `create_v2` now distinguishes 16-account SOL-sentinel creates from 19/20-account quote-pool creates, models Yellowstone gRPC loaded writable/readonly addresses correctly, rejects PumpFun program-account fillers as quote mints, and keeps ShredStream from guessing ALT-loaded quote mints when the static transaction keys do not contain them. ### Upgrading to v1.5.14