Skip to content

Commit

Permalink
Remove instances of checkpointz (#532)
Browse files Browse the repository at this point in the history
* remove instances of checkpointz

* Update project-words.txt

* rename

* rename

* rename

* Update versioned_docs/version-23.11.0/get-started/checkpoint-start.md

* Update docs/get-started/checkpoint-start.md

* Update docs/reference/cli/index.md
  • Loading branch information
joaniefromtheblock authored Dec 19, 2023
1 parent 0ea30a6 commit 298f814
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/get-started/checkpoint-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ When starting from a recent checkpoint, Teku downloads historic chain data in th
You need access to a beacon node with [REST API enabled] (for example, Teku) to download the
finalized checkpoint state file.

Alternatively, you can use a Checkpointz endpoint from
Alternatively, you can use a checkpoint state endpoint from
[this community-maintained list of checkpoint state endpoints](https://eth-clients.github.io/checkpoint-sync-endpoints/).
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ checkpoint-sync-url: "https://beaconstate.ethstaker.cc"
</TabItem>
</Tabs>

URL of a Checkpointz endpoint used to [start Teku from a recent state](../../get-started/checkpoint-start.md).
URL of a checkpoint state endpoint used to [start Teku from a recent state](../../get-started/checkpoint-start.md).

By default, Teku tries to download the finalized state from the endpoint.
If it can't download the finalized state, it tries to download the genesis state.
Expand Down
2 changes: 1 addition & 1 deletion project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -645,4 +645,4 @@ yangshun
yangshunz
zhou
zoomable
zpao
zpao
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ When starting from a recent checkpoint, Teku downloads historic chain data in th

You need access to a beacon node with [REST API enabled] (for example, Teku) to download the finalized checkpoint state file.

Alternatively, you can use a Checkpointz endpoint from [this community-maintained list of checkpoint state endpoints](https://eth-clients.github.io/checkpoint-sync-endpoints/).
Alternatively, you can use a checkpoint state endpoint from [this community-maintained list of checkpoint state endpoints](https://eth-clients.github.io/checkpoint-sync-endpoints/).

:::

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-23.11.0/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ checkpoint-sync-url: "https://beaconstate.ethstaker.cc"
</TabItem>
</Tabs>

URL of a Checkpointz endpoint used to [start Teku from a recent state](../../get-started/checkpoint-start.md).
URL of a checkpoint state endpoint used to [start Teku from a recent state](../../get-started/checkpoint-start.md).

By default, Teku tries to download the finalized state from the endpoint. If it can't download the finalized state, it tries to download the genesis state.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ When starting from a recent checkpoint, Teku downloads historic chain data in th
You need access to a beacon node with [REST API enabled] (for example, Teku) to download the
finalized checkpoint state file.

Alternatively, you can use a Checkpointz endpoint from
Alternatively, you can use a checkpoint state endpoint from
[this community-maintained list of checkpoint state endpoints](https://eth-clients.github.io/checkpoint-sync-endpoints/).
:::

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-23.12.0/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ checkpoint-sync-url: "https://beaconstate.ethstaker.cc"
</TabItem>
</Tabs>

URL of a Checkpointz endpoint used to [start Teku from a recent state](../../get-started/checkpoint-start.md).
URL of a checkpoint state endpoint used to [start Teku from a recent state](../../get-started/checkpoint-start.md).

By default, Teku tries to download the finalized state from the endpoint.
If it can't download the finalized state, it tries to download the genesis state.
Expand Down

2 comments on commit 298f814

@vercel
Copy link

@vercel vercel bot commented on 298f814 Dec 19, 2023

Choose a reason for hiding this comment

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

@rolfyone
Copy link
Contributor

Choose a reason for hiding this comment

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

checkpointz is an actual branding, its there for good reason https://github.com/ethpandaops/checkpointz

Please sign in to comment.