You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
Being able to DELEGATECALL from the UI would be very useful.
Txbuilder is not great if you want to automate building multi-actions and also having each signer verify them (the tenderly simulation only gets you so far). You can initiate delegatecalls from safe-cli but there is no ledger support which rules it out immediately.
Adding easy delegatecalls enables the pattern "write a smart contract, verify it, delegatecall its run() function" which unlocks a lot of ways to verify the onchain effects of that contract.
Requirements
Add a checkbox (with a clear warning) to initiate delegatecalls from the UI.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview
Being able to DELEGATECALL from the UI would be very useful.
Txbuilder is not great if you want to automate building multi-actions and also having each signer verify them (the tenderly simulation only gets you so far). You can initiate delegatecalls from safe-cli but there is no ledger support which rules it out immediately.
Adding easy delegatecalls enables the pattern "write a smart contract, verify it, delegatecall its
run()
function" which unlocks a lot of ways to verify the onchain effects of that contract.Requirements
Add a checkbox (with a clear warning) to initiate delegatecalls from the UI.
The text was updated successfully, but these errors were encountered: