Skip to content

solana-streamer v1.5.2

Choose a tag to compare

@0xfnzero 0xfnzero released this 26 May 13:26
· 11 commits to main since this release

What's Changed

  • Updated the published crate to depend on crates.io sol-parser-sdk 0.5.2 instead of any local path dependency.
  • Switched ShredStream delivery to the SDK direct-callback path to reduce queue scheduling latency.
  • Preserved unknown ShredStream tx_index values as None instead of fabricating placeholder indexes.
  • Kept PumpFunCreateToken filters backward-compatible with CreateV2 events.
  • Started the ShredStream metrics task only after successful SDK subscription setup.
  • Updated English and Chinese README release notes and install snippets for 1.5.2.

Compatibility

  • Crate version: solana-streamer-sdk = "1.5.2".
  • Parser dependency: sol-parser-sdk = "0.5.2" from crates.io.