Open
Conversation
- Enhanced module execution explanation with hash-once mechanism details - Added optional transaction ordering section with prerequisite support
Merged
DanielVF
reviewed
Aug 15, 2025
|
|
||
| ### Optional transaction ordering | ||
|
|
||
| The module supports optional transaction dependencies through a prerequisite mechanism. When creating a transaction, signers can specify that it should only execute after a specific previous transaction has completed. |
There was a problem hiding this comment.
Have you needed this in the past, for situations that a multi-send wouldn't solve?
Contributor
There was a problem hiding this comment.
Was OOO for a few weeks, coming back to this.
We have in the past had scenarios where several transactions need to be executed in a specific order (ie. add a new module, then upgrade chain A, then upgrade chain B, then remove an old module).
That's not to say we couldn't handle this mostly with ops, but the feature is a pretty small diff and gives the module more potential value as a public good by preserving the ability to enforce ordering as with the base GnosisSafe.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes a design document that proposes an updated NoncelessExecutionModule to be installed into all safes managed by OP Labs and the Optimism Foundation, and potentially the Security Council.