-
Notifications
You must be signed in to change notification settings - Fork 39
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
Taztingo/1275 remove legacy amino #1304
Conversation
…ule should be updated next since it uses stuff from the name module.
…o update module.go to register the sdk.Msgs.
…nos for ModuleCdc.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1304 +/- ##
==========================================
+ Coverage 58.69% 59.08% +0.39%
==========================================
Files 206 196 -10
Lines 25529 24497 -1032
==========================================
- Hits 14984 14475 -509
+ Misses 9434 8945 -489
+ Partials 1111 1077 -34
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Every thing looks good, but the change in event value might be wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work on this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Update ModuleCdc for each module to use ProtoCodec instead of LegacyAminos. Removed LegacyAmino paths from each module and removed querier.go. Removed old migrations since they used legacy aminos. Also removed the unused methods that were needed by the sdk.LegacyMsg.
closes: #1275
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes