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]: Empty NODE_BLS_KEY_PASSWORD error #1021

Open
fdask opened this issue Dec 17, 2024 · 1 comment
Open

[Bug]: Empty NODE_BLS_KEY_PASSWORD error #1021

fdask opened this issue Dec 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@fdask
Copy link

fdask commented Dec 17, 2024

What happened + What you expected to happen

Updated to the latest release on holesky, v0.8.5-rc.1 and encountered an issue starting the daemon. We keep getting the following error:
2024/12/17 14:48:26 application failed: BLS key file and password is required if BLS remote signer is disabled

We are using an empty password for our local BLS key. It appears this update checks that the key file name, and pass are NOT == "", which is leading to this.

Versions / Dependencies

v0.8.5-rc.1

How to reproduce

Use local bls key, with an empty password.

Issue Severity

High: It blocks me from completing my task.

@fdask fdask added the bug Something isn't working label Dec 17, 2024
@shrimalmadhur
Copy link
Contributor

@fdask we actually talked about this internally and want the testnet to be same as mainnet and enforce a password requirement. You can easily re-encrypt your keys using eigenlayer-cli with a password. Hope that helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants