Replies: 2 comments 4 replies
-
One of the most used functionality of delegate calls with the Safe contracts is to batch transactions. Therefore providing this functionality to all modules that interact with the protocol is a given. On the other side root access is a critical interaction, being able to nest this make it harder to understand what is going on. If this functionality (i.e. nested delegate calls) is required it is possible to "load" this via root access call to a library (i.e. MultiSend). So to minimize the complexity in the root access path the specs proposed to only allow one "root access action" at a time. |
Beta Was this translation helpful? Give feedback.
-
@rmeissner, let's say I want to create a batch like:
How would you envision constructing this batch with the |
Beta Was this translation helpful? Give feedback.
-
Mediator spec: https://github.com/5afe/safe-protocol-specs/tree/main/mediator#interface
Beta Was this translation helpful? Give feedback.
All reactions