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
all: Defer parsing ABI for declared calls to handler resolution
The ahead-of-time parsing was unnecessarily complicated, and the map it
produced was wrong since it was organized by the event name (`Owner`)
rather than the event signature (`Owner(indexed address)`) which made
parameter lookups fail at runtime.
Since the handler has the event signature from the manifest, which is
exactly in the form that is used for lookups, it's much easier to parse at
that point.
0 commit comments