We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Forge
Currently, signing with vm.sign is only possible with plain text private key.
vm.sign
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.
ffi
Related:
forge script
vm.getScriptWallets()
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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 offfi
.Additional context
Related:
forge script
): preview, batch, and execute Gnosis Safe transactions (ape-safe) #1232forge script
to access wallet addresses withvm.getScriptWallets()
#7213The text was updated successfully, but these errors were encountered: