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
Config vars are by default encrypted if using the keystore. We want to avoid leaking the password into the console history.
For the moment we are throwing an error if a config var is used within the console we throw an error. This limitation should be removed.
This will effect more than console, indeed it will effect everything that uses requestSecretInput from hre.interruptions.
The problem is that our implementation of requestSecretInput doesn't prevent the stdin to flow into the console. We should investigate how to fix that.
The text was updated successfully, but these errors were encountered:
Config vars are by default encrypted if using the keystore. We want to avoid leaking the password into the console history.
For the moment we are throwing an error if a config var is used within the console we throw an error. This limitation should be removed.
This will effect more than console, indeed it will effect everything that uses
requestSecretInput
fromhre.interruptions
.The problem is that our implementation of
requestSecretInput
doesn't prevent thestdin
to flow into the console. We should investigate how to fix that.The text was updated successfully, but these errors were encountered: