WavesJ
WavesJ copied to clipboard
getTransactionsByAddress() throws Exception for InvokeScriptTransaction
trafficstars
GetTransactionByAddress() throws exception for all InvokeScriptTransactions before major upgrade of Wave Node. Refer to -> https://docs.waves.tech/en/keep-in-touch/april#node-api
Old transactions do not have applicationStatus which caused the issue as there is no handler to check if the output json contains applicationStatus or not in InvokeScriptTransaction.
The error is ->
\"n\" is null (through reference chain: java.util.ArrayList[171])