-
Notifications
You must be signed in to change notification settings - Fork 264
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
add: columns to Eth2Processor
and BlockProcessor
#6862
Closed
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
eebbdc5
init: columns to the block/eth2 processor
agnxsh 3ff4c33
add columns to message router
agnxsh 222cff0
add columns to initializers of Eth2 and BlockProcessor
agnxsh 21d771a
save progress
agnxsh d3309d5
save progress 2
agnxsh d4139e0
add column to block verifier
agnxsh 1197f09
save progress, need to rework untrusted syncing
agnxsh e73379e
add column support to light forward sync
agnxsh 7c75875
save progress test sync manager
agnxsh c1a2013
fix createDataColumns
agnxsh 38b0421
fix more
agnxsh 8a1825b
added fulu message handlers for column subnets
agnxsh 3dfb2af
activated data column sidecar processing at Fulu
agnxsh 7d79166
fix compilation issues
agnxsh 9756cce
added to T list
agnxsh d527648
other fixes
agnxsh 2f5e216
fix test
agnxsh 1fc210a
fix result situation in get data column sidecars
agnxsh 514bb3c
fix message router issue
agnxsh 4819e43
gate blob publishing upto deneb
agnxsh 71fdf66
fix message router blob and column progressions
agnxsh 8128944
drop dataColumnOpt from message router
agnxsh 9b5feb6
reversing rman blockVerifier order
agnxsh 3592d34
fixes
agnxsh e7bc436
several fixes
agnxsh 4077bb4
added debug logs for devnet testing
agnxsh 749a5a9
add blobsOpt isSome check
agnxsh ceff705
fix copyright years
agnxsh d82c3f5
couple of fixes and debug logs
agnxsh 9351c26
fix issue
agnxsh 1fef674
resolved review comments, enabled more debug logs, fixed a couple of …
agnxsh 7b3304b
fix indentation
agnxsh 97a190f
limit processBlobSidecar < Fulu
agnxsh 947a71b
try to gate a few operations to < Fulu
agnxsh 3762c2c
gate more
agnxsh 0afb4a2
halt rman blob loop post fulu fork epoch
agnxsh 9a6f749
removed debugEchoes
agnxsh bdd3d50
don't ignore data column sidecars, even if you already have block
agnxsh 609ed1d
typo
agnxsh 80c36a7
fix upgrade to fulu function
agnxsh 302407d
modify upgrade to fulu
agnxsh 656ce11
gate blob publishing upto < Fulu
agnxsh c6ef55a
fix indentation
agnxsh 6cc5ae2
fix fulu state upgrade
agnxsh 5d9badc
updated processDataColumnSidecar ordering
agnxsh bebe9cb
add upto Capella message handlers and data column sidecars topics in …
agnxsh 4cd6413
fix message handlers
agnxsh 90ad075
fix copyright year
agnxsh 7c7bc22
another fix in upgrade to fulu
agnxsh c434daf
refine DA checking more
agnxsh c5461a1
log out time taken to reconstruct
agnxsh 07ce6ef
log out sidecar comms and proof len for testing
agnxsh a7af551
address review comments
agnxsh 27f2723
fix typo
agnxsh 4cf8a58
use disjoint
agnxsh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
Because of invalid code range it provides invalid codes which overlaps with blobs range.
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.
resolved in a7af551