Add ability to return calldata for a Gnosis Safe bundle from a script #5639
Labels
A-extensions
Area: extensions
C-forge
Command: forge
Cmd-forge-script
Command: forge script
T-feature
Type: feature
Component
Forge
Describe the feature you would like
You can create a Gnosis Safe bundle from a script, there is also potential for api integrations with their front end
Additional context
Conveniently lol, Im willing to work on this issue if we want soon, and i wrote a crate already that encodes bundles using ethers rs and submits to thier api
Edit:
Example Use Cases
Multisig controls a proxy that has to a multi stage migration.
Edge Cases
Things may not be deterministic if subsequent calls depend on the output of previous ones, there is probably some hacks you can do at runtime to check the outputs, still an open thought. Not sure if worth the trouble or even viable
The text was updated successfully, but these errors were encountered: