Skip to content

Releases: 0xfnzero/sol-parser-sdk-python

v0.5.6

01 Jun 12:20

Choose a tag to compare

Highlights

  • Adds Meteora DBC log parsing with program-context routing and filter parity.
  • Adds Raydium CLMM/CPMM and Orca account parsers and exports.
  • Fixes default no-filter RPC/Yellowstone instruction parsing.
  • Merges RPC ALT loaded writable/readonly keys into the full instruction account table.
  • Skips ShredStream/RPC instruction parsing early for account-only or empty include-only filters.

Validation

  • python -m compileall -q sol_parser
  • python -m pytest -q
  • python -m build --sdist --wheel
  • python -m twine check dist/*

v0.5.5

01 Jun 06:48

Choose a tag to compare

v0.5.5

  • Align ShredStream static-account parsing with Rust/Node.js/Go.
  • Use default pubkey placeholders for V0 ALT-loaded instruction accounts.
  • Add discriminator fallback when ShredStream outer program id is ALT-loaded.
  • Fix Pump.fun create/create_v2 fallback to use instruction-order accounts.
  • Add README metadata for PyPI long description.

sol-parser-sdk-python v0.4.5

24 May 17:49

Choose a tag to compare

Changes

  • Add PumpFun USDC/v2 parser fields and quote reserve support.
  • Preserve v2 account fields and quote-tail trade fields.
  • Add official PumpFun account parsers and exported APIs.
  • Align legacy/v2 PumpFun instruction parsing with Rust.

sol-parser-sdk-python v0.4.4

14 May 23:10

Choose a tag to compare

sol-parser-sdk-python v0.4.4\n\nThis release syncs the Python SDK with the Rust sol-parser-sdk v0.4.4 capabilities.\n\n### Highlights\n- Added Pump Fees parsing and discriminators.\n- Added PumpFun v2 parsing and same-transaction enrichment.\n- Added Yellowstone order buffering modes and dynamic subscription updates.\n- Added log/instruction deduplication for merged transaction parsing.\n- Fixed Raydium CLMM instruction parity, including open/close position and V2 liquidity instructions.\n- Updated package version and README install command to 0.4.4.\n\n### Install\n\nbash\npip install sol-parser-sdk-python==0.4.4\n