Skip to content

solana-streamer-sdk v1.5.10

Choose a tag to compare

@0xfnzero 0xfnzero released this 06 Jun 18:02
· 10 commits to main since this release

solana-streamer-sdk v1.5.10

  • Update sol-parser-sdk dependency to 0.5.10 from crates.io.
  • Align PumpSwapCreatePoolEvent with the on-chain IDL: expose is_mayhem_mode and do not expose is_cashback_coin on the create-pool event.
  • Keep PumpSwap is_cashback_coin on AccountPumpSwapPool via PumpSwapPoolAccountEvent.pool.is_cashback_coin.
  • Fix the PumpSwap CreatePool log payload length metadata to include the final is_mayhem_mode byte.
  • Document that ShredStream CreatePool events cannot recover is_cashback_coin because Shred entries do not include account bodies.