feat: introducing BlockComponent#8100
Closed
ksn6 wants to merge 3 commits into
Closed
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8100 +/- ##
=========================================
Coverage 82.9% 83.0%
=========================================
Files 823 824 +1
Lines 360873 362377 +1504
=========================================
+ Hits 299346 300792 +1446
- Misses 61527 61585 +58 🚀 New features to boost your workflow:
|
Author
|
|
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.
Problem and Summary of Changes
A
BlockComponentrepresents either a batch of entries or a special block marker. Most of the time, a block component contains a vector of entries. However, periodically, there are special messages that a block needs to contain. To accommodate these special messages,BlockComponentallows for the inclusion of special data viaVersionedBlockMarker.Currently supported special entry types include:
BlockFooter: Contains metadata about block productionUpdateParent: Used in optimistic block packing algorithms for AlpenglowAdditional special entry types may be added in the future.
This data structure addresses two SIMDs: