Skip to content

Commit

Permalink
Remove deprecated networks (#1391)
Browse files Browse the repository at this point in the history
* Remove Astor network

Removed in [Besu#4869](hyperledger/besu#4869)

Signed-off-by: Diego López León <dieguitoll@gmail.com>

* Remove Kotti network

Removed in [Besu#5816](hyperledger/besu#5816)

Signed-off-by: Diego López León <dieguitoll@gmail.com>

---------

Signed-off-by: Diego López León <dieguitoll@gmail.com>
  • Loading branch information
diega authored Aug 31, 2023
1 parent ad9534d commit 82e9d85
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion docs/assets/postman/postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -3868,7 +3868,7 @@
"host": ["{{rpc-http-host}}"],
"port": "{{rpc-http-port}}"
},
"description": "Returns the [network ID](https://besu.hyperledger.org/en/stable/Concepts/NetworkID-And-ChainID).\n\n#### Parameters\n\nNone\n\n#### Returns\n\n`result` : *string* - Current network ID.\n\n| Network ID | Chain | Network | Description\n|------------|-------|---------|-------------------------------|\n| `1` | ETH | Mainnet | Main Ethereum network |\n| `3` | ETH | Ropsten | PoW test network |\n| `4` | ETH | Rinkeby | PoA test network using Clique |\n| `5` | ETH | Goerli | PoA test network using Clique |\n| `2018` | ETH | Dev | PoW development network |\n| `1` | ETC | Classic | Main Ethereum Classic network |\n| `6` | ETC | Kotti | PoA test network using Clique |\n| `7` | ETC | Mordor | PoW test network |\n\n> **note**\n>\n> For almost all networks network ID and chain ID are the same.\nThe only networks in the table above with different network and chain IDs are\nClassic with a chain ID of `61` and Mordor with a chain ID of `63`."
"description": "Returns the [network ID](https://besu.hyperledger.org/en/stable/Concepts/NetworkID-And-ChainID).\n\n#### Parameters\n\nNone\n\n#### Returns\n\n`result` : *string* - Current network ID.\n\n| Network ID | Chain | Network | Description\n|------------|-------|---------|-------------------------------|\n| `1` | ETH | Mainnet | Main Ethereum network |\n| `3` | ETH | Ropsten | PoW test network |\n| `4` | ETH | Rinkeby | PoA test network using Clique |\n| `5` | ETH | Goerli | PoA test network using Clique |\n| `2018` | ETH | Dev | PoW development network |\n| `1` | ETC | Classic | Main Ethereum Classic network |\n| `7` | ETC | Mordor | PoW test network |\n\n> **note**\n>\n> For almost all networks network ID and chain ID are the same.\nThe only networks in the table above with different network and chain IDs are\nClassic with a chain ID of `61` and Mordor with a chain ID of `63`."
},
"response": [
{
Expand Down
2 changes: 0 additions & 2 deletions docs/public-networks/concepts/network-and-chain-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ Besu sets the chain ID (and by default the network ID) automatically, using eith
| `dev` | ETH | 2018 | 2018 | Development |
| `classic` | ETC | 61 | 1 | Production |
| `mordor` | ETC | 63 | 7 | Test |
| `kotti` | ETC | 6 | 6 | Test |
| `astor` | ETC | 212 | 212 | Test |

:::info

Expand Down
2 changes: 0 additions & 2 deletions docs/public-networks/reference/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5528,8 +5528,6 @@ None
| `2018` | ETH | Dev | PoW development network |
| `1` | ETC | Classic | Main Ethereum Classic network |
| `7` | ETC | Mordor | PoW test network |
| `6` | ETC | Kotti | PoA test network using Clique |
| `212` | ETC | Astor | PoW test network |
:::note
Expand Down
2 changes: 0 additions & 2 deletions docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1900,8 +1900,6 @@ Possible values are:
| `dev` | ETH | Development | [FULL](#sync-mode) | A PoW network with a low difficulty to enable local CPU mining |
| `classic` | ETC | Production | [FAST](#sync-mode) | The main Ethereum Classic network |
| `mordor ` | ETC | Test | [FAST](#sync-mode) | A PoW network |
| `kotti` | ETC | Test | [FAST](#sync-mode) | A PoA network using Clique |
| `astor` | ETC | Test | [FAST](#sync-mode) | A PoW network |
:::tip
Expand Down

0 comments on commit 82e9d85

Please sign in to comment.