-
Notifications
You must be signed in to change notification settings - Fork 170
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: use more store functions in incentive #2101
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2101 +/- ##
==========================================
- Coverage 75.38% 74.69% -0.70%
==========================================
Files 100 127 +27
Lines 8025 9723 +1698
==========================================
+ Hits 6050 7263 +1213
- Misses 1589 1980 +391
- Partials 386 480 +94
|
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.
Left a couple comments and pre-approved
Co-authored-by: Adam Moser <63419657+toteki@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.
LGTM
May be can you add small test case to SumCoins
func
I've added unit tests for SumCoins with prefix store. |
Description