-
Notifications
You must be signed in to change notification settings - Fork 954
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
store MASP total rewards #3375
store MASP total rewards #3375
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3375 +/- ##
==========================================
- Coverage 53.92% 53.91% -0.02%
==========================================
Files 317 317
Lines 107575 107634 +59
==========================================
+ Hits 58011 58026 +15
- Misses 49564 49608 +44 ☔ View full report in Codecov by Sentry. |
35bd91a
to
054f915
Compare
Are we only waiting for review here? |
yeah, I'll add a changelog |
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. Thanks!
* tomas/masp-total-rewards: changelog: add #3375 client/rpc: print MASP total rewards in conversions query sdk: add a query for MASP total rewards shielded_token: store the total rewards minted by MASP
Describe your changes
closes #1730
Additionally, the original impl didn't increment the token total supply with the minted reward. This is fixed by using the
fn credit_tokens
that takes care of it.Indicate on which release or other PRs this topic is based on
v0.39.0
Checklist before merging to
draft