You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue when trying to register an operator using the register-operator-with-avs command. The process fails with the error message: "execution reverted: BLSPubkeyRegistry.registerOperator: operator does not own pubkey."
Steps to Reproduce:
Run the run.sh script with the opt-in argument.
Observe the error in the output.
Expected Behavior:
The operator should be registered without errors.
Actual Behavior:
The registration process fails with the following error message:
2024-02-11T15:13:26.254Z INFO logging/zap_logger.go:49 registering operator with the AVS's registry coordinator
2024-02-11T15:13:26.836Z ERROR logging/zap_logger.go:97 Unable to register operator with avs registry coordinator
github.com/Layr-Labs/eigensdk-go/logging.(*ZapLogger).Errorf
/go/pkg/mod/github.com/!layr-!labs/[email protected]/logging/zap_logger.go:97
github.com/mangata-finance/eigen-layer-monorepo/operator.(*Operator).RegisterOperatorWithAvs
/app/operator/registration.go:29
github.com/mangata-finance/eigen-layer-monorepo/operator/plugin/actions.RegisterOperatorWithAvs
/app/operator/plugin/actions/register_operator_with_avs.go:28
github.com/urfave/cli.HandleAction
/go/pkg/mod/github.com/urfave/[email protected]/app.go:524
github.com/urfave/cli.Command.Run
/go/pkg/mod/github.com/urfave/[email protected]/command.go:175
github.com/urfave/cli.(*App).Run
/go/pkg/mod/github.com/urfave/[email protected]/app.go:277
main.main
/app/operator/plugin/cmd/main.go:37
runtime.main
/usr/local/go/src/runtime/proc.go:267
2024/02/11 15:13:26 execution reverted: BLSPubkeyRegistry.registerOperator: operator does not own pubkey
Operating System: [Ubuntu 20.04]
Additional Information:
The BLS public key and other configuration settings have been verified and appear to be correct.
Docker can successfully access the required key files.
I suspect there might be an issue with the script or the underlying application logic related to the public key verification process. Any insights or assistance in resolving this issue would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
Description:
I am encountering an issue when trying to register an operator using the register-operator-with-avs command. The process fails with the error message: "execution reverted: BLSPubkeyRegistry.registerOperator: operator does not own pubkey."
Steps to Reproduce:
Run the run.sh script with the opt-in argument.
Observe the error in the output.
Expected Behavior:
The operator should be registered without errors.
Actual Behavior:
The registration process fails with the following error message:
Operating System: [Ubuntu 20.04]
Additional Information:
The BLS public key and other configuration settings have been verified and appear to be correct.
Docker can successfully access the required key files.
I suspect there might be an issue with the script or the underlying application logic related to the public key verification process. Any insights or assistance in resolving this issue would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: