-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add inbound parse unit test and cleanup
- Loading branch information
Showing
9 changed files
with
160 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
93 changes: 93 additions & 0 deletions
93
...yLDze6nHSRi7L5REozKAZY1aAyPJ6TfibiqQL5JGwgSBkYux5z5JfXs5ed8LZqpXUy4VijoU3x15mBd66ZGE.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
{ | ||
"slot": 539, | ||
"blockTime": 1730986363, | ||
"transaction": { | ||
"signatures": [ | ||
"aY8yLDze6nHSRi7L5REozKAZY1aAyPJ6TfibiqQL5JGwgSBkYux5z5JfXs5ed8LZqpXUy4VijoU3x15mBd66ZGE" | ||
], | ||
"message": { | ||
"accountKeys": [ | ||
"37yGiHAnLvWZUNVwu9esp74YQFqxU1qHCbABkDvRddUQ", | ||
"HX8BXQKVw1xpoyDXMr9ujyrrpSYRWcFZ4oB3fRHpM8V7", | ||
"5EVPJV5hjwYGYko2pSykSdJG5ZfBbMEDhYci2PrqQmby", | ||
"9dcAyYG4bawApZocwZSyJBi9Mynf5EuKAJfifXdfkqik", | ||
"8vquQi8xNxxBTsohf1u8xQHYbo7Fv8BEWCJz63RJSaeE", | ||
"4GddKQ7baJpMyKna7bPPnhh7UQtpzfSGL1FgZ31hj4mp", | ||
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA", | ||
"94U5AHQMKkV5txNJ17QPXWoh474PheGou6cNP2FEuL1d" | ||
], | ||
"header": { | ||
"numRequiredSignatures": 1, | ||
"numReadonlySignedAccounts": 0, | ||
"numReadonlyUnsignedAccounts": 5 | ||
}, | ||
"recentBlockhash": "5ZB2NWKwp86t47ojCHPjRyd5vMKSWBdhxqDdtSZVPUj", | ||
"instructions": [ | ||
{ | ||
"programIdIndex": 7, | ||
"accounts": [ | ||
0, | ||
3, | ||
4, | ||
5, | ||
6, | ||
1, | ||
2 | ||
], | ||
"data": "5JndgWCNHDyr2qQccK9VM1NxJFrVbUDvG2hfAxRC5z6nPPAVPsj7q3A" | ||
} | ||
] | ||
} | ||
}, | ||
"meta": { | ||
"err": null, | ||
"fee": 5000, | ||
"preBalances": [ | ||
99992030600, | ||
2039280, | ||
2039280, | ||
1447680, | ||
946560, | ||
1461600, | ||
929020800, | ||
1141440 | ||
], | ||
"postBalances": [ | ||
99992025600, | ||
2039280, | ||
2039280, | ||
1447680, | ||
946560, | ||
1461600, | ||
929020800, | ||
1141440 | ||
], | ||
"innerInstructions": [ | ||
{ | ||
"index": 0, | ||
"instructions": [] | ||
} | ||
], | ||
"preTokenBalances": [], | ||
"postTokenBalances": [], | ||
"logMessages": [ | ||
"Program 94U5AHQMKkV5txNJ17QPXWoh474PheGou6cNP2FEuL1d invoke [1]", | ||
"Program log: Instruction: DepositSplToken", | ||
"Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [2]", | ||
"Program log: Instruction: Transfer Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 4645 of 181038 compute units", | ||
"Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success Program log: deposit spl token successfully", | ||
"Program 94U5AHQMKkV5txNJ17QPXWoh474PheGou6cNP2FEuL1d consumed 24017 of 200000 compute units", | ||
"Program 94U5AHQMKkV5txNJ17QPXWoh474PheGou6cNP2FEuL1d success" | ||
], | ||
"status": { | ||
"Ok": null | ||
}, | ||
"rewards": [], | ||
"loadedAddresses": { | ||
"readonly": [], | ||
"writable": [] | ||
}, | ||
"computeUnitsConsumed": 274902869112 | ||
}, | ||
"version": 0 | ||
} |