This repository was archived by the owner on Mar 5, 2025. It is now read-only.
getPastLogs generates wrong topics array after beta.37 for JSON RPC #2457
Labels
Bug
Addressing a bug
Uh oh!
There was an error while loading. Please reload this page.
Description
Hello!
After upgrading from beta.37
getPastLogs
generates wrong topics array foreth_getLogs
WebSocket RPC which causes inadequate data in return.We have event with 3 indexed parameters:
Expected behavior
beta.37 sends this
Having topic for the third(p4) indexed parameter.
Actual behavior
beta.48 sends this
Having topic for the first(p1) indexed parameter instead of the third(p4). The value of topic is correct thought.
I believe the order is important here and
0x000000000000000000000000000000000000000000000000000000000000001d
should be on fourth place.I don't know about having
"filter": { "p4": 29 },
field in new version though.Steps to reproduce the behavior
Versions
The text was updated successfully, but these errors were encountered: