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

missing block hash in the logs of system tx. #443

Closed
unclezoro opened this issue Oct 8, 2021 · 0 comments · Fixed by #444
Closed

missing block hash in the logs of system tx. #443

unclezoro opened this issue Oct 8, 2021 · 0 comments · Fixed by #444

Comments

@unclezoro
Copy link
Collaborator

System information

Geth version: 1.1.2
OS & Version: Windows/Linux/OSX
Commit hash : latest

Expected behaviour

eth.getTransactionReceipt("0xa1f96d672ab4fa2782d1b9acb38b95a19ac64541b40caefbbe549b664172d705")

return correct response.

Actual behaviour

eth.getTransactionReceipt("0xa1f96d672ab4fa2782d1b9acb38b95a19ac64541b40caefbbe549b664172d705")
{
blockHash: "0xca3e86e69d0958fe1e1fc1990ea51e3a44e8da5915c34162928f51e07a30de61",
blockNumber: 13045778,
contractAddress: null,
cumulativeGasUsed: 176795,
from: "0xf474cf03cceff28abc65c9cbae594f725c80e12d",
gasUsed: 17150,
logs: [{
address: "0x0000000000000000000000000000000000001000",
blockHash: "0x0000000000000000000000000000000000000000000000000000000000000000",
blockNumber: 13045778,
data: "0x0000000000000000000000000000000000000000000000000005abf67b26d400",
logIndex: 4,
removed: false,
topics: ["0x93a090ecc682c002995fad3c85b30c5651d7fd29b0be5da9d784a3302aedc055", "0x000000000000000000000000f474cf03cceff28abc65c9cbae594f725c80e12d"],
transactionHash: "0xa1f96d672ab4fa2782d1b9acb38b95a19ac64541b40caefbbe549b664172d705",
transactionIndex: 3
}],
logsBloom: "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000002010000000000000000000000000000000000020000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000",
status: "0x1",
to: "0x0000000000000000000000000000000000001000",
transactionHash: "0xa1f96d672ab4fa2782d1b9acb38b95a19ac64541b40caefbbe549b664172d705",
transactionIndex: 3,
type: "0x0"
}

The block hash of logs is empty.

Steps to reproduce the behaviour

Backtrace

[backtrace]

When submitting logs: please submit them as text and not screenshots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant