mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-16 02:18:05 +00:00
- Extend on-chain Pool layout (is_cashback_coin, 7-byte reserved, 244 bytes) with backward-compatible decode for 236-byte legacy accounts - Decode Buy/Sell program logs manually: min_base_amount_out, ix_name, cashback fields; optional sell cashback when payload >= 368 bytes - Set ix_name on buy / buy_exact_quote_in instructions; merge new fields in CPI log merger - Add read_i64_le helper and pool layout unit test Made-with: Cursor