-
Notifications
You must be signed in to change notification settings - Fork 34
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
Derive Keystore public key from secret key #1028
Labels
good first issue
Good for newcomers
Comments
Can i take it? |
Sure! Go ahead! Let me know if you need some pointers. |
|
|
github-project-automation
bot
moved this from In progress
to Done
in Lambda Ethereum Consensus Node
May 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context: #1013
Currently we're parsing it from the file, but the value could be wrong. Also, deriving it from the secret enables us to add an additional check by comparing both the parsed and derived values.
The text was updated successfully, but these errors were encountered: