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

Ignoring null element of topic array for eth_getLogs #12964

Closed
tornadocontrib opened this issue Dec 2, 2024 · 0 comments · Fixed by #13121
Closed

Ignoring null element of topic array for eth_getLogs #12964

tornadocontrib opened this issue Dec 2, 2024 · 0 comments · Fixed by #13121
Assignees
Labels
bug Something isn't working imp2 Medium importance

Comments

@tornadocontrib
Copy link

tornadocontrib commented Dec 2, 2024

Hello,

the latest Erigon3 doesn't ignore null element of topic error and thus returns 0 logs while being queried from web3.js 1.x applications.

Erigon2 used to ignore this and thus returned available logs from non-null elements, would like to know if it is a golang problem

Thanks.

Example query ( for ethereum mainnet )

{"jsonrpc":"2.0","id":18,"method":"eth_getLogs","params":[{"fromBlock":"0xaf1707","toBlock":"latest","topics":["0x90ec05050aa23d54ba425e926fe646c318e85825bc400b13a46010abe86eb2f0",null,null],"address":"0x5efda50f22d34f262c29268506c5fa42cb56a1ce"}]}
@VBulikov VBulikov added imp2 Medium importance bug Something isn't working labels Dec 6, 2024
@JkLondon JkLondon self-assigned this Dec 15, 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 imp2 Medium importance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants