-
Notifications
You must be signed in to change notification settings - Fork 115
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
go/consensus/tendermint/apps/staking: Fix emitted reward events #4033
Conversation
0d4396f
to
15588da
Compare
Using typed events makes it slightly harder to use an incorrect key/value combination. Unfortunately we cannot use this in all of the cases due to events in registry/roothash not being nicely structured and changing this would require existing nodes to resync due to internal event key changes.
15588da
to
32eeab6
Compare
combination. Unfortunately we cannot use this in all of the cases due to | ||
events in registry/roothash not being nicely structured and changing this | ||
would require existing nodes to resync due to internal event key changes. |
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.
Opened #4034 to track this.
Codecov Report
@@ Coverage Diff @@
## master #4033 +/- ##
==========================================
+ Coverage 67.04% 67.05% +0.01%
==========================================
Files 410 410
Lines 42183 42148 -35
==========================================
- Hits 28280 28263 -17
+ Misses 9909 9897 -12
+ Partials 3994 3988 -6
Continue to review full report at Codecov.
|
No description provided.