-
Notifications
You must be signed in to change notification settings - Fork 208
update Funding Template to enable simulation signing #431
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
base: main
Are you sure you want to change the base?
Conversation
…k for non-members of the Safe
🟡 Heimdall Review Status
|
Review Error for meyer9 @ 2025-10-13 21:53:54 UTC |
Approved review 3333055354 from danyalprout is now dismissed due to new commit. Re-request for approval.
|
||
.PHONY: sign | ||
sign: | ||
$(call MULTISIG_SIGN,) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this just be $(call MULTISIG_SIGN,) --sender $(SENDER)
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alternatively can just add the --sender flag to the underlying Makefile.mk file that this is using
@@ -1,3 +1,5 @@ | |||
SENDER= # Any address that is a current owner of the Safe can be used for similation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SENDER= # Any address that is a current owner of the Safe can be used for similation | |
SENDER= # Any address that is a current owner of the Safe can be used for simulation |
The PR updates the Funding Template's
Makefile
in order to make signing simulation work for non-members of the given Safe.