difftreelog
feat(CollatorSelection) inclusion + migration + genesis
in: master
10 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -108,9 +108,9 @@
[[package]]
name = "anyhow"
-version = "1.0.61"
+version = "1.0.62"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8"
+checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305"
[[package]]
name = "approx"
@@ -213,10 +213,11 @@
[[package]]
name = "async-io"
-version = "1.7.0"
+version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07"
+checksum = "0ab006897723d9352f63e2b13047177c3982d8d79709d713ce7747a8f19fd1b0"
dependencies = [
+ "autocfg",
"concurrent-queue",
"futures-lite",
"libc",
@@ -241,11 +242,12 @@
[[package]]
name = "async-process"
-version = "1.4.0"
+version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cf2c06e30a24e8c78a3987d07f0930edf76ef35e027e7bdb063fccafdad1f60c"
+checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c"
dependencies = [
"async-io",
+ "autocfg",
"blocking",
"cfg-if 1.0.0",
"event-listener",
@@ -717,9 +719,9 @@
[[package]]
name = "bumpalo"
-version = "3.10.0"
+version = "3.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
+checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
[[package]]
name = "byte-slice-cast"
@@ -1045,9 +1047,9 @@
[[package]]
name = "cpufeatures"
-version = "0.2.2"
+version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
+checksum = "dc948ebb96241bb40ab73effeb80d9f93afaad49359d159a5e61be51619fe813"
dependencies = [
"libc",
]
@@ -2021,9 +2023,9 @@
[[package]]
name = "either"
-version = "1.7.0"
+version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
+checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
[[package]]
name = "elliptic-curve"
@@ -2345,7 +2347,7 @@
[[package]]
name = "fc-consensus"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#69945f20e8dc06ab9e0dd636848a8db6a408c71c"
dependencies = [
"async-trait",
"fc-db",
@@ -2364,7 +2366,7 @@
[[package]]
name = "fc-db"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#69945f20e8dc06ab9e0dd636848a8db6a408c71c"
dependencies = [
"fp-storage",
"kvdb-rocksdb",
@@ -2380,7 +2382,7 @@
[[package]]
name = "fc-mapping-sync"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#69945f20e8dc06ab9e0dd636848a8db6a408c71c"
dependencies = [
"fc-db",
"fp-consensus",
@@ -2397,7 +2399,7 @@
[[package]]
name = "fc-rpc"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#69945f20e8dc06ab9e0dd636848a8db6a408c71c"
dependencies = [
"ethereum",
"ethereum-types",
@@ -2437,7 +2439,7 @@
[[package]]
name = "fc-rpc-core"
version = "1.1.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#69945f20e8dc06ab9e0dd636848a8db6a408c71c"
dependencies = [
"ethereum",
"ethereum-types",
@@ -2578,7 +2580,7 @@
[[package]]
name = "fp-consensus"
version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#69945f20e8dc06ab9e0dd636848a8db6a408c71c"
dependencies = [
"ethereum",
"parity-scale-codec 3.1.5",
@@ -2590,7 +2592,7 @@
[[package]]
name = "fp-evm"
version = "3.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#69945f20e8dc06ab9e0dd636848a8db6a408c71c"
dependencies = [
"evm",
"frame-support",
@@ -2604,7 +2606,7 @@
[[package]]
name = "fp-evm-mapping"
version = "0.1.0"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#69945f20e8dc06ab9e0dd636848a8db6a408c71c"
dependencies = [
"frame-support",
"sp-core",
@@ -2613,7 +2615,7 @@
[[package]]
name = "fp-rpc"
version = "3.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#69945f20e8dc06ab9e0dd636848a8db6a408c71c"
dependencies = [
"ethereum",
"ethereum-types",
@@ -2630,7 +2632,7 @@
[[package]]
name = "fp-self-contained"
version = "1.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#69945f20e8dc06ab9e0dd636848a8db6a408c71c"
dependencies = [
"ethereum",
"frame-support",
@@ -2646,7 +2648,7 @@
[[package]]
name = "fp-storage"
version = "2.0.0"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#69945f20e8dc06ab9e0dd636848a8db6a408c71c"
dependencies = [
"parity-scale-codec 3.1.5",
]
@@ -2897,9 +2899,9 @@
[[package]]
name = "fs-err"
-version = "2.7.0"
+version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"
+checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"
[[package]]
name = "fs-swap"
@@ -3197,9 +3199,9 @@
[[package]]
name = "h2"
-version = "0.3.13"
+version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
+checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"
dependencies = [
"bytes",
"fnv",
@@ -3417,9 +3419,9 @@
[[package]]
name = "iana-time-zone"
-version = "0.1.45"
+version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ef5528d9c2817db4e10cc78f8d4c8228906e5854f389ff6b076cee3572a09d35"
+checksum = "ad2bfd338099682614d3ee3fe0cd72e0b6a41ca6a87f6a74a3bd593c91650501"
dependencies = [
"android_system_properties",
"core-foundation-sys",
@@ -3554,9 +3556,9 @@
[[package]]
name = "io-lifetimes"
-version = "0.7.2"
+version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "24c3f4eff5495aee4c0399d7b6a0dc2b6e81be84242ffbfcf253ebacccc1d0cb"
+checksum = "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06"
[[package]]
name = "ip_network"
@@ -3936,9 +3938,9 @@
[[package]]
name = "libc"
-version = "0.2.131"
+version = "0.2.132"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40"
+checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
[[package]]
name = "libloading"
@@ -5160,9 +5162,9 @@
[[package]]
name = "once_cell"
-version = "1.13.0"
+version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
+checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
[[package]]
name = "opal-runtime"
@@ -5192,8 +5194,10 @@
"log",
"orml-vesting",
"pallet-aura",
+ "pallet-authorship",
"pallet-balances",
"pallet-base-fee",
+ "pallet-collator-selection",
"pallet-common",
"pallet-configuration",
"pallet-ethereum",
@@ -5209,6 +5213,7 @@
"pallet-refungible",
"pallet-rmrk-core",
"pallet-rmrk-equip",
+ "pallet-session",
"pallet-structure",
"pallet-sudo",
"pallet-template-transaction-payment",
@@ -5445,7 +5450,7 @@
[[package]]
name = "pallet-base-fee"
version = "1.0.0"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#69945f20e8dc06ab9e0dd636848a8db6a408c71c"
dependencies = [
"fp-evm",
"frame-support",
@@ -5534,6 +5539,26 @@
]
[[package]]
+name = "pallet-collator-selection"
+version = "3.0.0"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
+dependencies = [
+ "frame-benchmarking",
+ "frame-support",
+ "frame-system",
+ "log",
+ "pallet-authorship",
+ "pallet-session",
+ "parity-scale-codec 3.1.5",
+ "rand 0.8.5",
+ "scale-info",
+ "serde",
+ "sp-runtime",
+ "sp-staking",
+ "sp-std",
+]
+
+[[package]]
name = "pallet-collective"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
@@ -5660,7 +5685,7 @@
[[package]]
name = "pallet-ethereum"
version = "4.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#69945f20e8dc06ab9e0dd636848a8db6a408c71c"
dependencies = [
"ethereum",
"ethereum-types",
@@ -5689,7 +5714,7 @@
[[package]]
name = "pallet-evm"
version = "6.0.0-dev"
-source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
+source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#69945f20e8dc06ab9e0dd636848a8db6a408c71c"
dependencies = [
"evm",
"fp-evm",
@@ -6806,9 +6831,9 @@
[[package]]
name = "pest"
-version = "2.2.1"
+version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "69486e2b8c2d2aeb9762db7b4e00b0331156393555cff467f4163ff06821eef8"
+checksum = "4b0560d531d1febc25a3c9398a62a71256c0178f2e3443baedd9ad4bb8c9deb4"
dependencies = [
"thiserror",
"ucd-trie",
@@ -6816,9 +6841,9 @@
[[package]]
name = "pest_derive"
-version = "2.2.1"
+version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b13570633aff33c6d22ce47dd566b10a3b9122c2fe9d8e7501895905be532b91"
+checksum = "905708f7f674518498c1f8d644481440f476d39ca6ecae83319bba7c6c12da91"
dependencies = [
"pest",
"pest_generator",
@@ -6826,9 +6851,9 @@
[[package]]
name = "pest_generator"
-version = "2.2.1"
+version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b3c567e5702efdc79fb18859ea74c3eb36e14c43da7b8c1f098a4ed6514ec7a0"
+checksum = "5803d8284a629cc999094ecd630f55e91b561a1d1ba75e233b00ae13b91a69ad"
dependencies = [
"pest",
"pest_meta",
@@ -6839,9 +6864,9 @@
[[package]]
name = "pest_meta"
-version = "2.2.1"
+version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5eb32be5ee3bbdafa8c7a18b0a8a8d962b66cfa2ceee4037f49267a50ee821fe"
+checksum = "1538eb784f07615c6d9a8ab061089c6c54a344c5b4301db51990ca1c241e8c04"
dependencies = [
"once_cell",
"pest",
@@ -8142,10 +8167,11 @@
[[package]]
name = "polling"
-version = "2.2.0"
+version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
+checksum = "899b00b9c8ab553c743b3e11e87c5c7d423b2a2de229ba95b24a756344748011"
dependencies = [
+ "autocfg",
"cfg-if 1.0.0",
"libc",
"log",
@@ -8397,8 +8423,10 @@
"log",
"orml-vesting",
"pallet-aura",
+ "pallet-authorship",
"pallet-balances",
"pallet-base-fee",
+ "pallet-collator-selection",
"pallet-common",
"pallet-configuration",
"pallet-ethereum",
@@ -8414,6 +8442,7 @@
"pallet-refungible",
"pallet-rmrk-core",
"pallet-rmrk-equip",
+ "pallet-session",
"pallet-structure",
"pallet-sudo",
"pallet-template-transaction-payment",
@@ -9004,13 +9033,13 @@
[[package]]
name = "rustix"
-version = "0.35.7"
+version = "0.35.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d51cc38aa10f6bbb377ed28197aa052aa4e2b762c22be9d3153d01822587e787"
+checksum = "72c825b8aa8010eb9ee99b75f05e10180b9278d161583034d7574c9d617aeada"
dependencies = [
"bitflags",
"errno",
- "io-lifetimes 0.7.2",
+ "io-lifetimes 0.7.3",
"libc",
"linux-raw-sys 0.0.46",
"windows-sys",
@@ -9567,7 +9596,7 @@
"once_cell",
"parity-scale-codec 3.1.5",
"parity-wasm 0.42.2",
- "rustix 0.35.7",
+ "rustix 0.35.9",
"sc-allocator",
"sc-executor-common",
"sp-runtime-interface",
@@ -10260,9 +10289,9 @@
[[package]]
name = "security-framework"
-version = "2.6.1"
+version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
+checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
dependencies = [
"bitflags",
"core-foundation",
@@ -10316,18 +10345,18 @@
[[package]]
name = "serde"
-version = "1.0.143"
+version = "1.0.144"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553"
+checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.143"
+version = "1.0.144"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d3d8e8de557aee63c26b85b947f5e59b690d0454c753f3adeb5cd7835ab88391"
+checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00"
dependencies = [
"proc-macro2",
"quote",
@@ -10336,9 +10365,9 @@
[[package]]
name = "serde_json"
-version = "1.0.83"
+version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7"
+checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
dependencies = [
"itoa 1.0.3",
"ryu",
@@ -11306,9 +11335,9 @@
[[package]]
name = "ss58-registry"
-version = "1.25.0"
+version = "1.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a039906277e0d8db996cd9d1ef19278c10209d994ecfc1025ced16342873a17c"
+checksum = "1c8a1e645fa0bd3e81a90e592a677f7ada3182ac338c4a71cd9ec0ba911f6abb"
dependencies = [
"Inflector",
"num-format",
@@ -12386,8 +12415,10 @@
"log",
"orml-vesting",
"pallet-aura",
+ "pallet-authorship",
"pallet-balances",
"pallet-base-fee",
+ "pallet-collator-selection",
"pallet-common",
"pallet-configuration",
"pallet-ethereum",
@@ -12403,6 +12434,7 @@
"pallet-refungible",
"pallet-rmrk-core",
"pallet-rmrk-equip",
+ "pallet-session",
"pallet-structure",
"pallet-sudo",
"pallet-template-transaction-payment",
@@ -12473,7 +12505,7 @@
[[package]]
name = "up-common"
-version = "0.9.25"
+version = "0.9.27"
dependencies = [
"fp-rpc",
"frame-support",
node/cli/src/chain_spec.rsdiffbeforeafterboth--- a/node/cli/src/chain_spec.rs
+++ b/node/cli/src/chain_spec.rs
@@ -24,6 +24,7 @@
use serde_json::map::Map;
use up_common::types::opaque::*;
+use up_common::constants::EXISTENTIAL_DEPOSIT;
#[cfg(feature = "unique-runtime")]
pub use unique_runtime as default_runtime;
@@ -146,7 +147,7 @@
(
$runtime:path,
$root_key:expr,
- $initial_authorities:expr,
+ $initial_invulnerables:expr,
$endowed_accounts:expr,
$id:expr
) => {{
@@ -175,9 +176,31 @@
parachain_id: $id.into(),
},
parachain_system: Default::default(),
- aura: AuraConfig {
- authorities: $initial_authorities,
+ collator_selection: CollatorSelectionConfig {
+ invulnerables: $initial_invulnerables
+ .iter()
+ .cloned()
+ .map(|(acc, _)| acc)
+ .collect(),
+ candidacy_bond: EXISTENTIAL_DEPOSIT * 16,
+ ..Default::default()
+ },
+ session: SessionConfig {
+ keys: $initial_invulnerables
+ .into_iter()
+ .map(|(acc, aura)| {
+ (
+ acc.clone(), // account id
+ acc, // validator id
+ SessionKeys { aura }, // session keys
+ )
+ })
+ .collect(),
},
+ aura: Default::default(),
+ /*aura: AuraConfig {
+ authorities: $initial_authorities,
+ },*/
aura_ext: Default::default(),
evm: EVMConfig {
accounts: BTreeMap::new(),
@@ -217,8 +240,14 @@
// Sudo account
get_account_id_from_seed::<sr25519::Public>("Alice"),
vec![
- get_from_seed::<AuraId>("Alice"),
- get_from_seed::<AuraId>("Bob"),
+ (
+ get_account_id_from_seed::<sr25519::Public>("Alice"),
+ get_from_seed::<AuraId>("Alice"),
+ ),
+ (
+ get_account_id_from_seed::<sr25519::Public>("Bob"),
+ get_from_seed::<AuraId>("Bob"),
+ ),
],
// Pre-funded accounts
vec![
@@ -285,8 +314,14 @@
// Sudo account
get_account_id_from_seed::<sr25519::Public>("Alice"),
vec![
- get_from_seed::<AuraId>("Alice"),
- get_from_seed::<AuraId>("Bob"),
+ (
+ get_account_id_from_seed::<sr25519::Public>("Alice"),
+ get_from_seed::<AuraId>("Alice"),
+ ),
+ (
+ get_account_id_from_seed::<sr25519::Public>("Bob"),
+ get_from_seed::<AuraId>("Bob"),
+ ),
],
// Pre-funded accounts
vec![
primitives/common/src/constants.rsdiffbeforeafterboth--- a/primitives/common/src/constants.rs
+++ b/primitives/common/src/constants.rs
@@ -35,6 +35,8 @@
pub const CENTIUNIQUE: Balance = 10 * MILLIUNIQUE;
pub const UNIQUE: Balance = 100 * CENTIUNIQUE;
+pub const EXISTENTIAL_DEPOSIT: u128 = 0;
+
// Targeting 0.1 UNQ per transfer
pub const WEIGHT_TO_FEE_COEFF: u32 = /*<weight2fee>*/207_163_598/*</weight2fee>*/;
runtime/common/config/substrate.rsdiffbeforeafterboth--- a/runtime/common/config/substrate.rs
+++ b/runtime/common/config/substrate.rs
@@ -33,8 +33,9 @@
};
use crate::{
runtime_common::DealWithFees, Runtime, Event, Call, Origin, PalletInfo, System, Balances,
- Treasury, SS58Prefix, Version,
+ Treasury, SS58Prefix, Aura, Session, SessionKeys, CollatorSelection, Version,
};
+use xcm::v1::BodyId;
use up_common::{types::*, constants::*};
parameter_types! {
@@ -128,7 +129,7 @@
parameter_types! {
// pub const ExistentialDeposit: u128 = 500;
- pub const ExistentialDeposit: u128 = 0;
+ pub const ExistentialDeposit: u128 = EXISTENTIAL_DEPOSIT;
pub const MaxLocks: u32 = 50;
pub const MaxReserves: u32 = 50;
}
@@ -215,3 +216,62 @@
type DisabledValidators = ();
type MaxAuthorities = MaxAuthorities;
}
+
+parameter_types! {
+ pub const Period: u32 = 6 * HOURS;
+ pub const Offset: u32 = 0;
+ //pub const MaxAuthorities: u32 = 100_000;
+}
+
+impl pallet_session::Config for Runtime {
+ type Event = Event;
+ type ValidatorId = <Self as frame_system::Config>::AccountId;
+ // we don't have stash and controller, thus we don't need the convert as well.
+ type ValidatorIdOf = pallet_collator_selection::IdentityCollator;
+ type ShouldEndSession = pallet_session::PeriodicSessions<Period, Offset>;
+ type NextSessionRotation = pallet_session::PeriodicSessions<Period, Offset>;
+ type SessionManager = CollatorSelection;
+ // Essentially just Aura, but lets be pedantic.
+ type SessionHandler = <SessionKeys as sp_runtime::traits::OpaqueKeys>::KeyTypeIdProviders;
+ type Keys = SessionKeys;
+ type WeightInfo = ();
+}
+
+parameter_types! {
+ pub const UncleGenerations: u32 = 0;
+}
+
+impl pallet_authorship::Config for Runtime {
+ type FindAuthor = pallet_session::FindAccountFromAuthorIndex<Self, Aura>;
+ type UncleGenerations = UncleGenerations;
+ type FilterUncle = ();
+ type EventHandler = (CollatorSelection,);
+}
+
+parameter_types! {
+ pub const PotId: PalletId = PalletId(*b"PotStake");
+ pub const MaxCandidates: u32 = 1000;
+ pub const MinCandidates: u32 = 5;
+ pub const SessionLength: BlockNumber = 6 * HOURS;
+ pub const MaxInvulnerables: u32 = 100;
+ pub const ExecutiveBody: BodyId = BodyId::Executive;
+}
+
+// We allow root only to execute privileged collator selection operations.
+pub type CollatorSelectionUpdateOrigin = EnsureRoot<AccountId>;
+
+impl pallet_collator_selection::Config for Runtime {
+ type Event = Event;
+ type Currency = Balances;
+ type UpdateOrigin = CollatorSelectionUpdateOrigin;
+ type PotId = PotId;
+ type MaxCandidates = MaxCandidates;
+ type MinCandidates = MinCandidates;
+ type MaxInvulnerables = MaxInvulnerables;
+ // should be a multiple of session or things will get inconsistent
+ type KickThreshold = Period;
+ type ValidatorId = <Self as frame_system::Config>::AccountId;
+ type ValidatorIdOf = pallet_collator_selection::IdentityCollator;
+ type ValidatorRegistration = Session;
+ type WeightInfo = ();
+}
runtime/common/construct_runtime/mod.rsdiffbeforeafterboth--- a/runtime/common/construct_runtime/mod.rs
+++ b/runtime/common/construct_runtime/mod.rs
@@ -32,8 +32,11 @@
ParachainSystem: cumulus_pallet_parachain_system::{Pallet, Call, Config, Storage, Inherent, Event<T>, ValidateUnsigned} = 20,
ParachainInfo: parachain_info::{Pallet, Storage, Config} = 21,
- Aura: pallet_aura::{Pallet, Config<T>} = 22,
- AuraExt: cumulus_pallet_aura_ext::{Pallet, Config} = 23,
+ Authorship: pallet_authorship::{Pallet, Call, Storage} = 22,
+ CollatorSelection: pallet_collator_selection::{Pallet, Call, Storage, Event<T>, Config<T>} = 23,
+ Session: pallet_session::{Pallet, Call, Storage, Event, Config<T>} = 24,
+ Aura: pallet_aura::{Pallet, Config<T>} = 25,
+ AuraExt: cumulus_pallet_aura_ext::{Pallet, Config} = 26,
Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>} = 30,
RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Pallet, Storage} = 31,
runtime/common/mod.rsdiffbeforeafterboth--- a/runtime/common/mod.rs
+++ b/runtime/common/mod.rs
@@ -25,7 +25,10 @@
pub mod weights;
use sp_core::H160;
-use frame_support::traits::{Currency, OnUnbalanced, Imbalance};
+use frame_support::{
+ traits::{Currency, OnUnbalanced, Imbalance},
+ weights::Weight,
+};
use sp_runtime::{
generic,
traits::{BlakeTwo256, BlockNumberProvider},
@@ -103,6 +106,7 @@
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsReversedWithSystemFirst,
+ AuraToCollatorSelection,
>;
type NegativeImbalance = <Balances as Currency<AccountId>>::NegativeImbalance;
@@ -165,3 +169,158 @@
/// Transfer tokens to the given account from the Parachain account.
TransferToken(XAccountId, XBalance),
}
+
+pub struct AuraToCollatorSelection;
+impl frame_support::traits::OnRuntimeUpgrade for AuraToCollatorSelection {
+ fn on_runtime_upgrade() -> Weight {
+ use frame_support::{BoundedVec, storage::migration};
+ use sp_runtime::{
+ traits::{OpaqueKeys, Saturating},
+ RuntimeAppPublic,
+ };
+ use pallet_session::SessionManager;
+ use up_common::constants::EXISTENTIAL_DEPOSIT;
+ use crate::config::substrate::MaxInvulnerables;
+
+ let mut weight = <Runtime as frame_system::Config>::DbWeight::get().reads(1);
+
+ let version =
+ migration::get_storage_value::<()>(b"AuraToCollatorSelection", b"StorageVersion", &[]);
+
+ let should_upgrade = match version {
+ None => true,
+ Some(_) => false,
+ };
+
+ if should_upgrade {
+ log::info!(
+ target: "runtime::aura_to_collator_selection",
+ "Running migration of Aura authorities to Collator Selection invulnerables"
+ );
+
+ let invulnerables = pallet_aura::Pallet::<Runtime>::authorities()
+ .iter()
+ .cloned()
+ .filter_map(|authority_id| {
+ weight.saturating_accrue(<Runtime as frame_system::Config>::DbWeight::get().reads_writes(1, 1));
+ let vec = authority_id.clone().to_raw_vec();
+ let slice = vec.as_slice();
+ let array: Option<[u8; 32]> = match slice.try_into() {
+ Ok(a) => Some(a),
+ Err(_) => {
+ log::error!("Failed to convert an Aura authority to a Collator Selection invulnerable: {:?}", authority_id);
+ None
+ },
+ };
+ array.map(|a| (AccountId::from(a), authority_id))
+ })
+ .collect::<Vec<_>>();
+
+ let bounded_invulnerables = BoundedVec::<_, MaxInvulnerables>::try_from(
+ invulnerables
+ .iter()
+ .cloned()
+ .map(|(acc, _)| acc)
+ .collect::<Vec<_>>(),
+ )
+ .expect("Existing collators/invulnerables are more than MaxInvulnerables");
+
+ <pallet_collator_selection::Invulnerables<Runtime>>::put(bounded_invulnerables);
+ <pallet_collator_selection::DesiredCandidates<Runtime>>::put(0);
+ <pallet_collator_selection::CandidacyBond<Runtime>>::put(EXISTENTIAL_DEPOSIT * 16);
+
+ let keys = invulnerables
+ .into_iter()
+ .map(|(acc, aura)| {
+ (
+ acc.clone(), // account id
+ acc, // validator id
+ SessionKeys { aura: aura.clone() }, // session keys
+ )
+ })
+ .collect::<Vec<_>>();
+
+ for (account, val, keys) in keys.iter().cloned() {
+ for id in <Runtime as pallet_session::Config>::Keys::key_ids() {
+ <pallet_session::KeyOwner<Runtime>>::insert((*id, keys.get_raw(*id)), &val)
+ }
+ <pallet_session::NextKeys<Runtime>>::insert(&val, &keys);
+ // todo exercise caution, the following is taken from genesis
+ if frame_system::Pallet::<Runtime>::inc_consumers_without_limit(&account).is_err() {
+ log::warn!(
+ "We have entered an error with incrementing consumers without limit"
+ );
+ // This will leak a provider reference, however it only happens once (at
+ // genesis) so it's really not a big deal and we assume that the user wants to
+ // do this since it's the only way a non-endowed account can contain a session
+ // key.
+ frame_system::Pallet::<Runtime>::inc_providers(&account);
+ }
+ }
+
+ let initial_validators_0 =
+ <Runtime as pallet_session::Config>::SessionManager::new_session(0).unwrap_or_else(
+ || {
+ frame_support::print(
+ "No initial validator provided by `SessionManager`, use \
+ session config keys to generate initial validator set.",
+ );
+ keys.iter().map(|x| x.1.clone()).collect()
+ },
+ );
+ /*assert!(
+ !initial_validators_0.is_empty(),
+ "Empty validator set for session 0 in (pseudo) genesis block!"
+ );*/
+
+ let initial_validators_1 =
+ <Runtime as pallet_session::Config>::SessionManager::new_session(1)
+ .unwrap_or_else(|| initial_validators_0.clone());
+ /*assert!(
+ !initial_validators_1.is_empty(),
+ "Empty validator set for session 1 in (pseudo) genesis block!"
+ );*/
+
+ let queued_keys: Vec<_> = initial_validators_1
+ .iter()
+ .cloned()
+ .map(|v| {
+ (
+ v.clone(),
+ <pallet_session::NextKeys<Runtime>>::get(&v)
+ .expect("Validator in session 1 missing keys!"),
+ )
+ })
+ .collect();
+
+ // Tell everyone about the genesis session keys -- Aura must've already initialized it
+ //<Runtime as pallet_session::Config>::SessionHandler::on_genesis_session::<<Runtime as pallet_session::Config>::Keys>(&queued_keys);
+
+ <pallet_session::Validators<Runtime>>::put(initial_validators_0);
+ <pallet_session::QueuedKeys<Runtime>>::put(queued_keys);
+
+ <Runtime as pallet_session::Config>::SessionManager::start_session(0);
+
+ log::info!(
+ target: "runtime::aura_to_collator_selection",
+ "Migration of Aura authorities to Collator Selection invulnerables is complete."
+ );
+
+ migration::put_storage_value::<()>(
+ b"AuraToCollatorSelection",
+ b"StorageVersion",
+ &[],
+ (),
+ );
+
+ weight += <Runtime as frame_system::Config>::DbWeight::get().writes(1)
+ } else {
+ log::info!(
+ target: "runtime::aura_to_collator_selection",
+ "The storage migration has already been flagged as complete. No migration needs to be done.",
+ );
+ }
+
+ weight
+ }
+}
runtime/opal/Cargo.tomldiffbeforeafterboth--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -27,6 +27,7 @@
'pallet-evm-migration/runtime-benchmarks',
'pallet-evm-coder-substrate/runtime-benchmarks',
'pallet-balances/runtime-benchmarks',
+ "pallet-collator-selection/runtime-benchmarks",
'pallet-timestamp/runtime-benchmarks',
'pallet-common/runtime-benchmarks',
'pallet-structure/runtime-benchmarks',
@@ -66,6 +67,9 @@
# 'pallet-contracts-primitives/std',
# 'pallet-contracts-rpc-runtime-api/std',
# 'pallet-contract-helpers/std',
+ "pallet-authorship/std",
+ 'pallet-collator-selection/std',
+ "pallet-session/std",
'pallet-randomness-collective-flip/std',
'pallet-sudo/std',
'pallet-timestamp/std',
@@ -190,6 +194,21 @@
git = "https://github.com/paritytech/substrate"
branch = "polkadot-v0.9.27"
+[dependencies.pallet-collator-selection]
+default-features = false
+git = 'https://github.com/paritytech/cumulus'
+branch = 'polkadot-v0.9.27'
+
+[dependencies.pallet-authorship]
+default-features = false
+git = 'https://github.com/paritytech/substrate'
+branch = 'polkadot-v0.9.27'
+
+[dependencies.pallet-session]
+default-features = false
+git = 'https://github.com/paritytech/substrate'
+branch = 'polkadot-v0.9.27'
+
[dependencies.pallet-balances]
default-features = false
git = "https://github.com/paritytech/substrate"
runtime/quartz/Cargo.tomldiffbeforeafterboth1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Quartz Runtime'8edition = '2021'9homepage = 'https://unique.network'10license = 'GPLv3'11name = 'quartz-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version = '0.9.27'1415[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']1718[features]19default = ['std', 'quartz-runtime']20runtime-benchmarks = [21 'hex-literal',22 'frame-benchmarking',23 'frame-support/runtime-benchmarks',24 'frame-system-benchmarking',25 'frame-system/runtime-benchmarks',26 'pallet-ethereum/runtime-benchmarks',27 'pallet-evm-migration/runtime-benchmarks',28 'pallet-evm-coder-substrate/runtime-benchmarks',29 'pallet-balances/runtime-benchmarks',30 'pallet-timestamp/runtime-benchmarks',31 'pallet-common/runtime-benchmarks',32 'pallet-structure/runtime-benchmarks',33 'pallet-fungible/runtime-benchmarks',34 'pallet-refungible/runtime-benchmarks',35 'pallet-nonfungible/runtime-benchmarks',36 'pallet-proxy-rmrk-core/runtime-benchmarks',37 'pallet-proxy-rmrk-equip/runtime-benchmarks',38 'pallet-unique/runtime-benchmarks',39 'pallet-inflation/runtime-benchmarks',40 'pallet-unique-scheduler/runtime-benchmarks',41 'pallet-xcm/runtime-benchmarks',42 'sp-runtime/runtime-benchmarks',43 'xcm-builder/runtime-benchmarks',44]45try-runtime = [46 'frame-try-runtime',47 'frame-executive/try-runtime',48 'frame-system/try-runtime',49]50std = [51 'codec/std',52 'cumulus-pallet-aura-ext/std',53 'cumulus-pallet-parachain-system/std',54 'cumulus-pallet-xcm/std',55 'cumulus-pallet-xcmp-queue/std',56 'cumulus-primitives-core/std',57 'cumulus-primitives-utility/std',58 'frame-try-runtime/std',59 'frame-executive/std',60 'frame-support/std',61 'frame-system/std',62 'frame-system-rpc-runtime-api/std',63 'pallet-aura/std',64 'pallet-balances/std',65 # 'pallet-contracts/std',66 # 'pallet-contracts-primitives/std',67 # 'pallet-contracts-rpc-runtime-api/std',68 # 'pallet-contract-helpers/std',69 'pallet-randomness-collective-flip/std',70 'pallet-sudo/std',71 'pallet-timestamp/std',72 'pallet-transaction-payment/std',73 'pallet-transaction-payment-rpc-runtime-api/std',74 'pallet-treasury/std',75 # 'pallet-vesting/std',76 'pallet-evm/std',77 'pallet-evm-migration/std',78 'pallet-evm-contract-helpers/std',79 'pallet-evm-transaction-payment/std',80 'pallet-evm-coder-substrate/std',81 'pallet-ethereum/std',82 'pallet-base-fee/std',83 'fp-rpc/std',84 'up-rpc/std',85 'fp-evm-mapping/std',86 'fp-self-contained/std',87 'parachain-info/std',88 'serde',89 'pallet-inflation/std',90 'pallet-configuration/std',91 'pallet-common/std',92 'pallet-structure/std',93 'pallet-fungible/std',94 'pallet-refungible/std',95 'pallet-nonfungible/std',96 'pallet-proxy-rmrk-core/std',97 'pallet-proxy-rmrk-equip/std',98 'pallet-unique/std',99 'pallet-unique-scheduler/std',100 'pallet-charge-transaction/std',101 'up-data-structs/std',102 'sp-api/std',103 'sp-block-builder/std',104 "sp-consensus-aura/std",105 'sp-core/std',106 'sp-inherents/std',107 'sp-io/std',108 'sp-offchain/std',109 'sp-runtime/std',110 'sp-session/std',111 'sp-std/std',112 'sp-transaction-pool/std',113 'sp-version/std',114 'xcm/std',115 'xcm-builder/std',116 'xcm-executor/std',117 'up-common/std',118119 "orml-vesting/std",120]121limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']122quartz-runtime = []123124refungible = []125scheduler = []126rmrk = []127128################################################################################129# Substrate Dependencies130131[dependencies.codec]132default-features = false133features = ['derive']134package = 'parity-scale-codec'135version = '3.1.2'136137[dependencies.frame-benchmarking]138default-features = false139git = "https://github.com/paritytech/substrate"140optional = true141branch = "polkadot-v0.9.27"142143[dependencies.frame-try-runtime]144default-features = false145git = "https://github.com/paritytech/substrate"146optional = true147branch = "polkadot-v0.9.27"148149[dependencies.frame-executive]150default-features = false151git = "https://github.com/paritytech/substrate"152branch = "polkadot-v0.9.27"153154[dependencies.frame-support]155default-features = false156git = "https://github.com/paritytech/substrate"157branch = "polkadot-v0.9.27"158159[dependencies.frame-system]160default-features = false161git = "https://github.com/paritytech/substrate"162branch = "polkadot-v0.9.27"163164[dependencies.frame-system-benchmarking]165default-features = false166git = "https://github.com/paritytech/substrate"167optional = true168branch = "polkadot-v0.9.27"169170[dependencies.frame-system-rpc-runtime-api]171default-features = false172git = "https://github.com/paritytech/substrate"173branch = "polkadot-v0.9.27"174175[dependencies.hex-literal]176optional = true177version = '0.3.3'178179[dependencies.serde]180default-features = false181features = ['derive']182optional = true183version = '1.0.130'184185[dependencies.pallet-aura]186default-features = false187git = "https://github.com/paritytech/substrate"188branch = "polkadot-v0.9.27"189190[dependencies.pallet-balances]191default-features = false192git = "https://github.com/paritytech/substrate"193branch = "polkadot-v0.9.27"194195# Contracts specific packages196# [dependencies.pallet-contracts]197# git = 'https://github.com/paritytech/substrate'198# default-features = false199# branch = 'master'200# version = '4.0.0-dev'201202# [dependencies.pallet-contracts-primitives]203# git = 'https://github.com/paritytech/substrate'204# default-features = false205# branch = 'master'206# version = '4.0.0-dev'207208# [dependencies.pallet-contracts-rpc-runtime-api]209# git = 'https://github.com/paritytech/substrate'210# default-features = false211# branch = 'master'212# version = '4.0.0-dev'213214[dependencies.pallet-randomness-collective-flip]215default-features = false216git = "https://github.com/paritytech/substrate"217branch = "polkadot-v0.9.27"218219[dependencies.pallet-sudo]220default-features = false221git = "https://github.com/paritytech/substrate"222branch = "polkadot-v0.9.27"223224[dependencies.pallet-timestamp]225default-features = false226git = "https://github.com/paritytech/substrate"227branch = "polkadot-v0.9.27"228229[dependencies.pallet-transaction-payment]230default-features = false231git = "https://github.com/paritytech/substrate"232branch = "polkadot-v0.9.27"233234[dependencies.pallet-transaction-payment-rpc-runtime-api]235default-features = false236git = "https://github.com/paritytech/substrate"237branch = "polkadot-v0.9.27"238239[dependencies.pallet-treasury]240default-features = false241git = "https://github.com/paritytech/substrate"242branch = "polkadot-v0.9.27"243244# [dependencies.pallet-vesting]245# default-features = false246# git = 'https://github.com/paritytech/substrate'247# branch = 'master'248249[dependencies.sp-arithmetic]250default-features = false251git = "https://github.com/paritytech/substrate"252branch = "polkadot-v0.9.27"253254[dependencies.sp-api]255default-features = false256git = "https://github.com/paritytech/substrate"257branch = "polkadot-v0.9.27"258259[dependencies.sp-block-builder]260default-features = false261git = "https://github.com/paritytech/substrate"262branch = "polkadot-v0.9.27"263264[dependencies.sp-core]265default-features = false266git = "https://github.com/paritytech/substrate"267branch = "polkadot-v0.9.27"268269[dependencies.sp-consensus-aura]270default-features = false271git = "https://github.com/paritytech/substrate"272branch = "polkadot-v0.9.27"273274[dependencies.sp-inherents]275default-features = false276git = "https://github.com/paritytech/substrate"277branch = "polkadot-v0.9.27"278279[dependencies.sp-io]280default-features = false281git = "https://github.com/paritytech/substrate"282branch = "polkadot-v0.9.27"283284[dependencies.sp-offchain]285default-features = false286git = "https://github.com/paritytech/substrate"287branch = "polkadot-v0.9.27"288289[dependencies.sp-runtime]290default-features = false291git = "https://github.com/paritytech/substrate"292branch = "polkadot-v0.9.27"293294[dependencies.sp-session]295default-features = false296git = "https://github.com/paritytech/substrate"297branch = "polkadot-v0.9.27"298299[dependencies.sp-std]300default-features = false301git = "https://github.com/paritytech/substrate"302branch = "polkadot-v0.9.27"303304[dependencies.sp-transaction-pool]305default-features = false306git = "https://github.com/paritytech/substrate"307branch = "polkadot-v0.9.27"308309[dependencies.sp-version]310default-features = false311git = "https://github.com/paritytech/substrate"312branch = "polkadot-v0.9.27"313314[dependencies.smallvec]315version = '1.6.1'316317################################################################################318# Cumulus dependencies319320[dependencies.parachain-info]321default-features = false322git = "https://github.com/paritytech/cumulus"323branch = "polkadot-v0.9.27"324325[dependencies.cumulus-pallet-aura-ext]326git = "https://github.com/paritytech/cumulus"327branch = "polkadot-v0.9.27"328default-features = false329330[dependencies.cumulus-pallet-parachain-system]331git = "https://github.com/paritytech/cumulus"332branch = "polkadot-v0.9.27"333default-features = false334335[dependencies.cumulus-primitives-core]336git = "https://github.com/paritytech/cumulus"337branch = "polkadot-v0.9.27"338default-features = false339340[dependencies.cumulus-pallet-xcm]341git = "https://github.com/paritytech/cumulus"342branch = "polkadot-v0.9.27"343default-features = false344345[dependencies.cumulus-pallet-dmp-queue]346git = "https://github.com/paritytech/cumulus"347branch = "polkadot-v0.9.27"348default-features = false349350[dependencies.cumulus-pallet-xcmp-queue]351git = "https://github.com/paritytech/cumulus"352branch = "polkadot-v0.9.27"353default-features = false354355[dependencies.cumulus-primitives-utility]356git = "https://github.com/paritytech/cumulus"357branch = "polkadot-v0.9.27"358default-features = false359360[dependencies.cumulus-primitives-timestamp]361git = "https://github.com/paritytech/cumulus"362branch = "polkadot-v0.9.27"363default-features = false364365################################################################################366# Polkadot dependencies367368[dependencies.polkadot-parachain]369git = "https://github.com/paritytech/polkadot"370branch = "release-v0.9.27"371default-features = false372373[dependencies.xcm]374git = "https://github.com/paritytech/polkadot"375branch = "release-v0.9.27"376default-features = false377378[dependencies.xcm-builder]379git = "https://github.com/paritytech/polkadot"380branch = "release-v0.9.27"381default-features = false382383[dependencies.xcm-executor]384git = "https://github.com/paritytech/polkadot"385branch = "release-v0.9.27"386default-features = false387388[dependencies.pallet-xcm]389git = "https://github.com/paritytech/polkadot"390branch = "release-v0.9.27"391default-features = false392393[dependencies.orml-vesting]394git = "https://github.com/open-web3-stack/open-runtime-module-library"395branch = "polkadot-v0.9.27"396version = "0.4.1-dev"397default-features = false398399################################################################################400# RMRK dependencies401402# todo git403[dependencies.rmrk-rpc]404default-features = false405path = "../../primitives/rmrk-rpc"406407################################################################################408# local dependencies409410[dependencies]411log = { version = "0.4.16", default-features = false }412up-common = { path = "../../primitives/common", default-features = false }413scale-info = { version = "2.0.1", default-features = false, features = [414 "derive",415] }416derivative = "2.2.0"417pallet-unique = { path = '../../pallets/unique', default-features = false }418up-rpc = { path = "../../primitives/rpc", default-features = false }419fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }420pallet-inflation = { path = '../../pallets/inflation', default-features = false }421up-data-structs = { path = '../../primitives/data-structs', default-features = false }422pallet-configuration = { default-features = false, path = "../../pallets/configuration" }423pallet-common = { default-features = false, path = "../../pallets/common" }424pallet-structure = { default-features = false, path = "../../pallets/structure" }425pallet-fungible = { default-features = false, path = "../../pallets/fungible" }426pallet-refungible = { default-features = false, path = "../../pallets/refungible" }427pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }428pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }429pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }430pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }431# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }432pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.27", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }433pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }434pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }435pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }436pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }437pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }438pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }439pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }440fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }441fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }442evm-coder = { default-features = false, path = '../../crates/evm-coder' }443up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.27' }444445################################################################################446# Build Dependencies447448[build-dependencies.substrate-wasm-builder]449git = "https://github.com/paritytech/substrate"450branch = "polkadot-v0.9.27"1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Quartz Runtime'8edition = '2021'9homepage = 'https://unique.network'10license = 'GPLv3'11name = 'quartz-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version = '0.9.27'1415[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']1718[features]19default = ['std', 'quartz-runtime']20runtime-benchmarks = [21 'hex-literal',22 'frame-benchmarking',23 'frame-support/runtime-benchmarks',24 'frame-system-benchmarking',25 'frame-system/runtime-benchmarks',26 'pallet-ethereum/runtime-benchmarks',27 'pallet-evm-migration/runtime-benchmarks',28 'pallet-evm-coder-substrate/runtime-benchmarks',29 'pallet-balances/runtime-benchmarks',30 "pallet-collator-selection/runtime-benchmarks",31 'pallet-timestamp/runtime-benchmarks',32 'pallet-common/runtime-benchmarks',33 'pallet-structure/runtime-benchmarks',34 'pallet-fungible/runtime-benchmarks',35 'pallet-refungible/runtime-benchmarks',36 'pallet-nonfungible/runtime-benchmarks',37 'pallet-proxy-rmrk-core/runtime-benchmarks',38 'pallet-proxy-rmrk-equip/runtime-benchmarks',39 'pallet-unique/runtime-benchmarks',40 'pallet-inflation/runtime-benchmarks',41 'pallet-unique-scheduler/runtime-benchmarks',42 'pallet-xcm/runtime-benchmarks',43 'sp-runtime/runtime-benchmarks',44 'xcm-builder/runtime-benchmarks',45]46try-runtime = [47 'frame-try-runtime',48 'frame-executive/try-runtime',49 'frame-system/try-runtime',50]51std = [52 'codec/std',53 'cumulus-pallet-aura-ext/std',54 'cumulus-pallet-parachain-system/std',55 'cumulus-pallet-xcm/std',56 'cumulus-pallet-xcmp-queue/std',57 'cumulus-primitives-core/std',58 'cumulus-primitives-utility/std',59 'frame-try-runtime/std',60 'frame-executive/std',61 'frame-support/std',62 'frame-system/std',63 'frame-system-rpc-runtime-api/std',64 'pallet-aura/std',65 'pallet-balances/std',66 # 'pallet-contracts/std',67 # 'pallet-contracts-primitives/std',68 # 'pallet-contracts-rpc-runtime-api/std',69 # 'pallet-contract-helpers/std',70 "pallet-authorship/std",71 'pallet-collator-selection/std',72 "pallet-session/std",73 'pallet-randomness-collective-flip/std',74 'pallet-sudo/std',75 'pallet-timestamp/std',76 'pallet-transaction-payment/std',77 'pallet-transaction-payment-rpc-runtime-api/std',78 'pallet-treasury/std',79 # 'pallet-vesting/std',80 'pallet-evm/std',81 'pallet-evm-migration/std',82 'pallet-evm-contract-helpers/std',83 'pallet-evm-transaction-payment/std',84 'pallet-evm-coder-substrate/std',85 'pallet-ethereum/std',86 'pallet-base-fee/std',87 'fp-rpc/std',88 'up-rpc/std',89 'fp-evm-mapping/std',90 'fp-self-contained/std',91 'parachain-info/std',92 'serde',93 'pallet-inflation/std',94 'pallet-configuration/std',95 'pallet-common/std',96 'pallet-structure/std',97 'pallet-fungible/std',98 'pallet-refungible/std',99 'pallet-nonfungible/std',100 'pallet-proxy-rmrk-core/std',101 'pallet-proxy-rmrk-equip/std',102 'pallet-unique/std',103 'pallet-unique-scheduler/std',104 'pallet-charge-transaction/std',105 'up-data-structs/std',106 'sp-api/std',107 'sp-block-builder/std',108 "sp-consensus-aura/std",109 'sp-core/std',110 'sp-inherents/std',111 'sp-io/std',112 'sp-offchain/std',113 'sp-runtime/std',114 'sp-session/std',115 'sp-std/std',116 'sp-transaction-pool/std',117 'sp-version/std',118 'xcm/std',119 'xcm-builder/std',120 'xcm-executor/std',121 'up-common/std',122123 "orml-vesting/std",124]125limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']126quartz-runtime = []127128refungible = []129scheduler = []130rmrk = []131132################################################################################133# Substrate Dependencies134135[dependencies.codec]136default-features = false137features = ['derive']138package = 'parity-scale-codec'139version = '3.1.2'140141[dependencies.frame-benchmarking]142default-features = false143git = "https://github.com/paritytech/substrate"144optional = true145branch = "polkadot-v0.9.27"146147[dependencies.frame-try-runtime]148default-features = false149git = "https://github.com/paritytech/substrate"150optional = true151branch = "polkadot-v0.9.27"152153[dependencies.frame-executive]154default-features = false155git = "https://github.com/paritytech/substrate"156branch = "polkadot-v0.9.27"157158[dependencies.frame-support]159default-features = false160git = "https://github.com/paritytech/substrate"161branch = "polkadot-v0.9.27"162163[dependencies.frame-system]164default-features = false165git = "https://github.com/paritytech/substrate"166branch = "polkadot-v0.9.27"167168[dependencies.frame-system-benchmarking]169default-features = false170git = "https://github.com/paritytech/substrate"171optional = true172branch = "polkadot-v0.9.27"173174[dependencies.frame-system-rpc-runtime-api]175default-features = false176git = "https://github.com/paritytech/substrate"177branch = "polkadot-v0.9.27"178179[dependencies.hex-literal]180optional = true181version = '0.3.3'182183[dependencies.serde]184default-features = false185features = ['derive']186optional = true187version = '1.0.130'188189[dependencies.pallet-aura]190default-features = false191git = "https://github.com/paritytech/substrate"192branch = "polkadot-v0.9.27"193194[dependencies.pallet-collator-selection]195default-features = false196git = 'https://github.com/paritytech/cumulus'197branch = 'polkadot-v0.9.27'198199[dependencies.pallet-authorship]200default-features = false201git = 'https://github.com/paritytech/substrate'202branch = 'polkadot-v0.9.27'203204[dependencies.pallet-session]205default-features = false206git = 'https://github.com/paritytech/substrate'207branch = 'polkadot-v0.9.27'208209[dependencies.pallet-balances]210default-features = false211git = "https://github.com/paritytech/substrate"212branch = "polkadot-v0.9.27"213214# Contracts specific packages215# [dependencies.pallet-contracts]216# git = 'https://github.com/paritytech/substrate'217# default-features = false218# branch = 'master'219# version = '4.0.0-dev'220221# [dependencies.pallet-contracts-primitives]222# git = 'https://github.com/paritytech/substrate'223# default-features = false224# branch = 'master'225# version = '4.0.0-dev'226227# [dependencies.pallet-contracts-rpc-runtime-api]228# git = 'https://github.com/paritytech/substrate'229# default-features = false230# branch = 'master'231# version = '4.0.0-dev'232233[dependencies.pallet-randomness-collective-flip]234default-features = false235git = "https://github.com/paritytech/substrate"236branch = "polkadot-v0.9.27"237238[dependencies.pallet-sudo]239default-features = false240git = "https://github.com/paritytech/substrate"241branch = "polkadot-v0.9.27"242243[dependencies.pallet-timestamp]244default-features = false245git = "https://github.com/paritytech/substrate"246branch = "polkadot-v0.9.27"247248[dependencies.pallet-transaction-payment]249default-features = false250git = "https://github.com/paritytech/substrate"251branch = "polkadot-v0.9.27"252253[dependencies.pallet-transaction-payment-rpc-runtime-api]254default-features = false255git = "https://github.com/paritytech/substrate"256branch = "polkadot-v0.9.27"257258[dependencies.pallet-treasury]259default-features = false260git = "https://github.com/paritytech/substrate"261branch = "polkadot-v0.9.27"262263# [dependencies.pallet-vesting]264# default-features = false265# git = 'https://github.com/paritytech/substrate'266# branch = 'master'267268[dependencies.sp-arithmetic]269default-features = false270git = "https://github.com/paritytech/substrate"271branch = "polkadot-v0.9.27"272273[dependencies.sp-api]274default-features = false275git = "https://github.com/paritytech/substrate"276branch = "polkadot-v0.9.27"277278[dependencies.sp-block-builder]279default-features = false280git = "https://github.com/paritytech/substrate"281branch = "polkadot-v0.9.27"282283[dependencies.sp-core]284default-features = false285git = "https://github.com/paritytech/substrate"286branch = "polkadot-v0.9.27"287288[dependencies.sp-consensus-aura]289default-features = false290git = "https://github.com/paritytech/substrate"291branch = "polkadot-v0.9.27"292293[dependencies.sp-inherents]294default-features = false295git = "https://github.com/paritytech/substrate"296branch = "polkadot-v0.9.27"297298[dependencies.sp-io]299default-features = false300git = "https://github.com/paritytech/substrate"301branch = "polkadot-v0.9.27"302303[dependencies.sp-offchain]304default-features = false305git = "https://github.com/paritytech/substrate"306branch = "polkadot-v0.9.27"307308[dependencies.sp-runtime]309default-features = false310git = "https://github.com/paritytech/substrate"311branch = "polkadot-v0.9.27"312313[dependencies.sp-session]314default-features = false315git = "https://github.com/paritytech/substrate"316branch = "polkadot-v0.9.27"317318[dependencies.sp-std]319default-features = false320git = "https://github.com/paritytech/substrate"321branch = "polkadot-v0.9.27"322323[dependencies.sp-transaction-pool]324default-features = false325git = "https://github.com/paritytech/substrate"326branch = "polkadot-v0.9.27"327328[dependencies.sp-version]329default-features = false330git = "https://github.com/paritytech/substrate"331branch = "polkadot-v0.9.27"332333[dependencies.smallvec]334version = '1.6.1'335336################################################################################337# Cumulus dependencies338339[dependencies.parachain-info]340default-features = false341git = "https://github.com/paritytech/cumulus"342branch = "polkadot-v0.9.27"343344[dependencies.cumulus-pallet-aura-ext]345git = "https://github.com/paritytech/cumulus"346branch = "polkadot-v0.9.27"347default-features = false348349[dependencies.cumulus-pallet-parachain-system]350git = "https://github.com/paritytech/cumulus"351branch = "polkadot-v0.9.27"352default-features = false353354[dependencies.cumulus-primitives-core]355git = "https://github.com/paritytech/cumulus"356branch = "polkadot-v0.9.27"357default-features = false358359[dependencies.cumulus-pallet-xcm]360git = "https://github.com/paritytech/cumulus"361branch = "polkadot-v0.9.27"362default-features = false363364[dependencies.cumulus-pallet-dmp-queue]365git = "https://github.com/paritytech/cumulus"366branch = "polkadot-v0.9.27"367default-features = false368369[dependencies.cumulus-pallet-xcmp-queue]370git = "https://github.com/paritytech/cumulus"371branch = "polkadot-v0.9.27"372default-features = false373374[dependencies.cumulus-primitives-utility]375git = "https://github.com/paritytech/cumulus"376branch = "polkadot-v0.9.27"377default-features = false378379[dependencies.cumulus-primitives-timestamp]380git = "https://github.com/paritytech/cumulus"381branch = "polkadot-v0.9.27"382default-features = false383384################################################################################385# Polkadot dependencies386387[dependencies.polkadot-parachain]388git = "https://github.com/paritytech/polkadot"389branch = "release-v0.9.27"390default-features = false391392[dependencies.xcm]393git = "https://github.com/paritytech/polkadot"394branch = "release-v0.9.27"395default-features = false396397[dependencies.xcm-builder]398git = "https://github.com/paritytech/polkadot"399branch = "release-v0.9.27"400default-features = false401402[dependencies.xcm-executor]403git = "https://github.com/paritytech/polkadot"404branch = "release-v0.9.27"405default-features = false406407[dependencies.pallet-xcm]408git = "https://github.com/paritytech/polkadot"409branch = "release-v0.9.27"410default-features = false411412[dependencies.orml-vesting]413git = "https://github.com/open-web3-stack/open-runtime-module-library"414branch = "polkadot-v0.9.27"415version = "0.4.1-dev"416default-features = false417418################################################################################419# RMRK dependencies420421# todo git422[dependencies.rmrk-rpc]423default-features = false424path = "../../primitives/rmrk-rpc"425426################################################################################427# local dependencies428429[dependencies]430log = { version = "0.4.16", default-features = false }431up-common = { path = "../../primitives/common", default-features = false }432scale-info = { version = "2.0.1", default-features = false, features = [433 "derive",434] }435derivative = "2.2.0"436pallet-unique = { path = '../../pallets/unique', default-features = false }437up-rpc = { path = "../../primitives/rpc", default-features = false }438fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }439pallet-inflation = { path = '../../pallets/inflation', default-features = false }440up-data-structs = { path = '../../primitives/data-structs', default-features = false }441pallet-configuration = { default-features = false, path = "../../pallets/configuration" }442pallet-common = { default-features = false, path = "../../pallets/common" }443pallet-structure = { default-features = false, path = "../../pallets/structure" }444pallet-fungible = { default-features = false, path = "../../pallets/fungible" }445pallet-refungible = { default-features = false, path = "../../pallets/refungible" }446pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }447pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }448pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }449pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }450# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }451pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.27", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }452pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }453pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }454pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }455pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }456pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }457pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }458pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }459fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }460fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }461evm-coder = { default-features = false, path = '../../crates/evm-coder' }462up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.27' }463464################################################################################465# Build Dependencies466467[build-dependencies.substrate-wasm-builder]468git = "https://github.com/paritytech/substrate"469branch = "polkadot-v0.9.27"runtime/tests/src/lib.rsdiffbeforeafterboth--- a/runtime/tests/src/lib.rs
+++ b/runtime/tests/src/lib.rs
@@ -189,6 +189,9 @@
fn conv_eq(&self, other: &Self) -> bool {
self.as_sub() == other.as_sub()
}
+ fn is_canonical_substrate(&self) -> bool {
+ todo!()
+ }
}
impl Default for TestCrossAccountId {
runtime/unique/Cargo.tomldiffbeforeafterboth--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -27,6 +27,7 @@
'pallet-evm-migration/runtime-benchmarks',
'pallet-evm-coder-substrate/runtime-benchmarks',
'pallet-balances/runtime-benchmarks',
+ "pallet-collator-selection/runtime-benchmarks",
'pallet-timestamp/runtime-benchmarks',
'pallet-common/runtime-benchmarks',
'pallet-structure/runtime-benchmarks',
@@ -67,6 +68,9 @@
# 'pallet-contracts-primitives/std',
# 'pallet-contracts-rpc-runtime-api/std',
# 'pallet-contract-helpers/std',
+ "pallet-authorship/std",
+ 'pallet-collator-selection/std',
+ "pallet-session/std",
'pallet-randomness-collective-flip/std',
'pallet-sudo/std',
'pallet-timestamp/std',
@@ -188,6 +192,21 @@
git = "https://github.com/paritytech/substrate"
branch = "polkadot-v0.9.27"
+[dependencies.pallet-collator-selection]
+default-features = false
+git = 'https://github.com/paritytech/cumulus'
+branch = 'polkadot-v0.9.27'
+
+[dependencies.pallet-authorship]
+default-features = false
+git = 'https://github.com/paritytech/substrate'
+branch = 'polkadot-v0.9.27'
+
+[dependencies.pallet-session]
+default-features = false
+git = 'https://github.com/paritytech/substrate'
+branch = 'polkadot-v0.9.27'
+
[dependencies.pallet-balances]
default-features = false
git = "https://github.com/paritytech/substrate"