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

Mempool Address from is 0x0000000000000000000000000000000000000000 from a regular address #23763

Closed
matyushkins opened this issue Oct 18, 2021 · 2 comments
Labels

Comments

@matyushkins
Copy link

System information

Geth version: 1.10.10
OS & Version: Linux

HI.
Transactions from a regular address in the memory pool are not displayed correctly.
The field from where has the value "0x0000000000000000000000000000000000000000" instead of "0xf6c7....."
As soon as the transaction hits the block, the address is displayed correctly.
example mempool transaction of a response from a node:

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "blockHash": null,
    "blockNumber": null,
    "from": "0x0000000000000000000000000000000000000000",
    "gas": "0x5208",
    "gasPrice": "0x104c533c00",
    "hash": "0xe6d5a912872e1989e758781f6c7386fe3416a4215fc854e4ffda09cc8c0cfdaa",
    "input": "0x",
    "nonce": "0xf",
    "to": "0x14e2fe87ec1f293005a0f04e431b62646ca052ee",
    "transactionIndex": null,
    "value": "0x38d7ea4c68000",
    "type": "0x0",
    "v": "0x25",
    "r": "0xac893b0ab5f72fb9deb62f1f957fdb0097a333320c2cf155b9722f83094ef4d",
    "s": "0xce1641c7c4acaabe5ada14496e1992909e214e2c0754794010e44409714552"
  }
}
@MariusVanDerWijden
Copy link
Member

What RPC call is that? Might be that sender verification still uses an old signer

@MariusVanDerWijden
Copy link
Member

ah duplicate of #23762

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

No branches or pull requests

2 participants