Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
2e870681
Commit
2e870681
authored
2 years ago
by
Hugo Trentesaux
Browse files
Options
Downloads
Patches
Plain Diff
wip tmp
parent
1a80dc7c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/dev/launch-a-live-network.md
+1
-1
1 addition, 1 deletion
docs/dev/launch-a-live-network.md
docs/dev/release-new-runtime.md
+1
-1
1 addition, 1 deletion
docs/dev/release-new-runtime.md
with
2 additions
and
2 deletions
docs/dev/launch-a-live-network.md
+
1
−
1
View file @
2e870681
...
@@ -13,7 +13,7 @@ In order to build in a standardized environment, you need Docker.
...
@@ -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
)
.
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?
FIXME order?
Once you updated your session keys, inject the runtime code built with srtool inside the raw chainspec file.
Once you updated your session keys, inject the runtime code built with srtool inside the raw chainspec file.
...
...
This diff is collapsed.
Click to expand it.
docs/dev/release-new-runtime.md
+
1
−
1
View file @
2e870681
...
@@ -38,4 +38,4 @@ This command does the following things (use your system monitor to track the pro
...
@@ -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.
Generate release notes using the template in
`xtask/res`
1.
Publish the release with the notes on GitLab using your
`GITLAB_TOKEN`
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?).
This release will trigger a GitLab CI publishing a docker image of the Substrate client with embeded runtime.
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment