eigenlayer icon indicating copy to clipboard operation
eigenlayer copied to clipboard

EigenLayer CLI (https://www.eigenlayer.xyz)

Results 15 eigenlayer issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I'm currently in the process of registering an operator using EigenLayer CLI. In the configuration step, I need to fill...

**Describe the bug** Per our current CLI implementation, the user is prompted "Do you want to gate stakers approval?" https://github.com/NethermindEth/eigenlayer/blob/0ae47b3a61854e3dabe6ba5916f1562ff735fff4/cli/operator/config/create.go#L90 Per the chat with Jeffrey - this feature is not...

Is your feature request related to a problem? Please describe. I've encountered an issue during the Eigenlayer installation process. Specifically, the required GLIBC version is 2.32 or higher, while my...

**Describe the bug** An operator tried to run `operator register` with an 1http` eth rpc instead of `https` and it failed to get strategy manager ``` 2023-11-15T16:15:00.622Z ERROR logging/zap_logger.go:57 Failed...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] By default, this CLI...

**Is your feature request related to a problem? Please describe.** Currently when we release a new version of eigenlayer-cli, we need to update the readme page to reflect that version...

good first issue

**Is your feature request related to a problem? Please describe.** Currently if I create a new ecdsa/bls key using `eigenlayer operator keys create` command, I am only shown the private...

enhancement

- Currently we don't have automated tests for e2e testing for operator registration. - If we push any code, we have to manually setup anvil and test operator registration Acceptance...

ci

**Is your feature request related to a problem? Please describe.** We need a way to check operator status based on AVS Service manager contracts **Describe the solution you'd like** Add...

enhancement

**Describe the bug** Currently when I do local-install and the node image is not there, it pulls the image from private registry since I have access to it. But when...

bug