Skip to content

sol-parser-sdk v0.7.0

Choose a tag to compare

@0xfnzero 0xfnzero released this 31 Aug 02:21
· 6 commits to main since this release

Highlights

  • Upgrade the public Solana stack to Solana 4 and use wincode for transaction and ShredStream Entry decoding.
  • Add PumpFun pre/post token and SOL balance snapshots directly from transaction metadata without extra RPC balance calls.
  • Unify Yellowstone parsing paths and reduce hot-path allocations, base58 decoding, and micro-batch overhead.
  • Harden RPC and ShredStream parsing with canonical transaction sanitization, queue overflow visibility, ordered-buffer timer flushing, and subscription lifecycle fixes.
  • Preserve current Meteora DLMM, PumpSwap, PumpFun, Raydium, Orca, transaction-cost, V1 transaction, and account parsing semantics.

This release requires Rust 1.91 or newer.