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
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
In many places we return an error reason number when it's not clear whether we should revert or not immediately and need to pass the information for the failure up to calling code to do control flow.
In many places we return an error reason number when it's not clear whether we should revert or not immediately and need to pass the information for the failure up to calling code to do control flow.
Example: https://github.com/wormhole-foundation/trustless-generic-relayer/blob/main/ethereum/contracts/coreRelayer/CoreRelayer.sol#L157
These internal reason numbers should be turned into enums.
The text was updated successfully, but these errors were encountered: