-
-
Notifications
You must be signed in to change notification settings - Fork 314
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: only extract roots of early gossip messages #7208
base: unstable
Are you sure you want to change the base?
feat: only extract roots of early gossip messages #7208
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## unstable #7208 +/- ##
============================================
- Coverage 49.21% 49.19% -0.02%
============================================
Files 598 598
Lines 39803 39821 +18
Branches 2102 2103 +1
============================================
+ Hits 19588 19590 +2
- Misses 20175 20191 +16
Partials 40 40 |
Performance Report✔️ no performance regression detected 🚀🚀 Significant benchmark improvement detected
Full benchmark results
|
Reviews required |
if (slot === this.chain.clock.currentSlot) { | ||
this.receivedGossipBlock = true; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the network is forked and there are two blocks from different proposers at a slot, both blocks make it through this function, right? If so does this singular class variable become an issue?
Motivation
Description
gc
time on a test mainnet node subscribing to all subnetsunstable
, but it's rareCloses #7205