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
1e11614a
Unverified
Commit
1e11614a
authored
Aug 02, 2020
by
asynchronous rob
Committed by
GitHub
Aug 02, 2020
Browse files
rename merged rococo to rococo-v1 (#1521)
* rename rococo to rococo-v1 * update Cargo.lock
parent
eca01a8c
Pipeline
#102451
passed with stages
in 20 minutes and 50 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
1e11614a
...
...
@@ -5994,7 +5994,7 @@ dependencies = [
]
[[package]]
name = "rococo-runtime"
name = "rococo-
v1-
runtime"
version = "0.8.19"
dependencies = [
"frame-executive",
...
...
Cargo.toml
View file @
1e11614a
...
...
@@ -35,7 +35,7 @@ members = [
"runtime/parachains"
,
"runtime/polkadot"
,
"runtime/kusama"
,
"runtime/rococo"
,
"runtime/rococo
-v1
"
,
"runtime/westend"
,
"runtime/test-runtime"
,
"runtime/test-runtime/client"
,
...
...
runtime/rococo/Cargo.toml
→
runtime/rococo
-v1
/Cargo.toml
View file @
1e11614a
[package]
name
=
"rococo-runtime"
name
=
"rococo-
v1-
runtime"
version
=
"0.8.19"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
runtime/rococo/build.rs
→
runtime/rococo
-v1
/build.rs
View file @
1e11614a
File moved
runtime/rococo/src/constants.rs
→
runtime/rococo
-v1
/src/constants.rs
View file @
1e11614a
File moved
runtime/rococo/src/lib.rs
→
runtime/rococo
-v1
/src/lib.rs
View file @
1e11614a
...
...
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
//! The Rococo runtime.
//! The Rococo runtime
for v1 parachains
.
#![cfg_attr(not(feature
=
"std"
),
no_std)]
// `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256.
...
...
@@ -382,8 +382,8 @@ impl Filter<Call> for BaseFilter {
/// Runtime version (Rococo).
pub
const
VERSION
:
RuntimeVersion
=
RuntimeVersion
{
spec_name
:
create_runtime_str!
(
"rococo"
),
impl_name
:
create_runtime_str!
(
"parity-rococo"
),
spec_name
:
create_runtime_str!
(
"rococo
-v1
"
),
impl_name
:
create_runtime_str!
(
"parity-rococo
-v1
"
),
authoring_version
:
0
,
spec_version
:
1
,
impl_version
:
0
,
...
...
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