-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define use of executionMeta
field in Guard/Hooks interface
#10
Comments
The execution meta should contain information about the execution flow. I.e. if it is triggered via the multisig flow of Safe it should contain information for this flow. Or if it is a module flow, it should contain information about it (like the module address). |
15 tasks
akshay-ap
added a commit
that referenced
this issue
Sep 8, 2023
akshay-ap
added a commit
that referenced
this issue
Sep 22, 2023
akshay-ap
added a commit
that referenced
this issue
Sep 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With current protocol spec, it is not clear what information is passed in
executionMeta
field of Gaurd/hooks interface.How should a guard/hook process this information?
https://github.com/5afe/safe-protocol-specs/tree/main/components#guards-hooks
The text was updated successfully, but these errors were encountered: