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 Bold API documentation #1914

Merged
merged 3 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,18 +125,6 @@ The wallet file will be created under the mounted directory inside the `<chain-n

Once the wallet is created, you can instruct your validator to use it by adding the option `--node.staker.parent-chain-wallet.password="SOME SECURE PASSWORD"` when running your node.

### Enable the BoLD API

When activating BoLD on a chain, the amount of logs produced by a validator in case a challenge occurs can be overwhelming, and it might be hard to follow the progress of a challenge. To allow for better visualization of ongoing challenges, as well as querying specific information, Nitro includes an API to capture information about assertions and challenges that the validator observes. You can enable this API by using the following parameters:

| Parameter | Value | Description |
| ---------------------- | ----- | --------------------------------------- |
| `--node.bold.api` | true | Enables the API |
| `--node.bold.api-host` | IP | IP to listen on (defaults to 127.0.0.1) |
| `--node.bold.api-port` | Port | Port to listen on (defaults to 9393) |

You can find specific documentation about the methods available on this API in [BoLD validator API](/run-arbitrum-node/more-types/04-bold-validator-api.mdx).

### How to add new validators to the allowlist (Orbit chains)

On permissioned validation setups, the set of validators that can act on a given chain is limited to the ones added to the allowlist of validators in the Rollup contract.
Expand Down

This file was deleted.

5 changes: 0 additions & 5 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -733,11 +733,6 @@ const sidebars = {
id: 'run-arbitrum-node/more-types/run-validator-node',
label: 'Run a validator',
},
{
type: 'doc',
id: 'run-arbitrum-node/more-types/bold-validator-api',
label: 'BoLD validator API',
},
{
type: 'doc',
id: 'run-arbitrum-node/more-types/run-classic-node',
Expand Down
Loading