-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat: bodies stage #190
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: bodies stage #190
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c9fa764
chore: clean up `.gitignore`
onbjerg 4a168d3
fix: make RO cursors `Send + Sync`
onbjerg 3fa663d
feat(wip): bodies stage
onbjerg 70c8c4e
driveby: improve docs
onbjerg 317a0d0
chore: don't panic if we're the first stage
onbjerg ca1695f
chore: use `Vec` for ommers
onbjerg 175d902
feat: error handling in bodies downloader
onbjerg b1ddc36
chore: remove stale comment
onbjerg 794f2dc
chore: pascal-case stage id
onbjerg 7df907b
refactor: remove unused new fns
onbjerg 9125914
refactor: distinguish downloaders with prefix
onbjerg 9d08695
refactor: move downloader errs to own module
onbjerg 16d3bb8
refactor: `stream_bodies` -> `bodies_stream`
onbjerg 447ebc3
test: fix borked imports in header stage
onbjerg 8214e10
test: clean up header tests
onbjerg 41cfe63
test: add basic body stage tests
onbjerg a2b1ad3
test: add 2 more body stage test skeletons
onbjerg e1b5724
test: move generator test utils to own module
onbjerg f66105e
refactor: move proof functions to primitives crate
onbjerg 74fd799
feat: add block generator test utils
onbjerg 32728a9
test: more body stage tests
onbjerg 7245c3e
chore: fix typo (`Cannonical*` -> `Canonical`)
onbjerg f9184fd
docs: document `bodies_to_download`
onbjerg fe733fd
test: more body stage tests
onbjerg e1e05eb
test: more body stage tests
onbjerg be52c98
refactor: clean up body stage tests a bit
onbjerg 683bf96
test: fix broken tests
onbjerg 0e0e9cd
refactor: clean up body stage tests
onbjerg e38e193
test: more body stage tests
onbjerg 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| .idea | ||
| /target | ||
| target |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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.
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.
Uh oh!
There was an error while loading. Please reload this page.