mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
Added support for coretime-kusama/polkadot and people-kusama/polkadot (#3961)
## Running `./polkadot-parachain --chain coretime-kusama` works now: **Parachain genesis state and header** match expected ones from https://gist.github.com/bkontur/f74fc00fd726d09bc7f0f3a9f51ec113?permalink_comment_id=5009857#gistcomment-5009857 ``` 2024-04-03 12:03:58 [Parachain] 🔨 Initializing Genesis block/state (state: 0xc418…889c, header-hash: 0x638c…d050) ... 2024-04-03 12:04:04 [Parachain] 💤 Idle (0 peers), best: #0 (0x638c…d050), finalized #0 (0x638c…d050) ``` **Relaychain genesis state and header** match expected ones: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fkusama-rpc.polkadot.io#/explorer/query/0 ``` 2024-04-03 12:03:59 [Relaychain] 🔨 Initializing Genesis block/state (state: 0xb000…ef6b, header-hash: 0xb0a8…dafe) ``` **Full logs:** ``` bparity@bkontur-ThinkPad-P14s-Gen-2i:~/parity/polkadot-sdk$ ./target/debug/polkadot-parachain --chain coretime-kusama 2024-04-03 12:03:52 Polkadot parachain 2024-04-03 12:03:52 ✌️ version 4.0.0-665e3654cec 2024-04-03 12:03:52 ❤️ by Parity Technologies <admin@parity.io>, 2017-2024 2024-04-03 12:03:52 📋 Chain specification: Kusama Coretime 2024-04-03 12:03:52 🏷 Node name: subsequent-quicksand-2382 2024-04-03 12:03:52 👤 Role: FULL 2024-04-03 12:03:52 💾 Database: RocksDb at /home/bparity/.local/share/polkadot-parachain/chains/coretime-kusama/db/full 2024-04-03 12:03:54 Parachain id: Id(1005) 2024-04-03 12:03:54 Parachain Account: 5Ec4AhPakEiNWFbAd26nRrREnaGQZo3uukPDC5xLr6314Dwg 2024-04-03 12:03:54 Is collating: no 2024-04-03 12:03:58 [Parachain] 🔨 Initializing Genesis block/state (state: 0xc418…889c, header-hash: 0x638c…d050) 2024-04-03 12:03:59 [Relaychain] 🔨 Initializing Genesis block/state (state: 0xb000…ef6b, header-hash: 0xb0a8…dafe) 2024-04-03 12:03:59 [Relaychain] 👴 Loading GRANDPA authority set from genesis on what appears to be first startup. 2024-04-03 12:03:59 [Relaychain] 👶 Creating empty BABE epoch changes on what appears to be first startup. 2024-04-03 12:03:59 [Relaychain] 🏷 Local node identity is: 12D3KooWSfXNBZYimwSKBqfKf7F1X6adNQQD5HVQbdnvSyBFn8Wd 2024-04-03 12:03:59 [Relaychain] 💻 Operating system: linux 2024-04-03 12:03:59 [Relaychain] 💻 CPU architecture: x86_64 2024-04-03 12:03:59 [Relaychain] 💻 Target environment: gnu 2024-04-03 12:03:59 [Relaychain] 💻 CPU: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz 2024-04-03 12:03:59 [Relaychain] 💻 CPU cores: 4 2024-04-03 12:03:59 [Relaychain] 💻 Memory: 31797MB 2024-04-03 12:03:59 [Relaychain] 💻 Kernel: 5.15.0-101-generic 2024-04-03 12:03:59 [Relaychain] 💻 Linux distribution: Ubuntu 20.04.6 LTS 2024-04-03 12:03:59 [Relaychain] 💻 Virtual machine: no 2024-04-03 12:03:59 [Relaychain] 📦 Highest known block at #0 2024-04-03 12:03:59 [Relaychain] 〽️ Prometheus exporter started at 127.0.0.1:9616 2024-04-03 12:03:59 [Relaychain] Running JSON-RPC server: addr=127.0.0.1:9945, allowed origins=["http://localhost:*", "http://127.0.0.1:*", "https://localhost:*", "https://127.0.0.1:*", "https://polkadot.js.org"] 2024-04-03 12:03:59 [Relaychain] 🏁 CPU score: 1.40 GiBs 2024-04-03 12:03:59 [Relaychain] 🏁 Memory score: 15.42 GiBs 2024-04-03 12:03:59 [Relaychain] 🏁 Disk score (seq. writes): 1.39 GiBs 2024-04-03 12:03:59 [Relaychain] 🏁 Disk score (rand. writes): 690.56 MiBs 2024-04-03 12:03:59 [Parachain] Using default protocol ID "sup" because none is configured in the chain specs 2024-04-03 12:03:59 [Parachain] 🏷 Local node identity is: 12D3KooWAAvNqXn8WPmvnEj36j7HsdbtpRpmWDPT9xtp4CuphvxW 2024-04-03 12:03:59 [Parachain] 💻 Operating system: linux 2024-04-03 12:03:59 [Parachain] 💻 CPU architecture: x86_64 2024-04-03 12:03:59 [Parachain] 💻 Target environment: gnu 2024-04-03 12:03:59 [Parachain] 💻 CPU: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz 2024-04-03 12:03:59 [Parachain] 💻 CPU cores: 4 2024-04-03 12:03:59 [Parachain] 💻 Memory: 31797MB 2024-04-03 12:03:59 [Parachain] 💻 Kernel: 5.15.0-101-generic 2024-04-03 12:03:59 [Parachain] 💻 Linux distribution: Ubuntu 20.04.6 LTS 2024-04-03 12:03:59 [Parachain] 💻 Virtual machine: no 2024-04-03 12:03:59 [Parachain] 📦 Highest known block at #0 2024-04-03 12:03:59 [Parachain] 〽️ Prometheus exporter started at 127.0.0.1:9615 2024-04-03 12:03:59 [Parachain] Running JSON-RPC server: addr=127.0.0.1:9944, allowed origins=["http://localhost:*", "http://127.0.0.1:*", "https://localhost:*", "https://127.0.0.1:*", "https://polkadot.js.org"] 2024-04-03 12:03:59 [Parachain] 🏁 CPU score: 1.40 GiBs 2024-04-03 12:03:59 [Parachain] 🏁 Memory score: 15.42 GiBs 2024-04-03 12:03:59 [Parachain] 🏁 Disk score (seq. writes): 1.39 GiBs 2024-04-03 12:03:59 [Parachain] 🏁 Disk score (rand. writes): 690.56 MiBs 2024-04-03 12:03:59 [Parachain] discovered: 12D3KooWSfXNBZYimwSKBqfKf7F1X6adNQQD5HVQbdnvSyBFn8Wd /ip4/192.168.1.100/tcp/30334/ws 2024-04-03 12:03:59 [Relaychain] discovered: 12D3KooWAAvNqXn8WPmvnEj36j7HsdbtpRpmWDPT9xtp4CuphvxW /ip4/192.168.1.100/tcp/30333/ws 2024-04-03 12:03:59 [Relaychain] discovered: 12D3KooWAAvNqXn8WPmvnEj36j7HsdbtpRpmWDPT9xtp4CuphvxW /ip4/172.18.0.1/tcp/30333/ws 2024-04-03 12:03:59 [Parachain] discovered: 12D3KooWSfXNBZYimwSKBqfKf7F1X6adNQQD5HVQbdnvSyBFn8Wd /ip4/172.17.0.1/tcp/30334/ws 2024-04-03 12:03:59 [Relaychain] discovered: 12D3KooWAAvNqXn8WPmvnEj36j7HsdbtpRpmWDPT9xtp4CuphvxW /ip4/172.17.0.1/tcp/30333/ws 2024-04-03 12:03:59 [Parachain] discovered: 12D3KooWSfXNBZYimwSKBqfKf7F1X6adNQQD5HVQbdnvSyBFn8Wd /ip4/172.18.0.1/tcp/30334/ws 2024-04-03 12:04:00 [Relaychain] 🔍 Discovered new external address for our node: /ip4/178.41.176.246/tcp/30334/ws/p2p/12D3KooWSfXNBZYimwSKBqfKf7F1X6adNQQD5HVQbdnvSyBFn8Wd 2024-04-03 12:04:00 [Relaychain] Sending fatal alert BadCertificate 2024-04-03 12:04:00 [Relaychain] Sending fatal alert BadCertificate 2024-04-03 12:04:04 [Relaychain] ⚙️ Syncing, target=#22575321 (7 peers), best: #738 (0x1803…bbef), finalized #512 (0xb9b6…7014), ⬇ 328.5kiB/s ⬆ 102.9kiB/s 2024-04-03 12:04:04 [Parachain] 💤 Idle (0 peers), best: #0 (0x638c…d050), finalized #0 (0x638c…d050), ⬇ 0 ⬆ 0 2024-04-03 12:04:09 [Relaychain] ⚙️ Syncing 169.5 bps, target=#22575322 (8 peers), best: #1586 (0x405b…a8aa), finalized #1536 (0x55d1…fb04), ⬇ 232.3kiB/s ⬆ 55.9kiB/s 2024-04-03 12:04:09 [Parachain] 💤 Idle (0 peers), best: #0 (0x638c…d050), finalized #0 (0x638c…d050), ⬇ 0 ⬆ 0 2024-04-03 12:04:14 [Relaychain] ⚙️ Syncing 168.0 bps, target=#22575323 (8 peers), best: #2426 (0x155f…d083), finalized #2048 (0xede6…f879), ⬇ 235.8kiB/s ⬆ 67.2kiB/s 2024-04-03 12:04:14 [Parachain] 💤 Idle (0 peers), best: #0 (0x638c…d050), finalized #0 (0x638c…d050), ⬇ 0 ⬆ 0 2024-04-03 12:04:19 [Relaychain] ⚙️ Syncing 170.0 bps, target=#22575324 (8 peers), best: #3276 (0x94d8…097e), finalized #3072 (0x0e4c…f587), ⬇ 129.0kiB/s ⬆ 34.0kiB/s ... ``` ## Running `./polkadot-parachain --chain people-kusama` works now: **Parachain genesis state and header** match expected ones from https://gist.github.com/bkontur/f74fc00fd726d09bc7f0f3a9f51ec113?permalink_comment_id=5011798#gistcomment-5011798 ``` 2024-04-04 10:26:24 [Parachain] 🔨 Initializing Genesis block/state (state: 0x023a…2733, header-hash: 0x07b8…2645) ... 2024-04-04 10:26:30 [Parachain] 💤 Idle (0 peers), best: #0 (0x07b8…2645), finalized #0 (0x07b8…2645), ⬇ 0 ⬆ 0 ``` **Relaychain genesis state and header** match expected ones: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fkusama-rpc.polkadot.io#/explorer/query/0 ``` 2024-04-04 10:26:25 [Relaychain] 🔨 Initializing Genesis block/state (state: 0xb000…ef6b, header-hash: 0xb0a8…dafe) ``` **Full logs:** ``` bparity@bkontur-ThinkPad-P14s-Gen-2i:~/parity/aaa/polkadot-sdk$ ./target/debug/polkadot-parachain --chain people-kusama 2024-04-04 10:26:18 Polkadot parachain 2024-04-04 10:26:18 ✌️ version 4.0.0-39274bb75fc 2024-04-04 10:26:18 ❤️ by Parity Technologies <admin@parity.io>, 2017-2024 2024-04-04 10:26:18 📋 Chain specification: Kusama People 2024-04-04 10:26:18 🏷 Node name: knotty-flight-5398 2024-04-04 10:26:18 👤 Role: FULL 2024-04-04 10:26:18 💾 Database: RocksDb at /home/bparity/.local/share/polkadot-parachain/chains/people-kusama/db/full 2024-04-04 10:26:21 Parachain id: Id(1004) 2024-04-04 10:26:21 Parachain Account: 5Ec4AhPaYcfBz8fMoPd4EfnAgwbzRS7np3APZUnnFo12qEYk 2024-04-04 10:26:21 Is collating: no 2024-04-04 10:26:24 [Parachain] 🔨 Initializing Genesis block/state (state: 0x023a…2733, header-hash: 0x07b8…2645) 2024-04-04 10:26:25 [Relaychain] 🔨 Initializing Genesis block/state (state: 0xb000…ef6b, header-hash: 0xb0a8…dafe) 2024-04-04 10:26:25 [Relaychain] 👴 Loading GRANDPA authority set from genesis on what appears to be first startup. 2024-04-04 10:26:25 [Relaychain] 👶 Creating empty BABE epoch changes on what appears to be first startup. 2024-04-04 10:26:25 [Relaychain] 🏷 Local node identity is: 12D3KooWPoTVhnrFNzVYJPR42HE9rYjXhkKHFDL9ut5nafDqJHKB 2024-04-04 10:26:25 [Relaychain] 💻 Operating system: linux 2024-04-04 10:26:25 [Relaychain] 💻 CPU architecture: x86_64 2024-04-04 10:26:25 [Relaychain] 💻 Target environment: gnu 2024-04-04 10:26:25 [Relaychain] 💻 CPU: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz 2024-04-04 10:26:25 [Relaychain] 💻 CPU cores: 4 2024-04-04 10:26:25 [Relaychain] 💻 Memory: 31797MB 2024-04-04 10:26:25 [Relaychain] 💻 Kernel: 5.15.0-101-generic 2024-04-04 10:26:25 [Relaychain] 💻 Linux distribution: Ubuntu 20.04.6 LTS 2024-04-04 10:26:25 [Relaychain] 💻 Virtual machine: no 2024-04-04 10:26:25 [Relaychain] 📦 Highest known block at #0 2024-04-04 10:26:25 [Relaychain] 〽️ Prometheus exporter started at 127.0.0.1:9616 2024-04-04 10:26:25 [Relaychain] Running JSON-RPC server: addr=127.0.0.1:9945, allowed origins=["http://localhost:*", "http://127.0.0.1:*", "https://localhost:*", "https://127.0.0.1:*", "https://polkadot.js.org"] 2024-04-04 10:26:25 [Relaychain] 🏁 CPU score: 1.18 GiBs 2024-04-04 10:26:25 [Relaychain] 🏁 Memory score: 15.61 GiBs 2024-04-04 10:26:25 [Relaychain] 🏁 Disk score (seq. writes): 1.49 GiBs 2024-04-04 10:26:25 [Relaychain] 🏁 Disk score (rand. writes): 650.01 MiBs 2024-04-04 10:26:25 [Parachain] Using default protocol ID "sup" because none is configured in the chain specs 2024-04-04 10:26:25 [Parachain] 🏷 Local node identity is: 12D3KooWS2WPQgtiZZYT6bLGjwGcJU7QVd5EeQvb4jHN3NVSWDdj 2024-04-04 10:26:25 [Parachain] 💻 Operating system: linux 2024-04-04 10:26:25 [Parachain] 💻 CPU architecture: x86_64 2024-04-04 10:26:25 [Parachain] 💻 Target environment: gnu 2024-04-04 10:26:25 [Parachain] 💻 CPU: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz 2024-04-04 10:26:25 [Parachain] 💻 CPU cores: 4 2024-04-04 10:26:25 [Parachain] 💻 Memory: 31797MB 2024-04-04 10:26:25 [Parachain] 💻 Kernel: 5.15.0-101-generic 2024-04-04 10:26:25 [Parachain] 💻 Linux distribution: Ubuntu 20.04.6 LTS 2024-04-04 10:26:25 [Parachain] 💻 Virtual machine: no 2024-04-04 10:26:25 [Parachain] 📦 Highest known block at #0 2024-04-04 10:26:25 [Parachain] 〽️ Prometheus exporter started at 127.0.0.1:9615 2024-04-04 10:26:25 [Parachain] Running JSON-RPC server: addr=127.0.0.1:9944, allowed origins=["http://localhost:*", "http://127.0.0.1:*", "https://localhost:*", "https://127.0.0.1:*", "https://polkadot.js.org"] 2024-04-04 10:26:25 [Parachain] 🏁 CPU score: 1.18 GiBs 2024-04-04 10:26:25 [Parachain] 🏁 Memory score: 15.61 GiBs 2024-04-04 10:26:25 [Parachain] 🏁 Disk score (seq. writes): 1.49 GiBs 2024-04-04 10:26:25 [Parachain] 🏁 Disk score (rand. writes): 650.01 MiBs 2024-04-04 10:26:25 [Parachain] discovered: 12D3KooWPoTVhnrFNzVYJPR42HE9rYjXhkKHFDL9ut5nafDqJHKB /ip4/172.17.0.1/tcp/30334/ws 2024-04-04 10:26:25 [Relaychain] discovered: 12D3KooWS2WPQgtiZZYT6bLGjwGcJU7QVd5EeQvb4jHN3NVSWDdj /ip4/172.18.0.1/tcp/30333/ws 2024-04-04 10:26:25 [Relaychain] discovered: 12D3KooWS2WPQgtiZZYT6bLGjwGcJU7QVd5EeQvb4jHN3NVSWDdj /ip4/192.168.1.100/tcp/30333/ws 2024-04-04 10:26:25 [Parachain] discovered: 12D3KooWPoTVhnrFNzVYJPR42HE9rYjXhkKHFDL9ut5nafDqJHKB /ip4/172.18.0.1/tcp/30334/ws 2024-04-04 10:26:25 [Relaychain] discovered: 12D3KooWS2WPQgtiZZYT6bLGjwGcJU7QVd5EeQvb4jHN3NVSWDdj /ip4/172.17.0.1/tcp/30333/ws 2024-04-04 10:26:25 [Parachain] discovered: 12D3KooWPoTVhnrFNzVYJPR42HE9rYjXhkKHFDL9ut5nafDqJHKB /ip4/192.168.1.100/tcp/30334/ws 2024-04-04 10:26:26 [Relaychain] 🔍 Discovered new external address for our node: /ip4/178.41.176.246/tcp/30334/ws/p2p/12D3KooWPoTVhnrFNzVYJPR42HE9rYjXhkKHFDL9ut5nafDqJHKB 2024-04-04 10:26:27 [Relaychain] Sending fatal alert BadCertificate 2024-04-04 10:26:27 [Relaychain] Sending fatal alert BadCertificate 2024-04-04 10:26:30 [Relaychain] ⚙️ Syncing, target=#22588722 (8 peers), best: #638 (0xa9cd…7c30), finalized #512 (0xb9b6…7014), ⬇ 345.6kiB/s ⬆ 108.7kiB/s 2024-04-04 10:26:30 [Parachain] 💤 Idle (0 peers), best: #0 (0x07b8…2645), finalized #0 (0x07b8…2645), ⬇ 0 ⬆ 0 2024-04-04 10:26:35 [Relaychain] ⚙️ Syncing 174.4 bps, target=#22588722 (9 peers), best: #1510 (0xec0b…72f0), finalized #1024 (0x3f17…fd7f), ⬇ 203.1kiB/s ⬆ 45.0kiB/s 2024-04-04 10:26:35 [Parachain] 💤 Idle (0 peers), best: #0 (0x07b8…2645), finalized #0 (0x07b8…2645), ⬇ 0 ⬆ 0 2024-04-04 10:26:40 [Relaychain] ⚙️ Syncing 168.9 bps, target=#22588723 (9 peers), best: #2355 (0xa68b…3a64), finalized #2048 (0xede6…f879), ⬇ 201.6kiB/s ⬆ 47.4kiB/s 2024-04-04 10:26:40 [Parachain] 💤 Idle (0 peers), best: #0 (0x07b8…2645), finalized #0 (0x07b8…2645), ⬇ 0 ⬆ 0 ``` ## TODO - [x] double check `cumulus/polkadot-parachain/chain-specs/coretime-kusama.json` (safeXcmVersion=3) see [comment](https://github.com/paritytech/polkadot-sdk/pull/3961#discussion_r1549473587) - [x] check if ~~`start_generic_aura_node`~~ or `start_generic_aura_lookahead_node` - [x] generate chain-spec for `people-kusama` --------- Co-authored-by: Dónal Murray <donal.murray@parity.io>
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
../../parachains/chain-specs/coretime-kusama.json
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
../../parachains/chain-specs/people-kusama.json
|
||||||
@@ -22,6 +22,12 @@ use std::{borrow::Cow, str::FromStr};
|
|||||||
/// Collects all supported Coretime configurations.
|
/// Collects all supported Coretime configurations.
|
||||||
#[derive(Debug, PartialEq, Clone, Copy)]
|
#[derive(Debug, PartialEq, Clone, Copy)]
|
||||||
pub enum CoretimeRuntimeType {
|
pub enum CoretimeRuntimeType {
|
||||||
|
Kusama,
|
||||||
|
KusamaLocal,
|
||||||
|
|
||||||
|
Polkadot,
|
||||||
|
PolkadotLocal,
|
||||||
|
|
||||||
// Live
|
// Live
|
||||||
Rococo,
|
Rococo,
|
||||||
// Local
|
// Local
|
||||||
@@ -42,6 +48,10 @@ impl FromStr for CoretimeRuntimeType {
|
|||||||
|
|
||||||
fn from_str(value: &str) -> Result<Self, Self::Err> {
|
fn from_str(value: &str) -> Result<Self, Self::Err> {
|
||||||
match value {
|
match value {
|
||||||
|
kusama::CORETIME_KUSAMA => Ok(CoretimeRuntimeType::Kusama),
|
||||||
|
kusama::CORETIME_KUSAMA_LOCAL => Ok(CoretimeRuntimeType::KusamaLocal),
|
||||||
|
polkadot::CORETIME_POLKADOT => Ok(CoretimeRuntimeType::Polkadot),
|
||||||
|
polkadot::CORETIME_POLKADOT_LOCAL => Ok(CoretimeRuntimeType::PolkadotLocal),
|
||||||
rococo::CORETIME_ROCOCO => Ok(CoretimeRuntimeType::Rococo),
|
rococo::CORETIME_ROCOCO => Ok(CoretimeRuntimeType::Rococo),
|
||||||
rococo::CORETIME_ROCOCO_LOCAL => Ok(CoretimeRuntimeType::RococoLocal),
|
rococo::CORETIME_ROCOCO_LOCAL => Ok(CoretimeRuntimeType::RococoLocal),
|
||||||
rococo::CORETIME_ROCOCO_DEVELOPMENT => Ok(CoretimeRuntimeType::RococoDevelopment),
|
rococo::CORETIME_ROCOCO_DEVELOPMENT => Ok(CoretimeRuntimeType::RococoDevelopment),
|
||||||
@@ -56,6 +66,10 @@ impl FromStr for CoretimeRuntimeType {
|
|||||||
impl From<CoretimeRuntimeType> for &str {
|
impl From<CoretimeRuntimeType> for &str {
|
||||||
fn from(runtime_type: CoretimeRuntimeType) -> Self {
|
fn from(runtime_type: CoretimeRuntimeType) -> Self {
|
||||||
match runtime_type {
|
match runtime_type {
|
||||||
|
CoretimeRuntimeType::Kusama => kusama::CORETIME_KUSAMA,
|
||||||
|
CoretimeRuntimeType::KusamaLocal => kusama::CORETIME_KUSAMA_LOCAL,
|
||||||
|
CoretimeRuntimeType::Polkadot => polkadot::CORETIME_POLKADOT,
|
||||||
|
CoretimeRuntimeType::PolkadotLocal => polkadot::CORETIME_POLKADOT_LOCAL,
|
||||||
CoretimeRuntimeType::Rococo => rococo::CORETIME_ROCOCO,
|
CoretimeRuntimeType::Rococo => rococo::CORETIME_ROCOCO,
|
||||||
CoretimeRuntimeType::RococoLocal => rococo::CORETIME_ROCOCO_LOCAL,
|
CoretimeRuntimeType::RococoLocal => rococo::CORETIME_ROCOCO_LOCAL,
|
||||||
CoretimeRuntimeType::RococoDevelopment => rococo::CORETIME_ROCOCO_DEVELOPMENT,
|
CoretimeRuntimeType::RococoDevelopment => rococo::CORETIME_ROCOCO_DEVELOPMENT,
|
||||||
@@ -69,9 +83,14 @@ impl From<CoretimeRuntimeType> for &str {
|
|||||||
impl From<CoretimeRuntimeType> for ChainType {
|
impl From<CoretimeRuntimeType> for ChainType {
|
||||||
fn from(runtime_type: CoretimeRuntimeType) -> Self {
|
fn from(runtime_type: CoretimeRuntimeType) -> Self {
|
||||||
match runtime_type {
|
match runtime_type {
|
||||||
CoretimeRuntimeType::Rococo | CoretimeRuntimeType::Westend => ChainType::Live,
|
CoretimeRuntimeType::Kusama |
|
||||||
CoretimeRuntimeType::RococoLocal | CoretimeRuntimeType::WestendLocal =>
|
CoretimeRuntimeType::Polkadot |
|
||||||
ChainType::Local,
|
CoretimeRuntimeType::Rococo |
|
||||||
|
CoretimeRuntimeType::Westend => ChainType::Live,
|
||||||
|
CoretimeRuntimeType::KusamaLocal |
|
||||||
|
CoretimeRuntimeType::PolkadotLocal |
|
||||||
|
CoretimeRuntimeType::RococoLocal |
|
||||||
|
CoretimeRuntimeType::WestendLocal => ChainType::Local,
|
||||||
CoretimeRuntimeType::RococoDevelopment | CoretimeRuntimeType::WestendDevelopment =>
|
CoretimeRuntimeType::RococoDevelopment | CoretimeRuntimeType::WestendDevelopment =>
|
||||||
ChainType::Development,
|
ChainType::Development,
|
||||||
}
|
}
|
||||||
@@ -85,6 +104,11 @@ impl CoretimeRuntimeType {
|
|||||||
|
|
||||||
pub fn load_config(&self) -> Result<Box<dyn ChainSpec>, String> {
|
pub fn load_config(&self) -> Result<Box<dyn ChainSpec>, String> {
|
||||||
match self {
|
match self {
|
||||||
|
CoretimeRuntimeType::Kusama => Ok(Box::new(GenericChainSpec::from_json_bytes(
|
||||||
|
&include_bytes!("../../chain-specs/coretime-kusama.json")[..],
|
||||||
|
)?)),
|
||||||
|
CoretimeRuntimeType::Polkadot =>
|
||||||
|
todo!("Generate chain-spec: ../../chain-specs/coretime-polkadot.json"),
|
||||||
CoretimeRuntimeType::Rococo => Ok(Box::new(GenericChainSpec::from_json_bytes(
|
CoretimeRuntimeType::Rococo => Ok(Box::new(GenericChainSpec::from_json_bytes(
|
||||||
&include_bytes!("../../chain-specs/coretime-rococo.json")[..],
|
&include_bytes!("../../chain-specs/coretime-rococo.json")[..],
|
||||||
)?)),
|
)?)),
|
||||||
@@ -99,6 +123,10 @@ impl CoretimeRuntimeType {
|
|||||||
Ok(Box::new(westend::local_config(*self, "westend-local"))),
|
Ok(Box::new(westend::local_config(*self, "westend-local"))),
|
||||||
CoretimeRuntimeType::WestendDevelopment =>
|
CoretimeRuntimeType::WestendDevelopment =>
|
||||||
Ok(Box::new(westend::local_config(*self, "westend-dev"))),
|
Ok(Box::new(westend::local_config(*self, "westend-dev"))),
|
||||||
|
other => Err(std::format!(
|
||||||
|
"No default config present for {:?}, you should provide a chain-spec as json file!",
|
||||||
|
other
|
||||||
|
)),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -296,3 +324,13 @@ pub mod westend {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub mod kusama {
|
||||||
|
pub(crate) const CORETIME_KUSAMA: &str = "coretime-kusama";
|
||||||
|
pub(crate) const CORETIME_KUSAMA_LOCAL: &str = "coretime-kusama-local";
|
||||||
|
}
|
||||||
|
|
||||||
|
pub mod polkadot {
|
||||||
|
pub(crate) const CORETIME_POLKADOT: &str = "coretime-polkadot";
|
||||||
|
pub(crate) const CORETIME_POLKADOT_LOCAL: &str = "coretime-polkadot-local";
|
||||||
|
}
|
||||||
|
|||||||
@@ -23,6 +23,10 @@ use std::str::FromStr;
|
|||||||
/// Collects all supported People configurations.
|
/// Collects all supported People configurations.
|
||||||
#[derive(Debug, PartialEq)]
|
#[derive(Debug, PartialEq)]
|
||||||
pub enum PeopleRuntimeType {
|
pub enum PeopleRuntimeType {
|
||||||
|
Kusama,
|
||||||
|
KusamaLocal,
|
||||||
|
Polkadot,
|
||||||
|
PolkadotLocal,
|
||||||
Rococo,
|
Rococo,
|
||||||
RococoLocal,
|
RococoLocal,
|
||||||
RococoDevelopment,
|
RococoDevelopment,
|
||||||
@@ -36,6 +40,10 @@ impl FromStr for PeopleRuntimeType {
|
|||||||
|
|
||||||
fn from_str(value: &str) -> Result<Self, Self::Err> {
|
fn from_str(value: &str) -> Result<Self, Self::Err> {
|
||||||
match value {
|
match value {
|
||||||
|
kusama::PEOPLE_KUSAMA => Ok(PeopleRuntimeType::Kusama),
|
||||||
|
kusama::PEOPLE_KUSAMA_LOCAL => Ok(PeopleRuntimeType::KusamaLocal),
|
||||||
|
polkadot::PEOPLE_POLKADOT => Ok(PeopleRuntimeType::Polkadot),
|
||||||
|
polkadot::PEOPLE_POLKADOT_LOCAL => Ok(PeopleRuntimeType::PolkadotLocal),
|
||||||
rococo::PEOPLE_ROCOCO => Ok(PeopleRuntimeType::Rococo),
|
rococo::PEOPLE_ROCOCO => Ok(PeopleRuntimeType::Rococo),
|
||||||
rococo::PEOPLE_ROCOCO_LOCAL => Ok(PeopleRuntimeType::RococoLocal),
|
rococo::PEOPLE_ROCOCO_LOCAL => Ok(PeopleRuntimeType::RococoLocal),
|
||||||
rococo::PEOPLE_ROCOCO_DEVELOPMENT => Ok(PeopleRuntimeType::RococoDevelopment),
|
rococo::PEOPLE_ROCOCO_DEVELOPMENT => Ok(PeopleRuntimeType::RococoDevelopment),
|
||||||
@@ -52,6 +60,10 @@ impl PeopleRuntimeType {
|
|||||||
|
|
||||||
pub fn load_config(&self) -> Result<Box<dyn ChainSpec>, String> {
|
pub fn load_config(&self) -> Result<Box<dyn ChainSpec>, String> {
|
||||||
match self {
|
match self {
|
||||||
|
PeopleRuntimeType::Kusama =>
|
||||||
|
todo!("Update chain-spec: ../../chain-specs/people-kusama.json - https://github.com/paritytech/polkadot-sdk/pull/3961#issuecomment-2037438431"),
|
||||||
|
PeopleRuntimeType::Polkadot =>
|
||||||
|
todo!("Generate chain-spec: ../../chain-specs/people-polkadot.json"),
|
||||||
PeopleRuntimeType::Rococo => Ok(Box::new(GenericChainSpec::from_json_bytes(
|
PeopleRuntimeType::Rococo => Ok(Box::new(GenericChainSpec::from_json_bytes(
|
||||||
&include_bytes!("../../chain-specs/people-rococo.json")[..],
|
&include_bytes!("../../chain-specs/people-rococo.json")[..],
|
||||||
)?)),
|
)?)),
|
||||||
@@ -82,6 +94,10 @@ impl PeopleRuntimeType {
|
|||||||
"westend-development",
|
"westend-development",
|
||||||
ParaId::new(1004),
|
ParaId::new(1004),
|
||||||
))),
|
))),
|
||||||
|
other => Err(std::format!(
|
||||||
|
"No default config present for {:?}, you should provide a chain-spec as json file!",
|
||||||
|
other
|
||||||
|
)),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -318,3 +334,13 @@ pub mod westend {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub mod kusama {
|
||||||
|
pub(crate) const PEOPLE_KUSAMA: &str = "people-kusama";
|
||||||
|
pub(crate) const PEOPLE_KUSAMA_LOCAL: &str = "people-kusama-local";
|
||||||
|
}
|
||||||
|
|
||||||
|
pub mod polkadot {
|
||||||
|
pub(crate) const PEOPLE_POLKADOT: &str = "people-polkadot";
|
||||||
|
pub(crate) const PEOPLE_POLKADOT_LOCAL: &str = "people-polkadot-local";
|
||||||
|
}
|
||||||
|
|||||||
@@ -759,6 +759,10 @@ pub fn run() -> Result<()> {
|
|||||||
.map_err(Into::into),
|
.map_err(Into::into),
|
||||||
|
|
||||||
Coretime(coretime_runtime_type) => match coretime_runtime_type {
|
Coretime(coretime_runtime_type) => match coretime_runtime_type {
|
||||||
|
chain_spec::coretime::CoretimeRuntimeType::Kusama |
|
||||||
|
chain_spec::coretime::CoretimeRuntimeType::KusamaLocal |
|
||||||
|
chain_spec::coretime::CoretimeRuntimeType::Polkadot |
|
||||||
|
chain_spec::coretime::CoretimeRuntimeType::PolkadotLocal |
|
||||||
chain_spec::coretime::CoretimeRuntimeType::Rococo |
|
chain_spec::coretime::CoretimeRuntimeType::Rococo |
|
||||||
chain_spec::coretime::CoretimeRuntimeType::RococoLocal |
|
chain_spec::coretime::CoretimeRuntimeType::RococoLocal |
|
||||||
chain_spec::coretime::CoretimeRuntimeType::RococoDevelopment |
|
chain_spec::coretime::CoretimeRuntimeType::RococoDevelopment |
|
||||||
@@ -790,6 +794,10 @@ pub fn run() -> Result<()> {
|
|||||||
.map_err(Into::into),
|
.map_err(Into::into),
|
||||||
|
|
||||||
People(people_runtime_type) => match people_runtime_type {
|
People(people_runtime_type) => match people_runtime_type {
|
||||||
|
chain_spec::people::PeopleRuntimeType::Kusama |
|
||||||
|
chain_spec::people::PeopleRuntimeType::KusamaLocal |
|
||||||
|
chain_spec::people::PeopleRuntimeType::Polkadot |
|
||||||
|
chain_spec::people::PeopleRuntimeType::PolkadotLocal |
|
||||||
chain_spec::people::PeopleRuntimeType::Rococo |
|
chain_spec::people::PeopleRuntimeType::Rococo |
|
||||||
chain_spec::people::PeopleRuntimeType::RococoLocal |
|
chain_spec::people::PeopleRuntimeType::RococoLocal |
|
||||||
chain_spec::people::PeopleRuntimeType::RococoDevelopment |
|
chain_spec::people::PeopleRuntimeType::RococoDevelopment |
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
title: Added support for coretime-kusama/polkadot and people-kusama/polkadot
|
||||||
|
|
||||||
|
doc:
|
||||||
|
- audience: Node Operator
|
||||||
|
description: |
|
||||||
|
The support for running `coretime-kusama` and `people-kusama` collators with `polkadot-parachain-bin` have been added.
|
||||||
|
|
||||||
|
crates:
|
||||||
|
- name: polkadot-parachain-bin
|
||||||
|
bump: minor
|
||||||
Reference in New Issue
Block a user