mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 11:01:08 +00:00
Fix rococo naming for master (#776)
* package naming conflict fixed (#753) * Fix rococo naming Co-authored-by: Ignacio Palacios <ignacio.palacios.santos@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
chain: ["statemine", "westmint", "statemint", "rococo", "shell"]
|
chain: ["statemine", "westmint", "statemint", "rococo-parachain", "shell"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Generated
+3
-3
@@ -6700,7 +6700,7 @@ dependencies = [
|
|||||||
"polkadot-parachain",
|
"polkadot-parachain",
|
||||||
"polkadot-primitives",
|
"polkadot-primitives",
|
||||||
"polkadot-service",
|
"polkadot-service",
|
||||||
"rococo-runtime 0.1.0",
|
"rococo-parachain-runtime",
|
||||||
"sc-basic-authorship",
|
"sc-basic-authorship",
|
||||||
"sc-chain-spec",
|
"sc-chain-spec",
|
||||||
"sc-cli",
|
"sc-cli",
|
||||||
@@ -7585,7 +7585,7 @@ dependencies = [
|
|||||||
"polkadot-runtime",
|
"polkadot-runtime",
|
||||||
"polkadot-runtime-parachains",
|
"polkadot-runtime-parachains",
|
||||||
"polkadot-statement-distribution",
|
"polkadot-statement-distribution",
|
||||||
"rococo-runtime 0.9.13",
|
"rococo-runtime",
|
||||||
"sc-authority-discovery",
|
"sc-authority-discovery",
|
||||||
"sc-basic-authorship",
|
"sc-basic-authorship",
|
||||||
"sc-block-builder",
|
"sc-block-builder",
|
||||||
@@ -8446,7 +8446,7 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rococo-runtime"
|
name = "rococo-parachain-runtime"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cumulus-pallet-aura-ext",
|
"cumulus-pallet-aura-ext",
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@ members = [
|
|||||||
"polkadot-parachains/",
|
"polkadot-parachains/",
|
||||||
"polkadot-parachains/pallets/parachain-info",
|
"polkadot-parachains/pallets/parachain-info",
|
||||||
"polkadot-parachains/pallets/ping",
|
"polkadot-parachains/pallets/ping",
|
||||||
"polkadot-parachains/rococo",
|
"polkadot-parachains/rococo-parachain",
|
||||||
"polkadot-parachains/shell",
|
"polkadot-parachains/shell",
|
||||||
"polkadot-parachains/parachains-common",
|
"polkadot-parachains/parachains-common",
|
||||||
"polkadot-parachains/statemint",
|
"polkadot-parachains/statemint",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ hex-literal = "0.2.1"
|
|||||||
async-trait = "0.1.42"
|
async-trait = "0.1.42"
|
||||||
|
|
||||||
# Parachain runtimes
|
# Parachain runtimes
|
||||||
rococo-parachain-runtime = { package = "rococo-runtime", path = "rococo" }
|
rococo-parachain-runtime = { path = "rococo-parachain" }
|
||||||
shell-runtime = { path = "shell" }
|
shell-runtime = { path = "shell" }
|
||||||
statemint-runtime = { path = "statemint" }
|
statemint-runtime = { path = "statemint" }
|
||||||
statemine-runtime = { path = "statemine" }
|
statemine-runtime = { path = "statemine" }
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = 'rococo-runtime'
|
name = 'rococo-parachain-runtime'
|
||||||
version = '0.1.0'
|
version = '0.1.0'
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
Reference in New Issue
Block a user