-
Notifications
You must be signed in to change notification settings - Fork 101
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
feat: adding x/cwerrors module #546
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #546 +/- ##
==========================================
+ Coverage 64.47% 64.72% +0.24%
==========================================
Files 102 118 +16
Lines 5368 5950 +582
==========================================
+ Hits 3461 3851 +390
- Misses 1726 1886 +160
- Partials 181 213 +32 ☔ View full report in Codecov by Sentry. |
@@ -0,0 +1,87 @@ | |||
# State | |||
|
|||
Section describes all stored by the module objects and their storage keys |
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.
Broken sentence?
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!
Want a review from @fdymylja as well, please.
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.
sorry for delay, LGTM!
Closes: #544