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
ABIs do not need to be complete to be valid. There are reasons you might not want to make a full ABI public. In this case the parser simply fails into the error callback with cannot parse unknown event.
The text was updated successfully, but these errors were encountered:
Hey @arevaklg, I believe both use cases are valid since you may want to protect yourself against missing events in the abi so I added a new option called ignoreUnknownEvents that you can set to true if you really want to ignore missing events.
Let me know what you think and I'll release it in the next version.
ABIs do not need to be complete to be valid. There are reasons you might not want to make a full ABI public. In this case the parser simply fails into the error callback with cannot parse unknown event.
The text was updated successfully, but these errors were encountered: