We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This keystore request could not be processed by nimbus keystore manager api.
{"keystores": ["{\"crypto\": {\"kdf\": {\"function\": \"scrypt\", \"params\": {\"dklen\": 32, \"n\": 262144, \"r\": 8, \"p\": 1, \"salt\": \"zzz\"}, \"message\": \"\"}, \"checksum\": {\"function\": \"sha256\", \"params\": {}, \"message\": \"zzz\"}, \"cipher\": {\"function\": \"aes-128-ctr\", \"params\": {\"iv\": \"a24857026939492f49444679544cb6bb\"}, \"message\": \"zzzz\"}}, \"description\": \"\", \"pubkey\": \"zzzz\", \"path\": \"m/12381/3600/0/0/0\", \"uuid\": \"1ea9ed13-e3bb-4555-99d9-c5e83ab9eb67\", \"version\": 4}"], "passwords": ["MyTestPassword"]}
keystores array should be filled with strings, not objects. https://github.com/ethereum/keymanager-APIs/blob/master/types/keystore.yaml
keystores
The text was updated successfully, but these errors were encountered:
slashing_protection should be treated as json string too.
slashing_protection
Sorry, something went wrong.
Address #3760.
ca6ec0e
Add test vectors for deserialization.
c4383e2
cheatfate
Successfully merging a pull request may close this issue.
This keystore request could not be processed by nimbus keystore manager api.
keystores
array should be filled with strings, not objects.https://github.com/ethereum/keymanager-APIs/blob/master/types/keystore.yaml
The text was updated successfully, but these errors were encountered: