Last updated
Last updated
These changes will go into effect starting on January 23rd.
All deposit and fill events that relayers rely on will be changing. To continue operating through the upgrade, relayers are strongly encouraged to query both the old and new event types to ensure a smooth transition. Note: during the migration, each SpokePool will upgrade at a slightly different time, but it is guaranteed that no single fill or deposit will emit duplicate events. Primary changes to the events:
Their names are changing, primarily to reduce confusion. Each existing event has a corresponding new event that replaces it.
All of the address
types are being changed to bytes32
to accommodate longer address types from non-EVM chains.
To reduce gas costs, the FilledRelay
and RequestedSlowFill
events only contain the messageHash
rather than the full message.
The following 3 events will no longer be emitted:
They will be replaced by the following events: