-
Notifications
You must be signed in to change notification settings - Fork 956
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
chore(pruner): remove SpacedHeaderGenerator #4032
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4032 +/- ##
==========================================
+ Coverage 44.83% 45.54% +0.71%
==========================================
Files 265 309 +44
Lines 14620 22197 +7577
==========================================
+ Hits 6555 10110 +3555
- Misses 7313 11012 +3699
- Partials 752 1075 +323 ☔ View full report in Codecov by Sentry. |
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.
Thank you for this contribution @ronething-bot !
The only request i have is to rename the constructor for the test suite to NewTestSuiteWithGenesisTime
@renaynay done, please take a review again, thanks. |
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.
Nice! Thanks @ronething-bot
@renaynay |
closes #3278
This is the first time I'm contributing to the project, and I'm not very familiar with it yet. If i missing something, please left a review comment, thanks.