-
Notifications
You must be signed in to change notification settings - Fork 13
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 trying to delegate to a validator on ZetaChain #35
Comments
@fadeev @Kneva thank you for reporting this issue. Can you share the chain info for ZetaChain that you used to add to Leap?
|
|
Hey, thanks @Kneva |
@himanshu-leap I hope you will succeed. |
Thanks for pointing this out. |
@himanshu-leap wdym "nodes are down"? We're using BlockPi's RPC and it seems to be working: https://zetachain-athens.blockpi.network/rpc/v1/public
{
"jsonrpc": "2.0",
"id": -1,
"result": {
"node_info": {
"protocol_version": {
"p2p": "8",
"block": "11",
"app": "0"
},
"id": "a3dc20551df94942c127dbe3ef7bf9ddb49fd046",
"listen_addr": "tcp://0.0.0.0:31460",
"network": "athens_7001-1",
"version": "0.34.28",
"channels": "40202122233038606100",
"moniker": "node",
"other": {
"tx_index": "on",
"rpc_address": "tcp://0.0.0.0:31461"
}
},
"sync_info": {
"latest_block_hash": "C06B4C2BC0C994E735A22943ACC62C9DDAB910BBBABF1293FCC88F546941378B",
"latest_app_hash": "BB1BED6E716E49DA61FCFF6859747A22420454A8557D7290A5394098A130C379",
"latest_block_height": "1989352",
"latest_block_time": "2023-10-11T07:39:48.752898074Z",
"earliest_block_hash": "6CF29D6EFF1413F16F0CA3F17C74BD81C267538EC98638D488AB61E75A60508D",
"earliest_app_hash": "3513F6E903CE4E20A477CD03552087781F8978B502EDEBF8D0334752C13E9CA4",
"earliest_block_height": "1248001",
"earliest_block_time": "2023-08-19T05:47:11.964043305Z",
"catching_up": false
},
"validator_info": {
"address": "1FE6A22FA93E4BED87FE2526F01A18CC8469FDA7",
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "oQRC17/cFFOKQfwBS4Pkl9z0idKTg5Rvls3Oeetdd2w="
},
"voting_power": "0"
}
}
} |
@himanshu-leap good catch! Submitted a PR: cosmos/chain-registry#2952 |
Great! Can you check this?
|
@himanshu-leap I don't exactly remember how to post txs via
|
May be related to these queries to the
txs
endpoint.Claiming staking rewards also fails.
The text was updated successfully, but these errors were encountered: