What's the difference between v1
and v1beta1
?
#17795
-
What's the difference between v1 and v1beta1? For example:
Follow-up question: is one deprecated in favor of the other? |
Beta Was this translation helpful? Give feedback.
Answered by
julienrbrt
Sep 18, 2023
Replies: 1 comment
-
Basically, gov v1 allows any message to be submitted as a governance proposal, while gov v1beta1 requires specific proposal types to be registered and have their own handler. You can read more about it here: https://github.com/cosmos/cosmos-sdk/blob/main/x/gov/README.md#legacy-proposal |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rootulp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basically, gov v1 allows any message to be submitted as a governance proposal, while gov v1beta1 requires specific proposal types to be registered and have their own handler.
Gov v1beta1 is still supported for legacy reasons, however all core SDK modules have already migrated away from using it.
You can read more about it here: https://github.com/cosmos/cosmos-sdk/blob/main/x/gov/README.md#legacy-proposal