-
Notifications
You must be signed in to change notification settings - Fork 137
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
Upgrade exp
package version
#3027
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 8cf198f Collapsed results for better readability
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3027 +/- ##
=======================================
Coverage 80.35% 80.36%
=======================================
Files 360 360
Lines 84973 85031 +58
=======================================
+ Hits 68283 68332 +49
- Misses 14254 14261 +7
- Partials 2436 2438 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There is a build issue in some workflows: the breaking change in |
Co-authored-by: Bastian Müller <[email protected]>
Can we maybe fork |
We could, though similar issues can happen with any third-party package and we can't fork all of them. We needed the PR to the third-party repo in this case because:
|
@turbolent I have merged this PR to unblock the stable-cadence work in |
exp
package's version in this repo is behind the version in otheronflow
repos. The newer version ofexp
has a breaking change. This causes issues when updating dependencies in other repos.This PR:
exp
dependencympz
package after updating itsexp
version in Updateexp
package SaveTheRbtz/mph#2 (also having a breaking change).Side change: remove
relic
related build now that theonflow/flow-go/crypto
got upgraded tov0.25.0