feat: Improve blockIsEnding and shutdown of Publisher#2505
Merged
jsync-swirlds merged 1 commit intomainfrom Apr 14, 2026
Merged
feat: Improve blockIsEnding and shutdown of Publisher#2505jsync-swirlds merged 1 commit intomainfrom
blockIsEnding and shutdown of Publisher#2505jsync-swirlds merged 1 commit intomainfrom
Conversation
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| Complexity | 1 medium |
🟢 Metrics 25 complexity · 0 duplication
Metric Results Complexity 25 Duplication 0
TIP This summary will be updated as you push new changes. Give us feedback
52d965f to
833b149
Compare
c5cfe40 to
ba3e845
Compare
Contributor
jsync-swirlds
left a comment
There was a problem hiding this comment.
Apologies for the delay reviewing this.
There are a few areas where we can make some significant improvements.
ba3e845 to
0e12892
Compare
862bf61 to
e1f4e6a
Compare
073dbda to
a2a3857
Compare
7a1c3dd to
ed9e5b0
Compare
jsync-swirlds
previously approved these changes
Apr 10, 2026
AlfredoG87
previously approved these changes
Apr 13, 2026
Contributor
AlfredoG87
left a comment
There was a problem hiding this comment.
LGTM, just needs a rebase before merging.
Nana-EC
previously approved these changes
Apr 14, 2026
bb16337 to
41cacb8
Compare
77c61c0
77c61c0 to
bb4c2c5
Compare
* Centralized publisher request results * Improvements for shutdown * Manager schedules shutdowns instead of forcing them * Send SKIP instead of END_ERROR in `getActionForCurrentlyStreaming` * Receiving an EndOfBlock for block the manager no longer needs still allows a RESEND to possibly be sent as a response Signed-off-by: Atanas Atanasov <a.v.atanasov98@gmail.com>
bb4c2c5 to
63e3fca
Compare
jsync-swirlds
approved these changes
Apr 14, 2026
ivannov
pushed a commit
to ivannov/hiero-block-node
that referenced
this pull request
Apr 20, 2026
…er#2505) * Centralized publisher request results * Improvements for shutdown * Manager schedules shutdowns instead of forcing them * Send SKIP instead of END_ERROR in `getActionForCurrentlyStreaming` * Receiving an EndOfBlock for block the manager no longer needs still allows a RESEND to possibly be sent as a response Signed-off-by: Atanas Atanasov <a.v.atanasov98@gmail.com>
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## main #2505 +/- ##
============================================
+ Coverage 81.49% 81.68% +0.18%
+ Complexity 1528 1522 -6
============================================
Files 139 139
Lines 7162 7186 +24
Branches 756 751 -5
============================================
+ Hits 5837 5870 +33
+ Misses 1009 1001 -8
+ Partials 316 315 -1
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
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.
Reviewer Notes
getActionForCurrentlyStreamingRelated Issue(s)
Closes #1949
Closes #2344
Closes #2339