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

Transaction never makes it into a block #1533

Open
DrZoltanFazekas opened this issue Oct 1, 2024 · 0 comments
Open

Transaction never makes it into a block #1533

DrZoltanFazekas opened this issue Oct 1, 2024 · 0 comments
Assignees
Labels
bug Something isn't working phase2 proto-mainnet

Comments

@DrZoltanFazekas
Copy link
Contributor

DrZoltanFazekas commented Oct 1, 2024

After submitting the transaction to the devnet, the receipt never arrives. The transaction is not pending nor queued in the mempool and it is also not included in a block. However, if I query it by hash

curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0", "id": 1, "method":"eth_getTransactionByHash","params": ["0x1b9809d585ce2883669e71c90d0cc7e4baac01cd16073d4364e957a7ca1cc625"]}' https://api.zq2-
devnet.zilliqa.com

the API returns the transaction without a blockHash and blockNumber:

{"jsonrpc":"2.0","id":1,"result":{"blockHash":null,"blockNumber":null,"from":"0xd819ffce7a58b1e835c25617db7b46a00888b013","gas":"0x17366","gasPrice":"0x454b7a4e100","hash":"0x1b9809d585ce2883669e71c90d0cc7e4baac01cd16073d4364e957a7ca1cc625","input":"0x2e17de7800000000000000000000000000000000000000000000000ad76743508bd119e4","nonce":"0x1065","to":"0x9bf224e9b963c0c1dcd9af202d9acee7fea59584","transactionIndex":null,"value":"0x0","v":"0x1059d","r":"0x95c3f790eddfa7fff7b0c4b35c12545a1edb412a87c06f425765e0a7504e0c5d","s":"0x6bd4d248d939a99f6ed4fe756be6986f420999ff5149e786f392bbf1917e7335","chainId":"0x82bd","type":"0x0"}}

@bzawisto figured out from the logs that it gets successfully applied...

@DrZoltanFazekas DrZoltanFazekas added the phase2 proto-mainnet label Oct 1, 2024
@DrZoltanFazekas DrZoltanFazekas changed the title transaction never makes it into a block Transaction never makes it into a block Oct 1, 2024
@DrZoltanFazekas DrZoltanFazekas added the bug Something isn't working label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working phase2 proto-mainnet
Projects
None yet
Development

No branches or pull requests

2 participants