Open
Conversation
added 2 commits
June 10, 2023 10:10
Codecov ReportPatch coverage has no change and project coverage change:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## code-coverage #2 +/- ##
=================================================
- Coverage 62.47% 61.53% -0.95%
=================================================
Files 396 396
Lines 36172 36172
Branches 36172 36172
=================================================
- Hits 22598 22257 -341
- Misses 12598 12943 +345
+ Partials 976 972 -4
☔ View full report in Codecov by Sentry. |
D-Stacks
pushed a commit
that referenced
this pull request
Dec 26, 2023
* avoid printing full messages on message mismatch * initial orphans pool with basic tests passing # Conflicts: # consensus/src/consensus/mod.rs * queue duplication removal * blockrelay mod * initial relay invs flow * more details of relay invs flow * fix minor rebase issues * fix consensus api * sync missing block bodies * ibd chain negotiation (to be tested) * ibd <-> invs channel * is ibd running * ibd type decision * temp patch * server side never dequeues with timeout * temp print * fix filter direction * low hash should be the highest with body * bug fix: flip low and high on locator request * parallel block body processing * sync block relay past * optimize unorphaning * various fixes to antipast iteration * fix monitor prints * make monitor an async service and avoid the thread waste * use try_join_all wherever possible * progress reports * fix of subtle bug related to queuing the same block to consensus from multiple locations concurrently (with different order guarantees) * take the processed task out of pending for more accurate state maintaining * avoid heap allocation in the common case * virtual merge depth rule to reject unmergable relays * can simply use current pruning point (which is what merge depth algo expects + like golang imp) * move params and config to core + pass to flow ctx * comments + minor * relay all new virtual parents * manage shared block requests * fix ibd completion message * ibd type decision making * imp validate_staging_timestamps * address review comments * fix rebase errors * temp workaround * temp workaround #2 * review comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
test...