Release solana-streamer-sdk 1.5.11

This commit is contained in:
0xfnzero
2026-06-07 02:30:28 +08:00
parent 89bf36148f
commit aa065e7cae
7 changed files with 37 additions and 19 deletions
@@ -426,6 +426,7 @@ pub fn merge(instruction_event: &mut DexEvent, cpi_log_event: DexEvent) {
e.user_quote_token_account = cpie.user_quote_token_account;
e.coin_creator = cpie.coin_creator;
e.is_mayhem_mode = cpie.is_mayhem_mode;
e.is_cashback_coin |= cpie.is_cashback_coin;
}
_ => {}
},
@@ -163,6 +163,9 @@ pub struct PumpSwapCreatePoolEvent {
pub coin_creator: Pubkey,
pub is_mayhem_mode: bool,
#[borsh(skip)]
#[serde(default)]
pub is_cashback_coin: bool,
#[borsh(skip)]
pub user_pool_token_account: Pubkey,
#[borsh(skip)]
pub pool_base_token_account: Pubkey,