-
Notifications
You must be signed in to change notification settings - Fork 110
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
refactor: replace broadcast mode block with sync and remove fungible params #2001
Conversation
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.
There is a lint issue apparently
* Remove unused params from fungible module * Make generate * Changelog * Lint fix * Lint fix
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.
Looks good, can we rename the PR title?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2001 +/- ##
===========================================
+ Coverage 70.00% 70.02% +0.01%
===========================================
Files 237 235 -2
Lines 13502 13480 -22
===========================================
- Hits 9452 9439 -13
+ Misses 3598 3589 -9
Partials 452 452
|
done |
@lumtis @ws4charlie could you please recheck when you get a chance? i reverted proto files indexes changes, including the one i did in cross chain gen state here: 87980cd |
Description
Part of cosmos sdk update (block mode is deprecated in 0.47) , but also generally better to use sync mode.
Also, removing unused fungible params to make upgrade easier.
Closes: #1930
Type of change
Tests
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Include instructions and any relevant details so others can reproduce.
Checklist: