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
reproducibly receiving this error when trying to list BLS keys via client CLI:
docker exec -w /home secure_signer_container /bin/bash -c "./client --list"
Connected to Secure-Signer on port 9001 Error: list_eth_keys_route received 500 Internal Server Error response: Err(Failed to parse to T Caused by: 0: error decoding response body: missing field data at line 1 column 117 1: missing field data at line 1 column 117)
Caused by: 0: error decoding response body: missing field data at line 1 column 117 1: missing field data at line 1 column 117)
data
though BLS have been successfully generated and are stored within the enclave
curl http://localhost:9001/eth/v1/keystores
{"data":[{"pubkey":"0x8401...72fc2c"},{"pubkey":"0x973d7b...637257e"},{"pubkey":"0xa51...2fe4"}]}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
reproducibly receiving this error when trying to list BLS keys via client CLI:
docker exec -w /home secure_signer_container /bin/bash -c "./client --list"
though BLS have been successfully generated and are stored within the enclave
curl http://localhost:9001/eth/v1/keystores
The text was updated successfully, but these errors were encountered: