-
Notifications
You must be signed in to change notification settings - Fork 655
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
Migration path for math.IntProto
to math.Int
(breaking)
#7699
Labels
icebox
Issues that we will not address for the time being
Comments
You should be able to use the AltValueCodec from collections: https://github.com/cosmos/cosmos-sdk/blob/collections/v1.0.0-rc.1/collections/codec/alternative_value.go#L20 |
10 tasks
Thanks, will try to take a look at it in the coming days |
10 tasks
the code that changed this can be reverted, we brought it back. it should save a migration and extra work. happy to knock it out if needed |
10 tasks
gjermundgaraba
added
the
icebox
Issues that we will not address for the time being
label
Feb 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Handle migration of
math.IntProto
(proto encoding) tomath.Int
(binary encoding).See thread in PR #7261.
Originally posted by @damiannolan in #7261 (comment)
The text was updated successfully, but these errors were encountered: