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

feat: gov RegisterInterfaces for sdk #59

Merged
merged 2 commits into from
Feb 17, 2023
Merged

Conversation

alexgao001
Copy link
Collaborator

Description

add missing gov registerInterfaces for sdk

Rationale

fix parsing issue of gov related type.any

@@ -33,5 +35,7 @@ func Cdc() *codec.ProtoCodec {
sptypes.RegisterInterfaces(interfaceRegistry)
paymenttypes.RegisterInterfaces(interfaceRegistry)
storagetypes.RegisterInterfaces(interfaceRegistry)
govv1.RegisterInterfaces(interfaceRegistry)
govv1beta1.RegisterInterfaces(interfaceRegistry)
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't need v1beta1

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Deleted

@alexgao001 alexgao001 merged commit a8a1d1c into develop Feb 17, 2023
@unclezoro unclezoro deleted the feat-add-gov-cdc branch April 18, 2023 09:21
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.

2 participants