-
Notifications
You must be signed in to change notification settings - Fork 391
feat(recovery): [CON-1604] allow to override what state height to download #9707
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
pierugo-dfinity
merged 41 commits into
master
from
pierugo/recovery/download-state-chosen-by-user
Apr 23, 2026
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
ee64ca4
feat: initial compiling draft
pierugo-dfinity 1e60226
fix: clippy
pierugo-dfinity 18ecb85
fix: clippy
pierugo-dfinity dcffb73
fix
pierugo-dfinity 928e3d9
fix
pierugo-dfinity fe0f840
fix: given height == 0 downloads nothing
pierugo-dfinity 868a927
fix: do not print height infos twice
pierugo-dfinity 3156de5
refactor: consistent download <-> copy
pierugo-dfinity c474c28
docs
pierugo-dfinity 666c924
style: introduce `MaybeRemote`
pierugo-dfinity 29a3a46
refactor: cleanup recovery parameters
pierugo-dfinity 5d2a2c3
style: named struct
pierugo-dfinity 408b49a
style: match
pierugo-dfinity a308460
refactor: inline implementations
pierugo-dfinity 72edf77
test: add unit tests
pierugo-dfinity e5a40ac
fix: do not `exit(1)` in unit tests
pierugo-dfinity e10e867
Merge branch 'master' into pierugo/recovery/download-state-chosen-by-…
pierugo-dfinity 442ffe9
feat: max CUP first
pierugo-dfinity f5626d1
fix: check for nonzero state height download
pierugo-dfinity faa05c9
docs: fix missing docs
pierugo-dfinity df10c4c
style: pass `MaybeRemote` directly
pierugo-dfinity d21dbae
style: enum instead
pierugo-dfinity 20f31fe
style: move MaybeRemote to util
pierugo-dfinity c168b4f
docs: remove self-explaining docs
pierugo-dfinity 3d2cbe7
style: clippy
pierugo-dfinity 6595691
docs: AI review
pierugo-dfinity 96821d9
style: clippy
pierugo-dfinity 8c9b674
refactor: use CheckpointHeight
pierugo-dfinity 7b3cfc4
style: include arg in format string
pierugo-dfinity f2d53c9
style: rename variable
pierugo-dfinity b3a6a23
feat: log warning on no checkpoints found
pierugo-dfinity 03813ec
style: rename `MaybeRemote` to `ExecutionMode`
pierugo-dfinity 15b6516
refactor: run same commands locally and remotely
pierugo-dfinity 64f31e9
style: do not unnecessarily deconstruct NodeHeights
pierugo-dfinity 5a8a090
docs: adapt comment
pierugo-dfinity 52f9c66
style: remove implicit assumptions
pierugo-dfinity f61eade
fix: clippy
pierugo-dfinity af89c16
fix: clippy
pierugo-dfinity ce0f431
fix: clippy
pierugo-dfinity 34b75f4
Merge branch 'master' into pierugo/recovery/download-state-chosen-by-…
pierugo-dfinity 8f6f1f7
style: factorize in closure
pierugo-dfinity 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
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 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.
Uh oh!
There was an error while loading. Please reload this page.