-
Notifications
You must be signed in to change notification settings - Fork 231
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
Nimbus cannot import a keystore exported from Prysm #4107
Comments
That's really curious, we test that exact keystore following #3884 nimbus-eth2/tests/test_keystore.nim Lines 230 to 262 in 667c3c9
|
Yep I keep testing with that same keystore. Testing once more: Confirmed Nimbus is current, OK this is a bit more helpful. That actually is correct, Prysm is to blame:
If I change that to If you can guide me towards a way of seeing which objects the keymanager API thinks are invalid, I'll get you that information. |
Prysm Note that manually correcting this does not allow import via keymanager API. I'll dig some more to see why that might be |
Found the culprit.
|
Jim would prefer that you accept |
Describe the bug
The pubkey was formatted wrong. Error: Invalid keystore objects found
Possibly because of
pbkdf2
instead ofscrypt
?The text was updated successfully, but these errors were encountered: