From 56dc96540a36d6935139c39e2df5a4b8ef229d69 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sat, 16 Mar 2024 18:05:35 +0700 Subject: [PATCH 01/28] chore(gear-common): use scale codec from sp_runtime --- Cargo.lock | 1106 +++++++++++++++------ Cargo.toml | 240 ++--- common/Cargo.toml | 1 + common/src/event.rs | 2 +- common/src/gas_provider/mod.rs | 3 +- common/src/gas_provider/node.rs | 3 +- common/src/lib.rs | 6 +- common/src/scheduler/task.rs | 2 +- common/src/storage/complicated/dequeue.rs | 2 +- common/src/storage/primitives/map.rs | 3 +- common/src/storage/primitives/mod.rs | 2 +- 11 files changed, 929 insertions(+), 441 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 006b48dd1a3..079ab93771f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,6 +52,16 @@ dependencies = [ "generic-array 0.14.7", ] +[[package]] +name = "aead" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" +dependencies = [ + "crypto-common", + "generic-array 0.14.7", +] + [[package]] name = "aes" version = "0.7.5" @@ -59,22 +69,47 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" dependencies = [ "cfg-if", - "cipher", + "cipher 0.3.0", "cpufeatures", "opaque-debug 0.3.0", ] +[[package]] +name = "aes" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" +dependencies = [ + "cfg-if", + "cipher 0.4.4", + "cpufeatures", +] + [[package]] name = "aes-gcm" version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6" dependencies = [ - "aead", - "aes", - "cipher", - "ctr", - "ghash", + "aead 0.4.3", + "aes 0.7.5", + "cipher 0.3.0", + "ctr 0.8.0", + "ghash 0.4.4", + "subtle", +] + +[[package]] +name = "aes-gcm" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" +dependencies = [ + "aead 0.5.2", + "aes 0.8.4", + "cipher 0.4.4", + "ctr 0.9.2", + "ghash 0.5.1", "subtle", ] @@ -204,6 +239,20 @@ dependencies = [ "num-traits", ] +[[package]] +name = "aquamarine" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1da02abba9f9063d786eab1509833ebb2fac0f966862ca59439c76b9c566760" +dependencies = [ + "include_dir", + "itertools", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "arbitrary" version = "1.3.2" @@ -213,6 +262,191 @@ dependencies = [ "derive_arbitrary", ] +[[package]] +name = "ark-bls12-381" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", +] + +[[package]] +name = "ark-ec" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" +dependencies = [ + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "derivative", + "hashbrown 0.13.2", + "itertools", + "num-traits", + "zeroize", +] + +[[package]] +name = "ark-ed-on-bls12-381-bandersnatch" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" +dependencies = [ + "ark-bls12-381", + "ark-ec", + "ark-ff", + "ark-std", +] + +[[package]] +name = "ark-ff" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" +dependencies = [ + "ark-ff-asm", + "ark-ff-macros", + "ark-serialize", + "ark-std", + "derivative", + "digest 0.10.7", + "itertools", + "num-bigint", + "num-traits", + "paste", + "rustc_version", + "zeroize", +] + +[[package]] +name = "ark-ff-asm" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" +dependencies = [ + "quote", + "syn 1.0.109", +] + +[[package]] +name = "ark-ff-macros" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" +dependencies = [ + "num-bigint", + "num-traits", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "ark-poly" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" +dependencies = [ + "ark-ff", + "ark-serialize", + "ark-std", + "derivative", + "hashbrown 0.13.2", +] + +[[package]] +name = "ark-scale" +version = "0.0.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49b08346a3e38e2be792ef53ee168623c9244d968ff00cd70fb9932f6fe36393" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", + "parity-scale-codec", +] + +[[package]] +name = "ark-scale" +version = "0.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f69c00b3b529be29528a6f2fd5fa7b1790f8bed81b9cdca17e326538545a179" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", + "parity-scale-codec", + "scale-info", +] + +[[package]] +name = "ark-secret-scalar" +version = "0.0.2" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", + "ark-transcript", + "digest 0.10.7", + "rand_core 0.6.4", + "zeroize", +] + +[[package]] +name = "ark-serialize" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" +dependencies = [ + "ark-serialize-derive", + "ark-std", + "digest 0.10.7", + "num-bigint", +] + +[[package]] +name = "ark-serialize-derive" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "ark-std" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" +dependencies = [ + "num-traits", + "rand 0.8.5", +] + +[[package]] +name = "ark-transcript" +version = "0.0.2" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-ff", + "ark-serialize", + "ark-std", + "digest 0.10.7", + "rand_core 0.6.4", + "sha3", +] + [[package]] name = "array-bytes" version = "6.2.2" @@ -471,6 +705,28 @@ dependencies = [ "rustc-demangle", ] +[[package]] +name = "bandersnatch_vrfs" +version = "0.0.1" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-bls12-381", + "ark-ec", + "ark-ed-on-bls12-381-bandersnatch", + "ark-ff", + "ark-scale 0.0.12", + "ark-serialize", + "ark-std", + "dleq_vrf", + "fflonk", + "merlin 3.0.0", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "ring 0.1.0", + "sha2 0.10.8", + "zeroize", +] + [[package]] name = "base-x" version = "0.2.11" @@ -700,7 +956,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2cb03d1bed155d89dce0f845b7899b18a9a163e148fd004e1c28421a783e2d8e" dependencies = [ "block-padding 0.2.1", - "cipher", + "cipher 0.3.0", ] [[package]] @@ -963,7 +1219,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" dependencies = [ "cfg-if", - "cipher", + "cipher 0.3.0", "cpufeatures", "zeroize", ] @@ -974,9 +1230,9 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5" dependencies = [ - "aead", + "aead 0.4.3", "chacha20", - "cipher", + "cipher 0.3.0", "poly1305", "zeroize", ] @@ -1017,6 +1273,16 @@ dependencies = [ "generic-array 0.14.7", ] +[[package]] +name = "cipher" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" +dependencies = [ + "crypto-common", + "inout", +] + [[package]] name = "clang-sys" version = "1.6.1" @@ -1180,6 +1446,26 @@ dependencies = [ "unicode-width", ] +[[package]] +name = "common" +version = "0.1.0" +source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "fflonk", + "merlin 3.0.0", +] + +[[package]] +name = "common-path" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" + [[package]] name = "concurrent-queue" version = "2.2.0" @@ -1584,6 +1870,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ "generic-array 0.14.7", + "rand_core 0.6.4", "typenum", ] @@ -1613,7 +1900,16 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea" dependencies = [ - "cipher", + "cipher 0.3.0", +] + +[[package]] +name = "ctr" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" +dependencies = [ + "cipher 0.4.4", ] [[package]] @@ -2594,6 +2890,50 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632" +[[package]] +name = "dleq_vrf" +version = "0.0.2" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-scale 0.0.10", + "ark-secret-scalar", + "ark-serialize", + "ark-std", + "ark-transcript", + "arrayvec 0.7.4", + "rand_core 0.6.4", + "zeroize", +] + +[[package]] +name = "docify" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cc4fd38aaa9fb98ac70794c82a00360d1e165a87fbf96a8a91f9dfc602aaee2" +dependencies = [ + "docify_macros", +] + +[[package]] +name = "docify_macros" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63fa215f3a0d40fb2a221b3aa90d8e1fbb8379785a990cb60d62ac71ebdc6460" +dependencies = [ + "common-path", + "derive-syn-parse", + "once_cell", + "proc-macro2", + "quote", + "regex", + "syn 2.0.49", + "termcolor", + "toml 0.8.2", + "walkdir", +] + [[package]] name = "document-features" version = "0.2.8" @@ -2684,19 +3024,10 @@ dependencies = [ "digest 0.10.7", "elliptic-curve", "rfc6979", - "signature 2.1.0", + "signature", "spki", ] -[[package]] -name = "ed25519" -version = "1.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" -dependencies = [ - "signature 1.6.4", -] - [[package]] name = "ed25519" version = "2.2.2" @@ -2704,19 +3035,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d" dependencies = [ "pkcs8", - "signature 2.1.0", -] - -[[package]] -name = "ed25519-dalek" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" -dependencies = [ - "curve25519-dalek 3.2.0", - "ed25519 1.5.3", - "sha2 0.9.9", - "zeroize", + "signature", ] [[package]] @@ -2726,7 +3045,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980" dependencies = [ "curve25519-dalek 4.0.0", - "ed25519 2.2.2", + "ed25519", "rand_core 0.6.4", "serde", "sha2 0.10.8", @@ -3037,6 +3356,19 @@ dependencies = [ "subtle", ] +[[package]] +name = "fflonk" +version = "0.1.0" +source = "git+https://github.com/w3f/fflonk#1e854f35e9a65d08b11a86291405cdc95baa0a35" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "merlin 3.0.0", +] + [[package]] name = "fiat-crypto" version = "0.1.20" @@ -3149,7 +3481,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", ] @@ -3172,7 +3504,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-support-procedural", @@ -3189,7 +3521,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-runtime-interface", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-storage", "static_assertions", ] @@ -3197,7 +3529,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "Inflector", "array-bytes", @@ -3245,7 +3577,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -3256,7 +3588,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3267,23 +3599,24 @@ dependencies = [ "sp-core", "sp-npos-elections", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", "frame-try-runtime", + "log", "parity-scale-codec", "scale-info", "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-tracing", ] @@ -3314,7 +3647,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-recursion", "futures", @@ -3326,6 +3659,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", + "sp-state-machine", "spinners", "substrate-rpc-client", "tokio", @@ -3335,9 +3669,11 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ + "aquamarine", "bitflags 1.3.2", + "docify", "environmental", "frame-metadata 16.0.0", "frame-support-procedural", @@ -3349,27 +3685,31 @@ dependencies = [ "paste", "scale-info", "serde", + "serde_json", "smallvec", "sp-api", "sp-arithmetic", "sp-core", "sp-core-hashing-proc-macro", "sp-debug-derive", + "sp-genesis-builder", "sp-inherents", "sp-io", + "sp-metadata-ir", "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-tracing", "sp-weights", + "static_assertions", "tt-call", ] [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "Inflector", "cfg-expr", @@ -3387,7 +3727,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -3399,7 +3739,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "proc-macro2", "quote", @@ -3409,10 +3749,11 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-executive", + "frame-metadata 16.0.0", "frame-support", "frame-support-test-pallet", "frame-system", @@ -3425,9 +3766,10 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", + "sp-metadata-ir", "sp-runtime", "sp-state-machine", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-version", "static_assertions", "trybuild", @@ -3436,7 +3778,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", @@ -3449,7 +3791,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "cfg-if", "frame-support", @@ -3460,7 +3802,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-version", "sp-weights", ] @@ -3468,7 +3810,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -3477,13 +3819,13 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "sp-api", @@ -3492,13 +3834,13 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] @@ -3891,7 +4233,8 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-runtime", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] @@ -4035,7 +4378,7 @@ dependencies = [ "gear-lazy-pages-common", "gear-runtime-interface", "log", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] @@ -4099,7 +4442,7 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "substrate-test-client", "vara-runtime", ] @@ -4166,7 +4509,7 @@ dependencies = [ "pallet-gear-messenger", "pallet-session", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] @@ -4182,7 +4525,7 @@ dependencies = [ "parity-scale-codec", "sp-io", "sp-runtime-interface", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-wasm-interface", "winapi", ] @@ -4205,7 +4548,7 @@ dependencies = [ "log", "parity-scale-codec", "sp-core", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-wasm-interface-common", "wasmi 0.30.0 (git+https://github.com/gear-tech/wasmi?branch=gear-v0.30.0)", "wat", @@ -4217,7 +4560,7 @@ version = "1.2.0" dependencies = [ "parity-scale-codec", "sp-debug-derive", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-wasm-interface-common", ] @@ -4440,7 +4783,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "chrono", "frame-election-provider-support", @@ -4510,7 +4853,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" dependencies = [ "opaque-debug 0.3.0", - "polyval", + "polyval 0.5.3", +] + +[[package]] +name = "ghash" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" +dependencies = [ + "opaque-debug 0.3.0", + "polyval 0.6.2", ] [[package]] @@ -4891,6 +5244,15 @@ dependencies = [ "hmac 0.11.0", ] +[[package]] +name = "hkdf" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" +dependencies = [ + "hmac 0.12.1", +] + [[package]] name = "hmac" version = "0.8.1" @@ -5159,6 +5521,25 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "include_dir" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" +dependencies = [ + "include_dir_macros", +] + +[[package]] +name = "include_dir_macros" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" +dependencies = [ + "proc-macro2", + "quote", +] + [[package]] name = "indenter" version = "0.3.3" @@ -5206,6 +5587,15 @@ dependencies = [ "unicode-width", ] +[[package]] +name = "inout" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" +dependencies = [ + "generic-array 0.14.7", +] + [[package]] name = "instant" version = "0.1.12" @@ -5813,7 +6203,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" dependencies = [ "bs58 0.4.0", - "ed25519-dalek 2.0.0", + "ed25519-dalek", "log", "multiaddr", "multihash", @@ -5906,7 +6296,7 @@ dependencies = [ "snow", "static_assertions", "thiserror", - "x25519-dalek", + "x25519-dalek 1.1.1", "zeroize", ] @@ -6024,7 +6414,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "rcgen", - "ring", + "ring 0.16.20", "rustls 0.20.8", "thiserror", "webpki", @@ -7180,7 +7570,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", @@ -7190,13 +7580,13 @@ dependencies = [ "sp-application-crypto", "sp-authority-discovery", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", @@ -7204,13 +7594,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7228,14 +7618,16 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ + "aquamarine", + "docify", "frame-benchmarking", "frame-election-provider-support", "frame-support", @@ -7247,14 +7639,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-tracing", ] [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7263,13 +7655,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7281,13 +7673,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7300,13 +7692,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7317,13 +7709,13 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7339,14 +7731,14 @@ dependencies = [ "sp-io", "sp-npos-elections", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "strum 0.24.1", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7354,6 +7746,7 @@ dependencies = [ "parity-scale-codec", "sp-npos-elections", "sp-runtime", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] @@ -7450,7 +7843,7 @@ dependencies = [ "sp-externalities", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "test-syscalls", "wabt", ] @@ -7508,7 +7901,7 @@ dependencies = [ "sp-externalities", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] @@ -7561,7 +7954,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "test-syscalls", "wabt", ] @@ -7591,7 +7984,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] @@ -7616,7 +8009,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] @@ -7648,7 +8041,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "wabt", ] @@ -7682,7 +8075,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] @@ -7709,7 +8102,7 @@ dependencies = [ "sp-api", "sp-core", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] @@ -7740,7 +8133,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] @@ -7775,7 +8168,7 @@ dependencies = [ "sp-io", "sp-npos-elections", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] @@ -7818,13 +8211,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7841,13 +8234,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "enumflags2 0.7.7", "frame-benchmarking", @@ -7857,13 +8250,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7877,13 +8270,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7893,41 +8286,43 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", "log", + "pallet-balances", "parity-scale-codec", "scale-info", "sp-core", "sp-io", "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-tracing", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", "sp-api", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", @@ -7938,13 +8333,13 @@ dependencies = [ "serde", "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7955,13 +8350,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7970,13 +8365,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7988,13 +8383,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8007,14 +8402,15 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ + "docify", "frame-benchmarking", "frame-support", "frame-system", @@ -8023,14 +8419,14 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-weights", ] [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", @@ -8044,14 +8440,15 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-state-machine", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-trie", ] [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8068,13 +8465,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "log", "sp-arithmetic", @@ -8083,7 +8480,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "sp-api", @@ -8092,7 +8489,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8101,13 +8498,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8118,14 +8515,15 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-storage", "sp-timestamp", ] [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", @@ -8135,13 +8533,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "jsonrpsee 0.16.3", "pallet-transaction-payment-rpc-runtime-api", @@ -8157,7 +8555,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8169,7 +8567,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8180,13 +8578,13 @@ dependencies = [ "scale-info", "serde", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8196,13 +8594,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8211,13 +8609,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8226,7 +8624,7 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] @@ -8573,7 +8971,7 @@ checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede" dependencies = [ "cpufeatures", "opaque-debug 0.3.0", - "universal-hash", + "universal-hash 0.4.1", ] [[package]] @@ -8585,7 +8983,19 @@ dependencies = [ "cfg-if", "cpufeatures", "opaque-debug 0.3.0", - "universal-hash", + "universal-hash 0.4.1", +] + +[[package]] +name = "polyval" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" +dependencies = [ + "cfg-if", + "cpufeatures", + "opaque-debug 0.3.0", + "universal-hash 0.5.1", ] [[package]] @@ -8933,7 +9343,7 @@ checksum = "f31999cfc7927c4e212e60fd50934ab40e8e8bfd2d493d6095d2d306bc0764d9" dependencies = [ "bytes", "rand 0.8.5", - "ring", + "ring 0.16.20", "rustc-hash", "rustls 0.20.8", "slab", @@ -9090,7 +9500,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" dependencies = [ "pem", - "ring", + "ring 0.16.20", "time", "yasna", ] @@ -9318,6 +9728,21 @@ dependencies = [ "subtle", ] +[[package]] +name = "ring" +version = "0.1.0" +source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "common", + "fflonk", + "merlin 3.0.0", +] + [[package]] name = "ring" version = "0.16.20" @@ -9537,7 +9962,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" dependencies = [ "log", - "ring", + "ring 0.16.20", "sct", "webpki", ] @@ -9549,7 +9974,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb" dependencies = [ "log", - "ring", + "ring 0.16.20", "rustls-webpki 0.101.4", "sct", ] @@ -9581,7 +10006,7 @@ version = "0.100.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab" dependencies = [ - "ring", + "ring 0.16.20", "untrusted", ] @@ -9591,7 +10016,7 @@ version = "0.101.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" dependencies = [ - "ring", + "ring 0.16.20", "untrusted", ] @@ -9662,7 +10087,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9677,7 +10102,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9696,7 +10121,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -9707,7 +10132,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "chrono", @@ -9746,7 +10171,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "fnv", "futures", @@ -9772,7 +10197,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "hash-db", "kvdb", @@ -9798,7 +10223,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "futures", @@ -9823,7 +10248,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "fork-tree", @@ -9859,7 +10284,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "futures", "jsonrpsee 0.16.3", @@ -9881,7 +10306,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9894,7 +10319,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "ahash 0.8.6", "array-bytes", @@ -9935,7 +10360,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "finality-grandpa", "futures", @@ -9955,7 +10380,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "futures", @@ -9978,7 +10403,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -10001,20 +10426,19 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "sp-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface", "thiserror", "wasm-instrument", - "wasmi 0.13.2", ] [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "anyhow", "cfg-if", @@ -10031,7 +10455,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "ansi_term", "futures", @@ -10047,7 +10471,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -10061,7 +10485,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "async-channel", @@ -10102,7 +10526,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-channel", "cid", @@ -10122,7 +10546,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -10139,7 +10563,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "ahash 0.8.6", "futures", @@ -10157,7 +10581,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "async-channel", @@ -10178,7 +10602,7 @@ dependencies = [ [[package]] name = "sc-network-statement" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "async-channel", @@ -10196,7 +10620,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "async-channel", @@ -10230,7 +10654,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "futures", @@ -10248,7 +10672,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "bytes", @@ -10282,7 +10706,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10291,7 +10715,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "futures", "jsonrpsee 0.16.3", @@ -10322,7 +10746,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "jsonrpsee 0.16.3", "parity-scale-codec", @@ -10341,7 +10765,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "http", "jsonrpsee 0.16.3", @@ -10356,7 +10780,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "futures", @@ -10369,6 +10793,7 @@ dependencies = [ "sc-chain-spec", "sc-client-api", "sc-transaction-pool-api", + "sc-utils", "serde", "sp-api", "sp-blockchain", @@ -10376,13 +10801,14 @@ dependencies = [ "sp-runtime", "sp-version", "thiserror", + "tokio", "tokio-stream", ] [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "directories 4.0.1", @@ -10446,7 +10872,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "log", "parity-scale-codec", @@ -10457,7 +10883,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "jsonrpsee 0.16.3", "parity-scale-codec", @@ -10476,7 +10902,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "futures", "libc", @@ -10489,13 +10915,13 @@ dependencies = [ "serde_json", "sp-core", "sp-io", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "chrono", "futures", @@ -10514,7 +10940,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "ansi_term", "atty", @@ -10543,7 +10969,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -10554,7 +10980,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "futures", @@ -10580,7 +11006,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "futures", @@ -10596,7 +11022,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-channel", "futures", @@ -10799,7 +11225,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" dependencies = [ - "ring", + "ring 0.16.20", "untrusted", ] @@ -10856,9 +11282,9 @@ version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1da5c423b8783185fd3fecd1c8796c267d2c089d894ce5a93c280a5d3f780a2" dependencies = [ - "aes", + "aes 0.7.5", "block-modes", - "hkdf", + "hkdf 0.11.0", "lazy_static", "num", "rand 0.8.5", @@ -11093,12 +11519,6 @@ dependencies = [ "libc", ] -[[package]] -name = "signature" -version = "1.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" - [[package]] name = "signature" version = "2.1.0" @@ -11278,12 +11698,12 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155" dependencies = [ - "aes-gcm", + "aes-gcm 0.9.4", "blake2", "chacha20poly1305", "curve25519-dalek 4.0.0", "rand_core 0.6.4", - "ring", + "ring 0.16.20", "rustc_version", "sha2 0.10.8", "subtle", @@ -11329,7 +11749,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "4.1.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "log", "parity-scale-codec", @@ -11340,7 +11760,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "hash-db", "log", @@ -11352,7 +11772,7 @@ dependencies = [ "sp-metadata-ir", "sp-runtime", "sp-state-machine", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-trie", "sp-version", "thiserror", @@ -11361,7 +11781,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "Inflector", "blake2", @@ -11375,58 +11795,58 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "static_assertions", ] [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", "sp-application-crypto", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "sp-api", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "futures", "log", @@ -11444,7 +11864,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "futures", @@ -11459,7 +11879,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "parity-scale-codec", @@ -11469,14 +11889,14 @@ dependencies = [ "sp-consensus-slots", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "parity-scale-codec", @@ -11488,14 +11908,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-timestamp", ] [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "finality-grandpa", "log", @@ -11507,31 +11927,33 @@ dependencies = [ "sp-core", "sp-keystore", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-timestamp", ] [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", + "arrayvec 0.7.4", + "bandersnatch_vrfs", "bitflags 1.3.2", "blake2", "bounded-collections", - "bs58 0.4.0", + "bs58 0.5.0", "dyn-clonable", "ed25519-zebra", "futures", @@ -11554,11 +11976,11 @@ dependencies = [ "secrecy", "serde", "sp-allocator", - "sp-core-hashing 9.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-core-hashing 9.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-debug-derive", "sp-externalities", "sp-runtime-interface", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-storage", "ss58-registry", "substrate-bip39", @@ -11586,7 +12008,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "blake2b_simd", "byteorder", @@ -11599,17 +12021,17 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "quote", - "sp-core-hashing 9.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-core-hashing 9.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "syn 2.0.49", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11618,7 +12040,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "proc-macro2", "quote", @@ -11628,36 +12050,46 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "environmental", "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-storage", ] +[[package]] +name = "sp-genesis-builder" +version = "0.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +dependencies = [ + "serde_json", + "sp-api", + "sp-runtime", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", +] + [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "thiserror", ] [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "bytes", - "ed25519 1.5.3", - "ed25519-dalek 1.0.1", + "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", @@ -11668,7 +12100,7 @@ dependencies = [ "sp-keystore", "sp-runtime-interface", "sp-state-machine", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-tracing", "sp-trie", "tracing", @@ -11678,7 +12110,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "lazy_static", "sp-core", @@ -11689,7 +12121,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -11701,7 +12133,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "thiserror", "zstd 0.12.4", @@ -11710,18 +12142,18 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", "scale-info", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11729,13 +12161,13 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "sp-api", "sp-core", @@ -11745,7 +12177,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "backtrace", "lazy_static", @@ -11755,7 +12187,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "rustc-hash", "serde", @@ -11765,7 +12197,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "either", "hash256-std-hasher", @@ -11780,14 +12212,14 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11795,7 +12227,7 @@ dependencies = [ "primitive-types", "sp-externalities", "sp-runtime-interface-proc-macro", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-storage", "sp-tracing", "sp-wasm-interface", @@ -11805,7 +12237,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -11817,7 +12249,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11826,13 +12258,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11840,13 +12272,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "hash-db", "log", @@ -11857,7 +12289,7 @@ dependencies = [ "sp-core", "sp-externalities", "sp-panic-handler", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-trie", "thiserror", "tracing", @@ -11867,18 +12299,25 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ + "aes-gcm 0.10.3", + "curve25519-dalek 4.0.0", + "ed25519-dalek", + "hkdf 0.12.4", "parity-scale-codec", + "rand 0.8.5", "scale-info", + "sha2 0.10.8", "sp-api", "sp-application-crypto", "sp-core", "sp-externalities", "sp-runtime", "sp-runtime-interface", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "thiserror", + "x25519-dalek 2.0.1", ] [[package]] @@ -11890,41 +12329,41 @@ checksum = "53458e3c57df53698b3401ec0934bea8e8cfce034816873c0b0abbd83d7bac0d" [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", "sp-debug-derive", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "thiserror", ] [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "tracing", "tracing-core", "tracing-subscriber 0.2.25", @@ -11933,7 +12372,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "sp-api", "sp-runtime", @@ -11942,7 +12381,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "parity-scale-codec", @@ -11950,14 +12389,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-trie", ] [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "ahash 0.8.6", "hash-db", @@ -11970,7 +12409,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "thiserror", "tracing", "trie-db", @@ -11980,7 +12419,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11989,7 +12428,7 @@ dependencies = [ "serde", "sp-core-hashing-proc-macro", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-version-proc-macro", "thiserror", ] @@ -11997,7 +12436,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12008,14 +12447,14 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", "sp-allocator", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-wasm-interface-common", "wasmtime", ] @@ -12023,17 +12462,17 @@ dependencies = [ [[package]] name = "sp-wasm-interface-common" version = "7.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "wasmi 0.13.2", ] [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "scale-info", @@ -12042,7 +12481,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-debug-derive", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", ] [[package]] @@ -12221,12 +12660,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12245,7 +12684,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "hyper", "log", @@ -12257,7 +12696,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "jsonrpsee 0.16.3", @@ -12270,7 +12709,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "jsonrpsee 0.16.3", "parity-scale-codec", @@ -12287,7 +12726,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "async-trait", @@ -12313,7 +12752,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "ansi_term", "build-helper", @@ -12829,6 +13268,18 @@ dependencies = [ "toml_edit 0.19.15", ] +[[package]] +name = "toml" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit 0.20.2", +] + [[package]] name = "toml_datetime" version = "0.6.5" @@ -12851,6 +13302,19 @@ dependencies = [ "winnow", ] +[[package]] +name = "toml_edit" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" +dependencies = [ + "indexmap 2.2.3", + "serde", + "serde_spanned", + "toml_datetime", + "winnow", +] + [[package]] name = "toml_edit" version = "0.21.1" @@ -13125,7 +13589,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary#01d999dab4c70a4120084c21f6acad4bf2791f65" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "clap 4.5.1", @@ -13265,6 +13729,16 @@ dependencies = [ "subtle", ] +[[package]] +name = "universal-hash" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" +dependencies = [ + "crypto-common", + "subtle", +] + [[package]] name = "unsigned-varint" version = "0.7.1" @@ -13395,7 +13869,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/substrate.git?branch=gear-polkadot-v1.0.0-canary)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", "sp-transaction-pool", "sp-version", "substrate-build-script-utils", @@ -13590,9 +14064,9 @@ dependencies = [ [[package]] name = "wasm-opt" -version = "0.112.0" +version = "0.114.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87fef6d0d508f08334e0ab0e6877feb4c0ecb3956bcf2cb950699b22fedf3e9c" +checksum = "effbef3bd1dde18acb401f73e740a6f3d4a1bc651e9773bddc512fe4d8d68f67" dependencies = [ "anyhow", "libc", @@ -13606,9 +14080,9 @@ dependencies = [ [[package]] name = "wasm-opt-cxx-sys" -version = "0.112.0" +version = "0.114.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc816bbc1596c8f2e8127e137a760c798023ef3d378f2ae51f0f1840e2dfa445" +checksum = "c09e24eb283919ace2ed5733bda4842a59ce4c8de110ef5c6d98859513d17047" dependencies = [ "anyhow", "cxx", @@ -13618,9 +14092,9 @@ dependencies = [ [[package]] name = "wasm-opt-sys" -version = "0.112.0" +version = "0.114.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40199e4f68ef1071b3c6d0bd8026a12b481865d4b9e49c156932ea9a6234dd14" +checksum = "36f2f817bed2e8d65eb779fa37317e74de15585751f903c9118342d1970703a4" dependencies = [ "anyhow", "cc", @@ -14339,7 +14813,7 @@ version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" dependencies = [ - "ring", + "ring 0.16.20", "untrusted", ] @@ -14768,6 +15242,18 @@ dependencies = [ "zeroize", ] +[[package]] +name = "x25519-dalek" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" +dependencies = [ + "curve25519-dalek 4.0.0", + "rand_core 0.6.4", + "serde", + "zeroize", +] + [[package]] name = "x509-parser" version = "0.14.0" diff --git a/Cargo.toml b/Cargo.toml index 5133b8372e3..5d15c8474ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -249,125 +249,125 @@ sandbox-wasmer = { package = "wasmer", version = "2.2", features = ["singlepass" sandbox-wasmer-types = { package = "wasmer-types", version = "2.2" } # Substrate deps -frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -frame-election-provider-support = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -frame-executive = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -frame-support = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -frame-support-test = { version = "3.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -frame-system = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -frame-system-benchmarking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -frame-remote-externalities = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -frame-try-runtime = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -frame-system-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -generate-bags = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -pallet-authorship = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-authority-discovery = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-babe = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-bags-list = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-bounties = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-child-bounties = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-balances = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-conviction-voting = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-election-provider-multi-phase = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-grandpa = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-identity = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-im-online = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-multisig = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-nomination-pools = { version = "1.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-nomination-pools-runtime-api = { version = "1.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-offences = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-preimage = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-proxy = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-ranked-collective = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-referenda = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-scheduler = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-session = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-staking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-staking-runtime-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-staking-reward-fn = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-sudo = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-timestamp = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-transaction-payment = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-transaction-payment-rpc = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-treasury = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-utility = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-vesting = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -pallet-whitelist = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-authority-discovery = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-block-builder = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-consensus = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-consensus-babe = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-consensus-babe-rpc = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-consensus-epochs = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-consensus-slots = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sp-debug-derive = { version = "8.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sc-chain-spec = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-cli = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-client-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-executor = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-executor-common = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-consensus-grandpa = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-consensus-grandpa-rpc = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-keystore = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-network = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-network-common = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-network-sync = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-network-statement = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-offchain = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-proposer-metrics = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-service = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-telemetry = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-rpc = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-rpc-spec-v2 = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-sync-state-rpc = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-sysinfo = { version = "6.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-transaction-pool = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-transaction-pool-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sc-tracing = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -sp-allocator = { version = "4.1.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-authority-discovery = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-arithmetic = { version = "16.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-block-builder = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-core = { version = "21.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-consensus = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-consensus-babe = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-consensus-slots = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-externalities = { version = "0.19.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-consensus-grandpa = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-inherents = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-io = { version = "23.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-keyring = { version = "24.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-keystore = { version = "0.27.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-npos-elections = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-offchain = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-rpc = { version = "6.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-runtime = { version = "24.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-runtime-interface = { version = "17.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-session = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-std = { version = "8.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-state-machine = { version = "0.28.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-staking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-storage = { version = "13.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-timestamp = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-transaction-pool = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-transaction-storage-proof = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-trie = { version = "22.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-version = { version = "22.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-wasm-interface = { version = "14.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -sp-wasm-interface-common = { version = "7.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary", default-features = false } -substrate-build-script-utils = { version = "3.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -substrate-frame-rpc-system = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -substrate-rpc-client = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -substrate-state-trie-migration-rpc = { version = "4.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -substrate-test-client = { version = "2.0.0", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } -try-runtime-cli = { version = "0.10.0-dev", git = "https://github.com/gear-tech/substrate.git", branch = "gear-polkadot-v1.0.0-canary" } +frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +frame-election-provider-support = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +frame-executive = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +frame-support = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +frame-support-test = { version = "3.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +frame-system = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +frame-system-benchmarking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +frame-remote-externalities = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +frame-try-runtime = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +frame-system-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +generate-bags = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +pallet-authorship = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-authority-discovery = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-babe = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-bags-list = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-bounties = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-child-bounties = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-balances = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-conviction-voting = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-election-provider-multi-phase = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-grandpa = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-identity = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-im-online = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-multisig = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-nomination-pools = { version = "1.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-nomination-pools-runtime-api = { version = "1.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-offences = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-preimage = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-proxy = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-ranked-collective = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-referenda = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-scheduler = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-session = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-staking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-staking-runtime-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-staking-reward-fn = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-sudo = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-timestamp = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-transaction-payment = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-transaction-payment-rpc = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-treasury = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-utility = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-vesting = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +pallet-whitelist = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-authority-discovery = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-block-builder = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-consensus = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-consensus-babe = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-consensus-babe-rpc = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-consensus-epochs = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-consensus-slots = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sp-debug-derive = { version = "8.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sc-chain-spec = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-cli = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-client-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-executor = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-executor-common = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-consensus-grandpa = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-consensus-grandpa-rpc = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-keystore = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-network = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-network-common = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-network-sync = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-network-statement = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-offchain = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-proposer-metrics = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-service = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-telemetry = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-rpc = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-rpc-spec-v2 = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-sync-state-rpc = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-sysinfo = { version = "6.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-transaction-pool = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-transaction-pool-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sc-tracing = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +sp-allocator = { version = "4.1.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-authority-discovery = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-arithmetic = { version = "16.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-block-builder = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-core = { version = "21.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-consensus = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-consensus-babe = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-consensus-slots = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-externalities = { version = "0.19.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-consensus-grandpa = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-inherents = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-io = { version = "23.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-keyring = { version = "24.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-keystore = { version = "0.27.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-npos-elections = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-offchain = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-rpc = { version = "6.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-runtime = { version = "24.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-runtime-interface = { version = "17.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-session = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-std = { version = "8.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-state-machine = { version = "0.28.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-staking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-storage = { version = "13.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-timestamp = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-transaction-pool = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-transaction-storage-proof = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-trie = { version = "22.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-version = { version = "22.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-wasm-interface = { version = "14.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +sp-wasm-interface-common = { version = "7.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } +substrate-build-script-utils = { version = "3.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +substrate-frame-rpc-system = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +substrate-rpc-client = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +substrate-state-trie-migration-rpc = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +substrate-test-client = { version = "2.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +try-runtime-cli = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } # Examples test-syscalls = { path = "examples/syscalls", default-features = false } @@ -450,7 +450,7 @@ tracing = "0.1.40" # util tracing-appender = "0.2" # utils/node-loader tracing-subscriber = "0.3.18" # utils/node-loader trybuild = "1" # gstd/codegen -wasm-opt = "0.112.0" # utils/wasm-builder +wasm-opt = "0.114.0" # utils/wasm-builder wasmprinter = "0.2" # utils/wasm-gen whoami = "1.4.0" # gcli fail = "0.5" # gear-common diff --git a/common/Cargo.toml b/common/Cargo.toml index e5b5cbbc57f..ae16b6f3ea0 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -28,6 +28,7 @@ sp-core.workspace = true sp-io.workspace = true sp-std.workspace = true sp-arithmetic.workspace = true +sp-runtime.workspace = true frame-support.workspace = true frame-system = { workspace = true, optional = true } frame-benchmarking = { workspace = true, optional = true } diff --git a/common/src/event.rs b/common/src/event.rs index a5a30bb2b37..696a0b2c70b 100644 --- a/common/src/event.rs +++ b/common/src/event.rs @@ -21,7 +21,7 @@ //! This module contains components for depositing proper //! and extensive data about actions happen. -use frame_support::{ +use sp_runtime::{ codec::{self, Decode, Encode}, scale_info::{self, TypeInfo}, }; diff --git a/common/src/gas_provider/mod.rs b/common/src/gas_provider/mod.rs index 849149aad50..8aa28e0b6c0 100644 --- a/common/src/gas_provider/mod.rs +++ b/common/src/gas_provider/mod.rs @@ -18,8 +18,9 @@ use super::*; use frame_support::{ - sp_runtime::traits::Zero, traits::tokens::Balance as BalanceTrait, RuntimeDebug, + sp_runtime::traits::Zero, traits::tokens::Balance as BalanceTrait, }; +use sp_runtime::RuntimeDebug; use sp_std::marker::PhantomData; mod error; diff --git a/common/src/gas_provider/node.rs b/common/src/gas_provider/node.rs index 4d4910f853b..eecd82db673 100644 --- a/common/src/gas_provider/node.rs +++ b/common/src/gas_provider/node.rs @@ -19,9 +19,8 @@ use super::*; use core::ops::{Add, Index, IndexMut}; use enum_iterator::cardinality; -use frame_support::{codec, dispatch::MaxEncodedLen, scale_info}; use gear_core::ids::ReservationId; -use sp_runtime::traits::Zero; +use sp_runtime::{codec::{self, MaxEncodedLen}, scale_info, traits::Zero}; /// ID of the [`GasNode`]. #[derive(Debug, Copy, Clone, Hash, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, TypeInfo)] diff --git a/common/src/lib.rs b/common/src/lib.rs index 27e1417e619..3e688aef79b 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -46,9 +46,7 @@ pub mod pallet_tests; use core::fmt; use frame_support::{ - codec::{self, Decode, Encode}, pallet_prelude::MaxEncodedLen, - scale_info::{self, TypeInfo}, sp_runtime::{ self, generic::{CheckedExtrinsic, UncheckedExtrinsic}, @@ -56,6 +54,10 @@ use frame_support::{ }, traits::Get, }; +use sp_runtime::{ + codec::{self, Decode, Encode}, + scale_info::{self, TypeInfo}, +}; use gear_core::{ ids::{CodeId, MessageId, ProgramId}, memory::PageBuf, diff --git a/common/src/scheduler/task.rs b/common/src/scheduler/task.rs index 75e070c6a6d..a37f358fa11 100644 --- a/common/src/scheduler/task.rs +++ b/common/src/scheduler/task.rs @@ -17,7 +17,7 @@ // along with this program. If not, see . use crate::{paused_program_storage::SessionId, Gas}; -use frame_support::{ +use sp_runtime::{ codec::{self, Decode, Encode, MaxEncodedLen}, scale_info::{self, TypeInfo}, }; diff --git a/common/src/storage/complicated/dequeue.rs b/common/src/storage/complicated/dequeue.rs index ec2d423b423..b2cb886c366 100644 --- a/common/src/storage/complicated/dequeue.rs +++ b/common/src/storage/complicated/dequeue.rs @@ -30,7 +30,7 @@ use crate::storage::{Callback, Counted, EmptyCallback, IterableMap, MapStorage, ValueStorage}; use core::marker::PhantomData; -use frame_support::{ +use sp_runtime::{ codec::{self, Decode, Encode}, scale_info::{self, TypeInfo}, }; diff --git a/common/src/storage/primitives/map.rs b/common/src/storage/primitives/map.rs index 5404304171e..d24b988e302 100644 --- a/common/src/storage/primitives/map.rs +++ b/common/src/storage/primitives/map.rs @@ -21,8 +21,7 @@ //! This primitive defines interface of interaction //! with globally stored single-key map (Key -> Value). -use frame_support::codec::{Encode, EncodeAppend, EncodeLike}; - +use sp_runtime::codec::{Encode, EncodeAppend, EncodeLike}; /// Represents logic of managing globally stored /// single-key map for more complicated logic. /// diff --git a/common/src/storage/primitives/mod.rs b/common/src/storage/primitives/mod.rs index 12c8e3f3603..0913dc5564d 100644 --- a/common/src/storage/primitives/mod.rs +++ b/common/src/storage/primitives/mod.rs @@ -45,7 +45,7 @@ pub use map::{AppendMapStorage, MapStorage}; pub use triple_map::TripleMapStorage; pub use value::ValueStorage; -use frame_support::{ +use sp_runtime::{ codec::{self, Decode, Encode, MaxEncodedLen}, scale_info::{self, TypeInfo}, }; From 45dbba4969b2dc57223511dab81ee71ab8fb9ae9 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sat, 16 Mar 2024 19:02:26 +0700 Subject: [PATCH 02/28] chore: fix sp_runtime imports --- common/Cargo.toml | 1 + common/src/event.rs | 2 +- common/src/gas_provider/mod.rs | 4 +--- common/src/gas_provider/node.rs | 6 +++++- common/src/lib.rs | 8 ++++---- common/src/scheduler/task.rs | 2 +- pallets/gas/src/lib.rs | 3 ++- pallets/gear-messenger/Cargo.toml | 5 +++-- pallets/gear-messenger/src/lib.rs | 5 ++--- pallets/gear-messenger/src/migrations.rs | 10 ++++++---- pallets/gear-program/src/lib.rs | 2 +- pallets/gear-scheduler/Cargo.toml | 1 + pallets/gear-scheduler/src/lib.rs | 2 +- pallets/gear/src/lib.rs | 4 ++-- pallets/gear/src/manager/mod.rs | 10 +++++----- pallets/gear/src/schedule.rs | 11 +++++------ pallets/staking-rewards/src/extension.rs | 7 ++----- runtime/vara/src/lib.rs | 5 +++-- 18 files changed, 46 insertions(+), 42 deletions(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index ae16b6f3ea0..bce299877f0 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -42,6 +42,7 @@ gear-utils.workspace = true default = ["std"] std = [ "sp-core/std", + "sp-runtime/std", "sp-std/std", "sp-io/std", "sp-arithmetic/std", diff --git a/common/src/event.rs b/common/src/event.rs index 696a0b2c70b..d70340cedbb 100644 --- a/common/src/event.rs +++ b/common/src/event.rs @@ -21,11 +21,11 @@ //! This module contains components for depositing proper //! and extensive data about actions happen. +use gear_core::{ids::MessageId, message::MessageWaitedType}; use sp_runtime::{ codec::{self, Decode, Encode}, scale_info::{self, TypeInfo}, }; -use gear_core::{ids::MessageId, message::MessageWaitedType}; /// Programs entry for messages. /// diff --git a/common/src/gas_provider/mod.rs b/common/src/gas_provider/mod.rs index 8aa28e0b6c0..19699aa7fe0 100644 --- a/common/src/gas_provider/mod.rs +++ b/common/src/gas_provider/mod.rs @@ -17,9 +17,7 @@ // along with this program. If not, see . use super::*; -use frame_support::{ - sp_runtime::traits::Zero, traits::tokens::Balance as BalanceTrait, -}; +use frame_support::{sp_runtime::traits::Zero, traits::tokens::Balance as BalanceTrait}; use sp_runtime::RuntimeDebug; use sp_std::marker::PhantomData; diff --git a/common/src/gas_provider/node.rs b/common/src/gas_provider/node.rs index eecd82db673..62ed24d0c0c 100644 --- a/common/src/gas_provider/node.rs +++ b/common/src/gas_provider/node.rs @@ -20,7 +20,11 @@ use super::*; use core::ops::{Add, Index, IndexMut}; use enum_iterator::cardinality; use gear_core::ids::ReservationId; -use sp_runtime::{codec::{self, MaxEncodedLen}, scale_info, traits::Zero}; +use sp_runtime::{ + codec::{self, MaxEncodedLen}, + scale_info, + traits::Zero, +}; /// ID of the [`GasNode`]. #[derive(Debug, Copy, Clone, Hash, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, TypeInfo)] diff --git a/common/src/lib.rs b/common/src/lib.rs index 3e688aef79b..460faab6406 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -54,10 +54,6 @@ use frame_support::{ }, traits::Get, }; -use sp_runtime::{ - codec::{self, Decode, Encode}, - scale_info::{self, TypeInfo}, -}; use gear_core::{ ids::{CodeId, MessageId, ProgramId}, memory::PageBuf, @@ -68,6 +64,10 @@ use gear_core::{ }; use primitive_types::H256; use sp_arithmetic::traits::{BaseArithmetic, One, Saturating, UniqueSaturatedInto, Unsigned}; +use sp_runtime::{ + codec::{self, Decode, Encode}, + scale_info::{self, TypeInfo}, +}; use sp_std::{ collections::{btree_map::BTreeMap, btree_set::BTreeSet}, prelude::*, diff --git a/common/src/scheduler/task.rs b/common/src/scheduler/task.rs index a37f358fa11..ed8e751edd8 100644 --- a/common/src/scheduler/task.rs +++ b/common/src/scheduler/task.rs @@ -17,11 +17,11 @@ // along with this program. If not, see . use crate::{paused_program_storage::SessionId, Gas}; +use gear_core::ids::{CodeId, MessageId, ProgramId, ReservationId}; use sp_runtime::{ codec::{self, Decode, Encode, MaxEncodedLen}, scale_info::{self, TypeInfo}, }; -use gear_core::ids::{CodeId, MessageId, ProgramId, ReservationId}; /// Scheduled task sense and required data for processing action. /// diff --git a/pallets/gas/src/lib.rs b/pallets/gas/src/lib.rs index b2efbfabeb8..a9ca61d25f7 100644 --- a/pallets/gas/src/lib.rs +++ b/pallets/gas/src/lib.rs @@ -130,9 +130,10 @@ use common::{ storage::{MapStorage, ValueStorage}, BlockLimiter, GasProvider, }; -use frame_support::{dispatch::DispatchError, pallet_prelude::*, traits::StorageVersion}; +use frame_support::{pallet_prelude::*, traits::StorageVersion}; pub use pallet::*; pub use primitive_types::H256; +use sp_runtime::DispatchError; use sp_std::convert::TryInto; #[cfg(test)] diff --git a/pallets/gear-messenger/Cargo.toml b/pallets/gear-messenger/Cargo.toml index 37b96814de0..f251cc6fcd0 100644 --- a/pallets/gear-messenger/Cargo.toml +++ b/pallets/gear-messenger/Cargo.toml @@ -27,12 +27,12 @@ gear-core-errors.workspace = true frame-support.workspace = true frame-system.workspace = true frame-benchmarking = { workspace = true, optional = true } +sp-runtime = { workspace = true } sp-std = { workspace = true } sp-io.workspace = true [dev-dependencies] pallet-gear-gas = { workspace = true, features = ["std"] } -sp-runtime = { workspace = true, features = ["std"] } pallet-balances = { workspace = true, features = ["std"] } pallet-authorship = { workspace = true, features = ["std"] } pallet-timestamp = { workspace = true, features = ["std"] } @@ -51,9 +51,10 @@ std = [ "frame-system/std", "frame-benchmarking/std", "scale-info/std", + "sp-runtime/std", "sp-std/std", - "primitive-types/std", "sp-io/std", + "primitive-types/std", ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", diff --git a/pallets/gear-messenger/src/lib.rs b/pallets/gear-messenger/src/lib.rs index 85800bd2654..de257626fe1 100644 --- a/pallets/gear-messenger/src/lib.rs +++ b/pallets/gear-messenger/src/lib.rs @@ -157,14 +157,13 @@ pub mod pallet { pub use frame_support::weights::Weight; use common::{storage::*, BlockLimiter, Origin}; - use frame_support::{ - dispatch::DispatchError, pallet_prelude::*, storage::PrefixIterator, traits::StorageVersion, - }; + use frame_support::{pallet_prelude::*, storage::PrefixIterator, traits::StorageVersion}; use frame_system::pallet_prelude::BlockNumberFor; use gear_core::{ ids::{MessageId, ProgramId}, message::{StoredDelayedDispatch, StoredDispatch, UserStoredMessage}, }; + use sp_runtime::DispatchError; use sp_std::{convert::TryInto, marker::PhantomData}; /// The current storage version. diff --git a/pallets/gear-messenger/src/migrations.rs b/pallets/gear-messenger/src/migrations.rs index 43997145bfe..b8bc1335a56 100644 --- a/pallets/gear-messenger/src/migrations.rs +++ b/pallets/gear-messenger/src/migrations.rs @@ -27,8 +27,8 @@ use gear_core::ids::MessageId; use sp_std::marker::PhantomData; #[cfg(feature = "try-runtime")] use { - frame_support::{codec::Decode, dispatch::DispatchError}, - parity_scale_codec::Encode, + parity_scale_codec::{Decode, Encode}, + sp_runtime::DispatchError, sp_std::vec::Vec, }; @@ -117,8 +117,6 @@ mod v2 { #[cfg(feature = "try-runtime")] use common::storage::{Interval, LinkedNode}; use frame_support::{ - codec::{Decode, Encode}, - scale_info::TypeInfo, storage::types::CountedStorageMapInstance, traits::{PalletInfo, StorageInstance}, }; @@ -127,6 +125,10 @@ mod v2 { message::{DispatchKind, Payload, StoredDelayedDispatch, StoredMessage}, reservation::ReservationNonce, }; + use sp_runtime::{ + codec::{Decode, Encode}, + scale_info::TypeInfo, + }; use sp_std::{ collections::{btree_map::BTreeMap, btree_set::BTreeSet}, marker::PhantomData, diff --git a/pallets/gear-program/src/lib.rs b/pallets/gear-program/src/lib.rs index c9ca364c4ae..49f41829fa8 100644 --- a/pallets/gear-program/src/lib.rs +++ b/pallets/gear-program/src/lib.rs @@ -150,7 +150,6 @@ pub mod pallet { CodeMetadata, Program, }; use frame_support::{ - dispatch::EncodeLike, pallet_prelude::*, storage::{Key, PrefixIterator}, traits::StorageVersion, @@ -164,6 +163,7 @@ pub mod pallet { pages::GearPage, program::MemoryInfix, }; + use parity_scale_codec::EncodeLike; use primitive_types::H256; use sp_runtime::DispatchError; diff --git a/pallets/gear-scheduler/Cargo.toml b/pallets/gear-scheduler/Cargo.toml index 5e310760e9f..2321dc98a49 100644 --- a/pallets/gear-scheduler/Cargo.toml +++ b/pallets/gear-scheduler/Cargo.toml @@ -29,6 +29,7 @@ frame-system.workspace = true frame-benchmarking = { workspace = true, optional = true } sp-std.workspace = true sp-io.workspace = true +sp-runtime.workspace = true [dev-dependencies] core-processor = { workspace = true, features = ["std"] } diff --git a/pallets/gear-scheduler/src/lib.rs b/pallets/gear-scheduler/src/lib.rs index 7a45fb16e38..8239dc8f116 100644 --- a/pallets/gear-scheduler/src/lib.rs +++ b/pallets/gear-scheduler/src/lib.rs @@ -58,12 +58,12 @@ pub mod pallet { BlockLimiter, Origin, }; use frame_support::{ - dispatch::DispatchError, pallet_prelude::*, storage::PrefixIterator, traits::{Get, StorageVersion}, }; use frame_system::pallet_prelude::*; + use sp_runtime::DispatchError; use sp_std::{convert::TryInto, marker::PhantomData}; pub type Cost = u64; diff --git a/pallets/gear/src/lib.rs b/pallets/gear/src/lib.rs index f3bdaad6eb9..b7cb9f5cd8b 100644 --- a/pallets/gear/src/lib.rs +++ b/pallets/gear/src/lib.rs @@ -68,7 +68,7 @@ use core_processor::{ Ext, }; use frame_support::{ - dispatch::{DispatchError, DispatchResultWithPostInfo, PostDispatchInfo}, + dispatch::{DispatchResultWithPostInfo, PostDispatchInfo}, ensure, pallet_prelude::*, traits::{ConstBool, Currency, ExistenceRequirement, Get, Randomness, StorageVersion}, @@ -89,7 +89,7 @@ use pallet_gear_voucher::{PrepaidCall, PrepaidCallsDispatcher, VoucherId, Weight use primitive_types::H256; use sp_runtime::{ traits::{Bounded, One, Saturating, UniqueSaturatedInto, Zero}, - SaturatedConversion, + DispatchError, SaturatedConversion, }; use sp_std::{ collections::{btree_map::BTreeMap, btree_set::BTreeSet}, diff --git a/pallets/gear/src/manager/mod.rs b/pallets/gear/src/manager/mod.rs index 9bea8f9c05e..01aa943b8cb 100644 --- a/pallets/gear/src/manager/mod.rs +++ b/pallets/gear/src/manager/mod.rs @@ -63,10 +63,7 @@ use common::{ }; use core::fmt; use core_processor::common::{Actor, ExecutableActorData}; -use frame_support::{ - codec::{Decode, Encode}, - traits::{Currency, ExistenceRequirement}, -}; +use frame_support::traits::{Currency, ExistenceRequirement}; use frame_system::pallet_prelude::BlockNumberFor; use gear_core::{ code::{CodeAndId, InstrumentedCode}, @@ -78,7 +75,10 @@ use gear_core::{ }; use primitive_types::H256; use scale_info::TypeInfo; -use sp_runtime::traits::{UniqueSaturatedInto, Zero}; +use sp_runtime::{ + codec::{Decode, Encode}, + traits::{UniqueSaturatedInto, Zero}, +}; use sp_std::{ collections::{btree_map::BTreeMap, btree_set::BTreeSet}, convert::TryInto, diff --git a/pallets/gear/src/schedule.rs b/pallets/gear/src/schedule.rs index bb35710e827..32f31a47308 100644 --- a/pallets/gear/src/schedule.rs +++ b/pallets/gear/src/schedule.rs @@ -23,11 +23,7 @@ use crate::{weights::WeightInfo, Config}; use core_processor::configs::PageCosts; -use frame_support::{ - codec::{Decode, Encode}, - traits::Get, - weights::Weight, -}; +use frame_support::{traits::Get, weights::Weight}; use gear_core::{ code::MAX_WASM_PAGE_AMOUNT, costs::HostFnWeights as CoreHostFnWeights, @@ -42,7 +38,10 @@ use pallet_gear_proc_macro::{ScheduleDebug, WeightDebug}; use scale_info::TypeInfo; #[cfg(feature = "std")] use serde::{Deserialize, Serialize}; -use sp_runtime::RuntimeDebug; +use sp_runtime::{ + codec::{Decode, Encode}, + RuntimeDebug, +}; use sp_std::{marker::PhantomData, vec::Vec}; /// How many API calls are executed in a single batch. The reason for increasing the amount diff --git a/pallets/staking-rewards/src/extension.rs b/pallets/staking-rewards/src/extension.rs index d2bc1ebcd45..c16ce160bad 100644 --- a/pallets/staking-rewards/src/extension.rs +++ b/pallets/staking-rewards/src/extension.rs @@ -17,13 +17,10 @@ // along with this program. If not, see . use crate::Config; -use frame_support::{ - codec::{Decode, Encode}, - dispatch::DispatchInfo, - traits::Contains, -}; +use frame_support::{dispatch::DispatchInfo, traits::Contains}; use scale_info::TypeInfo; use sp_runtime::{ + codec::{Decode, Encode}, traits::{DispatchInfoOf, Dispatchable, SignedExtension}, transaction_validity::{InvalidTransaction, TransactionValidity, TransactionValidityError}, }; diff --git a/runtime/vara/src/lib.rs b/runtime/vara/src/lib.rs index 7d471bda491..99409dc1c3e 100644 --- a/runtime/vara/src/lib.rs +++ b/runtime/vara/src/lib.rs @@ -31,7 +31,6 @@ use frame_election_provider_support::{ }; use frame_support::weights::ConstantMultiplier; pub use frame_support::{ - codec::{Decode, Encode, MaxEncodedLen}, construct_runtime, dispatch::{DispatchClass, WeighData}, parameter_types, @@ -47,7 +46,7 @@ pub use frame_support::{ }, Weight, }, - PalletId, RuntimeDebug, StorageValue, + PalletId, StorageValue, }; use frame_system::{ limits::{BlockLength, BlockWeights}, @@ -87,6 +86,8 @@ use sp_core::{crypto::KeyTypeId, ConstBool, ConstU64, ConstU8, OpaqueMetadata, H #[cfg(any(feature = "std", test))] use sp_runtime::traits::HashFor; use sp_runtime::{ + codec::{Decode, Encode, MaxEncodedLen}, + RuntimeDebug, create_runtime_str, generic, impl_opaque_keys, traits::{AccountIdLookup, BlakeTwo256, Block as BlockT, ConvertInto, NumberFor, OpaqueKeys}, transaction_validity::{TransactionPriority, TransactionSource, TransactionValidity}, From 93f7e9510a5bdfa191bc4394296d5634e0632409 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 17 Mar 2024 16:13:24 +0700 Subject: [PATCH 03/28] chore: HashFor -> HashingFor --- node/authorship/src/block_builder.rs | 4 ++-- node/service/src/rpc/mod.rs | 2 +- runtime/vara/src/lib.rs | 13 ++++++------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/node/authorship/src/block_builder.rs b/node/authorship/src/block_builder.rs index ed91a125d68..35fc1714e7e 100644 --- a/node/authorship/src/block_builder.rs +++ b/node/authorship/src/block_builder.rs @@ -24,7 +24,7 @@ use sp_api::{ApiExt, ApiRef, Core, ProvideRuntimeApi, TransactionOutcome}; use sp_blockchain::{ApplyExtrinsicFailed, Error}; use sp_runtime::{ legacy, - traits::{Block as BlockT, Hash, HashFor, Header as HeaderT, NumberFor, One}, + traits::{Block as BlockT, Hash, HashingFor, Header as HeaderT, NumberFor, One}, Digest, }; use std::ops::DerefMut; @@ -174,7 +174,7 @@ where debug_assert_eq!( header.extrinsics_root().clone(), - HashFor::::ordered_trie_root( + HashingFor::::ordered_trie_root( self.extrinsics.iter().map(Encode::encode).collect(), sp_runtime::StateVersion::V0, ), diff --git a/node/service/src/rpc/mod.rs b/node/service/src/rpc/mod.rs index f8c6d2443e3..2eb27388eb1 100644 --- a/node/service/src/rpc/mod.rs +++ b/node/service/src/rpc/mod.rs @@ -116,7 +116,7 @@ where P: TransactionPool + 'static, SC: SelectChain + 'static, B: Backend + Send + Sync + 'static, - B::State: StateBackend>, + B::State: StateBackend>, { use pallet_gear_builtin_rpc::{GearBuiltin, GearBuiltinApiServer}; use pallet_gear_rpc::{Gear, GearApiServer}; diff --git a/runtime/vara/src/lib.rs b/runtime/vara/src/lib.rs index 99409dc1c3e..4be0f479f0a 100644 --- a/runtime/vara/src/lib.rs +++ b/runtime/vara/src/lib.rs @@ -84,14 +84,13 @@ use sp_api::{ }; use sp_core::{crypto::KeyTypeId, ConstBool, ConstU64, ConstU8, OpaqueMetadata, H256}; #[cfg(any(feature = "std", test))] -use sp_runtime::traits::HashFor; +use sp_runtime::traits::HashingFor; use sp_runtime::{ codec::{Decode, Encode, MaxEncodedLen}, - RuntimeDebug, create_runtime_str, generic, impl_opaque_keys, traits::{AccountIdLookup, BlakeTwo256, Block as BlockT, ConvertInto, NumberFor, OpaqueKeys}, transaction_validity::{TransactionPriority, TransactionSource, TransactionValidity}, - ApplyExtrinsicResult, FixedU128, Perbill, Percent, Permill, Perquintill, + ApplyExtrinsicResult, FixedU128, Perbill, Percent, Permill, Perquintill, RuntimeDebug, }; use sp_std::{ convert::{TryFrom, TryInto}, @@ -1469,8 +1468,8 @@ impl Clone for RuntimeApiImpl where B: BlockT, C: CallApiAt, - C::StateBackend: StateBackend>, - >>::Transaction: Clone, + C::StateBackend: StateBackend>, + >>::Transaction: Clone, { fn clone(&self) -> Self { Self { @@ -1495,8 +1494,8 @@ impl common::Deconstructable for RuntimeApiImpl where B: BlockT, C: CallApiAt, - C::StateBackend: StateBackend>, - >>::Transaction: Clone, + C::StateBackend: StateBackend>, + >>::Transaction: Clone, { type Params = ( u16, From 2d05d2a2ae044ce885619096d1dee8fc440a646a Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 17 Mar 2024 16:34:33 +0700 Subject: [PATCH 04/28] rm StateBackend::Transaction --- node/authorship/src/authorship.rs | 38 ++++++++-------------------- node/authorship/src/block_builder.rs | 11 +++----- node/authorship/src/tests.rs | 6 +---- node/testing/src/client.rs | 2 +- 4 files changed, 15 insertions(+), 42 deletions(-) diff --git a/node/authorship/src/authorship.rs b/node/authorship/src/authorship.rs index 43c869bdd29..4ec7d124740 100644 --- a/node/authorship/src/authorship.rs +++ b/node/authorship/src/authorship.rs @@ -267,10 +267,7 @@ where + Send + Sync + 'static, - C::Api: ApiExt> - + BlockBuilderApi - + GearRuntimeApi - + Clone, + C::Api: ApiExt + BlockBuilderApi + GearRuntimeApi + Clone, { pub(super) fn init_with_now( &mut self, @@ -318,11 +315,8 @@ where + Send + Sync + 'static, - C::Api: ApiExt> - + BlockBuilderApi - + GearRuntimeApi - + Clone - + Deconstructable, + C::Api: + ApiExt + BlockBuilderApi + GearRuntimeApi + Clone + Deconstructable, PR: ProofRecording, { type CreateProposer = future::Ready>; @@ -365,20 +359,12 @@ where + Send + Sync + 'static, - C::Api: ApiExt> - + BlockBuilderApi - + GearRuntimeApi - + Clone - + Deconstructable, + C::Api: + ApiExt + BlockBuilderApi + GearRuntimeApi + Clone + Deconstructable, PR: ProofRecording, { - type Transaction = backend::TransactionFor; - type Proposal = Pin< - Box< - dyn Future, Self::Error>> - + Send, - >, - >; + type Proposal = + Pin, Self::Error>> + Send>>; type Error = sp_blockchain::Error; type ProofRecording = PR; type Proof = PR::Proof; @@ -428,11 +414,8 @@ where + Send + Sync + 'static, - C::Api: ApiExt> - + BlockBuilderApi - + GearRuntimeApi - + Clone - + Deconstructable, + C::Api: + ApiExt + BlockBuilderApi + GearRuntimeApi + Clone + Deconstructable, PR: ProofRecording, { async fn propose_with( @@ -441,8 +424,7 @@ where inherent_digests: Digest, deadline: Instant, block_size_limit: Option, - ) -> Result, PR::Proof>, sp_blockchain::Error> - { + ) -> Result, sp_blockchain::Error> { let propose_with_start = Instant::now(); let parent_hash = self.parent_hash; let parent_number = self diff --git a/node/authorship/src/block_builder.rs b/node/authorship/src/block_builder.rs index 35fc1714e7e..3ad7bf446ed 100644 --- a/node/authorship/src/block_builder.rs +++ b/node/authorship/src/block_builder.rs @@ -44,9 +44,7 @@ impl<'a, Block, A, B> BlockBuilder<'a, Block, A, B> where Block: BlockT, A: ProvideRuntimeApi + 'a, - A::Api: ApiExt> - + BlockBuilderApi - + GearRuntimeApi, + A::Api: ApiExt + BlockBuilderApi + GearRuntimeApi, B: backend::Backend, { /// Create a new instance of builder based on the given `parent_hash` and `parent_number`. @@ -169,7 +167,7 @@ where /// Returns the build `Block`, the changes to the storage and an optional `StorageProof` /// supplied by `self.api`, combined as [`BuiltBlock`]. /// The storage proof will be `Some(_)` when proof recording was enabled. - pub fn build(mut self) -> Result>, Error> { + pub fn build(mut self) -> Result, Error> { let header = self.api.finalize_block(self.parent_hash)?; debug_assert_eq!( @@ -304,10 +302,7 @@ impl<'a, Block, A, B> Clone for BlockBuilder<'a, Block, A, B> where Block: BlockT, A: ProvideRuntimeApi + 'a, - A::Api: ApiExt> - + BlockBuilderApi - + GearRuntimeApi - + Clone, + A::Api: ApiExt + BlockBuilderApi + GearRuntimeApi + Clone, B: backend::Backend, { fn clone(&self) -> Self { diff --git a/node/authorship/src/tests.rs b/node/authorship/src/tests.rs index 33a79a50c42..26678053a26 100644 --- a/node/authorship/src/tests.rs +++ b/node/authorship/src/tests.rs @@ -73,11 +73,7 @@ use vara_runtime::{ AccountId, Runtime, RuntimeApi as RA, RuntimeCall, UncheckedExtrinsic, SLOT_DURATION, VERSION, }; -type TestProposal = sp_consensus::Proposal< - TestBlock, - sc_client_api::backend::TransactionFor, - (), ->; +type TestProposal = sp_consensus::Proposal; fn get_executor() -> &'static RwLock { static EXECUTOR: OnceLock> = OnceLock::new(); diff --git a/node/testing/src/client.rs b/node/testing/src/client.rs index f46a94d55b8..cdee7541c45 100644 --- a/node/testing/src/client.rs +++ b/node/testing/src/client.rs @@ -56,7 +56,7 @@ pub type Client = client::Client< >; /// Transaction for given runtime. -pub type Transaction = sc_client_api::backend::TransactionFor; +// pub type Transaction = sc_client_api::backend::TransactionFor; /// Genesis configuration parameters for `TestClient`. #[derive(Default)] From d41ce56fb1a7fd718386f4ca986c26dc28d6ce56 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 17 Mar 2024 16:44:24 +0700 Subject: [PATCH 05/28] chore(vara): ElectionBounds --- runtime/vara/src/lib.rs | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/runtime/vara/src/lib.rs b/runtime/vara/src/lib.rs index 4be0f479f0a..c6767bd0617 100644 --- a/runtime/vara/src/lib.rs +++ b/runtime/vara/src/lib.rs @@ -27,7 +27,8 @@ include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs")); use common::{storage::Messenger, DelegateFee}; use frame_election_provider_support::{ - onchain, ElectionDataProvider, NposSolution, SequentialPhragmen, VoteWeight, + bounds::ElectionBoundsBuilder, onchain, ElectionDataProvider, NposSolution, SequentialPhragmen, + VoteWeight, }; use frame_support::weights::ConstantMultiplier; pub use frame_support::{ @@ -505,7 +506,11 @@ parameter_types! { // 16; TODO: Kusama has 24 => which one is more appropriate? pub MaxNominations: u32 = ::LIMIT as u32; pub MaxElectingVoters: u32 = 40_000; - pub MaxElectableTargets: u16 = 10_000; + /// We take the top 40_000 nominators as electing voters and all of the validators as electable + /// targets. Whilst this is the case, we cannot and shall not increase the size of the + /// validator intentions. + pub ElectionBounds: frame_election_provider_support::bounds::ElectionBounds = + ElectionBoundsBuilder::default().voters_count(MaxElectingVoters::get().into()).build(); // OnChain values are lower. pub MaxOnChainElectingVoters: u32 = 5000; pub MaxOnChainElectableTargets: u16 = 1250; @@ -524,8 +529,7 @@ impl onchain::Config for OnChainSeqPhragmen { type DataProvider = ::DataProvider; type WeightInfo = frame_election_provider_support::weights::SubstrateWeight; type MaxWinners = ::MaxWinners; - type VotersBound = MaxOnChainElectingVoters; - type TargetsBound = MaxOnChainElectableTargets; + type Bounds = ElectionBounds; } impl pallet_election_provider_multi_phase::MinerConfig for Runtime { @@ -583,9 +587,8 @@ impl pallet_election_provider_multi_phase::Config for Runtime { type GovernanceFallback = onchain::OnChainExecution; type Solver = SequentialPhragmen, ()>; type ForceOrigin = AdminOrigin; - type MaxElectableTargets = MaxElectableTargets; type MaxWinners = MaxActiveValidators; - type MaxElectingVoters = MaxElectingVoters; + type ElectionBounds = ElectionBounds; type BenchmarkingConfig = ElectionProviderBenchmarkConfig; type WeightInfo = pallet_election_provider_multi_phase::weights::SubstrateWeight; } @@ -614,7 +617,6 @@ impl pallet_staking::BenchmarkingConfig for StakingBenchmarkingConfig { } impl pallet_staking::Config for Runtime { - type MaxNominations = MaxNominations; type Currency = Balances; type CurrencyBalance = Balance; type UnixTime = Timestamp; @@ -638,6 +640,7 @@ impl pallet_staking::Config for Runtime { type OffendingValidatorsThreshold = OffendingValidatorsThreshold; type VoterList = BagsList; type TargetList = pallet_staking::UseValidatorsMap; + type NominationsQuota = pallet_staking::FixedNominationsQuota<{ MaxNominations::get() }>; type MaxUnlockingChunks = ConstU32<32>; type HistoryDepth = HistoryDepth; type EventListeners = NominationPools; From e510cb6d5f4ac90fe0c0900fcb5f607fbaf4f412 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 17 Mar 2024 17:18:48 +0700 Subject: [PATCH 06/28] rm StateBackend x2 --- node/authorship/src/block_builder.rs | 4 +--- node/authorship/src/tests.rs | 2 +- node/service/src/client.rs | 19 +++++++------------ node/service/src/lib.rs | 10 ++++------ runtime/vara/src/lib.rs | 27 +++++++++------------------ 5 files changed, 22 insertions(+), 40 deletions(-) diff --git a/node/authorship/src/block_builder.rs b/node/authorship/src/block_builder.rs index 3ad7bf446ed..a79a3bd2946 100644 --- a/node/authorship/src/block_builder.rs +++ b/node/authorship/src/block_builder.rs @@ -233,9 +233,7 @@ where } #[cfg(test)] - pub fn into_storage_changes( - self, - ) -> Result, Block>, Error> { + pub fn into_storage_changes(self) -> Result, Error> { let state = self.backend.state_at(self.parent_hash)?; let storage_changes = self diff --git a/node/authorship/src/tests.rs b/node/authorship/src/tests.rs index 26678053a26..e89a685f797 100644 --- a/node/authorship/src/tests.rs +++ b/node/authorship/src/tests.rs @@ -43,7 +43,7 @@ use sc_transaction_pool::{BasicPool, FullPool}; use sc_transaction_pool_api::{ ChainEvent, MaintainedTransactionPool, TransactionPool, TransactionSource, }; -use sp_api::{ApiExt, Core, ProvideRuntimeApi, StateBackend}; +use sp_api::{ApiExt, Core, ProvideRuntimeApi}; use sp_blockchain::HeaderBackend; use sp_consensus::{BlockOrigin, Environment, Proposer}; use sp_consensus_babe::{ diff --git a/node/service/src/client.rs b/node/service/src/client.rs index b7750f1f080..f23e43ad295 100644 --- a/node/service/src/client.rs +++ b/node/service/src/client.rs @@ -90,13 +90,10 @@ pub trait RuntimeApiCollection: + pallet_gear_rpc_runtime_api::GearApi + pallet_gear_staking_rewards_rpc_runtime_api::GearStakingRewardsApi + pallet_gear_builtin_rpc_runtime_api::GearBuiltinApi -where - >::StateBackend: sp_api::StateBackend, { } -impl RuntimeApiCollection for Api -where +impl RuntimeApiCollection for Api where Api: sp_transaction_pool::runtime_api::TaggedTransactionQueue + sp_api::ApiExt + sp_consensus_babe::BabeApi @@ -109,8 +106,7 @@ where + sp_session::SessionKeys + pallet_gear_rpc_runtime_api::GearApi + pallet_gear_staking_rewards_rpc_runtime_api::GearStakingRewardsApi - + pallet_gear_builtin_rpc_runtime_api::GearBuiltinApi, - >::StateBackend: sp_api::StateBackend, + + pallet_gear_builtin_rpc_runtime_api::GearBuiltinApi { } @@ -124,12 +120,12 @@ pub trait AbstractClient: + Sync + ProvideRuntimeApi + HeaderBackend - + CallApiAt + + CallApiAt where Block: BlockT, Backend: BackendT, Backend::State: sp_api::StateBackend, - Self::Api: RuntimeApiCollection, + Self::Api: RuntimeApiCollection, { } @@ -144,8 +140,8 @@ where + Sized + Send + Sync - + CallApiAt, - Client::Api: RuntimeApiCollection, + + CallApiAt, + Client::Api: RuntimeApiCollection, { } @@ -167,10 +163,9 @@ pub trait ExecuteWithClient { /// Execute whatever should be executed with the given client instance. fn execute_with_client(self, client: Arc) -> Self::Output where - >::StateBackend: sp_api::StateBackend, Backend: BackendT + 'static, Backend::State: sp_api::StateBackend, - Api: crate::RuntimeApiCollection, + Api: crate::RuntimeApiCollection, Client: AbstractClient + 'static + HeaderMetadata< diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index e50e42373be..91bc75d1c03 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -177,8 +177,7 @@ where + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiCollection> - + Clone, + RuntimeApi::RuntimeApi: RuntimeApiCollection + Clone, ExecutorDispatch: NativeExecutionDispatch + 'static, { let telemetry = config @@ -348,8 +347,7 @@ where + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiCollection> - + Clone, + RuntimeApi::RuntimeApi: RuntimeApiCollection + Clone, ExecutorDispatch: NativeExecutionDispatch + 'static, { /// The task manager of the node. @@ -387,7 +385,7 @@ where + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiCollection> + RuntimeApi::RuntimeApi: RuntimeApiCollection + Clone + common::Deconstructable>, ExecutorDispatch: NativeExecutionDispatch + 'static, @@ -648,7 +646,7 @@ impl ExecuteWithClient for RevertConsensus { >::StateBackend: sp_api::StateBackend, Backend: BackendT + 'static, Backend::State: sp_api::StateBackend, - Api: RuntimeApiCollection, + Api: RuntimeApiCollection, Client: AbstractClient + 'static + HeaderMetadata< diff --git a/runtime/vara/src/lib.rs b/runtime/vara/src/lib.rs index c6767bd0617..7ceb7a1cca3 100644 --- a/runtime/vara/src/lib.rs +++ b/runtime/vara/src/lib.rs @@ -79,10 +79,7 @@ pub use runtime_primitives::{AccountId, Signature, VARA_SS58_PREFIX}; use runtime_primitives::{Balance, BlockNumber, Hash, Moment, Nonce}; use sp_api::impl_runtime_apis; #[cfg(any(feature = "std", test))] -use sp_api::{ - CallApiAt, CallContext, Extensions, OverlayedChanges, ProofRecorder, StateBackend, - StorageTransactionCache, -}; +use sp_api::{CallApiAt, CallContext, Extensions, OverlayedChanges, ProofRecorder}; use sp_core::{crypto::KeyTypeId, ConstBool, ConstU64, ConstU8, OpaqueMetadata, H256}; #[cfg(any(feature = "std", test))] use sp_runtime::traits::HashingFor; @@ -270,6 +267,7 @@ impl pallet_babe::Config for Runtime { type WeightInfo = (); type MaxAuthorities = MaxAuthorities; + type MaxNominators = MaxNominatorRewardedPerValidator; type KeyOwnerProof = sp_session::MembershipProof; type EquivocationReportSystem = @@ -281,6 +279,7 @@ impl pallet_grandpa::Config for Runtime { type WeightInfo = (); type MaxAuthorities = MaxAuthorities; + type MaxNominators = MaxNominatorRewardedPerValidator; type MaxSetIdSessionEntries = MaxSetIdSessionEntries; type KeyOwnerProof = sp_session::MembershipProof; type EquivocationReportSystem = @@ -504,7 +503,7 @@ frame_election_provider_support::generate_solution_type!( parameter_types! { // 16; TODO: Kusama has 24 => which one is more appropriate? - pub MaxNominations: u32 = ::LIMIT as u32; + pub const MaxNominations: u32 = ::LIMIT as u32; pub MaxElectingVoters: u32 = 40_000; /// We take the top 40_000 nominators as electing voters and all of the validators as electable /// targets. Whilst this is the case, we cannot and shall not increase the size of the @@ -1471,15 +1470,12 @@ impl Clone for RuntimeApiImpl where B: BlockT, C: CallApiAt, - C::StateBackend: StateBackend>, - >>::Transaction: Clone, { fn clone(&self) -> Self { Self { call: <&C>::clone(&self.call), transaction_depth: self.transaction_depth.clone(), changes: self.changes.clone(), - storage_transaction_cache: self.storage_transaction_cache.clone(), recorder: self.recorder.clone(), call_context: self.call_context, extensions: Default::default(), @@ -1497,13 +1493,10 @@ impl common::Deconstructable for RuntimeApiImpl where B: BlockT, C: CallApiAt, - C::StateBackend: StateBackend>, - >>::Transaction: Clone, { type Params = ( u16, - OverlayedChanges, - StorageTransactionCache, + OverlayedChanges>, Option>, CallContext, Extensions, @@ -1516,7 +1509,6 @@ where ( *core::cell::RefCell::borrow(&self.transaction_depth), self.changes.into_inner(), - self.storage_transaction_cache.into_inner(), self.recorder, self.call_context, self.extensions.into_inner(), @@ -1530,11 +1522,10 @@ where call: unsafe { std::mem::transmute(call) }, transaction_depth: params.0.into(), changes: core::cell::RefCell::new(params.1), - storage_transaction_cache: core::cell::RefCell::new(params.2), - recorder: params.3, - call_context: params.4, - extensions: core::cell::RefCell::new(params.5), - extensions_generated_for: core::cell::RefCell::new(params.6), + recorder: params.2, + call_context: params.3, + extensions: core::cell::RefCell::new(params.4), + extensions_generated_for: core::cell::RefCell::new(params.5), } } } From 97e6dad6bda94cb8a653bf96661443301226d4b6 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 17 Mar 2024 17:44:13 +0700 Subject: [PATCH 07/28] update node service --- node/service/src/lib.rs | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index 91bc75d1c03..6fbe30994b9 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -26,8 +26,7 @@ use sc_executor::{ DEFAULT_HEAP_ALLOC_STRATEGY, }; use sc_network::NetworkService; -use sc_network_common::sync::warp::WarpSyncParams; -use sc_network_sync::SyncingService; +use sc_network_sync::{warp::WarpSyncParams, SyncingService}; use sc_service::{ error::Error as ServiceError, ChainSpec, Configuration, PartialComponents, RpcHandlers, TaskManager, @@ -39,7 +38,6 @@ use sp_runtime::{ traits::{BlakeTwo256, Block as BlockT}, OpaqueExtrinsic, }; -use sp_trie::PrefixedMemoryDB; use std::sync::Arc; pub use client::*; @@ -80,6 +78,10 @@ type FullGrandpaBlockImport = sc_transaction_pool::FullPool>; +/// The minimum period of blocks on which justifications will be +/// imported and generated. +const GRANDPA_JUSTIFICATION_PERIOD: u32 = 512; + macro_rules! chain_ops { ($config:expr, $rpc_calculations_multiplier:expr, $rpc_max_batch_size:expr, $scope:ident, $executor:ident, $variant:ident) => {{ let PartialComponents { @@ -113,7 +115,7 @@ pub fn new_chain_ops( ( Arc, Arc, - sc_consensus::BasicQueue>, + sc_consensus::BasicQueue, TaskManager, ), ServiceError, @@ -146,7 +148,7 @@ pub fn new_partial( FullClient, FullBackend, FullSelectChain, - sc_consensus::DefaultImportQueue>, + sc_consensus::DefaultImportQueue, sc_transaction_pool::FullPool>, ( impl Fn( @@ -236,6 +238,7 @@ where let (grandpa_block_import, grandpa_link) = sc_consensus_grandpa::block_import( client.clone(), + GRANDPA_JUSTIFICATION_PERIOD, &(client.clone() as Arc<_>), select_chain.clone(), telemetry.as_ref().map(|x| x.handle()), @@ -564,7 +567,7 @@ where let grandpa_config = sc_consensus_grandpa::Config { gossip_duration: std::time::Duration::from_millis(1000), - justification_period: 512, + justification_generation_period: GRANDPA_JUSTIFICATION_PERIOD, name: Some(name), observer_enabled: false, keystore, @@ -643,7 +646,6 @@ impl ExecuteWithClient for RevertConsensus { fn execute_with_client(self, client: Arc) -> Self::Output where - >::StateBackend: sp_api::StateBackend, Backend: BackendT + 'static, Backend::State: sp_api::StateBackend, Api: RuntimeApiCollection, From a89bf37e6f7b20626be84960a7eaa09623989513 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 17 Mar 2024 18:14:02 +0700 Subject: [PATCH 08/28] update runtime apis --- Cargo.lock | 1 + pallets/gear-voucher/src/benchmarking.rs | 4 ++-- pallets/gear/src/benchmarking/mod.rs | 8 ++++---- .../gear/src/benchmarking/tests/lazy_pages.rs | 2 +- .../benchmarking/tests/syscalls_integrity.rs | 2 +- runtime/common/src/apis.rs | 18 ++++-------------- runtime/vara/Cargo.toml | 2 ++ runtime/vara/src/lib.rs | 5 +++-- 8 files changed, 18 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 079ab93771f..ddd65384f98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13870,6 +13870,7 @@ dependencies = [ "sp-session", "sp-staking", "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-storage", "sp-transaction-pool", "sp-version", "substrate-build-script-utils", diff --git a/pallets/gear-voucher/src/benchmarking.rs b/pallets/gear-voucher/src/benchmarking.rs index d549cb52607..ab558537ae1 100644 --- a/pallets/gear-voucher/src/benchmarking.rs +++ b/pallets/gear-voucher/src/benchmarking.rs @@ -20,10 +20,10 @@ use crate::*; use common::{benchmarking, Origin}; -use frame_benchmarking::{benchmarks, Zero}; +use frame_benchmarking::benchmarks; use frame_support::traits::Currency; use frame_system::{pallet_prelude::BlockNumberFor, RawOrigin}; -use sp_runtime::traits::{One, UniqueSaturatedInto}; +use sp_runtime::traits::{One, UniqueSaturatedInto, Zero}; pub(crate) type CurrencyOf = ::Currency; diff --git a/pallets/gear/src/benchmarking/mod.rs b/pallets/gear/src/benchmarking/mod.rs index e1d3e3d86e7..e99c406ef0b 100644 --- a/pallets/gear/src/benchmarking/mod.rs +++ b/pallets/gear/src/benchmarking/mod.rs @@ -75,11 +75,11 @@ use core_processor::{ configs::{BlockConfig, PageCosts, TESTS_MAX_PAGES_NUMBER}, Ext, ProcessExecutionContext, ProcessorContext, ProcessorExternalities, }; + +use parity_scale_codec::Encode; + use frame_benchmarking::{benchmarks, whitelisted_caller}; -use frame_support::{ - codec::Encode, - traits::{Currency, Get, Hooks}, -}; +use frame_support::traits::{Currency, Get, Hooks}; use frame_system::{Pallet as SystemPallet, RawOrigin}; use gear_core::{ code::{Code, CodeAndId}, diff --git a/pallets/gear/src/benchmarking/tests/lazy_pages.rs b/pallets/gear/src/benchmarking/tests/lazy_pages.rs index ecb908809da..a5b0768067f 100644 --- a/pallets/gear/src/benchmarking/tests/lazy_pages.rs +++ b/pallets/gear/src/benchmarking/tests/lazy_pages.rs @@ -23,12 +23,12 @@ use core::mem::size_of; use ::alloc::{collections::BTreeSet, format}; use common::ProgramStorage; use core_processor::Ext; -use frame_support::codec::MaxEncodedLen; use gear_core::{ memory::MemoryInterval, pages::{PageNumber, PageU32Size}, }; use gear_lazy_pages_common::Status; +use parity_scale_codec::MaxEncodedLen; use rand::{Rng, SeedableRng}; use super::*; diff --git a/pallets/gear/src/benchmarking/tests/syscalls_integrity.rs b/pallets/gear/src/benchmarking/tests/syscalls_integrity.rs index fcacca18f6d..84851201268 100644 --- a/pallets/gear/src/benchmarking/tests/syscalls_integrity.rs +++ b/pallets/gear/src/benchmarking/tests/syscalls_integrity.rs @@ -36,7 +36,7 @@ use gear_core::ids::{CodeId, ReservationId}; use gear_core_errors::{ReplyCode, SuccessReplyReason}; use gear_wasm_instrument::syscalls::SyscallName; use pallet_timestamp::Pallet as TimestampPallet; -use parity_scale_codec::Decode; +use parity_scale_codec::{Decode, Encode}; use test_syscalls::{Kind, WASM_BINARY as SYSCALLS_TEST_WASM_BINARY}; pub fn read_big_state() diff --git a/runtime/common/src/apis.rs b/runtime/common/src/apis.rs index 03e6d6cbed3..c3b1e3cbdf8 100644 --- a/runtime/common/src/apis.rs +++ b/runtime/common/src/apis.rs @@ -229,26 +229,16 @@ macro_rules! impl_runtime_apis_plus_common { fn dispatch_benchmark( config: frame_benchmarking::BenchmarkConfig ) -> Result, sp_runtime::RuntimeString> { - use frame_benchmarking::{baseline, Benchmarking, BenchmarkBatch, TrackedStorageKey}; - + use frame_benchmarking::{baseline, Benchmarking, BenchmarkBatch}; + use sp_storage::TrackedStorageKey; use frame_system_benchmarking::Pallet as SystemBench; use baseline::Pallet as BaselineBench; impl frame_system_benchmarking::Config for Runtime {} impl baseline::Config for Runtime {} - let whitelist: Vec = vec![ - // Block Number - hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef702a5c1b19ab7a04f536c519aca4983ac").to_vec().into(), - // Total Issuance - hex_literal::hex!("c2261276cc9d1f8598ea4b6a74b15c2f57c875e4cff74148e4628f264b974c80").to_vec().into(), - // Execution Phase - hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef7ff553b5a9862a516939d82b3d3d8661a").to_vec().into(), - // Event Count - hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef70a98fdbe9ce6c55837576c60c7af3850").to_vec().into(), - // System Events - hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef780d41e5e16056765bc8461851072c9d7").to_vec().into(), - ]; + use frame_support::traits::WhitelistedStorageKeys; + let whitelist: Vec = AllPalletsWithSystem::whitelisted_storage_keys(); let mut batches = Vec::::new(); let params = (&config, &whitelist); diff --git a/runtime/vara/Cargo.toml b/runtime/vara/Cargo.toml index 5bd58a98f17..59982570338 100644 --- a/runtime/vara/Cargo.toml +++ b/runtime/vara/Cargo.toml @@ -71,6 +71,7 @@ sp-runtime.workspace = true sp-session.workspace = true sp-staking.workspace = true sp-std.workspace = true +sp-storage.workspace = true sp-transaction-pool.workspace = true sp-version.workspace = true @@ -188,6 +189,7 @@ std = [ "sp-session/std", "sp-staking/std", "sp-std/std", + "sp-storage/std", "sp-transaction-pool/std", "sp-version/std", "substrate-wasm-builder", diff --git a/runtime/vara/src/lib.rs b/runtime/vara/src/lib.rs index 7ceb7a1cca3..703aa4cdea6 100644 --- a/runtime/vara/src/lib.rs +++ b/runtime/vara/src/lib.rs @@ -1336,13 +1336,14 @@ impl_runtime_apis_plus_common! { // slot duration and expected target block time, for safely // resisting network delays of maximum two seconds. // + let epoch_config = Babe::epoch_config().unwrap_or(BABE_GENESIS_EPOCH_CONFIG); sp_consensus_babe::BabeConfiguration { slot_duration: Babe::slot_duration(), epoch_length: EpochDuration::get(), - c: BABE_GENESIS_EPOCH_CONFIG.c, + c: epoch_config.c, authorities: Babe::authorities().to_vec(), randomness: Babe::randomness(), - allowed_slots: BABE_GENESIS_EPOCH_CONFIG.allowed_slots, + allowed_slots: epoch_config.allowed_slots, } } From f8d5b0d999302abb70b110cc3ed0d2456f3eb42b Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 17 Mar 2024 19:14:01 +0700 Subject: [PATCH 09/28] update gear-replay-cli --- utils/gear-replay-cli/src/cmd/gear_run.rs | 6 +++--- utils/gear-replay-cli/src/cmd/replay_block.rs | 2 +- utils/gear-replay-cli/src/util.rs | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/utils/gear-replay-cli/src/cmd/gear_run.rs b/utils/gear-replay-cli/src/cmd/gear_run.rs index d586885266a..6e686da5bfc 100644 --- a/utils/gear-replay-cli/src/cmd/gear_run.rs +++ b/utils/gear-replay-cli/src/cmd/gear_run.rs @@ -121,7 +121,7 @@ where >, >(); - let (_changes, _enc_res) = state_machine_call( + let (_changes, _enc_res) = state_machine_call::( &ext, &executor, "Core_initialize_block", @@ -144,7 +144,7 @@ where let tx_encoded = extrinsic.encode(); if tx_encoded != gear_run_tx { // Apply all extrinsics in the block except for the timestamp and gear::run - let _ = state_machine_call( + let _ = state_machine_call::( &ext, &executor, "BlockBuilder_apply_extrinsic", @@ -155,7 +155,7 @@ where } // Applying the `gear_run()` in the end - let (_changes, enc_res) = state_machine_call( + let (_changes, enc_res) = state_machine_call::( &ext, &executor, "BlockBuilder_apply_extrinsic", diff --git a/utils/gear-replay-cli/src/cmd/replay_block.rs b/utils/gear-replay-cli/src/cmd/replay_block.rs index eb8a8e89cbf..dec06e5bf10 100644 --- a/utils/gear-replay-cli/src/cmd/replay_block.rs +++ b/utils/gear-replay-cli/src/cmd/replay_block.rs @@ -178,7 +178,7 @@ where let method = "TryRuntime_execute_block"; let (_changes, _enc_res) = - state_machine_call(&ext, &executor, method, &payload, full_extensions())?; + state_machine_call::(&ext, &executor, method, &payload, full_extensions())?; log::info!( target: LOG_TARGET, "Core_execute_block for block {} completed", diff --git a/utils/gear-replay-cli/src/util.rs b/utils/gear-replay-cli/src/util.rs index bba192ef55e..2c31e763c74 100644 --- a/utils/gear-replay-cli/src/util.rs +++ b/utils/gear-replay-cli/src/util.rs @@ -20,9 +20,7 @@ use crate::{HashFor, NumberFor, LOG_TARGET}; -use frame_remote_externalities::{ - Builder, Mode, OnlineConfig, RemoteExternalities, TestExternalities, -}; +use frame_remote_externalities::{Builder, Mode, OnlineConfig, RemoteExternalities}; #[cfg(feature = "always-wasm")] use sc_executor::sp_wasm_interface::HostFunctions; #[cfg(not(feature = "always-wasm"))] @@ -42,10 +40,12 @@ use sp_keystore::{testing::MemoryKeystore, KeystoreExt, KeystorePtr}; use sp_rpc::{list::ListOrValue, number::NumberOrHex}; use sp_runtime::{ generic::SignedBlock, - traits::{Block as BlockT, Header as HeaderT}, + traits::{Block as BlockT, HashingFor, Header as HeaderT}, DeserializeOwned, }; -use sp_state_machine::{backend::BackendRuntimeCode, OverlayedChanges, StateMachine}; +use sp_state_machine::{ + backend::BackendRuntimeCode, OverlayedChanges, StateMachine, TestExternalities, +}; use std::{fmt::Debug, str::FromStr, sync::Arc}; use substrate_rpc_client::{ChainApi, WsClient}; @@ -184,13 +184,13 @@ pub(crate) fn rpc_err_handler(error: impl Debug) -> &'static str { /// Execute the given `method` and `data` on top of `ext` using the `executor` and `strategy`. /// Returning the results (encoded) and the state `changes`. -pub(crate) fn state_machine_call( - ext: &TestExternalities, +pub(crate) fn state_machine_call( + ext: &TestExternalities>, executor: &Executor, method: &'static str, data: &[u8], mut extensions: Extensions, -) -> sc_cli::Result<(OverlayedChanges, Vec)> { +) -> sc_cli::Result<(OverlayedChanges>, Vec)> { let mut changes = Default::default(); let encoded_results = StateMachine::new( &ext.backend, From b5a635056502d239dbfbe397dc9a12fb0c07eefc Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 17 Mar 2024 19:45:13 +0700 Subject: [PATCH 10/28] update tests --- pallets/gear-bank/src/tests.rs | 26 +++++++++++++------------- pallets/gear/src/tests.rs | 8 +++----- pallets/payment/src/tests.rs | 3 +-- utils/regression-analysis/src/main.rs | 2 +- 4 files changed, 18 insertions(+), 21 deletions(-) diff --git a/pallets/gear-bank/src/tests.rs b/pallets/gear-bank/src/tests.rs index bbef7597f90..97cbc6e8e4e 100644 --- a/pallets/gear-bank/src/tests.rs +++ b/pallets/gear-bank/src/tests.rs @@ -18,7 +18,7 @@ use crate::{mock::*, GasMultiplier, *}; use frame_support::{assert_noop, assert_ok}; -use sp_runtime::traits::Zero; +use sp_runtime::{traits::Zero, StateVersion}; use utils::*; #[test] @@ -113,7 +113,7 @@ fn deposit_gas_user_account_deleted() { #[test] fn deposit_gas_zero() { new_test_ext().execute_with(|| { - let h = frame_support::storage_root(frame_support::StateVersion::V1); + let h = sp_io::storage::root(StateVersion::V1); assert_ok!(GearBank::deposit_gas(&ALICE, 0, false)); @@ -122,7 +122,7 @@ fn deposit_gas_zero() { // No-op operation assertion. assert_eq!( h, - frame_support::storage_root(frame_support::StateVersion::V1), + sp_io::storage::root(StateVersion::V1), "storage has been mutated" ); }) @@ -306,7 +306,7 @@ fn withdraw_gas_small_amount_user_account_deleted() { #[test] fn withdraw_gas_zero() { new_test_ext().execute_with(|| { - let h = frame_support::storage_root(frame_support::StateVersion::V1); + let h = sp_io::storage::root(StateVersion::V1); assert_ok!(GearBank::withdraw_gas(&ALICE, 0, mult())); @@ -315,7 +315,7 @@ fn withdraw_gas_zero() { // No-op operation assertion. assert_eq!( h, - frame_support::storage_root(frame_support::StateVersion::V1), + sp_io::storage::root(StateVersion::V1), "storage has been mutated" ); }) @@ -556,7 +556,7 @@ fn spend_gas_zero() { new_test_ext().execute_with(|| { let _block_author = Authorship::author(); - let h = frame_support::storage_root(frame_support::StateVersion::V1); + let h = sp_io::storage::root(StateVersion::V1); assert_ok!(GearBank::spend_gas(&ALICE, 0, mult())); @@ -565,7 +565,7 @@ fn spend_gas_zero() { // No-op operation assertion. assert_eq!( h, - frame_support::storage_root(frame_support::StateVersion::V1), + sp_io::storage::root(StateVersion::V1), "storage has been mutated" ); }) @@ -713,7 +713,7 @@ fn deposit_value_user_account_deleted() { #[test] fn deposit_value_zero() { new_test_ext().execute_with(|| { - let h = frame_support::storage_root(frame_support::StateVersion::V1); + let h = sp_io::storage::root(StateVersion::V1); assert_ok!(GearBank::deposit_value(&ALICE, 0, false)); @@ -722,7 +722,7 @@ fn deposit_value_zero() { // No-op operation assertion. assert_eq!( h, - frame_support::storage_root(frame_support::StateVersion::V1), + sp_io::storage::root(StateVersion::V1), "storage has been mutated" ); }) @@ -894,7 +894,7 @@ fn withdraw_value_small_amount_user_account_deleted() { #[test] fn withdraw_value_zero() { new_test_ext().execute_with(|| { - let h = frame_support::storage_root(frame_support::StateVersion::V1); + let h = sp_io::storage::root(StateVersion::V1); assert_ok!(GearBank::withdraw_value(&ALICE, 0)); @@ -903,7 +903,7 @@ fn withdraw_value_zero() { // No-op operation assertion. assert_eq!( h, - frame_support::storage_root(frame_support::StateVersion::V1), + sp_io::storage::root(StateVersion::V1), "storage has been mutated" ); }) @@ -1204,7 +1204,7 @@ fn transfer_value_small_amount_self_account_deleted() { #[test] fn transfer_value_zero() { new_test_ext().execute_with(|| { - let h = frame_support::storage_root(frame_support::StateVersion::V1); + let h = sp_io::storage::root(StateVersion::V1); assert_ok!(GearBank::transfer_value(&ALICE, &ALICE, 0)); assert_ok!(GearBank::transfer_value(&ALICE, &CHARLIE, 0)); @@ -1216,7 +1216,7 @@ fn transfer_value_zero() { // No-op operation assertion. assert_eq!( h, - frame_support::storage_root(frame_support::StateVersion::V1), + sp_io::storage::root(StateVersion::V1), "storage has been mutated" ); }) diff --git a/pallets/gear/src/tests.rs b/pallets/gear/src/tests.rs index 3e808a72e2e..8e45aca3b53 100644 --- a/pallets/gear/src/tests.rs +++ b/pallets/gear/src/tests.rs @@ -38,8 +38,6 @@ use common::{ use core_processor::{common::ActorExecutionErrorReplyReason, ActorPrepareMemoryError}; use frame_support::{ assert_noop, assert_ok, - codec::{Decode, Encode}, - dispatch::Dispatchable, sp_runtime::traits::{TypedGet, Zero}, traits::{Currency, Randomness}, }; @@ -61,7 +59,8 @@ use gear_wasm_instrument::{gas_metering::CustomConstantCostRules, STACK_END_EXPO use gstd::{collections::BTreeMap, errors::Error as GstdError}; use pallet_gear_voucher::PrepaidCall; use sp_runtime::{ - traits::{One, UniqueSaturatedInto}, + codec::{Decode, Encode}, + traits::{Dispatchable, One, UniqueSaturatedInto}, SaturatedConversion, }; use sp_std::convert::TryFrom; @@ -15005,7 +15004,6 @@ mod utils { use core_processor::common::ActorExecutionErrorReplyReason; use demo_constructor::{Scheme, WASM_BINARY as DEMO_CONSTRUCTOR_WASM_BINARY}; use frame_support::{ - codec::Decode, dispatch::{DispatchErrorWithPostInfo, DispatchResultWithPostInfo}, traits::tokens::{currency::Currency, Balance}, }; @@ -15019,7 +15017,7 @@ mod utils { use pallet_gear_voucher::VoucherId; use parity_scale_codec::Encode; use sp_core::H256; - use sp_runtime::traits::UniqueSaturatedInto; + use sp_runtime::{codec::Decode, traits::UniqueSaturatedInto}; use sp_std::{convert::TryFrom, fmt::Debug}; pub(super) const DEFAULT_GAS_LIMIT: u64 = 200_000_000; diff --git a/pallets/payment/src/tests.rs b/pallets/payment/src/tests.rs index e29a09f369e..b434e44efac 100644 --- a/pallets/payment/src/tests.rs +++ b/pallets/payment/src/tests.rs @@ -22,7 +22,6 @@ use crate::{mock::*, AccountIdOf, Config, CustomChargeTransactionPayment, QueueO use common::{storage::*, Origin}; use frame_support::{ assert_ok, - codec::Encode, dispatch::{DispatchInfo, GetDispatchInfo, PostDispatchInfo}, weights::{Weight, WeightToFee}, }; @@ -30,7 +29,7 @@ use gear_core::message::{Dispatch, DispatchKind, Message, StoredDispatch, UserSt use pallet_gear_voucher::{Call as VoucherCall, PrepaidCall}; use pallet_transaction_payment::{FeeDetails, InclusionFee, Multiplier, RuntimeDispatchInfo}; use primitive_types::H256; -use sp_runtime::{testing::TestXt, traits::SignedExtension, FixedPointNumber}; +use sp_runtime::{codec::Encode, testing::TestXt, traits::SignedExtension, FixedPointNumber}; use utils::*; type WeightToFeeFor = ::WeightToFee; diff --git a/utils/regression-analysis/src/main.rs b/utils/regression-analysis/src/main.rs index 0a677ab2abe..a32ef9fb8d8 100644 --- a/utils/regression-analysis/src/main.rs +++ b/utils/regression-analysis/src/main.rs @@ -17,7 +17,7 @@ // along with this program. If not, see . use clap::{Parser, Subcommand}; -use frame_support::dispatch::GetCallName; +use frame_support::traits::GetCallName; use junit_common::TestSuites; use pallet_gear::{HostFnWeights, InstructionWeights}; use quick_xml::de::from_str; From c9179433905acca574d20d300e6c5a0d49a56a07 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 17 Mar 2024 19:51:11 +0700 Subject: [PATCH 11/28] fix runtime-fuzzer --- utils/runtime-fuzzer/src/runtime/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/runtime-fuzzer/src/runtime/mod.rs b/utils/runtime-fuzzer/src/runtime/mod.rs index 1414293e396..6c6dc1c8791 100644 --- a/utils/runtime-fuzzer/src/runtime/mod.rs +++ b/utils/runtime-fuzzer/src/runtime/mod.rs @@ -92,6 +92,6 @@ pub fn new_test_ext() -> TestExternalities { ext } -pub fn set_balance(who: AccountId, free: Balance) -> DispatchResultWithPostInfo { +pub fn set_balance(who: AccountId, free: Balance) -> Result<(), sp_runtime::DispatchError> { BalancesPallet::::force_set_balance(RuntimeOrigin::root(), who.into(), free) } From 36c2fbd1ca6930099350ae9bfebfa82b3fc0982d Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Mon, 18 Mar 2024 18:10:13 +0700 Subject: [PATCH 12/28] chore(staking-rewards): update mock --- pallets/staking-rewards/src/mock.rs | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/pallets/staking-rewards/src/mock.rs b/pallets/staking-rewards/src/mock.rs index 4b895470ecd..d457dddcff9 100644 --- a/pallets/staking-rewards/src/mock.rs +++ b/pallets/staking-rewards/src/mock.rs @@ -19,6 +19,7 @@ use crate::{self as pallet_gear_staking_rewards, CurrencyOf}; use core::marker::PhantomData; use frame_election_provider_support::{ + bounds::{ElectionBounds, ElectionBoundsBuilder}, onchain, ElectionDataProvider, SequentialPhragmen, VoteWeight, }; use frame_support::{ @@ -233,6 +234,7 @@ parameter_types! { pub const MaxElectableTargets: u16 = 10_000; pub const MaxOnChainElectingVoters: u32 = 500; pub const MaxOnChainElectableTargets: u16 = 100; + pub static ElectionsBounds: ElectionBounds = ElectionBoundsBuilder::default().build(); } frame_election_provider_support::generate_solution_type!( @@ -252,12 +254,10 @@ impl onchain::Config for OnCha type DataProvider = pallet_staking::Pallet; type WeightInfo = (); type MaxWinners = MaxActiveValidators; - type VotersBound = MaxOnChainElectingVoters; - type TargetsBound = MaxOnChainElectableTargets; + type Bounds = ElectionBounds; } impl pallet_staking::Config for Test { - type MaxNominations = MaxNominations; type Currency = Balances; type UnixTime = Timestamp; type CurrencyBalance = ::Balance; @@ -279,6 +279,7 @@ impl pallet_staking::Config for Test { type OffendingValidatorsThreshold = OffendingValidatorsThreshold; type VoterList = BagsList; type TargetList = pallet_staking::UseValidatorsMap; + type NominationsQuota = pallet_staking::FixedNominationsQuota<16>; type MaxUnlockingChunks = ConstU32<32>; type HistoryDepth = HistoryDepth; type EventListeners = (); @@ -430,9 +431,8 @@ impl multi_phase::Config for Test { type Fallback = onchain::OnChainExecution>; type GovernanceFallback = onchain::OnChainExecution>; type ForceOrigin = frame_system::EnsureRoot; - type MaxElectableTargets = MaxElectableTargets; type MaxWinners = MaxActiveValidators; - type MaxElectingVoters = MaxElectingVoters; + type ElectionBounds = ElectionBounds; type WeightInfo = (); type BenchmarkingConfig = TestBenchmarkingConfig; type MinerConfig = Self; @@ -814,7 +814,6 @@ pub(crate) mod two_block_producers { common::impl_pallet_balances!(Test); impl pallet_staking::Config for Test { - type MaxNominations = MaxNominations; type Currency = Balances; type UnixTime = Timestamp; type CurrencyBalance = ::Balance; @@ -836,6 +835,7 @@ pub(crate) mod two_block_producers { type OffendingValidatorsThreshold = OffendingValidatorsThreshold; type VoterList = BagsList; type TargetList = pallet_staking::UseValidatorsMap; + type NominationsQuota = pallet_staking::FixedNominationsQuota<16>; type MaxUnlockingChunks = ConstU32<32>; type HistoryDepth = HistoryDepth; type EventListeners = (); @@ -938,9 +938,8 @@ pub(crate) mod two_block_producers { type Fallback = onchain::OnChainExecution>; type GovernanceFallback = onchain::OnChainExecution>; type ForceOrigin = frame_system::EnsureRoot; - type MaxElectableTargets = MaxElectableTargets; type MaxWinners = MaxActiveValidators; - type MaxElectingVoters = MaxElectingVoters; + type ElectionBounds = ElectionBounds; type WeightInfo = (); type BenchmarkingConfig = TestBenchmarkingConfig; type MinerConfig = Self; From 67e92168c543433c38a035e51d469c741e39c619 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Mon, 18 Mar 2024 18:46:17 +0700 Subject: [PATCH 13/28] fix up everything --- node/authorship/src/tests.rs | 1 + pallets/staking-rewards/Cargo.toml | 1 + pallets/staking-rewards/src/mock.rs | 7 ++++--- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/node/authorship/src/tests.rs b/node/authorship/src/tests.rs index e89a685f797..5db8e066639 100644 --- a/node/authorship/src/tests.rs +++ b/node/authorship/src/tests.rs @@ -56,6 +56,7 @@ use sp_runtime::{ traits::{Block as BlockT, Header as HeaderT, NumberFor}, Digest, DigestItem, OpaqueExtrinsic, Perbill, Percent, }; +use sp_state_machine::Backend; use sp_timestamp::Timestamp; use std::{ ops::Deref, diff --git a/pallets/staking-rewards/Cargo.toml b/pallets/staking-rewards/Cargo.toml index 28ddc4c2c4f..c7142b6e761 100644 --- a/pallets/staking-rewards/Cargo.toml +++ b/pallets/staking-rewards/Cargo.toml @@ -28,6 +28,7 @@ sp-io.workspace = true pallet-balances.workspace = true pallet-staking.workspace = true pallet-staking-reward-fn.workspace = true +frame-election-provider-support.workspace = true [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/pallets/staking-rewards/src/mock.rs b/pallets/staking-rewards/src/mock.rs index d457dddcff9..802bb050e3b 100644 --- a/pallets/staking-rewards/src/mock.rs +++ b/pallets/staking-rewards/src/mock.rs @@ -19,8 +19,7 @@ use crate::{self as pallet_gear_staking_rewards, CurrencyOf}; use core::marker::PhantomData; use frame_election_provider_support::{ - bounds::{ElectionBounds, ElectionBoundsBuilder}, - onchain, ElectionDataProvider, SequentialPhragmen, VoteWeight, + bounds::ElectionBoundsBuilder, onchain, ElectionDataProvider, SequentialPhragmen, VoteWeight, }; use frame_support::{ construct_runtime, parameter_types, @@ -234,7 +233,9 @@ parameter_types! { pub const MaxElectableTargets: u16 = 10_000; pub const MaxOnChainElectingVoters: u32 = 500; pub const MaxOnChainElectableTargets: u16 = 100; - pub static ElectionsBounds: ElectionBounds = ElectionBoundsBuilder::default().build(); + // pub static ElectionsBounds: ElectionBounds = ElectionBoundsBuilder::default().build(); + pub ElectionBounds: frame_election_provider_support::bounds::ElectionBounds = + ElectionBoundsBuilder::default().voters_count(MaxElectingVoters::get().into()).build(); } frame_election_provider_support::generate_solution_type!( From 8e67b70fee86c1c692022a6cf8e5b7517809a17f Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Mon, 18 Mar 2024 19:26:02 +0700 Subject: [PATCH 14/28] fmt --- common/src/gas_provider/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/gas_provider/mod.rs b/common/src/gas_provider/mod.rs index 19699aa7fe0..9307454cc84 100644 --- a/common/src/gas_provider/mod.rs +++ b/common/src/gas_provider/mod.rs @@ -17,8 +17,8 @@ // along with this program. If not, see . use super::*; -use frame_support::{sp_runtime::traits::Zero, traits::tokens::Balance as BalanceTrait}; -use sp_runtime::RuntimeDebug; +use frame_support::traits::tokens::Balance as BalanceTrait; +use sp_runtime::{traits::Zero, RuntimeDebug}; use sp_std::marker::PhantomData; mod error; From 4de735429c5bf49a1433393246704b0fdc1e76f2 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 20 Mar 2024 20:16:23 +0700 Subject: [PATCH 15/28] remove try-runtime from gear-cli --- Cargo.lock | 2 -- node/cli/Cargo.toml | 6 ------ node/cli/src/cli.rs | 9 +++------ node/cli/src/command.rs | 34 +--------------------------------- 4 files changed, 4 insertions(+), 47 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a89a14d70c1..45174781e17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4207,7 +4207,6 @@ dependencies = [ "sp-runtime", "sp-timestamp", "substrate-build-script-utils", - "try-runtime-cli", "vara-runtime", ] @@ -13609,7 +13608,6 @@ dependencies = [ "async-trait", "clap 4.5.3", "frame-remote-externalities", - "frame-try-runtime", "hex", "log", "parity-scale-codec", diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 28fc91bdf2a..3de1a1494d6 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -52,7 +52,6 @@ sp-timestamp = { workspace = true, features = ["std"] } frame-system = { workspace = true, features = ["std"] } frame-benchmarking = { workspace = true, optional = true, features = ["std"] } frame-benchmarking-cli = { workspace = true, optional = true } -try-runtime-cli = { workspace = true, optional = true } # Program CLI gcli = { workspace = true, optional = true } @@ -77,9 +76,4 @@ runtime-benchmarks-checkers = [ "vara-runtime?/runtime-benchmarks", "service/runtime-benchmarks-checkers", ] -try-runtime = [ - "vara-runtime?/try-runtime", - "service/try-runtime", - "try-runtime-cli/try-runtime", -] cli = [ "gcli" ] diff --git a/node/cli/src/cli.rs b/node/cli/src/cli.rs index e15c1e7e553..cfaea446bb2 100644 --- a/node/cli/src/cli.rs +++ b/node/cli/src/cli.rs @@ -91,12 +91,9 @@ pub enum Subcommand { #[command(subcommand)] Benchmark(frame_benchmarking_cli::BenchmarkCmd), - /// Try some command against runtime state. - #[cfg(feature = "try-runtime")] - TryRuntime(try_runtime_cli::TryRuntimeCmd), - - /// Try some command against runtime state. Note: `try-runtime` feature must be enabled. - #[cfg(not(feature = "try-runtime"))] + /// Try-runtime has migrated to a standalone CLI + /// (). The subcommand exists as a stub and + /// deprecation notice. It will be removed entirely some time after Janurary 2024. TryRuntime, /// Db meta columns information. diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index e8c912f3c8a..ff01bcef590 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -22,9 +22,6 @@ use sc_cli::{ChainSpec, SubstrateCli}; use sc_service::config::BasePath; use service::{chain_spec, IdentifyVariant}; -#[cfg(feature = "try-runtime")] -use try_runtime_cli::block_building_info::substrate_info; - impl SubstrateCli for Cli { fn impl_name() -> String { "Gear Node".into() @@ -322,36 +319,7 @@ pub fn run() -> sc_cli::Result<()> { }) } #[cfg(feature = "try-runtime")] - Some(Subcommand::TryRuntime(cmd)) => { - use sc_executor::{sp_wasm_interface::ExtendedHostFunctions, NativeExecutionDispatch}; - let runner = cli.create_runner(cmd)?; - let chain_spec = &runner.config().chain_spec; - - let registry = &runner - .config() - .prometheus_config - .as_ref() - .map(|cfg| &cfg.registry); - let task_manager = - sc_service::TaskManager::new(runner.config().tokio_handle.clone(), *registry) - .map_err(|e| sc_cli::Error::Service(sc_service::Error::Prometheus(e)))?; - - match chain_spec { - #[cfg(feature = "vara-native")] - spec if spec.is_vara() => runner.async_run(|_| { - let info_provider = - substrate_info(vara_runtime::constants::time::SLOT_DURATION); - Ok(( - cmd.run::::ExtendHostFunctions, - >, _>(Some(info_provider)), - task_manager, - )) - }), - _ => panic!("No runtime feature [gear, vara] is enabled"), - } - } + Some(Subcommand::TryRuntime) => Err(try_runtime_cli::DEPRECATION_NOTICE.to_owned().into()), #[cfg(not(feature = "try-runtime"))] Some(Subcommand::TryRuntime) => Err("TryRuntime wasn't enabled when building the node. \ You can enable it with `--features try-runtime`." From 5fd36295a1e76858778f29041b61064f15853263 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 20 Mar 2024 20:18:21 +0700 Subject: [PATCH 16/28] unused import --- utils/runtime-fuzzer/src/runtime/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/runtime-fuzzer/src/runtime/mod.rs b/utils/runtime-fuzzer/src/runtime/mod.rs index 6c6dc1c8791..40d9b4d7c75 100644 --- a/utils/runtime-fuzzer/src/runtime/mod.rs +++ b/utils/runtime-fuzzer/src/runtime/mod.rs @@ -18,7 +18,7 @@ use account::*; use block::*; -use frame_support::{dispatch::DispatchResultWithPostInfo, traits::Currency}; +use frame_support::traits::Currency; use frame_system::GenesisConfig as SystemConfig; use pallet_balances::{GenesisConfig as BalancesConfig, Pallet as BalancesPallet}; use runtime_primitives::Balance; From 724ad804f6e44668f63b97e3be09406e12ddf0f6 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 20 Mar 2024 20:22:37 +0700 Subject: [PATCH 17/28] fmt --- node/cli/src/cli.rs | 2 +- node/testing/src/client.rs | 3 --- pallets/gear/src/benchmarking/mod.rs | 1 - pallets/staking-rewards/src/mock.rs | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/node/cli/src/cli.rs b/node/cli/src/cli.rs index cfaea446bb2..e5af588fc9c 100644 --- a/node/cli/src/cli.rs +++ b/node/cli/src/cli.rs @@ -93,7 +93,7 @@ pub enum Subcommand { /// Try-runtime has migrated to a standalone CLI /// (). The subcommand exists as a stub and - /// deprecation notice. It will be removed entirely some time after Janurary 2024. + /// deprecation notice. It will be removed entirely some time after January 2024. TryRuntime, /// Db meta columns information. diff --git a/node/testing/src/client.rs b/node/testing/src/client.rs index cdee7541c45..c44283a419e 100644 --- a/node/testing/src/client.rs +++ b/node/testing/src/client.rs @@ -55,9 +55,6 @@ pub type Client = client::Client< runtime::RuntimeApi, >; -/// Transaction for given runtime. -// pub type Transaction = sc_client_api::backend::TransactionFor; - /// Genesis configuration parameters for `TestClient`. #[derive(Default)] pub struct GenesisParameters; diff --git a/pallets/gear/src/benchmarking/mod.rs b/pallets/gear/src/benchmarking/mod.rs index e99c406ef0b..66c4da720a7 100644 --- a/pallets/gear/src/benchmarking/mod.rs +++ b/pallets/gear/src/benchmarking/mod.rs @@ -75,7 +75,6 @@ use core_processor::{ configs::{BlockConfig, PageCosts, TESTS_MAX_PAGES_NUMBER}, Ext, ProcessExecutionContext, ProcessorContext, ProcessorExternalities, }; - use parity_scale_codec::Encode; use frame_benchmarking::{benchmarks, whitelisted_caller}; diff --git a/pallets/staking-rewards/src/mock.rs b/pallets/staking-rewards/src/mock.rs index 802bb050e3b..be9e01606d3 100644 --- a/pallets/staking-rewards/src/mock.rs +++ b/pallets/staking-rewards/src/mock.rs @@ -233,7 +233,6 @@ parameter_types! { pub const MaxElectableTargets: u16 = 10_000; pub const MaxOnChainElectingVoters: u32 = 500; pub const MaxOnChainElectableTargets: u16 = 100; - // pub static ElectionsBounds: ElectionBounds = ElectionBoundsBuilder::default().build(); pub ElectionBounds: frame_election_provider_support::bounds::ElectionBounds = ElectionBoundsBuilder::default().voters_count(MaxElectingVoters::get().into()).build(); } From 80045a2f533e0f796a6b13f25c3d264b09e25acf Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 20 Mar 2024 20:25:14 +0700 Subject: [PATCH 18/28] change branch name --- Cargo.lock | 488 ++++++++++++++++++++++++++--------------------------- Cargo.toml | 238 +++++++++++++------------- 2 files changed, 363 insertions(+), 363 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45174781e17..0580b0bd812 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3481,7 +3481,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", ] @@ -3504,7 +3504,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-support-procedural", @@ -3521,7 +3521,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-runtime-interface", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-storage", "static_assertions", ] @@ -3529,7 +3529,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "Inflector", "array-bytes", @@ -3577,7 +3577,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -3588,7 +3588,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3599,13 +3599,13 @@ dependencies = [ "sp-core", "sp-npos-elections", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", @@ -3616,7 +3616,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-tracing", ] @@ -3647,7 +3647,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-recursion", "futures", @@ -3669,7 +3669,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "aquamarine", "bitflags 1.3.2", @@ -3699,7 +3699,7 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-tracing", "sp-weights", "static_assertions", @@ -3709,7 +3709,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "Inflector", "cfg-expr", @@ -3727,7 +3727,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -3739,7 +3739,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "proc-macro2", "quote", @@ -3749,7 +3749,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-executive", @@ -3769,7 +3769,7 @@ dependencies = [ "sp-metadata-ir", "sp-runtime", "sp-state-machine", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-version", "static_assertions", "trybuild", @@ -3778,7 +3778,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", @@ -3791,7 +3791,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "cfg-if", "frame-support", @@ -3802,7 +3802,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-version", "sp-weights", ] @@ -3810,7 +3810,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -3819,13 +3819,13 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "sp-api", @@ -3834,13 +3834,13 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] @@ -4233,7 +4233,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] @@ -4377,7 +4377,7 @@ dependencies = [ "gear-lazy-pages-common", "gear-runtime-interface", "log", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] @@ -4441,7 +4441,7 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "substrate-test-client", "vara-runtime", ] @@ -4508,7 +4508,7 @@ dependencies = [ "pallet-gear-messenger", "pallet-session", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] @@ -4524,7 +4524,7 @@ dependencies = [ "parity-scale-codec", "sp-io", "sp-runtime-interface", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-wasm-interface", "winapi", ] @@ -4547,7 +4547,7 @@ dependencies = [ "log", "parity-scale-codec", "sp-core", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-wasm-interface-common", "wasmi 0.30.0 (git+https://github.com/gear-tech/wasmi?branch=gear-v0.30.0)", "wat", @@ -4559,7 +4559,7 @@ version = "1.2.0" dependencies = [ "parity-scale-codec", "sp-debug-derive", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-wasm-interface-common", ] @@ -4782,7 +4782,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "chrono", "frame-election-provider-support", @@ -7575,7 +7575,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", @@ -7585,13 +7585,13 @@ dependencies = [ "sp-application-crypto", "sp-authority-discovery", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", @@ -7599,13 +7599,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7623,13 +7623,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "aquamarine", "docify", @@ -7644,14 +7644,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-tracing", ] [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7660,13 +7660,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7678,13 +7678,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7697,13 +7697,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7714,13 +7714,13 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7736,14 +7736,14 @@ dependencies = [ "sp-io", "sp-npos-elections", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "strum 0.24.1", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7751,7 +7751,7 @@ dependencies = [ "parity-scale-codec", "sp-npos-elections", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] @@ -7848,7 +7848,7 @@ dependencies = [ "sp-externalities", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "test-syscalls", "wabt", ] @@ -7906,7 +7906,7 @@ dependencies = [ "sp-externalities", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] @@ -7959,7 +7959,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "test-syscalls", "wabt", ] @@ -7989,7 +7989,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] @@ -8014,7 +8014,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] @@ -8046,7 +8046,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "wabt", ] @@ -8080,7 +8080,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] @@ -8107,7 +8107,7 @@ dependencies = [ "sp-api", "sp-core", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] @@ -8138,7 +8138,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] @@ -8173,7 +8173,7 @@ dependencies = [ "sp-io", "sp-npos-elections", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] @@ -8216,13 +8216,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8239,13 +8239,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "enumflags2 0.7.7", "frame-benchmarking", @@ -8255,13 +8255,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8275,13 +8275,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8291,13 +8291,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", @@ -8309,25 +8309,25 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-tracing", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", "sp-api", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", @@ -8338,13 +8338,13 @@ dependencies = [ "serde", "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8355,13 +8355,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8370,13 +8370,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8388,13 +8388,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8407,13 +8407,13 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "docify", "frame-benchmarking", @@ -8424,14 +8424,14 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-weights", ] [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", @@ -8446,14 +8446,14 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-trie", ] [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8470,13 +8470,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "log", "sp-arithmetic", @@ -8485,7 +8485,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "sp-api", @@ -8494,7 +8494,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8503,13 +8503,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8520,7 +8520,7 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-storage", "sp-timestamp", ] @@ -8528,7 +8528,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-support", "frame-system", @@ -8538,13 +8538,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "jsonrpsee 0.16.3", "pallet-transaction-payment-rpc-runtime-api", @@ -8560,7 +8560,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8572,7 +8572,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8583,13 +8583,13 @@ dependencies = [ "scale-info", "serde", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8599,13 +8599,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8614,13 +8614,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8629,7 +8629,7 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] @@ -10101,7 +10101,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10116,7 +10116,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10135,7 +10135,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -10146,7 +10146,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "chrono", @@ -10185,7 +10185,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "fnv", "futures", @@ -10211,7 +10211,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "hash-db", "kvdb", @@ -10237,7 +10237,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "futures", @@ -10262,7 +10262,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "fork-tree", @@ -10298,7 +10298,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "futures", "jsonrpsee 0.16.3", @@ -10320,7 +10320,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10333,7 +10333,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "ahash 0.8.6", "array-bytes", @@ -10374,7 +10374,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "finality-grandpa", "futures", @@ -10394,7 +10394,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "futures", @@ -10417,7 +10417,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -10440,7 +10440,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "sp-allocator", "sp-maybe-compressed-blob", @@ -10452,7 +10452,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "anyhow", "cfg-if", @@ -10469,7 +10469,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "ansi_term", "futures", @@ -10485,7 +10485,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -10499,7 +10499,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "async-channel", @@ -10540,7 +10540,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-channel", "cid", @@ -10560,7 +10560,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -10577,7 +10577,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "ahash 0.8.6", "futures", @@ -10595,7 +10595,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "async-channel", @@ -10616,7 +10616,7 @@ dependencies = [ [[package]] name = "sc-network-statement" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "async-channel", @@ -10634,7 +10634,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "async-channel", @@ -10668,7 +10668,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "futures", @@ -10686,7 +10686,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "bytes", @@ -10720,7 +10720,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10729,7 +10729,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "futures", "jsonrpsee 0.16.3", @@ -10760,7 +10760,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "jsonrpsee 0.16.3", "parity-scale-codec", @@ -10779,7 +10779,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "http", "jsonrpsee 0.16.3", @@ -10794,7 +10794,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "futures", @@ -10822,7 +10822,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "directories 4.0.1", @@ -10886,7 +10886,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "log", "parity-scale-codec", @@ -10897,7 +10897,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "jsonrpsee 0.16.3", "parity-scale-codec", @@ -10916,7 +10916,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "futures", "libc", @@ -10929,13 +10929,13 @@ dependencies = [ "serde_json", "sp-core", "sp-io", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "chrono", "futures", @@ -10954,7 +10954,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "ansi_term", "atty", @@ -10983,7 +10983,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -10994,7 +10994,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "futures", @@ -11020,7 +11020,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "futures", @@ -11036,7 +11036,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-channel", "futures", @@ -11763,7 +11763,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "4.1.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "log", "parity-scale-codec", @@ -11774,7 +11774,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "hash-db", "log", @@ -11786,7 +11786,7 @@ dependencies = [ "sp-metadata-ir", "sp-runtime", "sp-state-machine", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-trie", "sp-version", "thiserror", @@ -11795,7 +11795,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "Inflector", "blake2", @@ -11809,58 +11809,58 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "static_assertions", ] [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", "sp-application-crypto", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "sp-api", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "futures", "log", @@ -11878,7 +11878,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "futures", @@ -11893,7 +11893,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "parity-scale-codec", @@ -11903,14 +11903,14 @@ dependencies = [ "sp-consensus-slots", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "parity-scale-codec", @@ -11922,14 +11922,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-timestamp", ] [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "finality-grandpa", "log", @@ -11941,25 +11941,25 @@ dependencies = [ "sp-core", "sp-keystore", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-timestamp", ] [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -11990,11 +11990,11 @@ dependencies = [ "secrecy", "serde", "sp-allocator", - "sp-core-hashing 9.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-core-hashing 9.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-debug-derive", "sp-externalities", "sp-runtime-interface", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-storage", "ss58-registry", "substrate-bip39", @@ -12022,7 +12022,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "blake2b_simd", "byteorder", @@ -12035,17 +12035,17 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "quote", - "sp-core-hashing 9.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-core-hashing 9.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "syn 2.0.53", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12054,7 +12054,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "proc-macro2", "quote", @@ -12064,43 +12064,43 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "environmental", "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-storage", ] [[package]] name = "sp-genesis-builder" version = "0.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "serde_json", "sp-api", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "thiserror", ] [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "bytes", "ed25519-dalek", @@ -12114,7 +12114,7 @@ dependencies = [ "sp-keystore", "sp-runtime-interface", "sp-state-machine", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-tracing", "sp-trie", "tracing", @@ -12124,7 +12124,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "lazy_static", "sp-core", @@ -12135,7 +12135,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -12147,7 +12147,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "thiserror", "zstd 0.12.4", @@ -12156,18 +12156,18 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", "scale-info", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "scale-info", @@ -12175,13 +12175,13 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "sp-api", "sp-core", @@ -12191,7 +12191,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "backtrace", "lazy_static", @@ -12201,7 +12201,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "rustc-hash", "serde", @@ -12211,7 +12211,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "either", "hash256-std-hasher", @@ -12226,14 +12226,14 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12241,7 +12241,7 @@ dependencies = [ "primitive-types", "sp-externalities", "sp-runtime-interface-proc-macro", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-storage", "sp-tracing", "sp-wasm-interface", @@ -12251,7 +12251,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -12263,7 +12263,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "scale-info", @@ -12272,13 +12272,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -12286,13 +12286,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "hash-db", "log", @@ -12303,7 +12303,7 @@ dependencies = [ "sp-core", "sp-externalities", "sp-panic-handler", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-trie", "thiserror", "tracing", @@ -12313,7 +12313,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "aes-gcm 0.10.3", "curve25519-dalek 4.0.0", @@ -12329,7 +12329,7 @@ dependencies = [ "sp-externalities", "sp-runtime", "sp-runtime-interface", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "thiserror", "x25519-dalek 2.0.1", ] @@ -12343,41 +12343,41 @@ checksum = "53458e3c57df53698b3401ec0934bea8e8cfce034816873c0b0abbd83d7bac0d" [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", "sp-debug-derive", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "thiserror", ] [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "tracing", "tracing-core", "tracing-subscriber 0.2.25", @@ -12386,7 +12386,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "sp-api", "sp-runtime", @@ -12395,7 +12395,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "parity-scale-codec", @@ -12403,14 +12403,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-trie", ] [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "ahash 0.8.6", "hash-db", @@ -12423,7 +12423,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "thiserror", "tracing", "trie-db", @@ -12433,7 +12433,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12442,7 +12442,7 @@ dependencies = [ "serde", "sp-core-hashing-proc-macro", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-version-proc-macro", "thiserror", ] @@ -12450,7 +12450,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12461,14 +12461,14 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", "sp-allocator", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-wasm-interface-common", "wasmtime", ] @@ -12476,17 +12476,17 @@ dependencies = [ [[package]] name = "sp-wasm-interface-common" version = "7.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "wasmi 0.13.2", ] [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "parity-scale-codec", "scale-info", @@ -12495,7 +12495,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-debug-derive", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", ] [[package]] @@ -12674,12 +12674,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12698,7 +12698,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "hyper", "log", @@ -12710,7 +12710,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "jsonrpsee 0.16.3", @@ -12723,7 +12723,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "jsonrpsee 0.16.3", "parity-scale-codec", @@ -12740,7 +12740,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "array-bytes", "async-trait", @@ -12766,7 +12766,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "ansi_term", "build-helper", @@ -13603,7 +13603,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0#2dd122c65e27d0d09d84e1533e14565cf179aec1" dependencies = [ "async-trait", "clap 4.5.3", @@ -13882,7 +13882,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-release-polkadot-v1.1.0)", + "sp-std 8.0.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-v1.1.0)", "sp-storage", "sp-transaction-pool", "sp-version", diff --git a/Cargo.toml b/Cargo.toml index 0ec712eb1d8..f0406cddcdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -249,125 +249,125 @@ sandbox-wasmer = { package = "wasmer", version = "2.2", features = ["singlepass" sandbox-wasmer-types = { package = "wasmer-types", version = "2.2" } # Substrate deps -frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -frame-election-provider-support = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -frame-executive = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -frame-support = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -frame-support-test = { version = "3.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -frame-system = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -frame-system-benchmarking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -frame-remote-externalities = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -frame-try-runtime = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -frame-system-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -generate-bags = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -pallet-authorship = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-authority-discovery = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-babe = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-bags-list = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-bounties = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-child-bounties = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-balances = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-conviction-voting = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-election-provider-multi-phase = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-grandpa = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-identity = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-im-online = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-multisig = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-nomination-pools = { version = "1.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-nomination-pools-runtime-api = { version = "1.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-offences = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-preimage = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-proxy = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-ranked-collective = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-referenda = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-scheduler = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-session = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-staking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-staking-runtime-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-staking-reward-fn = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-sudo = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-timestamp = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-transaction-payment = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-transaction-payment-rpc = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-treasury = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-utility = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-vesting = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -pallet-whitelist = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-authority-discovery = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-block-builder = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-consensus = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-consensus-babe = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-consensus-babe-rpc = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-consensus-epochs = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-consensus-slots = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sp-debug-derive = { version = "8.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sc-chain-spec = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-cli = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-client-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-executor = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-executor-common = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-consensus-grandpa = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-consensus-grandpa-rpc = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-keystore = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-network = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-network-common = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-network-sync = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-network-statement = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-offchain = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-proposer-metrics = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-service = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-telemetry = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-rpc = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-rpc-spec-v2 = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-sync-state-rpc = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-sysinfo = { version = "6.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-transaction-pool = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-transaction-pool-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sc-tracing = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -sp-allocator = { version = "4.1.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-authority-discovery = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-arithmetic = { version = "16.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-block-builder = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-core = { version = "21.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-consensus = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-consensus-babe = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-consensus-slots = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-externalities = { version = "0.19.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-consensus-grandpa = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-inherents = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-io = { version = "23.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-keyring = { version = "24.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-keystore = { version = "0.27.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-npos-elections = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-offchain = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-rpc = { version = "6.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-runtime = { version = "24.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-runtime-interface = { version = "17.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-session = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-std = { version = "8.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-state-machine = { version = "0.28.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-staking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-storage = { version = "13.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-timestamp = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-transaction-pool = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-transaction-storage-proof = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-trie = { version = "22.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-version = { version = "22.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-wasm-interface = { version = "14.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -sp-wasm-interface-common = { version = "7.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0", default-features = false } -substrate-build-script-utils = { version = "3.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -substrate-frame-rpc-system = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -substrate-rpc-client = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -substrate-state-trie-migration-rpc = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -substrate-test-client = { version = "2.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } -try-runtime-cli = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-release-polkadot-v1.1.0" } +frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +frame-election-provider-support = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +frame-executive = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +frame-support = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +frame-support-test = { version = "3.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +frame-system = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +frame-system-benchmarking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +frame-remote-externalities = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +frame-try-runtime = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +frame-system-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +generate-bags = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +pallet-authorship = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-authority-discovery = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-babe = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-bags-list = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-bounties = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-child-bounties = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-balances = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-conviction-voting = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-election-provider-multi-phase = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-grandpa = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-identity = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-im-online = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-multisig = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-nomination-pools = { version = "1.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-nomination-pools-runtime-api = { version = "1.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-offences = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-preimage = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-proxy = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-ranked-collective = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-referenda = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-scheduler = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-session = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-staking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-staking-runtime-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-staking-reward-fn = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-sudo = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-timestamp = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-transaction-payment = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-transaction-payment-rpc = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-treasury = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-utility = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-vesting = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +pallet-whitelist = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-authority-discovery = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-block-builder = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-consensus = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-consensus-babe = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-consensus-babe-rpc = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-consensus-epochs = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-consensus-slots = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sp-debug-derive = { version = "8.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sc-chain-spec = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-cli = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-client-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-executor = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-executor-common = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-consensus-grandpa = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-consensus-grandpa-rpc = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-keystore = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-network = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-network-common = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-network-sync = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-network-statement = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-offchain = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-proposer-metrics = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-service = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-telemetry = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-rpc = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-rpc-spec-v2 = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-sync-state-rpc = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-sysinfo = { version = "6.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-transaction-pool = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-transaction-pool-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sc-tracing = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +sp-allocator = { version = "4.1.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-api = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-authority-discovery = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-arithmetic = { version = "16.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-block-builder = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-core = { version = "21.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-consensus = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-consensus-babe = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-consensus-slots = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-externalities = { version = "0.19.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-consensus-grandpa = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-inherents = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-io = { version = "23.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-keyring = { version = "24.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-keystore = { version = "0.27.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-npos-elections = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-offchain = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-rpc = { version = "6.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-runtime = { version = "24.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-runtime-interface = { version = "17.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-session = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-std = { version = "8.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-state-machine = { version = "0.28.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-staking = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-storage = { version = "13.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-timestamp = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-transaction-pool = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-transaction-storage-proof = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-trie = { version = "22.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-version = { version = "22.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-wasm-interface = { version = "14.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +sp-wasm-interface-common = { version = "7.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0", default-features = false } +substrate-build-script-utils = { version = "3.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +substrate-frame-rpc-system = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +substrate-rpc-client = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +substrate-state-trie-migration-rpc = { version = "4.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +substrate-test-client = { version = "2.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } +try-runtime-cli = { version = "0.10.0-dev", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-v1.1.0" } # Examples test-syscalls = { path = "examples/syscalls", default-features = false } From 98cb157d36a166d53982cbe89e2b72df114bfdab Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 20 Mar 2024 20:35:47 +0700 Subject: [PATCH 19/28] use try-runtime-cli in CI --- .github/workflows/build.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be9690f1b31..830c7bad391 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -131,10 +131,19 @@ jobs: - name: "Test: Try runtime migrations" run: | - cargo build -p gear-cli --features try-runtime --locked ${{ matrix.profile_flags }} - ./target/${{ matrix.profile }}/gear try-runtime --runtime ./target/${{ matrix.profile }}/wbuild/vara-runtime/vara_runtime.wasm on-runtime-upgrade --checks live --uri ws://rpc-private.vara-network.io:9944 + export RUST_LOG=remote-ext=debug,runtime=debug + + echo "---------- Downloading try-runtime CLI ----------" + curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.5.4/try-runtime-x86_64-unknown-linux-musl -o try-runtime + chmod +x ./try-runtime + + echo "---------- Building vara runtime ----------" + time cargo build -p gear-cli --features try-runtime --locked ${{ matrix.profile_flags }} + echo "---------- Executing on-runtime-upgrade for Vara ----------" + time ./try-runtime --runtime ./target/${{ matrix.profile }}/wbuild/vara-runtime/vara_runtime.wasm on-runtime-upgrade --checks=all live --uri ws://rpc-private.vara-network.io:9944 + sleep 5 env: - RUST_LOG: info + RUST_LOG: info,remote-ext=debug,runtime=debug - name: "Build: Production binaries" if: ${{ github.event_name == 'push' && inputs.release }} From 49baeb1ed09c98053d61e6e224ca4ff5509366a1 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 20 Mar 2024 21:27:40 +0700 Subject: [PATCH 20/28] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 830c7bad391..2612374dcad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,7 +138,7 @@ jobs: chmod +x ./try-runtime echo "---------- Building vara runtime ----------" - time cargo build -p gear-cli --features try-runtime --locked ${{ matrix.profile_flags }} + time cargo build -p vara-runtime --features try-runtime --locked ${{ matrix.profile_flags }} echo "---------- Executing on-runtime-upgrade for Vara ----------" time ./try-runtime --runtime ./target/${{ matrix.profile }}/wbuild/vara-runtime/vara_runtime.wasm on-runtime-upgrade --checks=all live --uri ws://rpc-private.vara-network.io:9944 sleep 5 From 97439326ee46bc1a362563844a21ea6b698289bb Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Thu, 21 Mar 2024 01:18:21 +0700 Subject: [PATCH 21/28] update metadata --- gsdk/src/metadata/generated.rs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gsdk/src/metadata/generated.rs b/gsdk/src/metadata/generated.rs index 90e74461ec7..0b3d7f27cf9 100644 --- a/gsdk/src/metadata/generated.rs +++ b/gsdk/src/metadata/generated.rs @@ -1118,6 +1118,12 @@ pub mod runtime_types { put_in_front_of { lighter: ::subxt::utils::MultiAddress<::subxt::utils::AccountId32, ()>, }, + #[codec(index = 2)] + #[doc = "See [`Pallet::put_in_front_of_other`]."] + put_in_front_of_other { + heavier: ::subxt::utils::MultiAddress<::subxt::utils::AccountId32, ()>, + lighter: ::subxt::utils::MultiAddress<::subxt::utils::AccountId32, ()>, + }, } #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] @@ -5673,6 +5679,12 @@ pub mod runtime_types { prefs: runtime_types::pallet_staking::ValidatorPrefs, }, #[codec(index = 14)] + #[doc = "Voters size limit reached."] + SnapshotVotersSizeExceeded { size: ::core::primitive::u32 }, + #[codec(index = 15)] + #[doc = "Targets size limit reached."] + SnapshotTargetsSizeExceeded { size: ::core::primitive::u32 }, + #[codec(index = 16)] #[doc = "A new force era mode was set."] ForceEra { mode: runtime_types::pallet_staking::Forcing, @@ -7704,6 +7716,7 @@ pub mod calls { pub enum BagsListCall { Rebag, PutInFrontOf, + PutInFrontOfOther, } impl CallInfo for BagsListCall { const PALLET: &'static str = "BagsList"; @@ -7711,6 +7724,7 @@ pub mod calls { match self { Self::Rebag => "rebag", Self::PutInFrontOf => "put_in_front_of", + Self::PutInFrontOfOther => "put_in_front_of_other", } } } From d919dd41e56bc77d273438f01242aee227a6e409 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Thu, 21 Mar 2024 01:18:28 +0700 Subject: [PATCH 22/28] build with std --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2612374dcad..9b67e607f0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,7 +138,7 @@ jobs: chmod +x ./try-runtime echo "---------- Building vara runtime ----------" - time cargo build -p vara-runtime --features try-runtime --locked ${{ matrix.profile_flags }} + time cargo build -p vara-runtime -F std,try-runtime --locked ${{ matrix.profile_flags }} echo "---------- Executing on-runtime-upgrade for Vara ----------" time ./try-runtime --runtime ./target/${{ matrix.profile }}/wbuild/vara-runtime/vara_runtime.wasm on-runtime-upgrade --checks=all live --uri ws://rpc-private.vara-network.io:9944 sleep 5 From 1753e35036004607ab07eee52d34b7e439768f1a Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Mon, 25 Mar 2024 21:01:50 +0700 Subject: [PATCH 23/28] fix(gear-messenger): migration pre_upgrade --- pallets/gear-messenger/src/migrations.rs | 59 +++++++++++++++--------- 1 file changed, 36 insertions(+), 23 deletions(-) diff --git a/pallets/gear-messenger/src/migrations.rs b/pallets/gear-messenger/src/migrations.rs index b8bc1335a56..f185caf3b0a 100644 --- a/pallets/gear-messenger/src/migrations.rs +++ b/pallets/gear-messenger/src/migrations.rs @@ -19,6 +19,7 @@ use crate::{Config, DispatchStash, Dispatches, Pallet, Waitlist}; use common::storage::{Interval, LinkedNode}; use frame_support::{ + ensure, traits::{Get, GetStorageVersion, OnRuntimeUpgrade}, weights::Weight, }; @@ -85,30 +86,43 @@ impl OnRuntimeUpgrade for MigrateToV3 { #[cfg(feature = "try-runtime")] fn pre_upgrade() -> Result, DispatchError> { - let mut count = v2::Waitlist::::iter().count(); - count += v2::Dispatches::::iter().count(); - count += v2::DispatchStash::::iter().inspect( - |store| { - if store.1.0.context.is_some() { - panic!("Previous context on StoredDispatch in DispatchStash should always be None, but was Some for message id {:?}", store.1.0.message.id()); - } - }, - ).count(); - - Ok((count as u64).encode()) + let onchain_version = Pallet::::on_chain_storage_version(); + if onchain_version < 3 { + let mut count = v2::Waitlist::::iter().count(); + count += v2::Dispatches::::iter().count(); + count += v2::DispatchStashV2::::iter().inspect( + |store| { + if store.1.0.context.is_some() { + panic!("Previous context on StoredDispatch in DispatchStash should always be None, but was Some for message id {:?}", store.1.0.message.id()); + } + }, + ).count(); + Ok((count as u64).encode()) + } else { + Ok(0u64.encode()) + } } #[cfg(feature = "try-runtime")] fn post_upgrade(state: Vec) -> Result<(), DispatchError> { - let mut count = Waitlist::::iter().count(); - count += Dispatches::::iter().count(); - count += DispatchStash::::iter().count(); - - let old_count: u64 = - Decode::decode(&mut &state[..]).expect("pre_upgrade provides a valid state; qed"); - assert_eq!(count as u64, old_count); - - Ok(()) + let onchain_version = Pallet::::on_chain_storage_version(); + if onchain_version < 3 { + if let Ok(old_count) = ::decode(&mut state.as_slice()) { + let mut count = Waitlist::::iter().count(); + count += Dispatches::::iter().count(); + count += DispatchStash::::iter().count(); + ensure!(count as u64 == old_count, "the count be correct"); + + Ok(()) + } else { + Err( + "the state parameter should be something that was generated by pre_upgrade" + .into(), + ) + } + } else { + Ok(()) + } } } @@ -219,8 +233,7 @@ mod v2 { } #[cfg(feature = "try-runtime")] - #[allow(type_alias_bounds)] - pub type DispatchStash = StorageMap< + pub type DispatchStashV2 = StorageMap< DispatchStashPrefix, Identity, MessageId, @@ -403,7 +416,7 @@ mod tests { .collect::>(); for (msg_id, dispatch, interval) in dispatch_stash.clone() { - v2::DispatchStash::::insert(msg_id, (dispatch.clone(), interval.clone())); + v2::DispatchStashV2::::insert(msg_id, (dispatch.clone(), interval.clone())); } let state = MigrateToV3::::pre_upgrade().unwrap(); From f4a69122809130a6907493b4b8a3743de013edf7 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Mon, 25 Mar 2024 21:29:16 +0700 Subject: [PATCH 24/28] fix import --- pallets/gear-messenger/src/migrations.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/gear-messenger/src/migrations.rs b/pallets/gear-messenger/src/migrations.rs index f185caf3b0a..ef60f8435a1 100644 --- a/pallets/gear-messenger/src/migrations.rs +++ b/pallets/gear-messenger/src/migrations.rs @@ -19,7 +19,6 @@ use crate::{Config, DispatchStash, Dispatches, Pallet, Waitlist}; use common::storage::{Interval, LinkedNode}; use frame_support::{ - ensure, traits::{Get, GetStorageVersion, OnRuntimeUpgrade}, weights::Weight, }; @@ -28,6 +27,7 @@ use gear_core::ids::MessageId; use sp_std::marker::PhantomData; #[cfg(feature = "try-runtime")] use { + frame_support::ensure, parity_scale_codec::{Decode, Encode}, sp_runtime::DispatchError, sp_std::vec::Vec, From 4aa18e6d5b000395b3dbfa55809e934e763ba5ea Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Mon, 25 Mar 2024 21:52:15 +0700 Subject: [PATCH 25/28] fix gear-program migration --- pallets/gear-program/src/migration.rs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pallets/gear-program/src/migration.rs b/pallets/gear-program/src/migration.rs index e5cf410d697..00614a8533a 100644 --- a/pallets/gear-program/src/migration.rs +++ b/pallets/gear-program/src/migration.rs @@ -26,8 +26,10 @@ use sp_std::marker::PhantomData; #[cfg(feature = "try-runtime")] use { - frame_support::codec::{Decode, Encode}, - sp_runtime::TryRuntimeError, + sp_runtime::{ + codec::{Decode, Encode}, + TryRuntimeError, + }, sp_std::vec::Vec, }; @@ -102,11 +104,11 @@ impl OnRuntimeUpgrade for AppendStackEndMigration { } mod onchain { - use frame_support::{ + use gear_core::{message::DispatchKind, pages::WasmPage}; + use sp_runtime::{ codec::{Decode, Encode}, scale_info::TypeInfo, }; - use gear_core::{message::DispatchKind, pages::WasmPage}; use sp_std::{collections::btree_set::BTreeSet, vec::Vec}; #[derive(Clone, Debug, Decode, Encode, TypeInfo)] From 4686e96c8267a251a65a54271d77b5bb35c34d20 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 27 Mar 2024 17:44:17 +0700 Subject: [PATCH 26/28] revert rename of v2::DispatchStash --- pallets/gear-messenger/src/migrations.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pallets/gear-messenger/src/migrations.rs b/pallets/gear-messenger/src/migrations.rs index ef60f8435a1..85da0c15213 100644 --- a/pallets/gear-messenger/src/migrations.rs +++ b/pallets/gear-messenger/src/migrations.rs @@ -90,7 +90,7 @@ impl OnRuntimeUpgrade for MigrateToV3 { if onchain_version < 3 { let mut count = v2::Waitlist::::iter().count(); count += v2::Dispatches::::iter().count(); - count += v2::DispatchStashV2::::iter().inspect( + count += v2::DispatchStash::::iter().inspect( |store| { if store.1.0.context.is_some() { panic!("Previous context on StoredDispatch in DispatchStash should always be None, but was Some for message id {:?}", store.1.0.message.id()); @@ -233,7 +233,8 @@ mod v2 { } #[cfg(feature = "try-runtime")] - pub type DispatchStashV2 = StorageMap< + #[allow(type_alias_bounds)] + pub type DispatchStash = StorageMap< DispatchStashPrefix, Identity, MessageId, @@ -416,7 +417,7 @@ mod tests { .collect::>(); for (msg_id, dispatch, interval) in dispatch_stash.clone() { - v2::DispatchStashV2::::insert(msg_id, (dispatch.clone(), interval.clone())); + v2::DispatchStash::::insert(msg_id, (dispatch.clone(), interval.clone())); } let state = MigrateToV3::::pre_upgrade().unwrap(); From ba5a5f18439a11f4b0e87343166b3ff73aec8d12 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 27 Mar 2024 17:49:34 +0700 Subject: [PATCH 27/28] fix --- pallets/gear/src/schedule.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/pallets/gear/src/schedule.rs b/pallets/gear/src/schedule.rs index 9180459b5f9..91dada4a974 100644 --- a/pallets/gear/src/schedule.rs +++ b/pallets/gear/src/schedule.rs @@ -25,7 +25,6 @@ use crate::{weights::WeightInfo, Config, CostsPerBlockOf, DbWeightOf}; use common::scheduler::SchedulingCostsPerBlock; use core_processor::configs::{ExtCosts, ProcessCosts, RentCosts}; use frame_support::{ - codec::{Decode, Encode}, traits::Get, weights::Weight, }; From 6f39e1ab51ea55e3030b69833abb37362b4b6894 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 27 Mar 2024 18:13:42 +0700 Subject: [PATCH 28/28] fmt --- pallets/gear/src/schedule.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pallets/gear/src/schedule.rs b/pallets/gear/src/schedule.rs index 91dada4a974..7bf6058a447 100644 --- a/pallets/gear/src/schedule.rs +++ b/pallets/gear/src/schedule.rs @@ -24,10 +24,7 @@ use crate::{weights::WeightInfo, Config, CostsPerBlockOf, DbWeightOf}; use common::scheduler::SchedulingCostsPerBlock; use core_processor::configs::{ExtCosts, ProcessCosts, RentCosts}; -use frame_support::{ - traits::Get, - weights::Weight, -}; +use frame_support::{traits::Get, weights::Weight}; use gear_core::{ code::MAX_WASM_PAGE_AMOUNT, costs::SyscallCosts,