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

feat: add setting for birth round ancient threshold #10660

Merged
merged 3 commits into from
Jan 2, 2024

Merge branch 'develop' into 10659-birth-round-setting

3c58b9e
Select commit
Loading
Failed to load commit list.
Merged

feat: add setting for birth round ancient threshold #10660

Merge branch 'develop' into 10659-birth-round-setting
3c58b9e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 29, 2023 in 1s

38.06% of diff hit (target 62.82%)

View this Pull Request on Codecov

38.06% of diff hit (target 62.82%)

Annotations

Check warning on line 307 in hedera-node/cli-clients/src/main/java/com/hedera/services/cli/signedstate/SignedStateHolder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

hedera-node/cli-clients/src/main/java/com/hedera/services/cli/signedstate/SignedStateHolder.java#L307

Added line #L307 was not covered by tests

Check warning on line 90 in platform-sdk/swirlds-common/src/main/java/com/swirlds/common/context/DefaultPlatformContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-common/src/main/java/com/swirlds/common/context/DefaultPlatformContext.java#L90

Added line #L90 was not covered by tests

Check warning on line 660 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#L659-L660

Added lines #L659 - L660 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/PlatformBuilder.java#L207

Added line #L207 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L209 - L211 were not covered by tests

Check warning on line 909 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#L908-L909

Added lines #L908 - L909 were not covered by tests

Check warning on line 914 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#L912-L914

Added lines #L912 - L914 were not covered by tests

Check warning on line 1066 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#L1064-L1066

Added lines #L1064 - L1066 were not covered by tests

Check warning on line 1070 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#L1068-L1070

Added lines #L1068 - L1070 were not covered by tests

Check warning on line 1169 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#L1167-L1169

Added lines #L1167 - L1169 were not covered by tests

Check warning on line 1173 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#L1171-L1173

Added lines #L1171 - L1173 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/cli/CompareStatesCommand.java#L166-L167

Added lines #L166 - L167 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/cli/DiagramCommand.java#L91-L92

Added lines #L91 - L92 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/cli/EventStreamRecoverCommand.java#L130-L131

Added lines #L130 - L131 were not covered by tests

Check warning on line 75 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#L74-L75

Added lines #L74 - L75 were not covered by tests

Check warning on line 146 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/EventIntake.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/EventIntake.java#L143-L146

Added lines #L143 - L146 were not covered by tests

Check warning on line 227 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/EventIntake.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/EventIntake.java#L226-L227

Added lines #L226 - L227 were not covered by tests

Check warning on line 113 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/LinkedEventIntake.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/LinkedEventIntake.java#L110-L113

Added lines #L110 - L113 were not covered by tests

Check warning on line 163 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/LinkedEventIntake.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/LinkedEventIntake.java#L162-L163

Added lines #L162 - L163 were not covered by tests

Check warning on line 165 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/LinkedEventIntake.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/LinkedEventIntake.java#L165

Added line #L165 was not covered by tests

Check warning on line 57 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java#L57

Added line #L57 was not covered by tests

Check warning on line 61 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java#L61

Added line #L61 was not covered by tests

Check warning on line 73 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java#L73

Added line #L73 was not covered by tests

Check warning on line 129 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java#L129

Added line #L129 was not covered by tests

Check warning on line 139 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java#L135-L139

Added lines #L135 - L139 were not covered by tests