WavesJ icon indicating copy to clipboard operation
WavesJ copied to clipboard

getTransactionsByAddress() throws Exception for InvokeScriptTransaction

Open barbel840113 opened this issue 4 years ago • 0 comments
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])

barbel840113 avatar Aug 12 '21 00:08 barbel840113