-
Notifications
You must be signed in to change notification settings - Fork 948
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(header/headertest): Enable block time intervals for header generation #3139
Conversation
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.
Ok, including this numValidators thingy in different pr is smart. The change makes sense as well
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3139 +/- ##
==========================================
+ Coverage 51.64% 51.92% +0.27%
==========================================
Files 178 178
Lines 11226 11231 +5
==========================================
+ Hits 5798 5832 +34
+ Misses 4933 4903 -30
- Partials 495 496 +1 ☔ View full report in Codecov by Sentry. |
…ation (celestiaorg#3139) Header test suite can now generate headers with the given block time interval if it is specified. Needed for testing pruner service.
…ation (celestiaorg#3139) Header test suite can now generate headers with the given block time interval if it is specified. Needed for testing pruner service.
Header test suite can now generate headers with the given block time interval if it is specified.
Needed for testing pruner service.