Skip to content
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

bug when listing BLS keys #39

Open
ladidan opened this issue Sep 10, 2023 · 0 comments
Open

bug when listing BLS keys #39

ladidan opened this issue Sep 10, 2023 · 0 comments

Comments

@ladidan
Copy link
Contributor

ladidan commented Sep 10, 2023

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)

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"}]}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant