Skip to content
New issue

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

Missing inner instructions #157

Open
mohsen-vybenetwork opened this issue Oct 26, 2023 · 1 comment
Open

Missing inner instructions #157

mohsen-vybenetwork opened this issue Oct 26, 2023 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@mohsen-vybenetwork
Copy link

Hi,
After upgrading the plugin to the latest version 1.16.x, we noticed that all the messages received in the transaction topic are missing inner instructions. I randomly checked a few signatures with Solscan, and in each of them, this section was absent from the messages within the transaction topic. It was fine with V1.14.x but has become problematic since we upgraded our plugin and RPC server.
As an example
57uq5mvFSbJ1KW7hvEzgrvwZygoHydf3zorNyTUG4bnppd38SiWSQkQEBAegr4UJaLAhXNzq5569VWfHFEcNWw3A

"inner_instructions": [
    {
        "index": 2,
        "instructions": [
            {
                "accounts": [
                    2
                ],
                "program_id_index": 0,
                "data": ""
            },
            {
                "accounts": [
                    3
                ],
                "program_id_index": 0,
                "data": ""
            },
            {
                "accounts": [
                    3
                ],
                "program_id_index": 0,
                "data": ""
            },
            {
                "accounts": [
                    3
                ],
                "program_id_index": 0,
                "data": ""
            },
            {
                "accounts": [
                    2
                ],
                "program_id_index": 0,
                "data": ""
            },
            {
                "accounts": [
                    3
                ],
                "program_id_index": 0,
                "data": ""
            },
            {
                "accounts": [
                    3
                ],
                "program_id_index": 0,
                "data": ""
            }
        ]
    }
],`

"inner_instructions": [
    {
        "index": 1,
        "instructions": [
            {
                "accounts": [
                    2
                ],
                "program_id_index": 0,
                "data": ""
            }
        ]
    }
]
@nyetwurk
Copy link
Contributor

All of this code drastically changed in cb9131b so it could be something broke.

@nyetwurk nyetwurk added bug Something isn't working help wanted Extra attention is needed labels Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants