Gaia Testnet (v12.0.0-rc0)ICA Delegation Ack Error #47
Unanswered
cloudgray
asked this question in
Chain Builders (Cosmos SDK)
Replies: 1 comment
-
Gaia has moved on to v13. The testnet has been running v13 for a while now. Please consider executing your tests with the latest version and let us know if the problem persists.
I'm not sure that can be the case. Consumer key assignment only affects consensus keys that are used on the network and reward denoms only affect reward packets sent from the consumer chains. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, guys.
When making an ICA Delegate request on the gaia testnet, an Acknowledgement Error is occurring, and it comes with an error code of 107. This error code 107 doesn't seem to be returned from the ibc-go, cosmos-sdk, or cometbft packages. I suspect it might be arising during the marshalling process of the ack in protobuf, but pinpointing the exact cause is challenging.
Interestingly, when setting up the gaia 12.0.0-rc0 version locally and launching the network, everything works without any issues. Other features like ICQ and IBC Transfer are also functioning without problems.
Our team suspects that the issue might be related to permission problems caused by the lsm feature added in the 12.0.0-rc0 version. We speculate that only consumer chains that have registered their pubkey and denom via the gaia testnet's cli can delegate.
We are seeking insights from appchain experts.
P.S.
Our primary dependencies are as follows:
github.com/cosmos/cosmos-sdk v0.47.3
github.com/cometbft/cometbft v0.37.2
github.com/cosmos/ibc-go/v7 v7.2.0
github.com/cosmos/gogoproto v1.4.10
Beta Was this translation helpful? Give feedback.
All reactions