-
Notifications
You must be signed in to change notification settings - Fork 159
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
Added a new option --validate-tipsets in forest-cli validate command #3167
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
3f7dd03
Added snapshot validate in forest-cli
sudo-shashank 9cbded2
fix chain store init
sudo-shashank 0126282
handle validate options
sudo-shashank 5173f47
make snapshot an option not arg to validate cmd
sudo-shashank 3c6ed92
fmt
sudo-shashank 8fa4d7f
fmt
sudo-shashank 4e925ee
Update changelog.md
sudo-shashank d904676
update changelog
sudo-shashank 87c9695
fmt
sudo-shashank 08ac01b
Merge branch 'main' into shashank/cli-validate
sudo-shashank 0b18cff
refactor to validate_tipset_range
sudo-shashank fe4ab34
fix forest-cli test
sudo-shashank d93e0e9
Merge branch 'main' into shashank/cli-validate
sudo-shashank 5ee781e
fix error handling
sudo-shashank 610fceb
Use snapshot for validating
sudo-shashank b83aed1
Merge branch 'main' into shashank/cli-validate
sudo-shashank 09154d4
fix error handling
sudo-shashank 744cfdd
update cli check script
sudo-shashank 740dbaa
Merge branch 'main' into shashank/cli-validate
sudo-shashank 242279d
Merge branch 'main' into shashank/cli-validate
sudo-shashank 9414812
added ensure params download
sudo-shashank fc583f0
fmt
sudo-shashank 529f4e6
Merge branch 'main' into shashank/cli-validate
sudo-shashank 5c355ff
Remove use of import chain
sudo-shashank 8e1f79c
Use a progress bar to indicate status
sudo-shashank 8239955
fmt
sudo-shashank b8fe557
cleanup
sudo-shashank 44c511f
remove progressbar and other cleanup
sudo-shashank 7bd3d22
Add chain method in Tipset
sudo-shashank 6971ab7
Merge branch 'main' into shashank/cli-validate
sudo-shashank 51700e2
chain to consume self
sudo-shashank 27bd174
Remove Arc from chain method
sudo-shashank 1419e83
remove more Arc
sudo-shashank 20719e3
Cleanup
sudo-shashank 65c3c1e
minor improvements
sudo-shashank 40da2ec
fmt
sudo-shashank 26bd1a2
fix error handling
sudo-shashank 1b3d6dc
fix clippy error
sudo-shashank 5510b61
Merge branch 'main' into shashank/cli-validate
sudo-shashank 133789d
cleanup
sudo-shashank 950b99d
fmt
sudo-shashank 5ead43a
minor corrections
sudo-shashank 721da03
Remove reference
sudo-shashank 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
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
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.
Of all ancestor tipsets
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.
since it includes itself also, @lemmih suggested we keep it to
Returns an iterator of all tipsets