We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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, this is only because via geyser we dont get that information.
see also metaplex-foundation/digital-asset-rpc-infrastructure#107
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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, this is only because via geyser we dont get that information.
see also metaplex-foundation/digital-asset-rpc-infrastructure#107
The text was updated successfully, but these errors were encountered: