-
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: create latest immutable state nexus #10291
chore: create latest immutable state nexus #10291
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10291 +/- ##
==========================================
Coverage ? 63.02%
Complexity ? 30802
==========================================
Files ? 3360
Lines ? 135333
Branches ? 14085
==========================================
Hits ? 85289
Misses ? 46688
Partials ? 3356 ☔ View full report in Codecov by Sentry. |
602ccea
to
650ec23
Compare
650ec23
to
6888060
Compare
The merge-base changed after approval.
Signed-off-by: Lazar Petrovic <lpetrovic05@gmail.com>
Signed-off-by: Lazar Petrovic <lpetrovic05@gmail.com>
e060ea6
to
2ab85e2
Compare
platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java
Outdated
Show resolved
Hide resolved
...e/src/main/java/com/swirlds/platform/event/preconsensus/PreconsensusEventReplayWorkflow.java
Outdated
Show resolved
Hide resolved
…-nexus Signed-off-by: Lazar Petrovic <lpetrovic05@gmail.com> # Conflicts: # platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java # platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/preconsensus/PreconsensusEventReplayWorkflow.java # platform-sdk/swirlds-unit-tests/core/swirlds-platform-test/src/test/java/com/swirlds/platform/test/event/preconsensus/PreconsensusEventReplayWorkflowTests.java
Signed-off-by: Lazar Petrovic <lpetrovic05@gmail.com>
fa8d89a
…-nexus Signed-off-by: Lazar Petrovic <lpetrovic05@gmail.com> # Conflicts: # platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java # platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/state/DefaultStateManagementComponent.java # platform-sdk/swirlds-platform-core/src/test/java/com/swirlds/platform/components/state/StateManagementComponentTests.java
closes #9684