Skip to content
New issue

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

Incorrect status code returned by GetTransactionStatus #2103

Open
DrZoltanFazekas opened this issue Jan 7, 2025 · 1 comment · May be fixed by #2125
Open

Incorrect status code returned by GetTransactionStatus #2103

DrZoltanFazekas opened this issue Jan 7, 2025 · 1 comment · May be fixed by #2125
Assignees
Labels
bug Something isn't working

Comments

@DrZoltanFazekas
Copy link
Contributor

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"}
@DrZoltanFazekas DrZoltanFazekas added bug Something isn't working Agate Required for mainnet launch and removed Agate Required for mainnet launch labels Jan 7, 2025
@saeed-zil saeed-zil self-assigned this Jan 8, 2025
@maxconway
Copy link
Contributor

Just done a quick PR to address this: #2125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants