Component
Forge
Describe the feature you would like
Currently, signing with vm.sign is only possible with plain text private key.
An ability to use it with keystore would open a possibility of using safer keystores in scripts that need to sign messages.
For example, forge-safe could use vm.sign instead of ffi.
Additional context
Related:
Component
Forge
Describe the feature you would like
Currently, signing with
vm.signis only possible with plain text private key.An ability to use it with keystore would open a possibility of using safer keystores in scripts that need to sign messages.
For example, forge-safe could use
vm.signinstead offfi.Additional context
Related:
forge script): preview, batch, and execute Gnosis Safe transactions (ape-safe) #1232forge scriptto access wallet addresses withvm.getScriptWallets()#7213