Skip to content

Commit

Permalink
docs: Remove IAS Proxy references
Browse files Browse the repository at this point in the history
  • Loading branch information
amela committed Jan 6, 2025
1 parent 792ebcc commit 700745e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 193 deletions.
30 changes: 0 additions & 30 deletions docs/node/mainnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,6 @@ This section contains parameters for various ParaTimes known to be deployed on t
* [0.8.2](https://github.com/oasisprotocol/sapphire-paratime/releases/tag/v0.8.2)
* Oasis Web3 Gateway version:
* [5.1.0](https://github.com/oasisprotocol/oasis-web3-gateway/releases/tag/v5.1.0)
* IAS proxy address:
* `[email protected]:8650`
* `tuDyXwaajTEbNWb1QIlf8FWHsdkaB4W1+TjzP1QID/[email protected]:8650`

:::tip

Feel free to use other IAS proxies besides the one provided here or
[run your own](../../node/run-your-node/ias-proxy.md).

:::

### Cipher

Expand All @@ -87,16 +77,6 @@ Feel free to use other IAS proxies besides the one provided here or
* Runtime bundle version:
* [3.0.5](https://github.com/oasisprotocol/cipher-paratime/releases/tag/v3.0.5)
* [3.1.2](https://github.com/oasisprotocol/cipher-paratime/releases/tag/v3.1.2)
* IAS proxy address:
* `[email protected]:8650`
* `tuDyXwaajTEbNWb1QIlf8FWHsdkaB4W1+TjzP1QID/[email protected]:8650`

:::tip

Feel free to use other IAS proxies besides the one provided here or
[run your own](../../node/run-your-node/ias-proxy.md).

:::

### Emerald

Expand Down Expand Up @@ -124,13 +104,3 @@ the public Web3 endpoint.
* `4000000000000000000000000000000000000000000000008c5ea5e49b4bc9ac`
* Runtime bundle version:
* [0.5.0](https://github.com/oasisprotocol/keymanager-paratime/releases/tag/v0.5.0)
* IAS proxy address:
* `[email protected]:8650`
* `tuDyXwaajTEbNWb1QIlf8FWHsdkaB4W1+TjzP1QID/[email protected]:8650`

:::tip

Feel free to use other IAS proxies besides the one provided here or
[run your own](../../node/run-your-node/ias-proxy.md).

:::
110 changes: 0 additions & 110 deletions docs/node/run-your-node/ias-proxy.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/node/run-your-node/keymanager-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,6 @@ worker:
addresses:
# The external IP that is used when registering this node to the network.
- "{{ external_address }}:20104"

# The following section is required for ParaTimes which are running inside the
# Intel SGX Trusted Execution Environment.
ias:
proxy:
address:
# List of IAS proxies to connect to.
# NOTE: You can add additional IAS proxies to this list if you want.
- "{{ ias_proxy_address }}"
```
Before using this configuration you should collect the following information to replace the `{{ ... }}` variables present in the configuration file:
Expand All @@ -124,9 +115,6 @@ Before using this configuration you should collect the following information to
* `{{ entity_id }}`: The node's entity ID from the `entity.json` file.
* `{{ keymanager_runtime_id }}`: Runtime identified for the key manager ParaTime.
* You can find the current Oasis-supported key manager ParaTime identifiers in the Network Parameters page ([Mainnet], [Testnet]).
* `{{ ias_proxy_address }}`: The IAS proxy address in the form `ID@HOST:port`.
* You can find the current Oasis IAS proxy address in the Network Parameters page ([Mainnet], [Testnet]).
* If you want, you can also [run your own IAS proxy](../ias-proxy.md).

:::caution

Expand Down
11 changes: 0 additions & 11 deletions docs/node/run-your-node/paratime-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -288,14 +288,6 @@ consensus:
genesis:
file: /node/etc/genesis.json

# The IAS section is required for ParaTimes which are running inside the
# Intel SGX Trusted Execution Environment.
ias:
proxy_addresses:
# List of IAS proxies to connect to.
# NOTE: You can add additional IAS proxies to this list if you want.
- {{ ias_proxy_address }}

p2p:
# External P2P configuration.
port: 9200
Expand Down Expand Up @@ -330,9 +322,6 @@ Before using this configuration you should collect the following information to
* `{{ entity_id }}`: The node's entity ID from the `entity.json` file.
* `{{ runtime_orc_path }}`: Path to the [ParaTime bundle](paratime-node.mdx#the-paratime-bundle) of the form `/node/runtimes/foo-paratime.orc`.
* You can find the current Oasis-supported ParaTimes in the Network Parameters page ([Mainnet], [Testnet]).
* `{{ ias_proxy_address }}`: The IAS proxy address in the form `ID@HOST:port`.
* You can find the current Oasis IAS proxy address in the Network Parameters page ([Mainnet], [Testnet]).
* If you want, you can also [run your own IAS proxy](ias-proxy.md).

:::caution

Expand Down
27 changes: 0 additions & 27 deletions docs/node/testnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@ This chapter contains parameters for various ParaTimes known to be deployed on t
* [0.9.0-testnet](https://github.com/oasisprotocol/sapphire-paratime/releases/tag/v0.9.0-testnet)
* Web3 Gateway version:
* [5.1.0](https://github.com/oasisprotocol/oasis-web3-gateway/releases/tag/v5.1.0)
* IAS proxy address:
* `[email protected]:8650`
* `[email protected]:8650`

:::tip

Feel free to use other IAS proxies besides the ones provided here or [run your own](../run-your-node/ias-proxy.md).

:::

### Cipher

Expand All @@ -87,15 +78,6 @@ Feel free to use other IAS proxies besides the ones provided here or [run your o
* Runtime bundle version:
* [3.1.2-testnet](https://github.com/oasisprotocol/cipher-paratime/releases/tag/v3.1.2-testnet)
* [3.2.0-testnet](https://github.com/oasisprotocol/cipher-paratime/releases/tag/v3.2.0-testnet)
* IAS proxy address:
* `[email protected]:8650`
* `[email protected]:8650`

:::tip

Feel free to use other IAS proxies besides the ones provided here or [run your own](../run-your-node/ias-proxy.md).

:::

### Emerald

Expand All @@ -116,12 +98,3 @@ Feel free to use other IAS proxies besides the ones provided here or [run your o
* `4000000000000000000000000000000000000000000000004a1a53dff2ae482d`
* Runtime bundle version:
* [0.5.0-testnet](https://github.com/oasisprotocol/keymanager-paratime/releases/tag/v0.5.0-testnet)
* IAS proxy address:
* `[email protected]:8650`
* `[email protected]:8650`

:::tip

Feel free to use other IAS proxies besides the ones provided here or [run your own](../run-your-node/ias-proxy.md).

:::
8 changes: 6 additions & 2 deletions redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,12 @@ export const redirectsOptions: Options = {
],
},
{
to: '/node/run-your-node/ias-proxy',
from: '/general/run-a-node/set-up-your-node/run-an-ias-proxy', // #200 Restructure docs
to: '/node/run-your-node',
from: '/general/run-a-node/set-up-your-node/run-an-ias-proxy', // #TODO Remove IAS Proxy
},
{
to: '/node/run-your-node',
from: '/node/run-your-node/ias-proxy', // #TODO Remove IAS Proxy
},
{
to: '/node/run-your-node/non-validator-node',
Expand Down
1 change: 0 additions & 1 deletion sidebarNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export const sidebarNode: SidebarsConfig = {
'node/run-your-node/keymanager-node/key-manager-upgrade',
],
},
'node/run-your-node/ias-proxy',
'node/run-your-node/sentry-node',
{
type: 'category',
Expand Down

0 comments on commit 700745e

Please sign in to comment.