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
No exception / warning is being raised, however the eventCallback function will not be called when the event occurs.
Getting old events works without any issues no matter the address encoding.
The obvious workaround is using
contract.at(callback,address.toLowerCase());
but it would be nice if checksum addresses worked as well since they work without problem for anything else.
The text was updated successfully, but these errors were encountered:
When instantiating an existing contract using
(where address is encoded as an eip 55 Mixed-case checksum encoded address)
listening to events doesn't work:
No exception / warning is being raised, however the eventCallback function will not be called when the event occurs.
Getting old events works without any issues no matter the address encoding.
The obvious workaround is using
but it would be nice if checksum addresses worked as well since they work without problem for anything else.
The text was updated successfully, but these errors were encountered: