-
Notifications
You must be signed in to change notification settings - Fork 515
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
Propose a transaction if you are a delegate #1825
Comments
Good point, @adridadou! @johannesmoormann what do you think? Option 1: we could just enable transaction creation for delegates (easy) |
Personally, I would suggest option 1 and it seems like you can always do option 2 later. Creating a UI to manage delegates is fairly easy, but recreating the entire transaction proposal (and all the integrations that come with it) is the real pain point. I wouldn't be against delegates being first class citizen in there but it feels more important to first be able to actually use them. I hope that helps |
Option 1 would be very helpful for us. Any updates on this one? |
Let’s do it 👍 |
What is the feature about
Being able to propose a transaction from a wallet that is a delegate for the safe
The list of requirements
Right now, if you open a safe from a wallet that is a delegate but not an owner, it is not possible to propose any transaction.
The safe stays in
readonly
mode.Proposing a transaction is possible from the API with a delegate wallet
Designs/sketches
Links
The text was updated successfully, but these errors were encountered: