Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Removed available from vX.X notes #672

Merged
merged 2 commits into from
Jan 28, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 0 additions & 3 deletions docs/Reference/JSON-RPC-API-Methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,6 @@ None

Returns the [chain ID](../Configuring-Pantheon/NetworkID-And-ChainID.md).

!!!note
This method is only available from v0.8.2.

**Parameters**

None
Expand Down
39 changes: 13 additions & 26 deletions docs/Reference/Pantheon-CLI-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ banned-nodeids=["0xc35c3...d615f","0xf42c13...fc456"]
```

List of node IDs with which this node will not peer. The node ID is the public key of the node. You can specify the banned node IDs with or without the `0x` prefix.

!!!info
This option is only available from v0.8.2.

!!!tip
The singular `--banned-node-id` and plural `--banned-node-ids` are available and are just two
Expand Down Expand Up @@ -126,6 +123,19 @@ The path to the Pantheon data directory. The default is the `/build/distribution
!!!note
This option is not used when running Pantheon from the [Docker image](../Getting-Started/Run-Docker-Image.md#persisting-data).

### discovery-enabled

```bash tab="Syntax"
--discovery-enabled=false
```

```bash tab="Example Configuration File"
discovery-enabled=false
```

Enables or disables P2P peer discovery.
The default is `true`.

### genesis-file

Genesis file is used to create a custom network.
Expand Down Expand Up @@ -173,9 +183,6 @@ Comma-separated list of hostnames to allow access to the HTTP JSON-RPC API. Defa
!!!tip
To allow all hostnames, use `*` or `all`. We don't recommend allowing all hostnames for production code.

!!!note
This option is only available from v0.8.3. Earlier versions allow access by all hostnames.

### max-peers

```bash tab="Syntax"
Expand Down Expand Up @@ -388,19 +395,6 @@ P2P network identifier.
This option can be used to override your current network ID.
The default value is the current network chain ID which is defined in the genesis file.

### discovery-enabled

```bash tab="Syntax"
--discovery-enabled=false
```

```bash tab="Example Configuration File"
discovery-enabled=false
```

Enables or disables P2P peer discovery.
The default is `true`.

### node-private-key-file

```bash tab="Syntax"
Expand All @@ -423,9 +417,6 @@ otherwise, the existing key file specifies the node private key.

!!!attention
The private key is not encrypted.

!!!note
This option is only available from v0.8.2.

### nodes-whitelist

Expand All @@ -444,10 +435,6 @@ nodes-whitelist=["enode://[email protected]:30303","enode://f42c13...fc45
Comma-separated enode URLs for permissioned networks.
Not intended for use with mainnet or public testnets.


!!!note
This option is only available from v0.8.3.

!!!note
Permissioning is under development and will be available in v1.0.

Expand Down