-
Notifications
You must be signed in to change notification settings - Fork 186
feat: MOP ancestor search & DeGen #22316
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
Conversation
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Signed-off-by: Lazar Petrovic <[email protected]>
Signed-off-by: Lazar Petrovic <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #22316 +/- ##
============================================
- Coverage 71.00% 70.98% -0.03%
+ Complexity 24755 24753 -2
============================================
Files 2709 2709
Lines 105698 105713 +15
Branches 11130 11132 +2
============================================
- Hits 75047 75036 -11
- Misses 26581 26604 +23
- Partials 4070 4073 +3
... and 12 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
# Conflicts: # platform-sdk/swirlds-platform-core/src/test/java/com/swirlds/platform/consensus/LocalConsensusGenerationTest.java
Signed-off-by: Lazar Petrovic <[email protected]> Co-authored-by: Artur Biesiadowski <[email protected]> Signed-off-by: Petar Tonev <[email protected]>
closes #22237