-
Notifications
You must be signed in to change notification settings - Fork 43
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(app
): add monitoringp module
#721
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #721 +/- ##
========================================
Coverage 11.19% 11.19%
========================================
Files 278 278
Lines 60780 60780
========================================
+ Hits 6804 6805 +1
+ Misses 53792 53791 -1
Partials 184 184
|
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.
out of curiosity, why 1 and not 0?
Technically, block heights can't even be 0. 1 is the minimum. We also have parameter validation checking if the |
Yes you're right, 1 will do nothing as well |
Let me just some time for the review, I will have to test the incentivized testnet workflow |
Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.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.
👍
failure in simtests seem to be related to #725 |
Closes #715
lastBlockHeight
to 1 instead of 0. This still disables anymonitoringp
module actions