-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: automatically detect if genesis CAR is compressed #12885
Conversation
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.
Please update the PR title to match https://github.com/filecoin-project/lotus/blob/master/CONTRIBUTING.md#pr-title-conventions
45e8853
to
d1d301d
Compare
PR title now matches the required format.
b9e5130
to
46b1c8e
Compare
Did a test with this branch, and can confirm it works: Before:
After:
|
f126b2c
to
c77bc27
Compare
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.
👌 love it, we need more of this simple QoL sanity checking
When `--genesis` path is set, automatically detect if the genesis file is ZSTD compressed and decompress it.
c77bc27
to
ccc9751
Compare
Related Issues
Proposed Changes
When
--genesis
path is set, automatically detect if the genesis file is ZSTD compressed and decompress it.Additional Info
Checklist
Before you mark the PR ready for review, please make sure that: