Skip to content

Missing inner instructions #157

@mohsen-vybenetwork

Description

@mohsen-vybenetwork

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": ""
            }
        ]
    }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions