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
ethereum: fix issue causing to skip signature in EthereumCallFilter
The and_modify().or_insert() pattern lost the first signature for each
address because and_modify() only runs for existing entries. This caused
call handlers to miss triggers for the first registered function selector.
0 commit comments