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.tomldiffbeforeafterboth--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/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',
@@ -187,6 +191,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/tests/src/lib.rsdiffbeforeafterboth1// Copyright 2019-2022 Unique Network (Gibraltar) Ltd.2// This file is part of Unique Network.34// Unique Network is free software: you can redistribute it and/or modify5// it under the terms of the GNU General Public License as published by6// the Free Software Foundation, either version 3 of the License, or7// (at your option) any later version.89// Unique Network is distributed in the hope that it will be useful,10// but WITHOUT ANY WARRANTY; without even the implied warranty of11// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12// GNU General Public License for more details.1314// You should have received a copy of the GNU General Public License15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.1617#![allow(clippy::from_over_into)]1819use sp_core::{H160, H256, U256};20use frame_support::{21 parameter_types,22 traits::{Everything, ConstU32, ConstU64},23 weights::IdentityFee,24};25use sp_runtime::{26 traits::{BlakeTwo256, IdentityLookup},27 testing::Header,28};29use pallet_transaction_payment::{CurrencyAdapter};30use frame_system as system;31use pallet_evm::{32 AddressMapping, account::CrossAccountId, EnsureAddressNever, SubstrateBlockHashMapping,33};34use fp_evm_mapping::EvmBackwardsAddressMapping;35use parity_scale_codec::{Encode, Decode, MaxEncodedLen};36use scale_info::TypeInfo;3738use up_data_structs::mapping::{CrossTokenAddressMapping, EvmTokenAddressMapping};3940#[path = "../../common/dispatch.rs"]41mod dispatch;4243use dispatch::CollectionDispatchT;4445#[path = "../../common/weights.rs"]46mod weights;4748use weights::CommonWeights;4950type UncheckedExtrinsic = frame_system::mocking::MockUncheckedExtrinsic<Test>;51type Block = frame_system::mocking::MockBlock<Test>;5253#[cfg(test)]54mod tests;5556// Configure a mock runtime to test the pallet.57frame_support::construct_runtime!(58 pub enum Test where59 Block = Block,60 NodeBlock = Block,61 UncheckedExtrinsic = UncheckedExtrinsic,62 {63 System: frame_system,64 Unique: pallet_unique::{Pallet, Call, Storage, Event<T>},65 Balances: pallet_balances::{Pallet, Call, Storage, Event<T>},66 Common: pallet_common::{Pallet, Storage, Event<T>},67 Fungible: pallet_fungible::{Pallet, Storage},68 Refungible: pallet_refungible::{Pallet, Storage},69 Nonfungible: pallet_nonfungible::{Pallet, Storage},70 Structure: pallet_structure::{Pallet, Storage, Event<T>},71 TransactionPayment: pallet_transaction_payment::{Pallet, Storage, Event<T>},72 Ethereum: pallet_ethereum::{Pallet, Config, Call, Storage, Event, Origin},73 EVM: pallet_evm::{Pallet, Config, Call, Storage, Event<T>},74 }75);7677parameter_types! {78 pub const BlockHashCount: u64 = 250;79 pub const SS58Prefix: u8 = 42;80}8182impl system::Config for Test {83 type Event = Event;84 type BaseCallFilter = Everything;85 type BlockWeights = ();86 type BlockLength = ();87 type DbWeight = ();88 type Origin = Origin;89 type Call = Call;90 type Index = u64;91 type BlockNumber = u64;92 type Hash = H256;93 type Hashing = BlakeTwo256;94 type AccountId = u64;95 type Lookup = IdentityLookup<Self::AccountId>;96 type Header = Header;97 type BlockHashCount = BlockHashCount;98 type Version = ();99 type PalletInfo = PalletInfo;100 type AccountData = pallet_balances::AccountData<u64>;101 type OnNewAccount = ();102 type OnKilledAccount = ();103 type SystemWeightInfo = ();104 type SS58Prefix = SS58Prefix;105 type OnSetCode = ();106 type MaxConsumers = ConstU32<16>;107}108109parameter_types! {110 pub const ExistentialDeposit: u64 = 1;111 pub const MaxLocks: u32 = 50;112}113//frame_system::Module<Test>;114impl pallet_balances::Config for Test {115 type Event = Event;116 type AccountStore = System;117 type Balance = u64;118 type DustRemoval = ();119 type ExistentialDeposit = ExistentialDeposit;120 type WeightInfo = ();121 type MaxLocks = MaxLocks;122 type MaxReserves = ();123 type ReserveIdentifier = [u8; 8];124}125126parameter_types! {127 pub const OperationalFeeMultiplier: u8 = 5;128}129130impl pallet_transaction_payment::Config for Test {131 type Event = Event;132 type OnChargeTransaction = CurrencyAdapter<pallet_balances::Pallet<Test>, ()>;133 type LengthToFee = IdentityFee<u64>;134 type WeightToFee = IdentityFee<u64>;135 type FeeMultiplierUpdate = ();136 type OperationalFeeMultiplier = OperationalFeeMultiplier;137}138139parameter_types! {140 pub const MinimumPeriod: u64 = 1;141}142impl pallet_timestamp::Config for Test {143 type Moment = u64;144 type OnTimestampSet = ();145 type MinimumPeriod = MinimumPeriod;146 type WeightInfo = ();147}148149parameter_types! {150 pub const CollectionCreationPrice: u32 = 100;151 pub TreasuryAccountId: u64 = 1234;152 pub EthereumChainId: u32 = 1111;153}154155pub struct TestEvmAddressMapping;156impl AddressMapping<u64> for TestEvmAddressMapping {157 fn into_account_id(_addr: sp_core::H160) -> u64 {158 unimplemented!()159 }160}161162pub struct TestEvmBackwardsAddressMapping;163impl EvmBackwardsAddressMapping<u64> for TestEvmBackwardsAddressMapping {164 fn from_account_id(_account_id: u64) -> sp_core::H160 {165 unimplemented!()166 }167}168169#[derive(Encode, Decode, Clone, PartialEq, Eq, PartialOrd, Ord, Debug, TypeInfo, MaxEncodedLen)]170pub struct TestCrossAccountId(u64, sp_core::H160);171impl CrossAccountId<u64> for TestCrossAccountId {172 fn as_sub(&self) -> &u64 {173 &self.0174 }175 fn as_eth(&self) -> &sp_core::H160 {176 &self.1177 }178 fn from_sub(sub: u64) -> Self {179 let mut eth = [0; 20];180 eth[12..20].copy_from_slice(&sub.to_be_bytes());181 Self(sub, sp_core::H160(eth))182 }183 fn from_eth(eth: sp_core::H160) -> Self {184 let mut sub_raw = [0; 8];185 sub_raw.copy_from_slice(ð.0[0..8]);186 let sub = u64::from_be_bytes(sub_raw);187 Self(sub, eth)188 }189 fn conv_eq(&self, other: &Self) -> bool {190 self.as_sub() == other.as_sub()191 }192}193194impl Default for TestCrossAccountId {195 fn default() -> Self {196 Self::from_sub(0)197 }198}199200parameter_types! {201 pub BlockGasLimit: U256 = 0u32.into();202}203204impl pallet_ethereum::Config for Test {205 type Event = Event;206 type StateRoot = pallet_ethereum::IntermediateStateRoot<Self>;207}208209impl pallet_evm::Config for Test {210 type Event = Event;211 type FeeCalculator = ();212 type GasWeightMapping = ();213 type CallOrigin = EnsureAddressNever<Self::CrossAccountId>;214 type WithdrawOrigin = EnsureAddressNever<Self::CrossAccountId>;215 type AddressMapping = TestEvmAddressMapping;216 type Currency = Balances;217 type PrecompilesType = ();218 type PrecompilesValue = ();219 type Runner = pallet_evm::runner::stack::Runner<Self>;220 type ChainId = ConstU64<0>;221 type BlockGasLimit = BlockGasLimit;222 type OnMethodCall = ();223 type OnCreate = ();224 type OnChargeTransaction = ();225 type FindAuthor = ();226 type BlockHashMapping = SubstrateBlockHashMapping<Self>;227 type TransactionValidityHack = ();228}229impl pallet_evm_coder_substrate::Config for Test {}230231impl pallet_common::Config for Test {232 type WeightInfo = ();233 type Event = Event;234 type Currency = Balances;235 type CollectionCreationPrice = CollectionCreationPrice;236 type TreasuryAccountId = TreasuryAccountId;237238 type CollectionDispatch = CollectionDispatchT<Self>;239 type EvmTokenAddressMapping = EvmTokenAddressMapping;240 type CrossTokenAddressMapping = CrossTokenAddressMapping<Self::AccountId>;241 type ContractAddress = EvmCollectionHelpersAddress;242}243244impl pallet_evm::account::Config for Test {245 type CrossAccountId = TestCrossAccountId;246 type EvmAddressMapping = TestEvmAddressMapping;247 type EvmBackwardsAddressMapping = TestEvmBackwardsAddressMapping;248}249250impl pallet_structure::Config for Test {251 type WeightInfo = ();252 type Event = Event;253 type Call = Call;254}255impl pallet_fungible::Config for Test {256 type WeightInfo = ();257}258impl pallet_refungible::Config for Test {259 type WeightInfo = ();260}261impl pallet_nonfungible::Config for Test {262 type WeightInfo = ();263}264265parameter_types! {266 // 0x6c4e9fe1ae37a41e93cee429e8e1881abdcbb54f267 pub const EvmCollectionHelpersAddress: H160 = H160([268 0x6c, 0x4e, 0x9f, 0xe1, 0xae, 0x37, 0xa4, 0x1e, 0x93, 0xce, 0xe4, 0x29, 0xe8, 0xe1, 0x88, 0x1a, 0xbd, 0xcb, 0xb5, 0x4f,269 ]);270}271272impl pallet_unique::Config for Test {273 type Event = Event;274 type WeightInfo = ();275 type CommonWeightInfo = CommonWeights<Self>;276 type RefungibleExtensionsWeightInfo = CommonWeights<Self>;277}278279// Build genesis storage according to the mock runtime.280pub fn new_test_ext() -> sp_io::TestExternalities {281 system::GenesisConfig::default()282 .build_storage::<Test>()283 .unwrap()284 .into()285}1// Copyright 2019-2022 Unique Network (Gibraltar) Ltd.2// This file is part of Unique Network.34// Unique Network is free software: you can redistribute it and/or modify5// it under the terms of the GNU General Public License as published by6// the Free Software Foundation, either version 3 of the License, or7// (at your option) any later version.89// Unique Network is distributed in the hope that it will be useful,10// but WITHOUT ANY WARRANTY; without even the implied warranty of11// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12// GNU General Public License for more details.1314// You should have received a copy of the GNU General Public License15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.1617#![allow(clippy::from_over_into)]1819use sp_core::{H160, H256, U256};20use frame_support::{21 parameter_types,22 traits::{Everything, ConstU32, ConstU64},23 weights::IdentityFee,24};25use sp_runtime::{26 traits::{BlakeTwo256, IdentityLookup},27 testing::Header,28};29use pallet_transaction_payment::{CurrencyAdapter};30use frame_system as system;31use pallet_evm::{32 AddressMapping, account::CrossAccountId, EnsureAddressNever, SubstrateBlockHashMapping,33};34use fp_evm_mapping::EvmBackwardsAddressMapping;35use parity_scale_codec::{Encode, Decode, MaxEncodedLen};36use scale_info::TypeInfo;3738use up_data_structs::mapping::{CrossTokenAddressMapping, EvmTokenAddressMapping};3940#[path = "../../common/dispatch.rs"]41mod dispatch;4243use dispatch::CollectionDispatchT;4445#[path = "../../common/weights.rs"]46mod weights;4748use weights::CommonWeights;4950type UncheckedExtrinsic = frame_system::mocking::MockUncheckedExtrinsic<Test>;51type Block = frame_system::mocking::MockBlock<Test>;5253#[cfg(test)]54mod tests;5556// Configure a mock runtime to test the pallet.57frame_support::construct_runtime!(58 pub enum Test where59 Block = Block,60 NodeBlock = Block,61 UncheckedExtrinsic = UncheckedExtrinsic,62 {63 System: frame_system,64 Unique: pallet_unique::{Pallet, Call, Storage, Event<T>},65 Balances: pallet_balances::{Pallet, Call, Storage, Event<T>},66 Common: pallet_common::{Pallet, Storage, Event<T>},67 Fungible: pallet_fungible::{Pallet, Storage},68 Refungible: pallet_refungible::{Pallet, Storage},69 Nonfungible: pallet_nonfungible::{Pallet, Storage},70 Structure: pallet_structure::{Pallet, Storage, Event<T>},71 TransactionPayment: pallet_transaction_payment::{Pallet, Storage, Event<T>},72 Ethereum: pallet_ethereum::{Pallet, Config, Call, Storage, Event, Origin},73 EVM: pallet_evm::{Pallet, Config, Call, Storage, Event<T>},74 }75);7677parameter_types! {78 pub const BlockHashCount: u64 = 250;79 pub const SS58Prefix: u8 = 42;80}8182impl system::Config for Test {83 type Event = Event;84 type BaseCallFilter = Everything;85 type BlockWeights = ();86 type BlockLength = ();87 type DbWeight = ();88 type Origin = Origin;89 type Call = Call;90 type Index = u64;91 type BlockNumber = u64;92 type Hash = H256;93 type Hashing = BlakeTwo256;94 type AccountId = u64;95 type Lookup = IdentityLookup<Self::AccountId>;96 type Header = Header;97 type BlockHashCount = BlockHashCount;98 type Version = ();99 type PalletInfo = PalletInfo;100 type AccountData = pallet_balances::AccountData<u64>;101 type OnNewAccount = ();102 type OnKilledAccount = ();103 type SystemWeightInfo = ();104 type SS58Prefix = SS58Prefix;105 type OnSetCode = ();106 type MaxConsumers = ConstU32<16>;107}108109parameter_types! {110 pub const ExistentialDeposit: u64 = 1;111 pub const MaxLocks: u32 = 50;112}113//frame_system::Module<Test>;114impl pallet_balances::Config for Test {115 type Event = Event;116 type AccountStore = System;117 type Balance = u64;118 type DustRemoval = ();119 type ExistentialDeposit = ExistentialDeposit;120 type WeightInfo = ();121 type MaxLocks = MaxLocks;122 type MaxReserves = ();123 type ReserveIdentifier = [u8; 8];124}125126parameter_types! {127 pub const OperationalFeeMultiplier: u8 = 5;128}129130impl pallet_transaction_payment::Config for Test {131 type Event = Event;132 type OnChargeTransaction = CurrencyAdapter<pallet_balances::Pallet<Test>, ()>;133 type LengthToFee = IdentityFee<u64>;134 type WeightToFee = IdentityFee<u64>;135 type FeeMultiplierUpdate = ();136 type OperationalFeeMultiplier = OperationalFeeMultiplier;137}138139parameter_types! {140 pub const MinimumPeriod: u64 = 1;141}142impl pallet_timestamp::Config for Test {143 type Moment = u64;144 type OnTimestampSet = ();145 type MinimumPeriod = MinimumPeriod;146 type WeightInfo = ();147}148149parameter_types! {150 pub const CollectionCreationPrice: u32 = 100;151 pub TreasuryAccountId: u64 = 1234;152 pub EthereumChainId: u32 = 1111;153}154155pub struct TestEvmAddressMapping;156impl AddressMapping<u64> for TestEvmAddressMapping {157 fn into_account_id(_addr: sp_core::H160) -> u64 {158 unimplemented!()159 }160}161162pub struct TestEvmBackwardsAddressMapping;163impl EvmBackwardsAddressMapping<u64> for TestEvmBackwardsAddressMapping {164 fn from_account_id(_account_id: u64) -> sp_core::H160 {165 unimplemented!()166 }167}168169#[derive(Encode, Decode, Clone, PartialEq, Eq, PartialOrd, Ord, Debug, TypeInfo, MaxEncodedLen)]170pub struct TestCrossAccountId(u64, sp_core::H160);171impl CrossAccountId<u64> for TestCrossAccountId {172 fn as_sub(&self) -> &u64 {173 &self.0174 }175 fn as_eth(&self) -> &sp_core::H160 {176 &self.1177 }178 fn from_sub(sub: u64) -> Self {179 let mut eth = [0; 20];180 eth[12..20].copy_from_slice(&sub.to_be_bytes());181 Self(sub, sp_core::H160(eth))182 }183 fn from_eth(eth: sp_core::H160) -> Self {184 let mut sub_raw = [0; 8];185 sub_raw.copy_from_slice(ð.0[0..8]);186 let sub = u64::from_be_bytes(sub_raw);187 Self(sub, eth)188 }189 fn conv_eq(&self, other: &Self) -> bool {190 self.as_sub() == other.as_sub()191 }192 fn is_canonical_substrate(&self) -> bool {193 todo!()194 }195}196197impl Default for TestCrossAccountId {198 fn default() -> Self {199 Self::from_sub(0)200 }201}202203parameter_types! {204 pub BlockGasLimit: U256 = 0u32.into();205}206207impl pallet_ethereum::Config for Test {208 type Event = Event;209 type StateRoot = pallet_ethereum::IntermediateStateRoot<Self>;210}211212impl pallet_evm::Config for Test {213 type Event = Event;214 type FeeCalculator = ();215 type GasWeightMapping = ();216 type CallOrigin = EnsureAddressNever<Self::CrossAccountId>;217 type WithdrawOrigin = EnsureAddressNever<Self::CrossAccountId>;218 type AddressMapping = TestEvmAddressMapping;219 type Currency = Balances;220 type PrecompilesType = ();221 type PrecompilesValue = ();222 type Runner = pallet_evm::runner::stack::Runner<Self>;223 type ChainId = ConstU64<0>;224 type BlockGasLimit = BlockGasLimit;225 type OnMethodCall = ();226 type OnCreate = ();227 type OnChargeTransaction = ();228 type FindAuthor = ();229 type BlockHashMapping = SubstrateBlockHashMapping<Self>;230 type TransactionValidityHack = ();231}232impl pallet_evm_coder_substrate::Config for Test {}233234impl pallet_common::Config for Test {235 type WeightInfo = ();236 type Event = Event;237 type Currency = Balances;238 type CollectionCreationPrice = CollectionCreationPrice;239 type TreasuryAccountId = TreasuryAccountId;240241 type CollectionDispatch = CollectionDispatchT<Self>;242 type EvmTokenAddressMapping = EvmTokenAddressMapping;243 type CrossTokenAddressMapping = CrossTokenAddressMapping<Self::AccountId>;244 type ContractAddress = EvmCollectionHelpersAddress;245}246247impl pallet_evm::account::Config for Test {248 type CrossAccountId = TestCrossAccountId;249 type EvmAddressMapping = TestEvmAddressMapping;250 type EvmBackwardsAddressMapping = TestEvmBackwardsAddressMapping;251}252253impl pallet_structure::Config for Test {254 type WeightInfo = ();255 type Event = Event;256 type Call = Call;257}258impl pallet_fungible::Config for Test {259 type WeightInfo = ();260}261impl pallet_refungible::Config for Test {262 type WeightInfo = ();263}264impl pallet_nonfungible::Config for Test {265 type WeightInfo = ();266}267268parameter_types! {269 // 0x6c4e9fe1ae37a41e93cee429e8e1881abdcbb54f270 pub const EvmCollectionHelpersAddress: H160 = H160([271 0x6c, 0x4e, 0x9f, 0xe1, 0xae, 0x37, 0xa4, 0x1e, 0x93, 0xce, 0xe4, 0x29, 0xe8, 0xe1, 0x88, 0x1a, 0xbd, 0xcb, 0xb5, 0x4f,272 ]);273}274275impl pallet_unique::Config for Test {276 type Event = Event;277 type WeightInfo = ();278 type CommonWeightInfo = CommonWeights<Self>;279 type RefungibleExtensionsWeightInfo = CommonWeights<Self>;280}281282// Build genesis storage according to the mock runtime.283pub fn new_test_ext() -> sp_io::TestExternalities {284 system::GenesisConfig::default()285 .build_storage::<Test>()286 .unwrap()287 .into()288}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"