-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
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
eth/testing: personal namespace is deprecated. #2033
Comments
Piotr indicated they'd make a clef guide to help people transition. They made the decision much more recently: ethereum/go-ethereum#25948 However, for dev network / simnet work, I figure to just replace
We could even try to use one of our dex wallet types, but that would be extreme overkill and more complicated. EDIT: when it becomes deprecated, it will still be available with |
However, when and if we make it back to our les-powered |
We made some progress towards geth-less key handling in #1832. Should be a breeze. |
Right, the The keystore format is json anyway, so we can just write that out from the plain text keys and seeds in the harness script, and |
If this is the case, maybe testing can keep using it? |
For a while anyway. Eventually they'll remove it and we'll needs our own signing+send tool. |
Mentioned in #2135 |
In the eth harness at
/dex/testing/eth
we use personal namespace to send funds and deploy contracts. Documentation suggests this is deprecated https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-personal-deprecationThere they suggest using clef which, when I looked into implementing in the harness, requires input to a secure shell that we cannot easily automate.
I think this has been deprecated for a year at least, so maybe no hurry.
The text was updated successfully, but these errors were encountered: