-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
feat: public_key
method added to KeyfileAccount
class [APE-1466]
#1702
feat: public_key
method added to KeyfileAccount
class [APE-1466]
#1702
Conversation
public_key
method added to KeyfileAccount
class public_key
method added to KeyfileAccount
class [APE-1466]
public_key
method added to KeyfileAccount
class [APE-1466]public_key
method added to KeyfileAccount
class [APE-1466]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, but the public key should maybe just be in the JSON unencrypted so your passphrase isnt required to get the public key.
thoughts anyone?
…keyfile & no longer require password if already cached
can do that, the keyfile format just needs a minimum number of members to work, you can add more |
I have opened an issue in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! This is the best we can do until eth-keyfile updates
What I did
fixes: #1701
How I did it
How to verify it
Checklist