Skip to content

Commit 3420adb

Browse files
authored
Merge pull request #1076 from oasisprotocol/amela/remove-references-to-ias-proxy
docs: Remove IAS Proxy references
2 parents 1dc25c1 + d31a512 commit 3420adb

File tree

7 files changed

+6
-193
lines changed

7 files changed

+6
-193
lines changed

docs/node/mainnet/README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,6 @@ This section contains parameters for various ParaTimes known to be deployed on t
6767
* [0.8.2](https://github.com/oasisprotocol/sapphire-paratime/releases/tag/v0.8.2)
6868
* Oasis Web3 Gateway version:
6969
* [5.1.0](https://github.com/oasisprotocol/oasis-web3-gateway/releases/tag/v5.1.0)
70-
* IAS proxy address:
71-
* `tnTwXvGbbxqlFoirBDj63xWtZHS20Lb3fCURv0YDtYw=@34.86.108.137:8650`
72-
* `tuDyXwaajTEbNWb1QIlf8FWHsdkaB4W1+TjzP1QID/U=@131.153.243.17:8650`
73-
74-
:::tip
75-
76-
Feel free to use other IAS proxies besides the one provided here or
77-
[run your own](../../node/run-your-node/ias-proxy.md).
78-
79-
:::
8070

8171
### Cipher
8272

@@ -87,16 +77,6 @@ Feel free to use other IAS proxies besides the one provided here or
8777
* Runtime bundle version:
8878
* [3.0.5](https://github.com/oasisprotocol/cipher-paratime/releases/tag/v3.0.5)
8979
* [3.1.2](https://github.com/oasisprotocol/cipher-paratime/releases/tag/v3.1.2)
90-
* IAS proxy address:
91-
* `tnTwXvGbbxqlFoirBDj63xWtZHS20Lb3fCURv0YDtYw=@34.86.108.137:8650`
92-
* `tuDyXwaajTEbNWb1QIlf8FWHsdkaB4W1+TjzP1QID/U=@131.153.243.17:8650`
93-
94-
:::tip
95-
96-
Feel free to use other IAS proxies besides the one provided here or
97-
[run your own](../../node/run-your-node/ias-proxy.md).
98-
99-
:::
10080

10181
### Emerald
10282

@@ -124,13 +104,3 @@ the public Web3 endpoint.
124104
* `4000000000000000000000000000000000000000000000008c5ea5e49b4bc9ac`
125105
* Runtime bundle version:
126106
* [0.5.0](https://github.com/oasisprotocol/keymanager-paratime/releases/tag/v0.5.0)
127-
* IAS proxy address:
128-
* `tnTwXvGbbxqlFoirBDj63xWtZHS20Lb3fCURv0YDtYw=@34.86.108.137:8650`
129-
* `tuDyXwaajTEbNWb1QIlf8FWHsdkaB4W1+TjzP1QID/U=@131.153.243.17:8650`
130-
131-
:::tip
132-
133-
Feel free to use other IAS proxies besides the one provided here or
134-
[run your own](../../node/run-your-node/ias-proxy.md).
135-
136-
:::

docs/node/run-your-node/ias-proxy.md

Lines changed: 0 additions & 110 deletions
This file was deleted.

docs/node/run-your-node/keymanager-node/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,6 @@ worker:
103103
addresses:
104104
# The external IP that is used when registering this node to the network.
105105
- "{{ external_address }}:20104"
106-
107-
# The following section is required for ParaTimes which are running inside the
108-
# Intel SGX Trusted Execution Environment.
109-
ias:
110-
proxy:
111-
address:
112-
# List of IAS proxies to connect to.
113-
# NOTE: You can add additional IAS proxies to this list if you want.
114-
- "{{ ias_proxy_address }}"
115106
```
116107
117108
Before using this configuration you should collect the following information to replace the `{{ ... }}` variables present in the configuration file:
@@ -124,9 +115,6 @@ Before using this configuration you should collect the following information to
124115
* `{{ entity_id }}`: The node's entity ID from the `entity.json` file.
125116
* `{{ keymanager_runtime_id }}`: Runtime identified for the key manager ParaTime.
126117
* You can find the current Oasis-supported key manager ParaTime identifiers in the Network Parameters page ([Mainnet], [Testnet]).
127-
* `{{ ias_proxy_address }}`: The IAS proxy address in the form `ID@HOST:port`.
128-
* You can find the current Oasis IAS proxy address in the Network Parameters page ([Mainnet], [Testnet]).
129-
* If you want, you can also [run your own IAS proxy](../ias-proxy.md).
130118

131119
:::caution
132120

docs/node/run-your-node/paratime-node.mdx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -288,14 +288,6 @@ consensus:
288288
genesis:
289289
file: /node/etc/genesis.json
290290

291-
# The IAS section is required for ParaTimes which are running inside the
292-
# Intel SGX Trusted Execution Environment.
293-
ias:
294-
proxy_addresses:
295-
# List of IAS proxies to connect to.
296-
# NOTE: You can add additional IAS proxies to this list if you want.
297-
- {{ ias_proxy_address }}
298-
299291
p2p:
300292
# External P2P configuration.
301293
port: 9200
@@ -330,9 +322,6 @@ Before using this configuration you should collect the following information to
330322
* `{{ entity_id }}`: The node's entity ID from the `entity.json` file.
331323
* `{{ runtime_orc_path }}`: Path to the [ParaTime bundle](paratime-node.mdx#the-paratime-bundle) of the form `/node/runtimes/foo-paratime.orc`.
332324
* You can find the current Oasis-supported ParaTimes in the Network Parameters page ([Mainnet], [Testnet]).
333-
* `{{ ias_proxy_address }}`: The IAS proxy address in the form `ID@HOST:port`.
334-
* You can find the current Oasis IAS proxy address in the Network Parameters page ([Mainnet], [Testnet]).
335-
* If you want, you can also [run your own IAS proxy](ias-proxy.md).
336325

337326
:::caution
338327

docs/node/testnet/README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ This chapter contains parameters for various ParaTimes known to be deployed on t
6868
* [0.9.0-testnet](https://github.com/oasisprotocol/sapphire-paratime/releases/tag/v0.9.0-testnet)
6969
* Web3 Gateway version:
7070
* [5.1.0](https://github.com/oasisprotocol/oasis-web3-gateway/releases/tag/v5.1.0)
71-
* IAS proxy address:
72-
* `y4XO1ZETqgtHeZzLLmJLYAzpEfdGSJLvtd8bhIz+v3s=@34.86.197.181:8650`
73-
* `jaFE5Lq6GS76ya1V7a+XlGQTgttAagXEtknO4Tv1wLs=@185.56.138.83:8650`
74-
75-
:::tip
76-
77-
Feel free to use other IAS proxies besides the ones provided here or [run your own](../run-your-node/ias-proxy.md).
78-
79-
:::
8071

8172
### Cipher
8273

@@ -87,15 +78,6 @@ Feel free to use other IAS proxies besides the ones provided here or [run your o
8778
* Runtime bundle version:
8879
* [3.1.2-testnet](https://github.com/oasisprotocol/cipher-paratime/releases/tag/v3.1.2-testnet)
8980
* [3.2.0-testnet](https://github.com/oasisprotocol/cipher-paratime/releases/tag/v3.2.0-testnet)
90-
* IAS proxy address:
91-
* `y4XO1ZETqgtHeZzLLmJLYAzpEfdGSJLvtd8bhIz+v3s=@34.86.197.181:8650`
92-
* `jaFE5Lq6GS76ya1V7a+XlGQTgttAagXEtknO4Tv1wLs=@185.56.138.83:8650`
93-
94-
:::tip
95-
96-
Feel free to use other IAS proxies besides the ones provided here or [run your own](../run-your-node/ias-proxy.md).
97-
98-
:::
9981

10082
### Emerald
10183

@@ -116,12 +98,3 @@ Feel free to use other IAS proxies besides the ones provided here or [run your o
11698
* `4000000000000000000000000000000000000000000000004a1a53dff2ae482d`
11799
* Runtime bundle version:
118100
* [0.5.0-testnet](https://github.com/oasisprotocol/keymanager-paratime/releases/tag/v0.5.0-testnet)
119-
* IAS proxy address:
120-
* `y4XO1ZETqgtHeZzLLmJLYAzpEfdGSJLvtd8bhIz+v3s=@34.86.197.181:8650`
121-
* `jaFE5Lq6GS76ya1V7a+XlGQTgttAagXEtknO4Tv1wLs=@185.56.138.83:8650`
122-
123-
:::tip
124-
125-
Feel free to use other IAS proxies besides the ones provided here or [run your own](../run-your-node/ias-proxy.md).
126-
127-
:::

redirects.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,12 @@ export const redirectsOptions: Options = {
226226
],
227227
},
228228
{
229-
to: '/node/run-your-node/ias-proxy',
230-
from: '/general/run-a-node/set-up-your-node/run-an-ias-proxy', // #200 Restructure docs
229+
to: '/node/run-your-node',
230+
from: '/general/run-a-node/set-up-your-node/run-an-ias-proxy', // #1076 Remove IAS Proxy
231+
},
232+
{
233+
to: '/node/run-your-node',
234+
from: '/node/run-your-node/ias-proxy', // #1076 Remove IAS Proxy
231235
},
232236
{
233237
to: '/node/run-your-node/non-validator-node',

sidebarNode.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export const sidebarNode: SidebarsConfig = {
9191
'node/run-your-node/keymanager-node/key-manager-upgrade',
9292
],
9393
},
94-
'node/run-your-node/ias-proxy',
9594
'node/run-your-node/sentry-node',
9695
{
9796
type: 'category',

0 commit comments

Comments
 (0)