From 2e8706818fbe78256b3358b3cdf315b81fb62d68 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Thu, 3 Nov 2022 17:39:53 +0100 Subject: [PATCH] wip tmp --- docs/dev/launch-a-live-network.md | 2 +- docs/dev/release-new-runtime.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/launch-a-live-network.md b/docs/dev/launch-a-live-network.md index ec90e0619..6cb275f00 100644 --- a/docs/dev/launch-a-live-network.md +++ b/docs/dev/launch-a-live-network.md @@ -13,7 +13,7 @@ In order to build in a standardized environment, you need Docker. When launching a new network, you're likely to use a new runtime. See how to [release a new runtime](./release-new-runtime.md). -### Inject runtime code in chainspec +### Inject runtime in chainspec FIXME order? Once you updated your session keys, inject the runtime code built with srtool inside the raw chainspec file. diff --git a/docs/dev/release-new-runtime.md b/docs/dev/release-new-runtime.md index a1452c0a5..b2a0b4b93 100644 --- a/docs/dev/release-new-runtime.md +++ b/docs/dev/release-new-runtime.md @@ -38,4 +38,4 @@ This command does the following things (use your system monitor to track the pro 1. Generate release notes using the template in `xtask/res` 1. Publish the release with the notes on GitLab using your `GITLAB_TOKEN` -This release will trigger a GitLab CI publishing a docker image (TODO of what?). \ No newline at end of file +This release will trigger a GitLab CI publishing a docker image of the Substrate client with embeded runtime. \ No newline at end of file -- GitLab