-
Notifications
You must be signed in to change notification settings - Fork 103
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(x/ecocredit): migrate ecocredit server to submodules #995
Conversation
looks like theres still a CI failures, but its related to |
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.
Looking good. Given the amount of code commented out in relation to the genesis updates, I think we should focus on getting #977 reviewed and merged first.
I think we're good to go on updating and including these changes now when you get a chance. |
Codecov Report
@@ Coverage Diff @@
## master #995 +/- ##
==========================================
+ Coverage 59.61% 69.05% +9.43%
==========================================
Files 230 223 -7
Lines 23289 21283 -2006
==========================================
+ Hits 13884 14697 +813
+ Misses 8063 5272 -2791
+ Partials 1342 1314 -28
Flags with carried forward coverage won't be shown. Click here to find out more. |
@technicallyty is this ready for another review? Can you fix the simulation tests? |
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.
Looking good. Just a couple comments.
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 good to me. Maybe we should update the title of the pull request to something like:
refactor(x/ecocredit): migrate ecocredit server to submodules
The pull request does more than "update integration tests". Also "clean up legacy code" is implied by the migration.
baskettypes "github.com/regen-network/regen-ledger/x/ecocredit/basket" | ||
"github.com/regen-network/regen-ledger/x/ecocredit/client" | ||
"github.com/regen-network/regen-ledger/x/ecocredit/core" | ||
coretypes "github.com/regen-network/regen-ledger/x/ecocredit/core" | ||
marketplacetypes "github.com/regen-network/regen-ledger/x/ecocredit/marketplace" |
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 we can use basket
, core
, and marketplace
rather than adding types
to each but ok to leave as is.
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
Description
Closes: #728
there is more to remove/cleanup, but figured i'd stop here to keep the diff manageable. Main concern is with integration tests. Might be helpful to discuss a better approach to these tests in an extended call?
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change