osmosis-labs / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
14 stars 32 forks source link

fix!: Disable proto gen for x/gov, remove init blobs from generated code #341

Closed ValarDragon closed 1 year ago

ValarDragon commented 1 year ago

What is the purpose of the change

A fix needed for https://github.com/osmosis-labs/osmosis/pull/2854

Whats happening is we are removing x/gov from being newly proto generated in this repo. But we don't delete the module as we don't want to break all the code that depends on it. So instead we just remove the init blob for registering these in the global codec, which should hopefully still let this repo pass, and the osmosis one has the true registry.

Brief Changelog

Testing and Verifying

Documentation and Release Note

github-actions[bot] commented 1 year ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.