-
Notifications
You must be signed in to change notification settings - Fork 44
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: Restructure db/txn/multistore structures #199
Conversation
c10ce94
to
338efdf
Compare
Codecov Report
@@ Coverage Diff @@
## develop #199 +/- ##
===========================================
- Coverage 57.52% 56.96% -0.57%
===========================================
Files 98 99 +1
Lines 9616 9664 +48
===========================================
- Hits 5532 5505 -27
- Misses 3463 3547 +84
+ Partials 621 612 -9
|
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.
Was concerend when I initial saw the # of lines/files changed, but I can see now its mostly updating all the references to core.Txn
and the utility funcs for the stores.
In general I think this is much more organized. I had a question about the Copy
method, and re-implementing the namespace
package.
My only comment is whether it makes more sense to have the Txn
interface defined in core
or client
as per our convo in discord. I personally think it belongs with the rest of the interfaces in the client
package.
Would like to sort out the client vs core issue in #200 if alright with you? |
470c821
to
e85c979
Compare
e85c979
to
ff6f6e9
Compare
Yeah sorry - my English was horrible in my earlier reply - would rather do it then, might get a bit involved as might want to make sure all the stuff on the Txn interface is in client too (or whatever we decide in that ticket) |
ff6f6e9
to
79f92b4
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.
After final reivew, all is good!
LGTM
Sweet - cheers |
Closes #172