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
{{ message }}
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
I'm using solidity version 0.5.0
when json abi string contains an event parameter the parse function still looks for statemutability key that in my case event types dont have that key in the interface, and the switch clause in the function in that case throws an error.
That error is easy to solve but I'm doing tests so finally I ripped that part from abi. you can watch events to know when an state changes.
The text was updated successfully, but these errors were encountered:
I'm using solidity version 0.5.0
when json abi string contains an event parameter the parse function still looks for statemutability key that in my case event types dont have that key in the interface, and the switch clause in the function in that case throws an error.
That error is easy to solve but I'm doing tests so finally I ripped that part from abi. you can watch events to know when an state changes.
The text was updated successfully, but these errors were encountered: