-
Notifications
You must be signed in to change notification settings - Fork 5
feat: snapshot downloader for bootstrapper #396
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
Open
lowhung
wants to merge
36
commits into
main
Choose a base branch
from
lowhung/395-bootstrap-orchestration
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
e2b4620
feat: implement snapshot bootstrapper with cbor download + omnibus ch…
lowhung dcaab64
feat: enhance snapshot bootstrapper with error handling and configura…
lowhung e24aef2
Merge branch 'main' into lowhung/395-bootstrap-orchestration
lowhung 25c2490
add todos back
lowhung 8e73547
feat: add configuration files for snapshot management
lowhung e486a97
feat: refactor snapshot bootstrapper with improved config handling an…
lowhung deb40ca
feat: enhance snapshot download functionality with client reuse and i…
lowhung a44bb82
feat: update NOTES.md with configuration details and bootstrapping se…
lowhung be94615
feat: update dependencies and add ProgressReader for download tracking
lowhung a0175f8
feat: add headers and nonces JSON files, enhance HTTP client configur…
lowhung 724d8ec
feat: split bootstrapper into a few modules with clearly defined resp…
lowhung abd5cd4
feat: simplify error handling in downloader by using std::io::Error::…
lowhung 6d445e5
feat: simplify error handling in downloader by using std::io::Error::…
lowhung de9e6aa
Merge remote-tracking branch 'origin/lowhung/395-bootstrap-orchestrat…
lowhung 03fa02f
feat: rename error variant for clarity and improve error handling in …
lowhung 8b72d9d
feat: rename error variant for clarity and improve error handling in …
lowhung a740fae
Merge remote-tracking branch 'origin/lowhung/395-bootstrap-orchestrat…
lowhung 26088e9
feat: add new error variant for stream read failures in downloader
lowhung 5c51081
feat: simplify error handling for stream reading in downloader
lowhung da2e4ac
feat: add wiremock and flate2 dependencies for downloader tests
lowhung 91bdfb1
feat: reorganize module structure and update dependencies for snapsho…
lowhung 9efcf06
feat: refactor module structure and update dependencies for downloade…
lowhung 708088c
feat: update workspace dependencies for caryatid_process and config i…
lowhung cec71c4
feat: update workspace dependencies for caryatid_process and config i…
lowhung 601c31f
Merge remote-tracking branch 'origin/lowhung/395-bootstrap-orchestrat…
lowhung cd8e04c
Merge remote-tracking branch 'origin/lowhung/395-bootstrap-orchestrat…
lowhung 43c2875
Merge remote-tracking branch 'origin/lowhung/395-bootstrap-orchestrat…
lowhung 5d41589
Merge remote-tracking branch 'origin/lowhung/395-bootstrap-orchestrat…
lowhung 061780b
Merge remote-tracking branch 'origin/lowhung/395-bootstrap-orchestrat…
lowhung 084bf46
Refactor snapshot bootstrapper configuration and update topic naming
lowhung 15e382f
Refactor snapshot bootstrapper configuration and update topic naming
lowhung 383c0c9
Merge remote-tracking branch 'origin/lowhung/395-bootstrap-orchestrat…
lowhung 35f4301
Update NOTES.md to clarify snapshot bootstrapping process and data re…
lowhung 5b3bd79
Merge branch 'main' into lowhung/395-bootstrap-orchestration
lowhung a982790
chore: move tempfile to dev deps
lowhung c971d8c
feat: take stab at building block info to hand off
lowhung 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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 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
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.
Cargo shear chore, these are only being used in tests within
common/src/resolver.rs