-
Notifications
You must be signed in to change notification settings - Fork 205
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
Block size limit #2174
Block size limit #2174
Conversation
Coverage from tests in coverage: 49.5% of statements across all listed packagescoverage: 63.2% of statements in consensus/istanbul coverage: 41.8% of statements in consensus/istanbul/announce coverage: 55.7% of statements in consensus/istanbul/backend coverage: 0.0% of statements in consensus/istanbul/backend/backendtest coverage: 24.3% of statements in consensus/istanbul/backend/internal/replica coverage: 61.0% of statements in consensus/istanbul/core coverage: 50.0% of statements in consensus/istanbul/db coverage: 0.0% of statements in consensus/istanbul/proxy coverage: 64.4% of statements in consensus/istanbul/uptime coverage: 51.8% of statements in consensus/istanbul/validator coverage: 79.2% of statements in consensus/istanbul/validator/random |
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2174 +/- ##
=======================================
Coverage 55.10% 55.10%
=======================================
Files 677 678 +1
Lines 114252 114297 +45
=======================================
+ Hits 62958 62988 +30
- Misses 47411 47419 +8
- Partials 3883 3890 +7
☔ 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.
Looks good in general, left some comments for your consideration.
* Block Size Limit (5mb, gingerbreadP2)
Description
Block size limit
CIP implementation of celo-org/celo-proposals#394 (number to be assigned)
Backwards compatibility
Part of the Gingerbread Part 2 Hard Fork