-
Notifications
You must be signed in to change notification settings - Fork 166
feat: deprecate --detach flag in forest #5652
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
Conversation
@@ -7,10 +7,6 @@ source "$(dirname "$0")/harness.sh" | |||
|
|||
forest_init_stateless | |||
|
|||
echo "Verifying the heaviest tipset to be the genesis" |
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.
This has been changed in the new chain follower, Forest now follows chain head without any validation. it will fail on main
if we sleep for a few seconds.
/// When `stateless_mode` is true, forest connects to the P2P network but
/// does not execute any state transitions. This drastically reduces the
/// memory and disk footprint of Forest but also means that Forest will not
/// be able to validate the correctness of the chain.
stateless_mode: bool,
CHANGELOG.md
Outdated
@@ -43,6 +43,8 @@ | |||
|
|||
### Removed | |||
|
|||
-[#5652](https://github.com/ChainSafe/forest/pull/5652) Remove `--detach` flag from `forest`. |
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.
Let's link to the README entry on this?
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.
Done.
-[#5652](https://github.com/ChainSafe/forest/pull/5652) Remove `--detach` flag from `forest`. Checkout the [migration guide](https://github.com/ChainSafe/forest#detaching-forest-process) | ||
|
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.
I'd add it to the section of breaking changes for visibility.
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.
LGTM. Please make the description of the PR is complete.
Summary of changes
Changes introduced in this pull request:
--detach
flag fromforest
.Reference issue to close (if applicable)
Closes
Other information and links
Change checklist