-
Notifications
You must be signed in to change notification settings - Fork 143
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
chore!: remove swirlds-commons
dependency from swirlds-config-impl
#10386
chore!: remove swirlds-commons
dependency from swirlds-config-impl
#10386
Conversation
Signed-off-by: Timo Brandstätter <timo@swirldslabs.com>
Node: E2E Test Results 1 files ± 0 1 suites ±0 21m 49s ⏱️ + 21m 49s Results for commit eefdf33. ± Comparison against base commit d0e5885. This pull request removes 1 and adds 311 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
# Conflicts: # platform-sdk/swirlds-common/src/test/java/com/swirlds/common/metrics/platform/prometheus/PrometheusEndpointTest.java # platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/preconsensus/PreconsensusEventFileManager.java # platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/metrics/SyncMetrics.java
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #10386 +/- ##
=============================================
- Coverage 62.97% 62.97% -0.01%
- Complexity 30794 30795 +1
=============================================
Files 3356 3354 -2
Lines 135216 135208 -8
Branches 14076 14076
=============================================
- Hits 85152 85144 -8
+ Misses 46728 46727 -1
- Partials 3336 3337 +1 ☔ View full report in Codecov by Sentry. |
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
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.
Based on files owned by hedera-base
LGTM
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.
Looking only at hedera-smart-contract-service
LGTM. (There was nothing contract related in hedera-mono-service
.
Suggest changing PR title and/or PR comment to make it clear, here in this PR, that the common you're talking about is swirlds-common
and not, say, Apache common. I mean, it's clear from the code, but if you're looking at, say, release notes, it might be nicer to have it there.
swirlds-common
dependency from swirlds-config-impl
swirlds-common
dependency from swirlds-config-impl
swirlds-common
dependency from swirlds-config-impl
swirlds-common
dependency from swirlds-config-impl
swirlds-commons
dependency from swirlds-config-impl
…#10386) Signed-off-by: Timo Brandstätter <timo@swirldslabs.com>
Fix #9002