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
In block N, wildcard event EventA from address 0xA is emitted followed by contract registering event EventB (in the same block) which registers address 0xA. Since 0xA does not exist in the registery it, it will successfully register. This would then result in a duplicate event.
Can only happen when the registering event is after the wildcard event in the same block since we allow factory contracts to request events from the start of the block they are registered in.
The text was updated successfully, but these errors were encountered:
In block
N
, wildcard eventEventA
from address0xA
is emitted followed by contract registering eventEventB
(in the same block) which registers address0xA
. Since0xA
does not exist in the registery it, it will successfully register. This would then result in a duplicate event.Can only happen when the registering event is after the wildcard event in the same block since we allow factory contracts to request events from the start of the block they are registered in.
The text was updated successfully, but these errors were encountered: