-
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
fix: sync ppm optimization #10569
fix: sync ppm optimization #10569
Conversation
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Node: E2E Test Results 1 files ± 0 1 suites ±0 23m 8s ⏱️ + 23m 8s Results for commit 70022cf. ± Comparison against base commit 220fdba. This pull request removes 1 and adds 311 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #10569 +/- ##
=============================================
- Coverage 63.05% 63.02% -0.03%
+ Complexity 30883 30879 -4
=============================================
Files 3367 3368 +1
Lines 135774 135823 +49
Branches 14139 14149 +10
=============================================
- Hits 85608 85605 -3
- Misses 46773 46822 +49
- Partials 3393 3396 +3 ☔ View full report in Codecov by Sentry. |
Node: HAPI Test (Smart Contract) Results412 tests ±0 396 ✔️ - 1 45m 54s ⏱️ - 1m 52s For more details on these failures, see this check. Results for commit 70022cf. ± Comparison against base commit 220fdba. ♻️ This comment has been updated with latest results. |
...orm-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/EventIntake.java
Outdated
Show resolved
Hide resolved
...swirlds-platform-core/src/main/java/com/swirlds/platform/gossip/shadowgraph/ShadowGraph.java
Outdated
Show resolved
Hide resolved
...k/swirlds-platform-core/src/main/java/com/swirlds/platform/gossip/shadowgraph/SyncUtils.java
Outdated
Show resolved
Hide resolved
...k/swirlds-platform-core/src/main/java/com/swirlds/platform/gossip/shadowgraph/SyncUtils.java
Show resolved
Hide resolved
...re/swirlds-platform-test/src/test/java/com/swirlds/platform/test/sync/SyncFilteringTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
...orm-core/src/main/java/com/swirlds/platform/gossip/shadowgraph/LatestEventTipsetTracker.java
Outdated
Show resolved
Hide resolved
...orm-core/src/main/java/com/swirlds/platform/gossip/shadowgraph/LatestEventTipsetTracker.java
Show resolved
Hide resolved
Signed-off-by: Cody Littley <cody@swirldslabs.com>
70022cf
Closes #10307