-
Notifications
You must be signed in to change notification settings - Fork 52
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: refactor key manager to hide private key. #150
Conversation
sdk/keys/key_manager.go
Outdated
//TODO NewKeyStoreKeyManager to be implemented | ||
|
||
func (m *keyManager) recoveryFromPrivateKey(privateKey string) error { | ||
// TODO NewKeyStoreKeyManager to be implemented |
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.
Can we put the comment somewhere else? It is not for the following function, i think.
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.
Sure. I moved it above the NewPrivateKeyManager.
@yutianwu @forcodedancing would you do second review? |
40326a8
to
3078217
Compare
Description
Refactor key manager to hide private key.
Rationale
Enhance security
Example
NA
Changes
Notable changes: