-
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
Remove minimum client version check #2026
Conversation
Coverage from tests in coverage: 45.9% of statements across all listed packagescoverage: 52.4% of statements in consensus/istanbul coverage: 41.4% of statements in consensus/istanbul/announce coverage: 54.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: 51.7% of statements in consensus/istanbul/core coverage: 45.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/randomCommentID: 11a575a7fe |
7199af5
to
f5af0ac
Compare
f5af0ac
to
3800168
Compare
Coverage from tests in coverage: 48.2% of statements across all listed packagescoverage: 61.3% of statements in consensus/istanbul coverage: 37.5% of statements in consensus/istanbul/announce coverage: 54.2% 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.3% of statements in consensus/istanbul/core coverage: 45.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 #2026 +/- ##
==========================================
+ Coverage 54.30% 55.25% +0.94%
==========================================
Files 692 672 -20
Lines 115642 113386 -2256
==========================================
- Hits 62795 62646 -149
+ Misses 49014 46928 -2086
+ Partials 3833 3812 -21
☔ View full report in Codecov by Sentry. |
To allow removal of the check in the client, see celo-org/celo-blockchain#2026.
To allow removal of the check in the client, see celo-org/celo-blockchain#2026.
054bedc
to
fd93af2
Compare
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.
LGTM
We must not test the minimum version check anymore once we removed it.
fd93af2
to
41ea45c
Compare
To allow removal of the check in the client, see celo-org/celo-blockchain#2026.
To allow removal of the check in the client, see celo-org/celo-blockchain#2026.
To allow removal of the check in the client, see celo-org/celo-blockchain#2026.
To allow removal of the check in the client, see celo-org/celo-blockchain#2026.
To allow removal of the check in the client, see celo-org/celo-blockchain#2026.
To allow removal of the check in the client, see celo-org/celo-blockchain#2026.
To allow removal of the check in the client, see celo-org/celo-blockchain#2026.
To allow removal of the check in the client, see celo-org/celo-blockchain#2026.
Description
This is the code change to go along with CIP-53.
See also
Related issues