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

[Feature] Support chains that use cometbft/PubKeyBn254 key types like Union #98

Open
cosmos-spaces opened this issue Mar 4, 2025 · 2 comments

Comments

@cosmos-spaces
Copy link

ERR failed to connect to https://rpc.testnet-9.union.build error="failed to get status of https://rpc.testnet-9.union.build: All attempts fail:\n#1: error in json rpc client, with http response metadata: (Status: 200 OK, Protocol HTTP/1.1). error unmarshalling result: unknown type "cometbft/PubKeyBn254"\n#2: error in json rpc client, with http response metadata: (Status: 200 OK, Protocol HTTP/1.1). error unmarshalling result: unknown type "cometbft/PubKeyBn254""

@cosmos-spaces cosmos-spaces changed the title [Feature] Support chains that use cometbft/PubKeyBn254 keytyes like Union [Feature] Support chains that use cometbft/PubKeyBn254 key types like Union Mar 4, 2025
@MattKetmo
Copy link
Member

MattKetmo commented Mar 4, 2025

Hello,

You can try branch bn254 in PR #99.

I just added it as a placeholder, which means it will bypass this error but without having real support for this crypto key.

The downside is having to disable the staking and commission modules.

Example:

$ cosmos-validator-watcher \
  --node https://rpc.testnet-9.union.build \
  --validator 27006F6016DD745D541C0E38B19FE833FE7B64E9 \
  --no-staking --no-commission

@cosmos-spaces
Copy link
Author

Thank you for taking care of this so quickly even if its partial support.

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