Skip to content

Commit f33d211

Browse files
authoredSep 27, 2024
feat(docs): update docs for 1.2.0 (#382)
1 parent 2ee7d2a commit f33d211

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎docs/README_Docker_and_RA.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -274,19 +274,19 @@ mkdir ~/.config/raiko/secrets
274274
```
275275
git clone https://github.com/taikoxyz/raiko.git
276276
cd raiko/docker
277-
docker compose build
277+
docker compose build raiko
278278
```
279279

280-
> **_NOTE:_** This step will take some time, sometimes ~5 minutes.
280+
> **_NOTE:_** This step will take some time, sometimes ~5 minutes. Do NOT do `docker compose build` alone, this will build the zk image which will take >30mins and will not be used!
281281
282-
**Currently, it is not possible to build the image locally due to a dependency being privated. Please pull the docker images needed to run raiko as follows:**
282+
If you do not wish to build the image locally, you can optionally pull them from our registry.
283283

284284
```
285-
docker pull us-docker.pkg.dev/evmchain/images/raiko:latest
285+
docker pull us-docker.pkg.dev/evmchain/images/raiko:1.2.0
286286
docker pull us-docker.pkg.dev/evmchain/images/pccs:latest
287287
```
288288

289-
You can continue on with the following steps as usual after this. Do not do `docker compose build`.
289+
You can continue on with the following steps as usual after this.
290290

291291
6. Check that the images have been built
292292

@@ -380,7 +380,7 @@ You can find it with `cat ~/.config/raiko/config/bootstrap.json` as shown above.
380380

381381
Copy your quote and use in the following step.
382382

383-
> **_NOTE:_** If you are on `protocol-v1.9.0`, the script is located at `script/layer1/config_dcap_sgx_verifier.sh`. Use this for the following steps.
383+
> **_NOTE:_** If you are on `protocol-v1.9.0`, the script is located at `script/layer1/config_dcap_sgx_verifier.sh`. Use this for the following steps. The script is also bugged in this release (has been fixed on main), you will need to change [L150](https://github.com/taikoxyz/taiko-mono/blob/bf45889e18e97f1186cd60fd55e1b2664dc4bf43/packages/protocol/script/layer1/config_dcap_sgx_verifier.sh#L150) to `forge script script/layer1/SetDcapParams.s.sol:SetDcapParams`.
384384
385385
6. In the `script/config_dcap_sgx_verifier.sh` script, replace `--fork-url https://any-holesky-rpc-url/` with the RPC URL of the respective network. Alternatively, export it like so: `export FORK_URL="https://any-holesky-rpc-url/"`.
386386

0 commit comments

Comments
 (0)