-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
R4R: Store Refactor 2 #3395
R4R: Store Refactor 2 #3395
Conversation
751662a
to
c005dc2
Compare
Codecov Report
@@ Coverage Diff @@
## develop #3395 +/- ##
===========================================
+ Coverage 52.97% 53.14% +0.17%
===========================================
Files 137 140 +3
Lines 10719 10202 -517
===========================================
- Hits 5678 5422 -256
+ Misses 4698 4446 -252
+ Partials 343 334 -9 |
Looks like this needs to be retargeted on develop. |
c005dc2
to
33ad665
Compare
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 -- not sure if this warrants a pending log entry.
|
||
type Error = sdk.Error | ||
|
||
func ErrInternal(msg string) Error { |
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.
Why not just use the errors in the types/
package?
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.
I think it is, this is just a wrapper
|
||
type Error = sdk.Error | ||
|
||
func ErrInternal(msg string) Error { |
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.
I think it is, this is just a wrapper
Approved pending CI. |
Targeted PR against correct branch (see CONTRIBUTING.md)
Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
Wrote tests
Updated relevant documentation (
docs/
)Added entries in
PENDING.md
with issue #rereviewed
Files changed
in the github PR explorerAddresses: #2986
For Admin Use: