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

make start-operator not working correctly #257

Closed
firatsertgoz opened this issue Jun 19, 2024 · 0 comments · Fixed by #260
Closed

make start-operator not working correctly #257

firatsertgoz opened this issue Jun 19, 2024 · 0 comments · Fixed by #260
Assignees

Comments

@firatsertgoz
Copy link
Collaborator

firatsertgoz commented Jun 19, 2024

make start-operator errors out with {"err":"open tests/keys/bls/1.bls.key.json: no such file or directory"} because the file structure changed

operator.anvil.yaml => ecdsa_private_key_store_path: tests/keys/ecdsa/1/key.json
bls_private_key_store_path: tests/keys/bls/1/key.json

seems like the correct paths

after fixing this I also ran into an issue:

Stacktrace
    github.com/NethermindEth/near-sffl/operator.(*AvsManager).RegisterOperatorWithEigenlayer
    	/home/firat/Documents/near-sffl/operator/avs_manager.go:238
    github.com/NethermindEth/near-sffl/operator.(*Operator).RegisterOperatorWithEigenlayer
    	/home/firat/Documents/near-sffl/operator/operator.go:440
    github.com/NethermindEth/near-sffl/operator.(*Operator).registerOperatorOnStartup
    	/home/firat/Documents/near-sffl/operator/operator.go:484
    github.com/NethermindEth/near-sffl/operator.NewOperatorFromConfig
    	/home/firat/Documents/near-sffl/operator/operator.go:237
    main.operatorMain
    	/home/firat/Documents/near-sffl/operator/cmd/main.go:50
    github.com/urfave/cli.HandleAction
    	/home/firat/go/pkg/mod/github.com/urfave/cli@v1.22.14/app.go:524
    github.com/urfave/cli.(*App).Run
    	/home/firat/go/pkg/mod/github.com/urfave/cli@v1.22.14/app.go:286
    main.main
    	/home/firat/Documents/near-sffl/operator/cmd/main.go:26
    runtime.main
    	/home/linuxbrew/.linuxbrew/Cellar/go/1.22.4/libexec/src/runtime/proc.go:271 
@firatsertgoz firatsertgoz changed the title Make Start-Operator not working correctly make start-operator not working correctly Jun 20, 2024
@emlautarom1 emlautarom1 self-assigned this Jul 2, 2024
@emlautarom1 emlautarom1 linked a pull request Jul 3, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants