Skip to content

Commit

Permalink
Removing recommendation to --ws-checkpoint (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha authored Nov 21, 2023
1 parent 1ecc53e commit 2be0b3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/concepts/weak-subjectivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@ Teku provides three methods to safely sync a node that is new to the network or
checkpoint state endpoint from which to sync.
2. Use [`--initial-state`](../reference/cli/index.md#initial-state) to supply an SSZ encoded state
file from which to sync.
3. Use [`--ws-checkpoint`](../reference/cli/index.md#ws-checkpoint) to supply a weak subjectivity
checkpoint by which a node can securely validate its view of the current state.

We recommend using `--checkpoint-sync-url` on Mainnet.
It provides the same security benefits as `--ws-checkpoint`, but syncs faster.
The only exception is when syncing an archive node, in which case, use `--ws-checkpoint`.

:::tip
Use the [`/eth/v2/debug/beacon/states/<state_id>`](https://consensys.github.io/teku/#operation/getEthV2DebugBeaconStatesWithState_id)
Expand Down

1 comment on commit 2be0b3b

@vercel
Copy link

@vercel vercel bot commented on 2be0b3b Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

doc-teku – ./

doc-teku-infura-web.vercel.app
doc-teku-git-main-infura-web.vercel.app
docs.teku.consensys.net

Please sign in to comment.