Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
963414ea
Unverified
Commit
963414ea
authored
May 20, 2021
by
Bastian Köcher
Committed by
GitHub
May 20, 2021
Browse files
New Rococo genesis (#3065)
parent
9c2b4616
Pipeline
#138824
passed with stages
in 16 minutes and 55 seconds
Changes
2
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
node/service/res/rococo.json
View file @
963414ea
This diff is collapsed.
Click to expand it.
runtime/rococo/src/lib.rs
View file @
963414ea
...
...
@@ -108,9 +108,9 @@ include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
/// Runtime version (Rococo).
pub
const
VERSION
:
RuntimeVersion
=
RuntimeVersion
{
spec_name
:
create_runtime_str!
(
"rococo"
),
impl_name
:
create_runtime_str!
(
"parity-rococo-v1.
5
"
),
impl_name
:
create_runtime_str!
(
"parity-rococo-v1.
6
"
),
authoring_version
:
0
,
spec_version
:
900
1
,
spec_version
:
900
3
,
impl_version
:
0
,
#[cfg(not(feature
=
"disable-runtime-api"
))]
apis
:
RUNTIME_API_VERSIONS
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment