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

[register-finality-provider fail] failed to register the finality-provider to Babylon. The provided serialized extended key length is invalid #369

Open
LinusLucas opened this issue Jun 9, 2024 · 3 comments

Comments

@LinusLucas
Copy link

Hi team,

we are trying to register the finality provider, while it outputs as below:

$ fpcli register-finality-provider \
> --btc-pk ea8ad7c3ece800b16238ffb886b226a738c44b3cafbe12e990f967f1a2f477a4

[fpd] rpc error: code = Unknown desc = failed to register the finality-provider to Babylon: rpc error: code = Unknown desc = rpc error: code = Unknown desc = failed to execute message; message index: 0: rpc error: code = InvalidArgument desc = the provided serialized extended key length is invalid [cosmos/[email protected]/baseapp/baseapp.go:991] with gas used: '50088': unknown request

We've already added the wallet key and get funded as well. Could you please take a look ?

@gitferry
Copy link
Contributor

Are you trying to register it to Babylon testnet3? If so, sorry, it is already sunset.

@gusin13
Copy link
Collaborator

gusin13 commented Jun 11, 2024

curious if this is a formatting issue as i see some weird character ">" in the cmd, does
fpcli rfp --btc-pk ea8ad7c3ece800b16238ffb886b226a738c44b3cafbe12e990f967f1a2f477a4
also return the same error?

@LinusLucas
Copy link
Author

LinusLucas commented Jun 14, 2024

Hi @gusin13, it's still the same result. ">" is just showing it's another line.

And we've tried fpcli rfp --btc-pk ea8ad7c3ece800b16238ffb886b226a738c44b3cafbe12e990f967f1a2f477a4, while output same error message.
From the error message, I can only tell it might relate with RPC to babylon endpoint.

Could you please take a look again ? And please let us know if we can provide more details to your side, thanks !

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

4 participants
@gitferry @gusin13 @LinusLucas and others