Skip to content
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: merge the dual state into the platform state #10429

Merged
merged 20 commits into from
Dec 28, 2023

Fix bug.

18cb760
Select commit
Loading
Failed to load commit list.
Merged

chore: merge the dual state into the platform state #10429

Fix bug.
18cb760
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 27, 2023 in 1s

53.70% of diff hit (target 62.82%)

View this Pull Request on Codecov

53.70% of diff hit (target 62.82%)

Annotations

Check warning on line 456 in hedera-node/hedera-app/src/main/java/com/hedera/node/app/Hedera.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hedera-node/hedera-app/src/main/java/com/hedera/node/app/Hedera.java#L455-L456

Added lines #L455 - L456 were not covered by tests

Check warning on line 725 in hedera-node/hedera-app/src/main/java/com/hedera/node/app/Hedera.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hedera-node/hedera-app/src/main/java/com/hedera/node/app/Hedera.java#L725

Added line #L725 was not covered by tests

Check warning on line 200 in hedera-node/hedera-app/src/main/java/com/hedera/node/app/state/merkle/MerkleHederaState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hedera-node/hedera-app/src/main/java/com/hedera/node/app/state/merkle/MerkleHederaState.java#L200

Added line #L200 was not covered by tests

Check warning on line 86 in hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/PlatformStateUpdateFacility.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/PlatformStateUpdateFacility.java#L86

Added line #L86 was not covered by tests

Check warning on line 138 in platform-sdk/platform-apps/tests/ConsistencyTestingTool/src/main/java/com/swirlds/demo/consistency/ConsistencyTestingToolState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/platform-apps/tests/ConsistencyTestingTool/src/main/java/com/swirlds/demo/consistency/ConsistencyTestingToolState.java#L138

Added line #L138 was not covered by tests

Check warning on line 247 in platform-sdk/platform-apps/tests/ConsistencyTestingTool/src/main/java/com/swirlds/demo/consistency/ConsistencyTestingToolState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/platform-apps/tests/ConsistencyTestingTool/src/main/java/com/swirlds/demo/consistency/ConsistencyTestingToolState.java#L247

Added line #L247 was not covered by tests

Check warning on line 255 in platform-sdk/platform-apps/tests/ConsistencyTestingTool/src/main/java/com/swirlds/demo/consistency/ConsistencyTestingToolState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/platform-apps/tests/ConsistencyTestingTool/src/main/java/com/swirlds/demo/consistency/ConsistencyTestingToolState.java#L255

Added line #L255 was not covered by tests

Check warning on line 1042 in platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/platform/PlatformTestingToolState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/platform/PlatformTestingToolState.java#L1042

Added line #L1042 was not covered by tests

Check warning on line 1068 in platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/platform/PlatformTestingToolState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/platform/PlatformTestingToolState.java#L1068

Added line #L1068 was not covered by tests

Check warning on line 1097 in platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/platform/PlatformTestingToolState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/platform/PlatformTestingToolState.java#L1097

Added line #L1097 was not covered by tests

Check warning on line 1214 in platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/platform/PlatformTestingToolState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/platform/PlatformTestingToolState.java#L1214

Added line #L1214 was not covered by tests

Check warning on line 1292 in platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/platform/PlatformTestingToolState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/platform/PlatformTestingToolState.java#L1292

Added line #L1292 was not covered by tests

Check warning on line 34 in platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/platform/freeze/FreezeTransactionHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/platform/freeze/FreezeTransactionHandler.java#L34

Added line #L34 was not covered by tests

Check warning on line 211 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/ConsensusImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/ConsensusImpl.java#L211

Added line #L211 was not covered by tests

Check warning on line 469 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java#L469

Added line #L469 was not covered by tests

Check warning on line 894 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java#L894

Added line #L894 was not covered by tests

Check warning on line 1057 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java#L1057

Added line #L1057 was not covered by tests

Check warning on line 1073 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java#L1073

Added line #L1073 was not covered by tests

Check warning on line 1165 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java#L1164-L1165

Added lines #L1164 - L1165 were not covered by tests

Check warning on line 82 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/cli/GenesisPlatformStateCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/cli/GenesisPlatformStateCommand.java#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 371 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/eventhandling/ConsensusRoundHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/eventhandling/ConsensusRoundHandler.java#L371

Added line #L371 was not covered by tests

Check warning on line 404 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/eventhandling/ConsensusRoundHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/eventhandling/ConsensusRoundHandler.java#L404

Added line #L404 was not covered by tests

Check warning on line 449 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/eventhandling/ConsensusRoundHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/eventhandling/ConsensusRoundHandler.java#L448-L449

Added lines #L448 - L449 were not covered by tests

Check warning on line 456 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/eventhandling/ConsensusRoundHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/eventhandling/ConsensusRoundHandler.java#L451-L456

Added lines #L451 - L456 were not covered by tests

Check warning on line 465 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/eventhandling/ConsensusRoundHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/eventhandling/ConsensusRoundHandler.java#L462-L465

Added lines #L462 - L465 were not covered by tests