Last updated
Last updated
These changes will go into effect starting on January 23rd.
If you index Across data, you will need to update your code to support the new event types or your indexing system will stop working. We suggest consuming both the new and old events to avoid timing issues during the migration. 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 4 events will no longer be emitted:
They will be replaced by the following events: