-
Notifications
You must be signed in to change notification settings - Fork 48
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
build(deps): upgrade to Cosmos v0.44.0 #595
Conversation
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
…cosmos-v0.43-upgrade � Conflicts: � go.mod � go.sum
Codecov Report
@@ Coverage Diff @@
## master #595 +/- ##
==========================================
+ Coverage 75.59% 84.84% +9.25%
==========================================
Files 94 91 -3
Lines 4519 5392 +873
==========================================
+ Hits 3416 4575 +1159
+ Misses 960 606 -354
- Partials 143 211 +68
Continue to review full report at Codecov.
|
5e439fa
to
1936e81
Compare
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
@@ -30,6 +30,9 @@ message PageRequest { | |||
// count_total is only respected when offset is used. It is ignored when key | |||
// is set. | |||
bool count_total = 4; | |||
|
|||
// reverse is set to true if results are to be returned in the descending order. | |||
bool reverse = 5; |
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.
Didn't see this was added. Nice!
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
c2dae22
to
82c8c25
Compare
Co-authored-by: Leonardo Bragagnolo <leo.braga95@gmail.com>
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
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 ready, I think we can merge 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.
Everything looks ready to be merged.
…cosmos-v0.43-upgrade � Conflicts: � go.mod � go.sum
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
Description
This PR upgrades Desmos to use Cosmos v0.44.0.
Some tests might need some fixes.
Closes #585
Checklist
CHANGELOG.md
file.Files changed
in the Github PR explorer.