You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating this issue! You're talking about version beta.46 in the example and about version beta.48 in the versions list. Could you tell me which version are you using?
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: