-
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
feat(x/ecocredit): add update basket curator #1484
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1484 +/- ##
==========================================
+ Coverage 78.25% 78.32% +0.06%
==========================================
Files 248 250 +2
Lines 18650 18810 +160
==========================================
+ Hits 14594 14732 +138
- Misses 3204 3220 +16
- Partials 852 858 +6
|
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! just a few comments
CreditTypeAbbrev: basket.CreditTypeAbbrev, | ||
Curator: s.alice, | ||
}) | ||
require.NoError(s.t, err) |
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.
recently discovered this issue cosmos/cosmos-sdk#12332
i dont think its really necessary to change the tests here in this PR, unless you want to, but just adding a note here that we probably want to switch to gotest.tools/v3/assert for future tests. tracking: #1487
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.
Oof. I do like the methods available in require but makes sense. There is a command line tool to automate the migration so we can handle all at once in a separate pull request. Also see #1487 (comment)
x/ecocredit/basket/types/v1/features/msg_update_curator.feature
Outdated
Show resolved
Hide resolved
CreditTypeAbbrev: basket.CreditTypeAbbrev, | ||
Curator: s.alice, | ||
}) | ||
require.NoError(s.t, err) |
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.
Oof. I do like the methods available in require but makes sense. There is a command line tool to automate the migration so we can handle all at once in a separate pull request. Also see #1487 (comment)
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
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.
Description
Closes: #1457
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