-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
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
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed