-
-
Notifications
You must be signed in to change notification settings - Fork 52
Refactoring v0.11 into v0.11.1 in style of v0.12 simplifications #288
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
base: master
Are you sure you want to change the base?
Conversation
testnet may have blocks which timestamps are not aligned with their heights
fmt keeps changing all the time. Now they introduced new "editions" feature, which by default does a lot of changes to the codebase by mingling with alphabetical sorting of all imports, doing them in case-insentive way. This PR allows to avoid that dramatic changes
due to rustfix dependency
Co-authored-by: Stefano Pellegrini <[email protected]>
Release v0.11.0 beta 9
0.11.1-alpha.2
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (4.6%) is below the target coverage (60.0%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #288 +/- ##
=======================================
- Coverage 14.1% 9.8% -4.3%
=======================================
Files 29 27 -2
Lines 3948 2674 -1274
=======================================
- Hits 558 262 -296
+ Misses 3390 2412 -978
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR by Bitfinex team summarizes their 4-month work on making v0.11 as simple as possible, including taking many ideas from v0.12 (seal unification, monimorphisation of contracts over specific underlying chain; state unification, removal of Pedersen commitments etc)