A crate that constructs Parsers suitable to parsing Solana transactions which include emit_cpi! style events in their inner instructions. The parsers extract those events and then create the corresponding GMP events.
commonprefix/solana-transaction-parser
Extracts events (emit_cpi! style) from the inner instructions of a Solana transaction and creates the corresponding GMP event.
Rust