-
Notifications
You must be signed in to change notification settings - Fork 461
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
Move keys to keyStoreDirectory #4320
Move keys to keyStoreDirectory #4320
Conversation
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.
Is it backwards compatible?
No, it will generate new keys in keystore directory |
So I guess we can't work in this way |
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.
there are excessive whitespace changes in the commits, which makes reviewing and tracking the change/commit history harder.
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.
[deleting accidental double post]
FTR, i'm bitten by this on Guix, i.e. a non-docker based setup. |
# Conflicts: # src/Nethermind/Nethermind.Vault.Test/Nethermind.Vault.Test.csproj # src/Nethermind/Nethermind.Vault.Test/VaultKeyStoreTests.cs
Fixes | Closes | Resolves
#4305
Changes:
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that applyTesting
Requires testing
In case you checked yes, did you write tests??