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

Update types to Cosmos SDK 0.43 RC2 #4

Closed
wants to merge 3 commits into from

Conversation

webmaster128
Copy link
Member

No description provided.

@@ -56,7 +55,29 @@ export interface QueryUpgradedConsensusStateRequest {
* RPC method.
*/
export interface QueryUpgradedConsensusStateResponse {
upgradedConsensusState?: Any;
upgradedConsensusState: Uint8Array;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be a breaking change

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. It seams however that this is not used - nobody is calling SetUpgradedConsensusState, so there is no response.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@webmaster128
Copy link
Member Author

Outdated. Types are generated from 0.44 now.

@webmaster128 webmaster128 deleted the cosmos-sdk-0.43-simon branch November 16, 2021 18:01
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

Successfully merging this pull request may close these issues.

3 participants