Skip to content
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

Allow Safe delegates to propose transactions #209

Merged
merged 6 commits into from
Jun 17, 2022

Conversation

germartinez
Copy link
Member

What it solves

This PR allows Safe delegates to propose Safe transactions using the Safe Service Client.

How this PR fixes it

The proposeTransaction method was refactored to accept the signature of the sender (owner or delegate) instead of getting the signature from the safeTransaction object passed to that same method (that only contains signatures from owners).

In addition, the check that only allowed Safe owners to call the signTransactionHash method in the Safe Core SDK was removed to allow Safe delegates to generate the signature.

@github-actions
Copy link

CLA Assistant Lite All Contributors have signed the CLA.

@germartinez germartinez requested a review from iamacook June 17, 2022 14:29
@germartinez germartinez merged commit d34b3a5 into development Jun 17, 2022
@germartinez germartinez deleted the propose-tx-delegates branch June 17, 2022 15:53
@github-actions github-actions bot locked and limited conversation to collaborators Jun 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants