Skip to content
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

Remove --Xsnapsync-bft-enabled #1739

Merged
merged 10 commits into from
Mar 13, 2025
5 changes: 3 additions & 2 deletions docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -5589,12 +5589,13 @@ The synchronization mode. Use `SNAP` for [snap sync](../../concepts/node-sync.md

:::

:::warning Early access feature
:::warning Early access feature [Deprecated]

`--Xsnapsync-bft-enabled` is an early access feature available in Besu version 24.7.1 and later.
It is not stable, so use this option with caution.
It is not stable, so use this option with caution. This option is now deprecated and will be removed in a future release.

Use `--Xsnapsync-bft-enabled` with `--sync-mode=SNAP` to enable snap sync in QBFT and IBFT 2.0 private networks.
When `--Xsnapsync-bft-enabled` will be removed in a future release, snap sync will be enabled by default in QBFT and IBFT 2.0 private networks.

:::

Expand Down