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

Error when running register-operator-with-avs: "operator does not own pubkey" #4

Open
0xtaf opened this issue Feb 11, 2024 · 1 comment

Comments

@0xtaf
Copy link

0xtaf commented Feb 11, 2024

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:

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!

@eckeskin
Copy link

I am getting the same problem. Any help or update will be appreciated.

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

2 participants