-
Notifications
You must be signed in to change notification settings - Fork 146
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
[release/0.42] Remove unrecognized properties from testnet bootstrap and application config files #9208
Conversation
Signed-off-by: Matt Hess <matt.hess@swirldslabs.com>
Signed-off-by: Matt Hess <matt.hess@swirldslabs.com>
Is this accurate to add to the PR description?
|
Signed-off-by: Matt Hess <matt.hess@swirldslabs.com>
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/0.42 #9208 +/- ##
===================================================
+ Coverage 68.46% 87.03% +18.56%
+ Complexity 25873 20504 -5369
===================================================
Files 2380 1636 -744
Lines 152985 63832 -89153
Branches 9568 6809 -2759
===================================================
- Hits 104740 55554 -49186
+ Misses 46145 6760 -39385
+ Partials 2100 1518 -582 ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! |
There's nothing we can do about the failing Snyk check. Mitigation would require a netty upgrade, which we can't do, so I'll merge despite the fail |
The
0.42.4
tag threw the following error when starting in testnet:This PR fixes this issue by removing the errant properties from testnet's
bootstrap.properties
andapplication.properties
config files.These properties were removed in a 0.41.x release, but they are still in file 121 on testnet, and got accidentally copied to 0.42.
Additional related PRs: