-
Notifications
You must be signed in to change notification settings - Fork 248
feat: DA hints in p2p #2891
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
Merged
Merged
feat: DA hints in p2p #2891
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
0b04da3
wip
alpe 044903f
x
alpe 2c9a212
Review feedback
alpe e2b0520
Encapsulate hint in sync package
alpe aaacbde
Async DA pull
alpe 74be668
Merge branch 'main' into alex/2609_hints
alpe b9b5f5b
Minor cleanup
alpe e3336ce
Merge branch 'main' into alex/2609_hints
alpe c40b96b
Indipendent types for p2p store
alpe f3fb315
Merge branch 'main' into alex/2609_hints
alpe 56c278f
Merge updates
alpe 413b40d
Merge branch 'main' into alex/2609_hints
alpe a585190
Bump sonic version
alpe d09c8ab
Make tidy-all
alpe f0a505f
Merge branch 'main' into alex/2609_hints
alpe 4ecf0a0
Use envelope for p2p store
alpe 6c85d8d
Merge branch 'main' into alex/2609_hints
alpe 7abfecc
Minor cleanup
alpe e593848
Better test data
alpe 993c2b1
Merge branch 'main' into alex/2609_hints
alpe 8b99828
Merge branch 'main' into alex/2609_hints
alpe 544c0b9
Linter
alpe e1446a3
Merge branch 'main' into alex/2609_hints
alpe 570ac06
Resolve merge conflicts
alpe 1f6c405
Merge branch 'main' into alex/2609_hints
alpe 4907c92
Tidy all
alpe 6e4554d
Merge branch 'main' into alex/2609_hints
alpe 6962e6f
Merge branch 'main' into alex/2609_hints
alpe 158bcad
Merge branch 'main' into alex/2609_hints
alpe 66b6db8
Integrate changes
alpe 94fe911
Merge branch 'main' into alex/2609_hints
alpe a20e483
Merge branch 'main' into alex/2609_hints
alpe 69bf91b
Merge branch 'main' into alex/2609_hints
alpe b8ec42f
Merge branch 'main' into alex/2609_hints
alpe eb5aff5
Merge branch 'main' into alex/2609_hints
julienrbrt 9c95101
updates
julienrbrt 19835e8
build fixes
julienrbrt c6e5696
fixes
julienrbrt b7b2100
cleanup
julienrbrt 7b1c802
updates
julienrbrt 14b83ff
implement setting
julienrbrt 3a2ba3f
limit abstractions
julienrbrt c9d3251
linting
julienrbrt fcb3e75
use same key as sequencer
julienrbrt 1b3802e
fix unit test
julienrbrt aac3f47
rename working pool to avoid naming confusion
julienrbrt 68b3bcb
persist da/height for da synced nodes as well for consistency
julienrbrt 1b394e0
Merge branch 'main' into alex/2609_hints
julienrbrt 025ee3f
fixes
julienrbrt 0298cea
use height instead of hashes
julienrbrt 4905677
Merge branch 'main' into alex/2609_hints
julienrbrt d6ba01d
fixes
julienrbrt f662a50
add docs
julienrbrt 0a8e542
remove worker pool
julienrbrt 2485ab5
fix mocks
julienrbrt ffc9ff4
cleanup (syncer should not care about da included height)
julienrbrt 7f39a41
rename for clarity
julienrbrt c5e0ac7
Update syncer_test.go
julienrbrt 627b798
speed-up queue
julienrbrt 8948354
Merge branch 'main' into alex/2609_hints
julienrbrt 86e91a5
uncomment replaces
julienrbrt de03ad9
go mod tidy
julienrbrt 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 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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
ref: #2891 (comment)