-
Notifications
You must be signed in to change notification settings - Fork 207
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 precompiles (Gingerbread P2) #2168
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2168 +/- ##
==========================================
- Coverage 56.00% 55.18% -0.82%
==========================================
Files 666 676 +10
Lines 112237 114015 +1778
==========================================
+ Hits 62855 62922 +67
- Misses 45524 47218 +1694
- Partials 3858 3875 +17
☔ View full report in Codecov by Sentry. |
Coverage from tests in coverage: 45.7% of statements across all listed packagescoverage: 57.2% of statements in consensus/istanbul coverage: 23.7% of statements in consensus/istanbul/announce coverage: 54.3% 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: 60.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/random |
2b1dcbe
to
2dc38bf
Compare
@gastonponti You can probably remove the whole |
No top level dependency changes detected. Learn more about Socket for GitHub ↗︎ |
8e84371
to
b61438b
Compare
* Remove bls12377 precompiles * Remove bls12381 precompiles * Remove CIP20 precompile --------- Co-authored-by: Paul Lange <[email protected]>
Description
Removal of the
as part of the CIP-XX to be closer to Ethereum
Backwards compatibility
Part of the Gingerbread P2 Hard Fork