-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Milestone
Description
Description
We do not revert if a Safe transaction fails to be able to invalidate the nonce. This is especially important if we use a relay service. In this case it is also important that a proper safeTxGas
is set so that the relayer is required to sent enough gas.
In cases where no safeTxGas
is sent (aka it is 0
) the relayer functionality of the Safe contracts should therefore not be used. If we assume that the transaction is not executed by a relayer (e.g. an owner) we should revert on failure.
Considerations
To ensure that this is only applied when no relayer is used the gasPrice
should also be required to be 0
banteg and froggiedevdavidaucoin7377
Metadata
Metadata
Assignees
Labels
No labels