-
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): convert class fee argument to optional flag #1475
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1475 +/- ##
=======================================
Coverage 78.32% 78.32%
=======================================
Files 250 250
Lines 18810 18826 +16
=======================================
+ Hits 14732 14745 +13
- Misses 3220 3222 +2
- Partials 858 859 +1
|
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 one nit with fee description
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.
If a fee is not required, we should be able to call the command without the flag. After removing the fee and calling the command without the flag, I get the following error:
Error: fee denom cannot be empty: invalid request
Manual test: https://hackmd.io/V3Y6KDgISLCiujh9FXiG7g. Also includes an example of how basket fee flag is not required when no basket fee is set.
Co-authored-by: Ryan Christoffersen <[email protected]>
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.
tACK but the test is no longer valid.
Description
Closes: #1468
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