We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetTransactionStatus
When I call GetTransactionStatus on the following transaction, I get status code 255, but the transaction was successful: https://explorer.zq2-prototestnet.zilliqa.com/tx/0xe5d5d6138369980bbf9ee3a3fb850bacf54a72d5a4b0751d00e4044392c49ca8
cast rpc GetTransactionStatus 0xe5d5d6138369980bbf9ee3a3fb850bacf54a72d5a4b0751d00e4044392c49ca8 --rpc-url https://api.zq2-prototestnet.zilliqa.com {"ID":"e5d5d6138369980bbf9ee3a3fb850bacf54a72d5a4b0751d00e4044392c49ca8","_id":null,"amount":"0","data":"{\"_tag\":\"Transfer\",\"params\":[{\"vname\":\"to\",\"type\":\"ByStr20\",\"value\":\"0x5257e942a44dc03c28639a72bf47421f2542f948\"},{\"vname\":\"amount\",\"type\":\"Uint128\",\"value\":\"1000000000\"}]}","epochInserted":"8702201","epochUpdated":"8702201","gasLimit":"1200","gasPrice":"2000000016","lastModified":"1735212599597918","modificationState":2,"status":255,"nonce":"48","senderAddr":"0x036beea18d938a51beea396095f78f96f6a8a95d2e8043d7f82ae9576e4792a6af","signature":"0x001c310ae800522a32f4780ed0f221eac9accd2123b3acab2a1e8dff381417638aadf0840f7baf49557d726ff52ed5054b2f96b46ecf56ec5a8badaef2be06f5","success":true,"toAddr":"0xc2e8a69f162d59935430eb936467f23ff4091f27","version":"21954561"}
The text was updated successfully, but these errors were encountered:
Just done a quick PR to address this: #2125
Sorry, something went wrong.
saeed-zil
Successfully merging a pull request may close this issue.
When I call
GetTransactionStatus
on the following transaction, I get status code 255, but the transaction was successful: https://explorer.zq2-prototestnet.zilliqa.com/tx/0xe5d5d6138369980bbf9ee3a3fb850bacf54a72d5a4b0751d00e4044392c49ca8The text was updated successfully, but these errors were encountered: