eigenlayer
eigenlayer copied to clipboard
Remove the delegationApprover prompt in Operator Registration (not yet supported)
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 currently fully implemented (specifically the off chain components) and there is no specific ETA for delivery of this feature. This leads to user confusion.
To Reproduce
Execute the eigenlayer operator register command. Observe the user is prompted "Do you want to gate stakers approval?"
Expected behavior The user should Not be prompted to gate staker approval. Please remove this step in operator registration.