blockbuster icon indicating copy to clipboard operation
blockbuster copied to clipboard

Canonical Program Parsing from Geyser Plugins

Results 3 blockbuster issues
Sort by recently updated
recently updated
newest added

## Goal Message buffer agnostic parsing in release and dev environments. ## Issue https://github.com/metaplex-foundation/blockbuster/pull/38 removes plerkle as a dependency but it is still used in dev for test skaffolding. ##...

see https://github.com/solana-labs/solana/blob/master/transaction-status/src/lib.rs#L225 usage of stack height should change some of this code https://github.com/metaplex-foundation/blockbuster/blob/main/blockbuster/src/instruction.rs#L61 in short we are relying on 0 self cpis happening to determine the depth of the cpi,...

Update to support 2 new batch instructions that need indexing: FinalizeTreeWithRoot and FinalizeTreeWithRootAndCollection. The relevant changes from [SPL](https://github.com/solana-labs/solana-program-library/pull/6764) and Bubblegum should be merged first and the versions should be reverted...