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
Merge requests
!199
Release/runtime 700
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release/runtime 700
release/runtime-700
into
master
Overview
1
Commits
19
Pipelines
9
Changes
9
Merged
Cédric Moreau
requested to merge
release/runtime-700
into
master
1 year ago
Overview
1
Commits
19
Pipelines
9
Changes
1
Expand
Fix
#143 (closed)
.
Edited
1 year ago
by
Cédric Moreau
0
0
Merge request reports
Compare
version 1
version 4
a215b512
1 year ago
version 3
057c0a67
1 year ago
version 2
f7969d71
1 year ago
version 1
3aa35463
1 year ago
master (base)
and
version 2
latest version
1abdb731
19 commits,
1 year ago
version 4
a215b512
18 commits,
1 year ago
version 3
057c0a67
17 commits,
1 year ago
version 2
f7969d71
16 commits,
1 year ago
version 1
3aa35463
15 commits,
1 year ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
node/src/command.rs
+
1
−
1
Options
@@ -123,7 +123,7 @@ impl SubstrateCli for Cli {
}
// hardcoded previously generated raw chainspecs
// yields a pointlessly heavy binary because of hexadecimal-text-encoded values
#[cfg(
all(
feature
=
"gdev"
)
)
]
#[cfg(feature
=
"gdev"
)]
"gdev"
=>
Box
::
new
(
chain_spec
::
gdev
::
ChainSpec
::
from_json_bytes
(
&
include_bytes!
(
"../specs/gdev-raw.json"
)[
..
],
)
?
),
Loading