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
96f943bf
Commit
96f943bf
authored
7 months ago
by
Hugo Trentesaux
Browse files
Options
Downloads
Patches
Plain Diff
update srtool version in doc
parent
61512e55
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/dev/verify-runtime-code.md
+2
-2
2 additions, 2 deletions
docs/dev/verify-runtime-code.md
with
2 additions
and
2 deletions
docs/dev/verify-runtime-code.md
+
2
−
2
View file @
96f943bf
...
@@ -6,14 +6,14 @@ When voting for a runtime upgrade, you should check that the proposed hash actua
...
@@ -6,14 +6,14 @@ When voting for a runtime upgrade, you should check that the proposed hash actua
mkdir
runtime/gdev/target
mkdir
runtime/gdev/target
chmod
o+w runtime/gdev/target
chmod
o+w runtime/gdev/target
# Workaround see !239
# Workaround see !239
echo
-e
"[toolchain]
\n
channel =
\"
1.7
4
.0
\"\n
components = [
\"
rust-std
\"
,
\"
rust-src
\"
]"
>
runtime/gdev/rust-toolchain.toml
echo
-e
"[toolchain]
\n
channel =
\"
1.7
7
.0
\"\n
components = [
\"
rust-std
\"
,
\"
rust-src
\"
]"
>
runtime/gdev/rust-toolchain.toml
docker run
\
docker run
\
-i
\
-i
\
--rm
\
--rm
\
-e
PACKAGE
=
gdev-runtime
\
-e
PACKAGE
=
gdev-runtime
\
-e
RUNTIME_DIR
=
runtime/gdev
\
-e
RUNTIME_DIR
=
runtime/gdev
\
-v
$PWD
:/build
\
-v
$PWD
:/build
\
paritytech/srtool:1.7
4
.0-0.1
3
.0 build
--app
--json
-cM
paritytech/srtool:1.7
7
.0-0.1
5
.0 build
--app
--json
-cM
```
```
Then, the runtime wasm bytecode is generated in this location:
Then, the runtime wasm bytecode is generated in this location:
...
...
This diff is collapsed.
Click to expand it.
Hugo Trentesaux
@HugoTrentesaux
mentioned in commit
be052248
·
6 months ago
mentioned in commit
be052248
mentioned in commit be05224855bb78ba21ebe0703cbe12655f4ed9b1
Toggle commit list
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