-
Notifications
You must be signed in to change notification settings - Fork 287
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
[Release] v0.4.2 #446
[Release] v0.4.2 #446
Conversation
* upgrade to Cosmos SDK v0.39.2-rc1 * update to cosmos-sdk v0.39.2 RC2 * update to rc3 * update to v0.39.2
* register wasm query failed error code * fix description for querier
… flag on LCD (#437) * block querying genesis txs from public node * update txs query blocking condition for public node
* add tax_caps querier * add client interface & swagger update Co-authored-by: Paul Kim <[email protected]>
* prevent division by zero, even though no epoch data is stored * add test case for empty epoch data
Codecov Report
@@ Coverage Diff @@
## master #446 +/- ##
==========================================
+ Coverage 67.27% 67.29% +0.01%
==========================================
Files 118 118
Lines 5094 5109 +15
==========================================
+ Hits 3427 3438 +11
- Misses 1449 1451 +2
- Partials 218 220 +2
|
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.
Minor comment and function name changes
All things are updated now @dokwon |
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
Summary of changes
Two hot fixes
Improvement
Report of required housekeeping
(FOR ADMIN) Before merging