-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
The spl extensions token parser is not functioning properly; most incoming transaction instructions are not being processed.
This code will have almost no output, such as TokenExtensionProgramIx::MetadataPointer, and others.
impl yellowstone_vixen::Handler<TokenExtensionProgramIx, InstructionUpdate> for State {
async fn handle(&self, value: &TokenExtensionProgramIx, raw: &InstructionUpdate) -> yellowstone_vixen::HandlerResult<()> {
if let TokenExtensionProgramIx::TokenProgram(tp) = &value {
return Ok(());
}
log::info!("{value:#?}");
Ok(())
}
}
I assume that subinstructions called within the originally called instructions are not processed?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels