Skip to content

Commit 07cd1e9

Browse files
authored
Merge pull request #291 from interlay/dom/kintsugi-1.20.0
Dom/kintsugi 1.20.0
2 parents 45831fa + e527452 commit 07cd1e9

File tree

2 files changed

+24
-28
lines changed

2 files changed

+24
-28
lines changed

docs/collator/guide.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Map the directory into a local volume used by the docker container.
3939
docker run \
4040
--network host \
4141
--volume ${PWD}/data:/data \
42-
interlayhq/interbtc:1.18.0 \
42+
interlayhq/interbtc:1.20.0 \
4343
--base-path=/data \
4444
--chain=kintsugi \
4545
--execution=wasm \
@@ -54,7 +54,6 @@ docker run \
5454
--execution=wasm \
5555
--wasm-execution=compiled \
5656
--database=RocksDb \
57-
--unsafe-pruning \
5857
--pruning=1000 \
5958
--state-cache-size=0
6059
```
@@ -65,7 +64,7 @@ docker run \
6564
docker run \
6665
--network host \
6766
--volume ${PWD}/data:/data \
68-
interlayhq/interbtc:1.18.0 \
67+
interlayhq/interbtc:1.20.0 \
6968
interbtc-parachain \
7069
--base-path=/data \
7170
--chain=interlay \
@@ -81,7 +80,6 @@ docker run \
8180
--execution=wasm \
8281
--wasm-execution=compiled \
8382
--database=RocksDb \
84-
--unsafe-pruning \
8583
--pruning=1000 \
8684
--state-cache-size=0
8785
```
@@ -99,14 +97,14 @@ Download the pre-built binary:
9997
#### **Kintsugi**
10098

10199
```shell
102-
wget https://github.com/interlay/interbtc/releases/download/1.19.0/interbtc-parachain
100+
wget https://github.com/interlay/interbtc/releases/download/1.20.0/interbtc-parachain
103101
chmod +x interbtc-parachain
104102
```
105103

106104
#### **Interlay**
107105

108106
```shell
109-
wget https://github.com/interlay/interbtc/releases/download/1.18.0/interbtc-parachain
107+
wget https://github.com/interlay/interbtc/releases/download/1.20.0/interbtc-parachain
110108
chmod +x interbtc-parachain
111109
```
112110

@@ -140,14 +138,14 @@ cd interbtc
140138
#### **Kintsugi**
141139

142140
```shell
143-
git checkout 1.19.0
141+
git checkout 1.20.0
144142
cargo build --release
145143
```
146144

147145
#### **Interlay**
148146

149147
```shell
150-
git checkout 1.18.0
148+
git checkout 1.20.0
151149
cargo build --release
152150
```
153151

@@ -177,7 +175,6 @@ interbtc-parachain \
177175
--execution=wasm \
178176
--wasm-execution=compiled \
179177
--database=RocksDb \
180-
--unsafe-pruning \
181178
--pruning=1000 \
182179
--state-cache-size=0
183180
```
@@ -200,7 +197,6 @@ interbtc-parachain \
200197
--execution=wasm \
201198
--wasm-execution=compiled \
202199
--database=RocksDb \
203-
--unsafe-pruning \
204200
--pruning=1000 \
205201
--state-cache-size=0
206202
```
@@ -233,7 +229,7 @@ In this example we used the URI `//Alice` which is a well-known testing account
233229

234230
### 4. Register the collator
235231

236-
Submit the `registerAsCandidate` extrinsic ([example](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fapi-kusama.interlay.io%2Fparachain#/extrinsics/decode/0x5103)) with the staked account to start collating:
232+
Submit the `registerAsCandidate` extrinsic ([example](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fapi-kusama.interlay.io%2Fparachain#/extrinsics/decode/0x5103)) with the staked account to start collating:
237233

238234
![Register](../_assets/img/collator/register.png)
239235

docs/vault/installation.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Please also check the [minimum collateral requirements](/vault/overview?id=minim
9797
## Auto-Upgrading Installation
9898

9999
Run Bitcoin and the Vault auto-upgrading binary (the Runner) as a service on your computer or server. Follow this guide if you are interested in operating a Vault for earning and participating in the protocol.
100-
100+
101101
The Runner runs and auto-updates Vault clients by reading on-chain release data.
102102

103103
?> This method is currently only supported for Linux.
@@ -207,7 +207,7 @@ You should also use a custom RPC username and password instead of the default `r
207207

208208
Download the asset from GitHub:
209209
```shell
210-
wget -O runner https://github.com/interlay/interbtc-clients/releases/download/1.17.4/runner
210+
wget -O runner https://github.com/interlay/interbtc-clients/releases/download/1.18.0/runner
211211
```
212212

213213
Make the binary executable:
@@ -228,7 +228,7 @@ Please check the [README](https://github.com/interlay/interbtc-clients/tree/mast
228228

229229
Move the Runner binary into your `$PATH`.
230230

231-
Pass Vault CLI arguments as positional arguments (preceeded by double dashes: `--`), after passing the command options of the runner executable.
231+
Pass Vault CLI arguments as positional arguments (preceeded by double dashes: `--`), after passing the command options of the runner executable.
232232

233233
<!-- tabs:start -->
234234
#### **Testnet (Kintsugi)**
@@ -307,19 +307,19 @@ Nov 01 11:55:24.895 INFO Server::run{addr=127.0.0.1:9615}: warp::server: listen
307307
Nov 01 11:55:25.173 INFO vault::process: Creating PID file at: /tmp/testnet-kintsugi_5FQuttDpfJPaNhA6BCU4e7gxfF5E1EJXUXDkxpxmZH2pTqJJ.pid
308308
Nov 01 11:55:25.175 INFO service: Version: 1.17.3
309309
Nov 01 11:55:25.175 INFO service: AccountId: a3dZN1MM8fUz1oim3RMBHqJqHb3pyunSJmnxCWq3PmjQNQSJG
310-
Nov 01 11:55:25.175 INFO bitcoin: Connecting to bitcoin-core...
311-
Nov 01 11:55:25.410 INFO bitcoin: Connected to test
312-
Nov 01 11:55:25.410 INFO bitcoin: Bitcoin version 220000
313-
Nov 01 11:55:25.419 INFO bitcoin: Waiting for bitcoin-core to sync...
314-
Nov 01 11:55:25.577 INFO bitcoin: Synced!
315-
Nov 01 11:55:25.739 INFO bitcoin: Creating wallet 0x941e21f31b24ee85f6b34c985a34e0e494b143e5a34986c82a55e73f844ceb4f-master...
316-
Nov 01 11:55:26.709 INFO runtime::conn: Connecting to the btc-parachain...
310+
Nov 01 11:55:25.175 INFO bitcoin: Connecting to bitcoin-core...
311+
Nov 01 11:55:25.410 INFO bitcoin: Connected to test
312+
Nov 01 11:55:25.410 INFO bitcoin: Bitcoin version 220000
313+
Nov 01 11:55:25.419 INFO bitcoin: Waiting for bitcoin-core to sync...
314+
Nov 01 11:55:25.577 INFO bitcoin: Synced!
315+
Nov 01 11:55:25.739 INFO bitcoin: Creating wallet 0x941e21f31b24ee85f6b34c985a34e0e494b143e5a34986c82a55e73f844ceb4f-master...
316+
Nov 01 11:55:26.709 INFO runtime::conn: Connecting to the btc-parachain...
317317
Nov 01 11:55:26.783 INFO jsonrpsee_client_transport::ws: Connection established to target: Target { sockaddrs: [], host: "api-dev-kintsugi.interlay.io", host_header: "api-dev-kintsugi.interlay.io:443", _mode: Tls, path_and_query: "/parachain" }
318-
Nov 01 11:55:26.783 INFO runtime::conn: Connected!
319-
Nov 01 11:55:27.242 INFO runtime::rpc: spec_name=testnet-kintsugi
320-
Nov 01 11:55:27.242 INFO runtime::rpc: spec_version=1019000
321-
Nov 01 11:55:27.242 INFO runtime::rpc: transaction_version=1
322-
Nov 01 11:55:27.263 INFO runtime::rpc: Refreshing nonce: 0
318+
Nov 01 11:55:26.783 INFO runtime::conn: Connected!
319+
Nov 01 11:55:27.242 INFO runtime::rpc: spec_name=testnet-kintsugi
320+
Nov 01 11:55:27.242 INFO runtime::rpc: spec_version=1019000
321+
Nov 01 11:55:27.242 INFO runtime::rpc: transaction_version=1
322+
Nov 01 11:55:27.263 INFO runtime::rpc: Refreshing nonce: 0
323323
```
324324
325325
### 6. [Optional] Start the Runner as a systemd service
@@ -499,7 +499,7 @@ wget -O vault https://github.com/interlay/interbtc-clients/releases/download/1.1
499499
#### **Kintsugi**
500500
501501
```shell
502-
wget -O vault https://github.com/interlay/interbtc-clients/releases/download/1.17.5/vault-parachain-metadata-kintsugi
502+
wget -O vault https://github.com/interlay/interbtc-clients/releases/download/1.18.0/vault-parachain-metadata-kintsugi
503503
```
504504
505505
#### **Interlay**
@@ -559,7 +559,7 @@ cargo build --bin vault --features parachain-metadata-interlay-testnet
559559
#### **Kintsugi**
560560
561561
```shell
562-
git checkout 1.17.5
562+
git checkout 1.18.0
563563
cargo build --bin vault --features parachain-metadata-kintsugi
564564
```
565565

0 commit comments

Comments
 (0)