Releases: 0xfnzero/sol-parser-sdk-python
Releases · 0xfnzero/sol-parser-sdk-python
v0.5.6
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
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
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.