-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Get consensus params in comet server #20996
Labels
C:server/v2
Issues related to server/v2
Comments
12 tasks
solved in another pr of mine |
12 tasks
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should get the consensus params in CometBFT ABCI Info call.
Currently, simply trying to get them gives this at server start:
failed to start servers: error during handshake: error calling Info: rpc error: code = Internal desc = collections: not found: key 'no_key' of type github.com/cosmos/gogoproto/cometbft.types.v1.ConsensusParams
ref #20989 (comment)
The text was updated successfully, but these errors were encountered: