diff --git a/Cargo.lock b/Cargo.lock index 605be85fdd3c..e5b797d87eeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,16 +217,15 @@ dependencies = [ [[package]] name = "anstream" -version = "0.3.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" +checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", "anstyle-wincon", "colorchoice", - "is-terminal", "utf8parse", ] @@ -256,9 +255,9 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "1.0.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c677ab05e09154296dd37acecd46420c17b9713e8366facafa8fc0885167cf4c" +checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" dependencies = [ "anstyle", "windows-sys 0.48.0", @@ -568,7 +567,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "hash-db 0.16.0", "log", @@ -1174,9 +1173,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.24" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb690e81c7840c0d7aade59f242ea3b41b9bc27bcd5997890e7702ae4b32e487" +checksum = "1d5f1946157a96594eb2d2c10eb7ad9a2b27518cb3000209dec700c35df9197d" dependencies = [ "clap_builder", "clap_derive", @@ -1185,21 +1184,21 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.24" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ed2e96bc16d8d740f6f48d663eddf4b8a0983e79210fd55479b7bcd0a69860e" +checksum = "78116e32a042dd73c2901f0dc30790d20ff3447f3e3472fad359e8c3d282bcd6" dependencies = [ "anstream", "anstyle", - "clap_lex 0.5.0", + "clap_lex 0.5.1", "strsim", ] [[package]] name = "clap_derive" -version = "4.3.12" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050" +checksum = "c9fd1a5729c4548118d7d70ff234a44868d00489a4b6597b0b020918a0e91a1a" dependencies = [ "heck", "proc-macro2", @@ -1218,9 +1217,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" +checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" [[package]] name = "coarsetime" @@ -2580,7 +2579,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "parity-scale-codec 3.6.4", ] @@ -2603,7 +2602,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-support", "frame-support-procedural", @@ -2628,12 +2627,12 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "Inflector", "array-bytes", "chrono", - "clap 4.3.24", + "clap 4.4.0", "comfy-table", "frame-benchmarking", "frame-support", @@ -2675,7 +2674,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2686,7 +2685,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2703,7 +2702,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-support", "frame-system", @@ -2732,7 +2731,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "futures", "log", @@ -2748,7 +2747,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "bitflags 1.3.2", "environmental", @@ -2781,7 +2780,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "Inflector", "cfg-expr", @@ -2796,7 +2795,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2808,7 +2807,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "proc-macro2", "quote", @@ -2818,7 +2817,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -2842,7 +2841,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-support", "frame-system", @@ -2853,7 +2852,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-support", "log", @@ -2871,7 +2870,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -2886,7 +2885,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "parity-scale-codec 3.6.4", "sp-api", @@ -2895,7 +2894,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-support", "parity-scale-codec 3.6.4", @@ -3076,7 +3075,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "chrono", "frame-election-provider-support", @@ -4838,7 +4837,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "futures", "log", @@ -4857,7 +4856,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "anyhow", "jsonrpsee", @@ -5384,9 +5383,9 @@ dependencies = [ [[package]] name = "orchestra" -version = "0.2.1" +version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0766f60d83cac01c6e3f3bc36aaa9056e48bea0deddb98a8c74de6021f3061" +checksum = "227585216d05ba65c7ab0a0450a3cf2cbd81a98862a54c4df8e14d5ac6adb015" dependencies = [ "async-trait", "dyn-clonable", @@ -5401,12 +5400,11 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.2.1" +version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c8e83dbd049009426b445424a1104c78e6172a4c13e3614e52a38262785a5d7" +checksum = "2871aadd82a2c216ee68a69837a526dfe788ecbe74c4c5038a6acdbff6653066" dependencies = [ - "expander 1.0.0", - "indexmap 1.9.3", + "expander 0.0.6", "itertools", "petgraph", "proc-macro-crate", @@ -5467,7 +5465,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5482,7 +5480,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-support", "frame-system", @@ -5498,7 +5496,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-support", "frame-system", @@ -5512,7 +5510,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5536,7 +5534,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5556,7 +5554,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5575,7 +5573,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5590,7 +5588,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-support", "frame-system", @@ -5609,7 +5607,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5633,7 +5631,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5651,7 +5649,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5670,7 +5668,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5687,7 +5685,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5705,7 +5703,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5728,7 +5726,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5741,7 +5739,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5761,7 +5759,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5779,7 +5777,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5802,7 +5800,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5818,7 +5816,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5838,7 +5836,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5855,7 +5853,7 @@ dependencies = [ [[package]] name = "pallet-ipfs" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5879,7 +5877,7 @@ dependencies = [ [[package]] name = "pallet-ipfs-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "pallet-ipfs", "parity-scale-codec 2.3.1", @@ -5891,7 +5889,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5908,7 +5906,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5925,7 +5923,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5941,7 +5939,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5958,7 +5956,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-support", "frame-system", @@ -5975,7 +5973,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5999,7 +5997,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6016,7 +6014,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6031,7 +6029,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6046,7 +6044,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6063,7 +6061,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-support", "frame-system", @@ -6084,7 +6082,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6100,7 +6098,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-support", "frame-system", @@ -6114,7 +6112,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6137,7 +6135,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6148,7 +6146,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "log", "sp-arithmetic", @@ -6157,7 +6155,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6174,7 +6172,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-support", "frame-system", @@ -6188,7 +6186,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6206,7 +6204,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6225,7 +6223,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-support", "frame-system", @@ -6241,7 +6239,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6257,7 +6255,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "pallet-transaction-payment", "parity-scale-codec 3.6.4", @@ -6269,7 +6267,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6287,7 +6285,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6302,7 +6300,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6318,7 +6316,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6332,7 +6330,7 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.40" +version = "0.9.41" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -6356,7 +6354,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "0.9.40" +version = "0.9.41" dependencies = [ "frame-benchmarking", "frame-support", @@ -6704,7 +6702,7 @@ checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630" [[package]] name = "polkadot" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_cmd", "color-eyre", @@ -6721,7 +6719,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "env_logger 0.9.3", @@ -6746,7 +6744,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "bitvec 1.0.1", @@ -6771,7 +6769,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "derive_more", @@ -6800,7 +6798,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "env_logger 0.9.3", @@ -6829,9 +6827,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.40" +version = "0.9.41" dependencies = [ - "clap 4.3.24", + "clap 4.4.0", "frame-benchmarking-cli", "futures", "log", @@ -6857,7 +6855,7 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.40" +version = "0.9.41" dependencies = [ "async-trait", "cherry-runtime", @@ -6899,7 +6897,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.9.40" +version = "0.9.41" dependencies = [ "always-assert", "assert_matches", @@ -6928,7 +6926,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.40" +version = "0.9.41" dependencies = [ "parity-scale-codec 3.6.4", "scale-info", @@ -6939,7 +6937,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "async-trait", @@ -6971,7 +6969,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.40" +version = "0.9.41" dependencies = [ "criterion", "parity-scale-codec 3.6.4", @@ -6985,7 +6983,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "async-trait", @@ -7012,7 +7010,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.9.40" +version = "0.9.41" dependencies = [ "always-assert", "assert_matches", @@ -7041,7 +7039,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "0.9.40" +version = "0.9.41" dependencies = [ "futures", "parity-scale-codec 3.6.4", @@ -7060,7 +7058,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "async-trait", @@ -7099,7 +7097,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "bitvec 1.0.1", @@ -7128,7 +7126,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "bitvec 1.0.1", @@ -7154,7 +7152,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.40" +version = "0.9.41" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7170,7 +7168,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "async-trait", @@ -7194,7 +7192,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.40" +version = "0.9.41" dependencies = [ "futures", "maplit", @@ -7213,7 +7211,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "futures", @@ -7234,7 +7232,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "fatality", @@ -7262,7 +7260,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.40" +version = "0.9.41" dependencies = [ "async-trait", "futures", @@ -7278,7 +7276,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.40" +version = "0.9.41" dependencies = [ "bitvec 1.0.1", "fatality", @@ -7299,7 +7297,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.9.40" +version = "0.9.41" dependencies = [ "always-assert", "assert_matches", @@ -7327,6 +7325,7 @@ dependencies = [ "sp-maybe-compressed-blob", "sp-tracing", "sp-wasm-interface", + "substrate-build-script-utils", "tempfile", "test-parachain-adder", "test-parachain-halt", @@ -7337,7 +7336,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "0.9.40" +version = "0.9.41" dependencies = [ "futures", "futures-timer", @@ -7360,7 +7359,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.40" +version = "0.9.41" dependencies = [ "futures", "lru 0.9.0", @@ -7381,7 +7380,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.9.40" +version = "0.9.41" dependencies = [ "lazy_static", "log", @@ -7398,7 +7397,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_cmd", "bs58", @@ -7425,7 +7424,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.9.40" +version = "0.9.41" dependencies = [ "async-trait", "derive_more", @@ -7447,7 +7446,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.40" +version = "0.9.41" dependencies = [ "bounded-vec", "futures", @@ -7470,7 +7469,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.40" +version = "0.9.41" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7479,7 +7478,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.40" +version = "0.9.41" dependencies = [ "async-trait", "futures", @@ -7497,7 +7496,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.40" +version = "0.9.41" dependencies = [ "async-trait", "derive_more", @@ -7519,7 +7518,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "async-trait", @@ -7560,7 +7559,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "async-trait", @@ -7586,7 +7585,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.40" +version = "0.9.41" dependencies = [ "bounded-collections", "derive_more", @@ -7602,7 +7601,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" -version = "0.9.40" +version = "0.9.41" dependencies = [ "cherry-runtime", "env_logger 0.9.3", @@ -7617,7 +7616,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.40" +version = "0.9.41" dependencies = [ "bitvec 1.0.1", "hex-literal", @@ -7642,7 +7641,7 @@ dependencies = [ [[package]] name = "polkadot-primitives-test-helpers" -version = "0.9.40" +version = "0.9.41" dependencies = [ "polkadot-primitives", "rand 0.8.5", @@ -7654,7 +7653,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.40" +version = "0.9.41" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -7685,7 +7684,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.40" +version = "0.9.41" dependencies = [ "bitvec 1.0.1", "frame-benchmarking", @@ -7735,7 +7734,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "0.9.40" +version = "0.9.41" dependencies = [ "bs58", "parity-scale-codec 3.6.4", @@ -7746,7 +7745,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "bitflags 1.3.2", @@ -7799,7 +7798,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "async-trait", @@ -7911,7 +7910,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.9.40" +version = "0.9.41" dependencies = [ "arrayvec 0.5.2", "assert_matches", @@ -7942,7 +7941,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.40" +version = "0.9.41" dependencies = [ "parity-scale-codec 3.6.4", "polkadot-primitives", @@ -7951,7 +7950,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.40" +version = "0.9.41" dependencies = [ "futures", "parity-scale-codec 3.6.4", @@ -7977,11 +7976,11 @@ dependencies = [ [[package]] name = "polkadot-test-malus" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "async-trait", - "clap 4.3.24", + "clap 4.4.0", "color-eyre", "futures", "futures-timer", @@ -8005,7 +8004,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.40" +version = "0.9.41" dependencies = [ "bitvec 1.0.1", "frame-election-provider-support", @@ -8070,7 +8069,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.40" +version = "0.9.41" dependencies = [ "frame-benchmarking", "frame-system", @@ -8124,10 +8123,10 @@ dependencies = [ [[package]] name = "polkadot-voter-bags" -version = "0.9.40" +version = "0.9.41" dependencies = [ "cherry-runtime", - "clap 4.3.24", + "clap 4.4.0", "generate-bags", "sp-io", ] @@ -8286,11 +8285,10 @@ dependencies = [ [[package]] name = "prioritized-metered-channel" -version = "0.4.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3caef72a78ca8e77cbdfa87dd516ebb79d4cbe5b42e3b8435b463a8261339ff" +checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4" dependencies = [ - "async-channel", "coarsetime", "crossbeam-queue", "derive_more", @@ -8812,11 +8810,11 @@ dependencies = [ [[package]] name = "remote-ext-tests-bags-list" -version = "0.9.40" +version = "0.9.41" dependencies = [ "cherry-runtime", "cherry-runtime-constants", - "clap 4.3.24", + "clap 4.4.0", "frame-system", "log", "pallet-bags-list-remote-tests", @@ -8910,7 +8908,7 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.40" +version = "0.9.41" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -9003,7 +9001,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "0.9.40" +version = "0.9.41" dependencies = [ "frame-support", "polkadot-primitives", @@ -9264,7 +9262,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "log", "sp-core", @@ -9275,7 +9273,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "futures", @@ -9303,7 +9301,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "futures", "futures-timer", @@ -9326,7 +9324,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "parity-scale-codec 3.6.4", "sc-client-api", @@ -9341,7 +9339,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9360,7 +9358,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9371,11 +9369,11 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "array-bytes", "chrono", - "clap 4.3.24", + "clap 4.4.0", "fdlimit", "futures", "libp2p", @@ -9411,7 +9409,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "fnv", "futures", @@ -9437,7 +9435,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "hash-db 0.16.0", "kvdb", @@ -9463,7 +9461,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "futures", @@ -9488,7 +9486,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "fork-tree", @@ -9527,7 +9525,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "futures", "jsonrpsee", @@ -9549,7 +9547,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "array-bytes", "async-trait", @@ -9584,7 +9582,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "futures", "jsonrpsee", @@ -9603,7 +9601,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "fork-tree", "parity-scale-codec 3.6.4", @@ -9616,7 +9614,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "ahash 0.8.3", "array-bytes", @@ -9656,7 +9654,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "finality-grandpa", "futures", @@ -9676,7 +9674,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "futures", @@ -9699,7 +9697,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "lru 0.8.1", "parity-scale-codec 3.6.4", @@ -9723,7 +9721,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9736,7 +9734,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "log", "sc-allocator", @@ -9749,7 +9747,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "anyhow", "cfg-if", @@ -9767,7 +9765,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "ansi_term", "futures", @@ -9783,7 +9781,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "array-bytes", "async-trait", @@ -9798,7 +9796,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "array-bytes", "async-channel", @@ -9842,7 +9840,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "cid", "futures", @@ -9862,7 +9860,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "array-bytes", "async-trait", @@ -9890,7 +9888,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "ahash 0.8.3", "futures", @@ -9909,7 +9907,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "array-bytes", "futures", @@ -9931,7 +9929,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "array-bytes", "async-trait", @@ -9965,7 +9963,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "array-bytes", "futures", @@ -9985,7 +9983,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "array-bytes", "bytes", @@ -10016,7 +10014,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "futures", "libp2p", @@ -10029,7 +10027,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10038,7 +10036,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "futures", "jsonrpsee", @@ -10068,7 +10066,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "jsonrpsee", "parity-scale-codec 3.6.4", @@ -10087,7 +10085,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "http", "jsonrpsee", @@ -10102,7 +10100,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "array-bytes", "futures", @@ -10128,7 +10126,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "directories", @@ -10194,7 +10192,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "log", "parity-scale-codec 3.6.4", @@ -10205,9 +10203,9 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ - "clap 4.3.24", + "clap 4.4.0", "fs4", "futures", "log", @@ -10221,7 +10219,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "jsonrpsee", "parity-scale-codec 3.6.4", @@ -10240,7 +10238,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "futures", "libc", @@ -10259,7 +10257,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "chrono", "futures", @@ -10278,7 +10276,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "ansi_term", "atty", @@ -10309,7 +10307,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10320,7 +10318,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "futures", @@ -10347,7 +10345,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "futures", @@ -10361,7 +10359,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-channel", "futures", @@ -10815,7 +10813,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" -version = "0.9.40" +version = "0.9.41" dependencies = [ "enumn", "parity-scale-codec 3.6.4", @@ -10902,7 +10900,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "hash-db 0.16.0", "log", @@ -10920,7 +10918,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "Inflector", "blake2", @@ -10934,7 +10932,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "parity-scale-codec 3.6.4", "scale-info", @@ -10947,7 +10945,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "integer-sqrt", "num-traits", @@ -10961,7 +10959,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "parity-scale-codec 3.6.4", "scale-info", @@ -10974,7 +10972,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "parity-scale-codec 3.6.4", "sp-api", @@ -10986,7 +10984,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "futures", "log", @@ -11004,7 +11002,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "futures", @@ -11019,7 +11017,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "parity-scale-codec 3.6.4", @@ -11037,7 +11035,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "merlin", @@ -11060,7 +11058,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "lazy_static", "parity-scale-codec 3.6.4", @@ -11079,7 +11077,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "finality-grandpa", "log", @@ -11097,7 +11095,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "parity-scale-codec 3.6.4", "scale-info", @@ -11109,7 +11107,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "parity-scale-codec 3.6.4", "scale-info", @@ -11122,7 +11120,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "array-bytes", "base58", @@ -11165,7 +11163,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "blake2b_simd", "byteorder", @@ -11179,7 +11177,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "proc-macro2", "quote", @@ -11190,7 +11188,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11199,7 +11197,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "proc-macro2", "quote", @@ -11209,7 +11207,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "environmental", "parity-scale-codec 3.6.4", @@ -11220,7 +11218,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11235,7 +11233,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "bytes", "ed25519 1.5.3", @@ -11260,7 +11258,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "lazy_static", "sp-core", @@ -11271,7 +11269,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "futures", @@ -11288,7 +11286,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "thiserror", "zstd", @@ -11297,7 +11295,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11315,7 +11313,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "parity-scale-codec 3.6.4", "scale-info", @@ -11329,7 +11327,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "sp-api", "sp-core", @@ -11339,7 +11337,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "backtrace", "lazy_static", @@ -11349,7 +11347,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "rustc-hash", "serde", @@ -11359,7 +11357,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "either", "hash256-std-hasher", @@ -11383,7 +11381,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11401,7 +11399,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "Inflector", "proc-macro-crate", @@ -11413,7 +11411,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "parity-scale-codec 3.6.4", "scale-info", @@ -11427,7 +11425,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "parity-scale-codec 3.6.4", "scale-info", @@ -11439,7 +11437,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "hash-db 0.16.0", "log", @@ -11459,12 +11457,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "impl-serde", "parity-scale-codec 3.6.4", @@ -11477,7 +11475,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "futures-timer", @@ -11492,7 +11490,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "parity-scale-codec 3.6.4", "sp-std", @@ -11504,7 +11502,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "sp-api", "sp-runtime", @@ -11513,7 +11511,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "log", @@ -11529,7 +11527,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "ahash 0.8.3", "hash-db 0.16.0", @@ -11552,7 +11550,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "impl-serde", "parity-scale-codec 3.6.4", @@ -11569,7 +11567,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "parity-scale-codec 3.6.4", "proc-macro2", @@ -11580,7 +11578,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11594,7 +11592,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "parity-scale-codec 3.6.4", "scale-info", @@ -11655,11 +11653,11 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staking-miner" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_cmd", "cherry-runtime", - "clap 4.3.24", + "clap 4.4.0", "exitcode", "frame-election-provider-support", "frame-remote-externalities", @@ -11822,7 +11820,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "platforms 2.0.0", ] @@ -11830,7 +11828,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11849,7 +11847,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "hyper", "log", @@ -11861,7 +11859,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", "jsonrpsee", @@ -11874,7 +11872,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "jsonrpsee", "log", @@ -11893,7 +11891,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "array-bytes", "async-trait", @@ -11919,7 +11917,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11929,7 +11927,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11940,7 +11938,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "ansi_term", "build-helper", @@ -12157,7 +12155,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-parachain-adder" -version = "0.9.40" +version = "0.9.41" dependencies = [ "dlmalloc", "parity-scale-codec 3.6.4", @@ -12170,9 +12168,9 @@ dependencies = [ [[package]] name = "test-parachain-adder-collator" -version = "0.9.40" +version = "0.9.41" dependencies = [ - "clap 4.3.24", + "clap 4.4.0", "futures", "futures-timer", "log", @@ -12196,14 +12194,14 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.9.40" +version = "0.9.41" dependencies = [ "substrate-wasm-builder", ] [[package]] name = "test-parachain-undying" -version = "0.9.40" +version = "0.9.41" dependencies = [ "dlmalloc", "log", @@ -12217,9 +12215,9 @@ dependencies = [ [[package]] name = "test-parachain-undying-collator" -version = "0.9.40" +version = "0.9.41" dependencies = [ - "clap 4.3.24", + "clap 4.4.0", "futures", "futures-timer", "log", @@ -12243,7 +12241,7 @@ dependencies = [ [[package]] name = "test-parachains" -version = "0.9.40" +version = "0.9.41" dependencies = [ "parity-scale-codec 3.6.4", "sp-core", @@ -12254,7 +12252,7 @@ dependencies = [ [[package]] name = "test-runtime-constants" -version = "0.9.40" +version = "0.9.41" dependencies = [ "frame-support", "polkadot-primitives", @@ -12648,7 +12646,7 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "0.9.40" +version = "0.9.41" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -12658,7 +12656,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "expander 0.0.6", @@ -12820,10 +12818,10 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.40#e24e4b35c1c61dc22ab6c685a848c7a2c9853625" +source = "git+https://github.com/CherryNetwork/substrate?branch=upgrade-to-v0.9.41#d3db4aa8a7a3bc33f8da787ddaf7234e191eded4" dependencies = [ "async-trait", - "clap 4.3.24", + "clap 4.4.0", "frame-remote-externalities", "frame-try-runtime", "hex", @@ -14133,7 +14131,7 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.40" +version = "0.9.41" dependencies = [ "bounded-collections", "derivative", @@ -14151,7 +14149,7 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.40" +version = "0.9.41" dependencies = [ "assert_matches", "frame-support", @@ -14176,7 +14174,7 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.40" +version = "0.9.41" dependencies = [ "environmental", "frame-benchmarking", @@ -14195,7 +14193,7 @@ dependencies = [ [[package]] name = "xcm-executor-integration-tests" -version = "0.9.40" +version = "0.9.41" dependencies = [ "frame-support", "frame-system", @@ -14215,7 +14213,7 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "0.9.40" +version = "0.9.41" dependencies = [ "Inflector", "proc-macro2", @@ -14225,7 +14223,7 @@ dependencies = [ [[package]] name = "xcm-simulator" -version = "0.9.40" +version = "0.9.41" dependencies = [ "frame-support", "parity-scale-codec 3.6.4", @@ -14241,7 +14239,7 @@ dependencies = [ [[package]] name = "xcm-simulator-example" -version = "0.9.40" +version = "0.9.41" dependencies = [ "frame-support", "frame-system", @@ -14267,7 +14265,7 @@ dependencies = [ [[package]] name = "xcm-simulator-fuzzer" -version = "0.9.40" +version = "0.9.41" dependencies = [ "arbitrary", "frame-support", @@ -14341,7 +14339,7 @@ dependencies = [ [[package]] name = "zombienet-backchannel" -version = "0.9.40" +version = "0.9.41" dependencies = [ "futures-util", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 8785faa9bb3e..682112c3ae03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ version.workspace = true authors = ["Parity Technologies "] edition = "2021" repository = "https://github.com/paritytech/polkadot.git" -version = "0.9.40" +version = "0.9.41" [dependencies] color-eyre = { version = "0.6.1", default-features = false } @@ -32,7 +32,7 @@ assert_cmd = "2.0.4" nix = { version = "0.26.1", features = ["signal"] } tempfile = "3.2.0" tokio = "1.24.2" -substrate-rpc-client = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-rpc-client = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-core-primitives = { path = "core-primitives" } [workspace] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 74a4db15f088..c8479552621f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -25,21 +25,21 @@ polkadot-client = { path = "../node/client", optional = true } polkadot-node-core-pvf = { path = "../node/core/pvf", optional = true } polkadot-performance-test = { path = "../node/test/performance-test", optional = true } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-benchmarking-cli = { git = "https://github.com/CherryNetwork/substrate", optional = true , branch = "cherry-testnet" } -try-runtime-cli = { git = "https://github.com/CherryNetwork/substrate", optional = true , branch = "cherry-testnet" } -sc-cli = { git = "https://github.com/CherryNetwork/substrate", optional = true , branch = "cherry-testnet" } -sc-service = { git = "https://github.com/CherryNetwork/substrate", optional = true , branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-benchmarking-cli = { git = "https://github.com/CherryNetwork/substrate", optional = true , branch = "upgrade-to-v0.9.41" } +try-runtime-cli = { git = "https://github.com/CherryNetwork/substrate", optional = true , branch = "upgrade-to-v0.9.41" } +sc-cli = { git = "https://github.com/CherryNetwork/substrate", optional = true , branch = "upgrade-to-v0.9.41" } +sc-service = { git = "https://github.com/CherryNetwork/substrate", optional = true , branch = "upgrade-to-v0.9.41" } polkadot-node-metrics = { path = "../node/metrics" } -sc-tracing = { git = "https://github.com/CherryNetwork/substrate", optional = true , branch = "cherry-testnet" } -sc-sysinfo = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-executor = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-storage-monitor = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sc-tracing = { git = "https://github.com/CherryNetwork/substrate", optional = true , branch = "upgrade-to-v0.9.41" } +sc-sysinfo = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-executor = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-storage-monitor = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-build-script-utils = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [features] default = ["db", "cli", "full-node", "cherry-native"] diff --git a/cli/src/cli.rs b/cli/src/cli.rs index 4be7eb739606..e8dd1d0b6f9b 100644 --- a/cli/src/cli.rs +++ b/cli/src/cli.rs @@ -79,7 +79,11 @@ pub enum Subcommand { #[derive(Debug, Parser)] pub struct ValidationWorkerCommand { /// The path to the validation host's socket. + #[arg(long)] pub socket_path: String, + /// Calling node implementation version + #[arg(long)] + pub node_impl_version: String, } #[allow(missing_docs)] diff --git a/cli/src/command.rs b/cli/src/command.rs index 8f53963869b5..21df46ac085e 100644 --- a/cli/src/command.rs +++ b/cli/src/command.rs @@ -424,7 +424,10 @@ pub fn run() -> Result<()> { #[cfg(not(target_os = "android"))] { - polkadot_node_core_pvf::prepare_worker_entrypoint(&cmd.socket_path); + polkadot_node_core_pvf::prepare_worker_entrypoint( + &cmd.socket_path, + Some(&cmd.node_impl_version), + ); Ok(()) } }, @@ -443,7 +446,10 @@ pub fn run() -> Result<()> { #[cfg(not(target_os = "android"))] { - polkadot_node_core_pvf::execute_worker_entrypoint(&cmd.socket_path); + polkadot_node_core_pvf::execute_worker_entrypoint( + &cmd.socket_path, + Some(&cmd.node_impl_version), + ); Ok(()) } }, diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index 4d900ac973fd..f27f781924f6 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -5,9 +5,9 @@ authors.workspace = true edition.workspace = true [dependencies] -sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } parity-scale-codec = { version = "3.3.0", default-features = false, features = [ "derive" ] } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 3df47d457c14..7dfddc494cf2 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -9,8 +9,8 @@ polkadot-primitives = { path = "../primitives" } polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../node/primitives" } novelpoly = { package = "reed-solomon-novelpoly", version = "1.0.0" } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["std", "derive"] } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-trie = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-trie = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } thiserror = "1.0.31" [dev-dependencies] diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index 45a12ccaa6e9..8cd3ecd2ff82 100644 --- a/node/client/Cargo.toml +++ b/node/client/Cargo.toml @@ -7,36 +7,36 @@ edition.workspace = true [dependencies] async-trait = "0.1.57" futures = "0.3.21" -frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-benchmarking-cli = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-system = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-system-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-benchmarking-cli = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-system = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-system-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } -sp-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-storage = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-blockchain = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-inherents = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-timestamp = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-session = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-consensus-beefy = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-consensus-grandpa = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-transaction-pool = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-block-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-mmr-primitives = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-storage = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-blockchain = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-inherents = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-timestamp = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-session = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-consensus-beefy = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-consensus-grandpa = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-transaction-pool = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-block-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-mmr-primitives = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } -sc-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-executor = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-client-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-service = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sc-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-executor = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-client-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-service = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } # Polkadot Runtimes cherry-runtime = { path = "../../runtime/cherry", optional = true } diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index a1fac78697b2..04f8a637ec12 100644 --- a/node/collation-generation/Cargo.toml +++ b/node/collation-generation/Cargo.toml @@ -12,8 +12,8 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-maybe-compressed-blob = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-maybe-compressed-blob = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } thiserror = "1.0.31" parity-scale-codec = { version = "3.3.0", default-features = false, features = ["bit-vec", "derive"] } diff --git a/node/core/approval-voting/Cargo.toml b/node/core/approval-voting/Cargo.toml index 1dac7ddf7950..1854f1be4818 100644 --- a/node/core/approval-voting/Cargo.toml +++ b/node/core/approval-voting/Cargo.toml @@ -24,20 +24,20 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } -sc-keystore = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-consensus = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-consensus-slots = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", default-features = false, features = ["full_crypto"] , branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sc-keystore = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-consensus = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-consensus-slots = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", default-features = false, features = ["full_crypto"] , branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } [dev-dependencies] async-trait = "0.1.57" parking_lot = "0.12.0" rand_core = "0.5.1" # should match schnorrkel -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" kvdb-memorydb = "0.13.0" diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index f45158d73e3c..6e79be6a8bcd 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -19,7 +19,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } -sp-consensus = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-consensus = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } [dev-dependencies] log = "0.4.17" @@ -27,9 +27,9 @@ env_logger = "0.9.0" assert_matches = "1.4.0" kvdb-memorydb = "0.13.0" -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } parking_lot = "0.12.0" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index 7ced61f2c0bc..00cefd9a8cf6 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true [dependencies] futures = "0.3.21" -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem = {path = "../../subsystem" } @@ -19,11 +19,11 @@ thiserror = "1.0.31" fatality = "0.0.6" [dev-dependencies] -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } futures = { version = "0.3.21", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/bitfield-signing/Cargo.toml b/node/core/bitfield-signing/Cargo.toml index 337a8e83b34c..d240acf1fe04 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -10,7 +10,7 @@ gum = { package = "tracing-gum", path = "../../gum" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } wasm-timer = "0.2.5" thiserror = "1.0.31" diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index 44ca75c55458..2ab9929f2516 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.21" futures-timer = "3.0.2" gum = { package = "tracing-gum", path = "../../gum" } -sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["bit-vec", "derive"] } polkadot-primitives = { path = "../../../primitives" } @@ -24,9 +24,9 @@ polkadot-node-metrics = { path = "../../metrics" } polkadot-node-core-pvf = { path = "../pvf" } [dev-dependencies] -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } futures = { version = "0.3.21", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/node/core/chain-api/Cargo.toml b/node/core/chain-api/Cargo.toml index 04ed6c19fe4b..99630633f762 100644 --- a/node/core/chain-api/Cargo.toml +++ b/node/core/chain-api/Cargo.toml @@ -7,12 +7,12 @@ edition.workspace = true [dependencies] futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } -sp-blockchain = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-blockchain = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-metrics = { path = "../../metrics" } polkadot-node-subsystem = {path = "../../subsystem" } -sc-client-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sc-client-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [dev-dependencies] futures = { version = "0.3.21", features = ["thread-pool"] } @@ -20,4 +20,4 @@ maplit = "1.0.2" parity-scale-codec = "3.3.0" polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } diff --git a/node/core/chain-selection/Cargo.toml b/node/core/chain-selection/Cargo.toml index 810e801f0073..e9b5a17ef9c6 100644 --- a/node/core/chain-selection/Cargo.toml +++ b/node/core/chain-selection/Cargo.toml @@ -19,7 +19,7 @@ parity-scale-codec = "3.3.0" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } parking_lot = "0.12.0" assert_matches = "1" kvdb-memorydb = "0.13.0" diff --git a/node/core/dispute-coordinator/Cargo.toml b/node/core/dispute-coordinator/Cargo.toml index 40341a5be987..7e3b1ba5b878 100644 --- a/node/core/dispute-coordinator/Cargo.toml +++ b/node/core/dispute-coordinator/Cargo.toml @@ -18,20 +18,20 @@ polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [dev-dependencies] kvdb-memorydb = "0.13.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } assert_matches = "1.4.0" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } futures-timer = "3.0.2" -sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [features] # If not enabled, the dispute coordinator will do nothing. diff --git a/node/core/parachains-inherent/Cargo.toml b/node/core/parachains-inherent/Cargo.toml index c57d54057f0e..aea3569c3a6e 100644 --- a/node/core/parachains-inherent/Cargo.toml +++ b/node/core/parachains-inherent/Cargo.toml @@ -13,5 +13,5 @@ async-trait = "0.1.57" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sp-blockchain = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-inherents = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-blockchain = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-inherents = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index 3f2442758307..80c0032fd9c4 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -18,7 +18,7 @@ futures-timer = "3.0.2" fatality = "0.0.6" [dev-dependencies] -sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/node/core/pvf-checker/Cargo.toml b/node/core/pvf-checker/Cargo.toml index e0f247e2b6bb..7272a54f12d6 100644 --- a/node/core/pvf-checker/Cargo.toml +++ b/node/core/pvf-checker/Cargo.toml @@ -15,14 +15,14 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-overseer = { path = "../../overseer" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [dev-dependencies] -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers"} test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } -sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } futures-timer = "3.0.2" diff --git a/node/core/pvf/Cargo.toml b/node/core/pvf/Cargo.toml index 95c51fd26508..216ff57b237c 100644 --- a/node/core/pvf/Cargo.toml +++ b/node/core/pvf/Cargo.toml @@ -15,9 +15,10 @@ cpu-time = "1.0.0" futures = "0.3.21" futures-timer = "3.0.2" gum = { package = "tracing-gum", path = "../../gum" } +libc = "0.2.139" pin-project = "1.0.9" rand = "0.8.5" -rayon = "1.6.1" +rayon = "1.5.1" slotmap = "1.0" tempfile = "3.3.0" tikv-jemalloc-ctl = { version = "0.5.0", optional = true } @@ -31,18 +32,20 @@ polkadot-node-metrics = { path = "../../metrics" } polkadot-node-primitives = { path = "../../primitives" } polkadot-primitives = { path = "../../../primitives" } -sc-executor = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-executor-wasmtime = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-executor-common = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-externalities = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-wasm-interface = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-maybe-compressed-blob = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sc-executor = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-executor-wasmtime = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-executor-common = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-externalities = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-wasm-interface = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-maybe-compressed-blob = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } + +[build-dependencies] +substrate-build-script-utils = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [target.'cfg(target_os = "linux")'.dependencies] -libc = "0.2.139" tikv-jemalloc-ctl = "0.5.0" [dev-dependencies] diff --git a/node/core/pvf/build.rs b/node/core/pvf/build.rs new file mode 100644 index 000000000000..805fa3446f6b --- /dev/null +++ b/node/core/pvf/build.rs @@ -0,0 +1,19 @@ +// Copyright 2017-2023 Parity Technologies (UK) Ltd. +// This file is part of Polkadot. + +// Polkadot is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Polkadot is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Polkadot. If not, see . + +fn main() { + substrate_build_script_utils::generate_cargo_keys(); +} diff --git a/node/core/pvf/src/execute/worker.rs b/node/core/pvf/src/execute/worker.rs index 5db6a6261cc9..b9f83ca59d8a 100644 --- a/node/core/pvf/src/execute/worker.rs +++ b/node/core/pvf/src/execute/worker.rs @@ -47,9 +47,13 @@ pub async fn spawn( executor_params: ExecutorParams, spawn_timeout: Duration, ) -> Result<(IdleWorker, WorkerHandle), SpawnErr> { - let (mut idle_worker, worker_handle) = - spawn_with_program_path("execute", program_path, &["execute-worker"], spawn_timeout) - .await?; + let (mut idle_worker, worker_handle) = spawn_with_program_path( + "execute", + program_path, + &["execute-worker", "--node-impl-version", env!("SUBSTRATE_CLI_IMPL_VERSION")], + spawn_timeout, + ) + .await?; send_handshake(&mut idle_worker.stream, Handshake { executor_params }) .await .map_err(|error| { @@ -260,11 +264,25 @@ impl Response { } /// The entrypoint that the spawned execute worker should start with. The `socket_path` specifies -/// the path to the socket used to communicate with the host. -pub fn worker_entrypoint(socket_path: &str) { +/// the path to the socket used to communicate with the host. The `node_version`, if `Some`, +/// is checked against the worker version. A mismatch results in immediate worker termination. +/// `None` is used for tests and in other situations when version check is not necessary. +pub fn worker_entrypoint(socket_path: &str, node_version: Option<&str>) { worker_event_loop("execute", socket_path, |rt_handle, mut stream| async move { - let handshake = recv_handshake(&mut stream).await?; + let worker_pid = std::process::id(); + if let Some(version) = node_version { + if version != env!("SUBSTRATE_CLI_IMPL_VERSION") { + gum::error!( + target: LOG_TARGET, + %worker_pid, + "Node and worker version mismatch, node needs restarting, forcing shutdown", + ); + crate::kill_parent_node_in_emergency(); + return Err(io::Error::new(io::ErrorKind::Unsupported, "Version mismatch")) + } + } + let handshake = recv_handshake(&mut stream).await?; let executor = Arc::new(Executor::new(handshake.executor_params).map_err(|e| { io::Error::new(io::ErrorKind::Other, format!("cannot create executor: {}", e)) })?); @@ -273,7 +291,7 @@ pub fn worker_entrypoint(socket_path: &str) { let (artifact_path, params, execution_timeout) = recv_request(&mut stream).await?; gum::debug!( target: LOG_TARGET, - worker_pid = %std::process::id(), + %worker_pid, "worker: validating artifact {}", artifact_path.display(), ); @@ -307,7 +325,7 @@ pub fn worker_entrypoint(socket_path: &str) { // Log if we exceed the timeout and the other thread hasn't finished. gum::warn!( target: LOG_TARGET, - worker_pid = %std::process::id(), + %worker_pid, "execute job took {}ms cpu time, exceeded execute timeout {}ms", cpu_time_elapsed.as_millis(), execution_timeout.as_millis(), diff --git a/node/core/pvf/src/lib.rs b/node/core/pvf/src/lib.rs index 8c40bbb8b939..88134529bc4b 100644 --- a/node/core/pvf/src/lib.rs +++ b/node/core/pvf/src/lib.rs @@ -114,6 +114,7 @@ pub use pvf::PvfPrepData; pub use host::{start, Config, ValidationHost}; pub use metrics::Metrics; +pub(crate) use worker_common::kill_parent_node_in_emergency; pub use worker_common::JOB_TIMEOUT_WALL_CLOCK_FACTOR; pub use execute::worker_entrypoint as execute_worker_entrypoint; diff --git a/node/core/pvf/src/prepare/worker.rs b/node/core/pvf/src/prepare/worker.rs index 962ad2742bf8..1ccba603c1fb 100644 --- a/node/core/pvf/src/prepare/worker.rs +++ b/node/core/pvf/src/prepare/worker.rs @@ -52,7 +52,13 @@ pub async fn spawn( program_path: &Path, spawn_timeout: Duration, ) -> Result<(IdleWorker, WorkerHandle), SpawnErr> { - spawn_with_program_path("prepare", program_path, &["prepare-worker"], spawn_timeout).await + spawn_with_program_path( + "prepare", + program_path, + &["prepare-worker", "--node-impl-version", env!("SUBSTRATE_CLI_IMPL_VERSION")], + spawn_timeout, + ) + .await } pub enum Outcome { @@ -321,7 +327,9 @@ async fn recv_response(stream: &mut UnixStream, pid: u32) -> io::Result io::Result) { worker_event_loop("prepare", socket_path, |rt_handle, mut stream| async move { + let worker_pid = std::process::id(); + if let Some(version) = node_version { + if version != env!("SUBSTRATE_CLI_IMPL_VERSION") { + gum::error!( + target: LOG_TARGET, + %worker_pid, + "Node and worker version mismatch, node needs restarting, forcing shutdown", + ); + crate::kill_parent_node_in_emergency(); + return Err(io::Error::new(io::ErrorKind::Unsupported, "Version mismatch")) + } + } + loop { - let worker_pid = std::process::id(); let (pvf, dest) = recv_request(&mut stream).await?; gum::debug!( target: LOG_TARGET, diff --git a/node/core/pvf/src/testing.rs b/node/core/pvf/src/testing.rs index e41b769440df..718e58e8d290 100644 --- a/node/core/pvf/src/testing.rs +++ b/node/core/pvf/src/testing.rs @@ -61,22 +61,34 @@ macro_rules! decl_puppet_worker_main { $crate::sp_tracing::try_init_simple(); let args = std::env::args().collect::>(); - if args.len() < 2 { + if args.len() < 3 { panic!("wrong number of arguments"); } + let mut version = None; + let mut socket_path: &str = ""; + + for i in 2..args.len() { + match args[i].as_ref() { + "--socket-path" => socket_path = args[i + 1].as_str(), + "--node-version" => version = Some(args[i + 1].as_str()), + _ => (), + } + } + let subcommand = &args[1]; match subcommand.as_ref() { + "exit" => { + std::process::exit(1); + }, "sleep" => { std::thread::sleep(std::time::Duration::from_secs(5)); }, "prepare-worker" => { - let socket_path = &args[2]; - $crate::prepare_worker_entrypoint(socket_path); + $crate::prepare_worker_entrypoint(&socket_path, version); }, "execute-worker" => { - let socket_path = &args[2]; - $crate::execute_worker_entrypoint(socket_path); + $crate::execute_worker_entrypoint(&socket_path, version); }, other => panic!("unknown subcommand: {}", other), } diff --git a/node/core/pvf/src/worker_common.rs b/node/core/pvf/src/worker_common.rs index 430a6950fb4f..11b2050f2b1e 100644 --- a/node/core/pvf/src/worker_common.rs +++ b/node/core/pvf/src/worker_common.rs @@ -61,6 +61,8 @@ pub async fn spawn_with_program_path( gum::warn!( target: LOG_TARGET, %debug_id, + ?program_path, + ?extra_args, "cannot bind unix socket: {:?}", err, ); @@ -68,10 +70,12 @@ pub async fn spawn_with_program_path( })?; let handle = - WorkerHandle::spawn(program_path, extra_args, socket_path).map_err(|err| { + WorkerHandle::spawn(&program_path, extra_args, socket_path).map_err(|err| { gum::warn!( target: LOG_TARGET, %debug_id, + ?program_path, + ?extra_args, "cannot spawn a worker: {:?}", err, ); @@ -84,6 +88,8 @@ pub async fn spawn_with_program_path( gum::warn!( target: LOG_TARGET, %debug_id, + ?program_path, + ?extra_args, "cannot accept a worker: {:?}", err, ); @@ -92,6 +98,14 @@ pub async fn spawn_with_program_path( Ok((IdleWorker { stream, pid: handle.id() }, handle)) } _ = Delay::new(spawn_timeout).fuse() => { + gum::warn!( + target: LOG_TARGET, + %debug_id, + ?program_path, + ?extra_args, + ?spawn_timeout, + "spawning and connecting to socket timed out", + ); Err(SpawnErr::AcceptTimeout) } } @@ -162,6 +176,13 @@ where F: FnMut(Handle, UnixStream) -> Fut, Fut: futures::Future>, { + gum::debug!( + target: LOG_TARGET, + worker_pid = %std::process::id(), + "starting pvf worker ({})", + debug_id, + ); + let rt = Runtime::new().expect("Creates tokio runtime. If this panics the worker will die and the host will detect that and deal with it."); let handle = rt.handle(); let err = rt @@ -179,7 +200,7 @@ where gum::debug!( target: LOG_TARGET, worker_pid = %std::process::id(), - "pvf worker ({}): {:?}", + "quitting pvf worker ({}): {:?}", debug_id, err, ); @@ -280,6 +301,7 @@ impl WorkerHandle { ) -> io::Result { let mut child = process::Command::new(program.as_ref()) .args(extra_args) + .arg("--socket-path") .arg(socket_path.as_ref().as_os_str()) .stdout(std::process::Stdio::piped()) .kill_on_drop(true) @@ -393,3 +415,20 @@ pub async fn framed_recv(r: &mut (impl AsyncRead + Unpin)) -> io::Result r.read_exact(&mut buf).await?; Ok(buf) } + +/// In case of node and worker version mismatch (as a result of in-place upgrade), send `SIGTERM` +/// to the node to tear it down and prevent it from raising disputes on valid candidates. Node +/// restart should be handled by the node owner. As node exits, unix sockets opened to workers +/// get closed by the OS and other workers receive error on socket read and also exit. Preparation +/// jobs are written to the temporary files that are renamed to real artifacts on the node side, so +/// no leftover artifacts are possible. +pub(crate) fn kill_parent_node_in_emergency() { + unsafe { + // SAFETY: `getpid()` never fails but may return "no-parent" (0) or "parent-init" (1) in + // some corner cases, which is checked. `kill()` never fails. + let ppid = libc::getppid(); + if ppid > 1 { + libc::kill(ppid, libc::SIGTERM); + } + } +} diff --git a/node/core/pvf/tests/it/worker_common.rs b/node/core/pvf/tests/it/worker_common.rs index 7e00d005df19..72bc80916262 100644 --- a/node/core/pvf/tests/it/worker_common.rs +++ b/node/core/pvf/tests/it/worker_common.rs @@ -18,6 +18,15 @@ use crate::PUPPET_EXE; use polkadot_node_core_pvf::testing::worker_common::{spawn_with_program_path, SpawnErr}; use std::time::Duration; +// Test spawning a program that immediately exits with a failure code. +#[tokio::test] +async fn spawn_immediate_exit() { + let result = + spawn_with_program_path("integration-test", PUPPET_EXE, &["exit"], Duration::from_secs(2)) + .await; + assert!(matches!(result, Err(SpawnErr::AcceptTimeout))); +} + #[tokio::test] async fn spawn_timeout() { let result = diff --git a/node/core/runtime-api/Cargo.toml b/node/core/runtime-api/Cargo.toml index eb799967d58c..507a036a1990 100644 --- a/node/core/runtime-api/Cargo.toml +++ b/node/core/runtime-api/Cargo.toml @@ -9,7 +9,7 @@ futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } lru = "0.9" -sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-metrics = { path = "../../metrics" } @@ -17,10 +17,10 @@ polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-types = { path = "../../subsystem-types" } [dev-dependencies] -sp-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } futures = { version = "0.3.21", features = ["thread-pool"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-primitives = { path = "../../primitives" } diff --git a/node/jaeger/Cargo.toml b/node/jaeger/Cargo.toml index fbbf0585d634..bef71b0580d1 100644 --- a/node/jaeger/Cargo.toml +++ b/node/jaeger/Cargo.toml @@ -11,8 +11,8 @@ lazy_static = "1.4" parking_lot = "0.12.0" polkadot-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../primitives" } -sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } thiserror = "1.0.31" tokio = "1.24.2" log = "0.4.17" diff --git a/node/malus/Cargo.toml b/node/malus/Cargo.toml index fdd41daeeb43..a9ac65df16a2 100644 --- a/node/malus/Cargo.toml +++ b/node/malus/Cargo.toml @@ -26,8 +26,8 @@ polkadot-node-core-pvf = { path = "../core/pvf" } color-eyre = { version = "0.6.1", default-features = false } assert_matches = "1.5" async-trait = "0.1.57" -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } clap = { version = "4.0.9", features = ["derive"] } futures = "0.3.21" futures-timer = "3.0.2" @@ -40,5 +40,5 @@ default = [] [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } futures = { version = "0.3.21", features = ["thread-pool"] } diff --git a/node/malus/src/malus.rs b/node/malus/src/malus.rs index bb466d4ba4de..2c10f75beb5a 100644 --- a/node/malus/src/malus.rs +++ b/node/malus/src/malus.rs @@ -97,7 +97,7 @@ impl MalusCli { #[cfg(not(target_os = "android"))] { - polkadot_node_core_pvf::prepare_worker_entrypoint(&cmd.socket_path); + polkadot_node_core_pvf::prepare_worker_entrypoint(&cmd.socket_path, None); } }, NemesisVariant::PvfExecuteWorker(cmd) => { @@ -108,7 +108,7 @@ impl MalusCli { #[cfg(not(target_os = "android"))] { - polkadot_node_core_pvf::execute_worker_entrypoint(&cmd.socket_path); + polkadot_node_core_pvf::execute_worker_entrypoint(&cmd.socket_path, None); } }, } diff --git a/node/metrics/Cargo.toml b/node/metrics/Cargo.toml index bcba6057e61e..bd62910af035 100644 --- a/node/metrics/Cargo.toml +++ b/node/metrics/Cargo.toml @@ -10,14 +10,14 @@ futures = "0.3.21" futures-timer = "3.0.2" gum = { package = "tracing-gum", path = "../gum" } -metered = { package = "prioritized-metered-channel", version = "0.4.0" } +metered = { package = "prioritized-metered-channel", version = "0.2.0" } # Both `sc-service` and `sc-cli` are required by runtime metrics `logger_hook()`. -sc-service = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-cli = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sc-service = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-cli = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } -substrate-prometheus-endpoint = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-prometheus-endpoint = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } codec = { package = "parity-scale-codec", version = "3.3.0" } primitives = { package = "polkadot-primitives", path = "../../primitives/" } bs58 = { version = "0.4.0", features = ["alloc"] } @@ -29,10 +29,10 @@ tempfile = "3.2.0" hyper = { version = "0.14.20", default-features = false, features = ["http1", "tcp"] } tokio = "1.24.2" polkadot-test-service = { path = "../test/service", features=["runtime-metrics"]} -substrate-test-utils = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-service = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-client-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-test-utils = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-service = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-client-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } prometheus-parse = {version = "0.2.2"} [features] diff --git a/node/network/approval-distribution/Cargo.toml b/node/network/approval-distribution/Cargo.toml index 369e6ab06ea0..01193d4957f6 100644 --- a/node/network/approval-distribution/Cargo.toml +++ b/node/network/approval-distribution/Cargo.toml @@ -17,8 +17,8 @@ futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } [dev-dependencies] -sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", features = ["std"] , branch = "cherry-testnet" } +sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", features = ["std"] , branch = "upgrade-to-v0.9.41" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index 3ed92801f7ed..43a86c4c52f9 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -14,8 +14,8 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", features = ["std"] , branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", features = ["std"] , branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } thiserror = "1.0.31" rand = "0.8.5" derive_more = "0.99.17" @@ -24,10 +24,10 @@ fatality = "0.0.6" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", features = ["std"] , branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", features = ["std"] , branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } futures-timer = "3.0.2" assert_matches = "1.4.0" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index 8312a223cb41..5c169327492e 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -19,7 +19,7 @@ polkadot-node-subsystem = {path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-network-protocol = { path = "../../network/protocol" } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [dev-dependencies] assert_matches = "1.4.0" @@ -27,10 +27,10 @@ env_logger = "0.9.0" futures-timer = "3.0.2" log = "0.4.17" -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index d1066bcb6c9d..1e7138b0c616 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -16,11 +16,11 @@ rand = "0.8" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } maplit = "1.0.2" log = "0.4.17" env_logger = "0.9.0" diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index 2c31712dabd5..5fc0f28419a8 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -11,8 +11,8 @@ futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } polkadot-primitives = { path = "../../../primitives" } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-node-metrics = { path = "../../metrics"} polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem = {path = "../../subsystem" } @@ -26,7 +26,7 @@ thiserror = "1" assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-subsystem-util = { path = "../../subsystem-util"} -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } futures-timer = "3" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/network/bridge/src/rx/mod.rs b/node/network/bridge/src/rx/mod.rs index a6bfec77ce10..5253ada28c00 100644 --- a/node/network/bridge/src/rx/mod.rs +++ b/node/network/bridge/src/rx/mod.rs @@ -652,7 +652,7 @@ where ) .remote_handle(); - ctx.spawn("network-bridge-in-network-worker", Box::pin(task))?; + ctx.spawn_blocking("network-bridge-in-network-worker", Box::pin(task))?; futures::pin_mut!(network_event_handler); let orchestra_signal_handler = run_incoming_orchestra_signals( diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index 64554563ffba..ef6dd10ad430 100644 --- a/node/network/collator-protocol/Cargo.toml +++ b/node/network/collator-protocol/Cargo.toml @@ -11,9 +11,9 @@ futures = "0.3.21" futures-timer = "3" gum = { package = "tracing-gum", path = "../../gum" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-network-protocol = { path = "../../network/protocol" } @@ -28,9 +28,9 @@ log = "0.4.17" env_logger = "0.9.0" assert_matches = "1.4.0" -sp-core = { git = "https://github.com/CherryNetwork/substrate", features = ["std"] , branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", features = ["std"] , branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } parity-scale-codec = { version = "3.3.0", features = ["std"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/dispute-distribution/Cargo.toml b/node/network/dispute-distribution/Cargo.toml index d085131340a7..c6b928d3631b 100644 --- a/node/network/dispute-distribution/Cargo.toml +++ b/node/network/dispute-distribution/Cargo.toml @@ -16,9 +16,9 @@ polkadot-node-subsystem = {path = "../../subsystem" } polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } -sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } thiserror = "1.0.31" fatality = "0.0.6" lru = "0.9.0" @@ -27,9 +27,9 @@ indexmap = "1.9.1" [dev-dependencies] async-trait = "0.1.57" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } futures-timer = "3.0.2" assert_matches = "1.4.0" lazy_static = "1.4.0" diff --git a/node/network/gossip-support/Cargo.toml b/node/network/gossip-support/Cargo.toml index 743b539ee128..4d31e4ea82e1 100644 --- a/node/network/gossip-support/Cargo.toml +++ b/node/network/gossip-support/Cargo.toml @@ -5,10 +5,10 @@ authors.workspace = true edition.workspace = true [dependencies] -sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem = { path = "../../subsystem" } @@ -22,10 +22,10 @@ rand_chacha = { version = "0.3.1", default-features = false } gum = { package = "tracing-gum", path = "../../gum" } [dev-dependencies] -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index 4ddaedd847da..7745f16d30c3 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -12,8 +12,8 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } strum = { version = "0.24", features = ["derive"] } futures = "0.3.21" thiserror = "1.0.31" diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index a4dd43a630e8..0366f841f432 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -9,8 +9,8 @@ edition.workspace = true futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } polkadot-primitives = { path = "../../../primitives" } -sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-node-subsystem = {path = "../../subsystem" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } @@ -24,13 +24,13 @@ fatality = "0.0.6" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" -sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } futures-timer = "3.0.2" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index bd7a84525bdb..b761e8b1b066 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -5,8 +5,8 @@ authors.workspace = true edition.workspace = true [dependencies] -client = { package = "sc-client-api", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +client = { package = "sc-client-api", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } futures = "0.3.21" futures-timer = "3.0.2" parking_lot = "0.12.0" @@ -15,17 +15,17 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem-types = { path = "../subsystem-types" } polkadot-node-metrics = { path = "../metrics" } polkadot-primitives = { path = "../../primitives" } -orchestra = "0.2.0" +orchestra = "0.0.5" gum = { package = "tracing-gum", path = "../gum" } lru = "0.9" -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } async-trait = "0.1.57" tikv-jemalloc-ctl = { version = "0.5.0", optional = true } [dev-dependencies] -metered = { package = "prioritized-metered-channel", version = "0.4.0" } +metered = { package = "prioritized-metered-channel", version = "0.2.0" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } futures = { version = "0.3.21", features = ["thread-pool"] } femme = "2.2.1" assert_matches = "1.4.0" diff --git a/node/overseer/src/lib.rs b/node/overseer/src/lib.rs index f72426b1cb64..7fe0fe3652b1 100644 --- a/node/overseer/src/lib.rs +++ b/node/overseer/src/lib.rs @@ -529,7 +529,7 @@ pub struct Overseer { ])] availability_store: AvailabilityStore, - #[subsystem(NetworkBridgeRxMessage, sends: [ + #[subsystem(blocking, NetworkBridgeRxMessage, sends: [ BitfieldDistributionMessage, StatementDistributionMessage, ApprovalDistributionMessage, @@ -540,7 +540,7 @@ pub struct Overseer { ])] network_bridge_rx: NetworkBridgeRx, - #[subsystem(NetworkBridgeTxMessage, sends: [])] + #[subsystem(blocking, NetworkBridgeTxMessage, sends: [])] network_bridge_tx: NetworkBridgeTx, #[subsystem(blocking, ChainApiMessage, sends: [])] @@ -559,7 +559,7 @@ pub struct Overseer { ])] collator_protocol: CollatorProtocol, - #[subsystem(ApprovalDistributionMessage, sends: [ + #[subsystem(blocking, message_capacity: 64000, ApprovalDistributionMessage, sends: [ NetworkBridgeTxMessage, ApprovalVotingMessage, ])] @@ -584,7 +584,7 @@ pub struct Overseer { ])] gossip_support: GossipSupport, - #[subsystem(blocking, DisputeCoordinatorMessage, sends: [ + #[subsystem(blocking, message_capacity: 32000, DisputeCoordinatorMessage, sends: [ RuntimeApiMessage, ChainApiMessage, DisputeDistributionMessage, @@ -661,9 +661,8 @@ where ); metrics.memory_stats_snapshot(memory_stats_snapshot); }, - Err(e) => { - gum::debug!(target: LOG_TARGET, "Failed to obtain memory stats: {:?}", e) - }, + Err(e) => + gum::debug!(target: LOG_TARGET, "Failed to obtain memory stats: {:?}", e), }), Err(_) => { gum::debug!( diff --git a/node/overseer/src/tests.rs b/node/overseer/src/tests.rs index f461196606e1..bc26402aedea 100644 --- a/node/overseer/src/tests.rs +++ b/node/overseer/src/tests.rs @@ -1034,7 +1034,6 @@ fn overseer_all_subsystems_receive_signals_and_messages() { #[test] fn context_holds_onto_message_until_enough_signals_received() { - const CHANNEL_CAPACITY: usize = 1024; let (candidate_validation_bounded_tx, _) = metered::channel(CHANNEL_CAPACITY); let (candidate_backing_bounded_tx, _) = metered::channel(CHANNEL_CAPACITY); let (statement_distribution_bounded_tx, _) = metered::channel(CHANNEL_CAPACITY); diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 91402e60d9c5..26f1ef1d49e6 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -10,13 +10,13 @@ bounded-vec = "0.7" futures = "0.3.21" polkadot-primitives = { path = "../../primitives" } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-consensus-vrf = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-maybe-compressed-blob = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-consensus-vrf = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-maybe-compressed-blob = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-parachain = { path = "../../parachain", default-features = false } schnorrkel = "0.9.1" thiserror = "1.0.31" diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 60d2e78c72b8..15fbd5fef8a5 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -7,64 +7,64 @@ edition.workspace = true [dependencies] # Substrate Client -sc-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -babe = { package = "sc-consensus-babe", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -beefy = { package = "sc-consensus-beefy", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -mmr-gadget = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-mmr-primitives = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-block-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-chain-spec = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-client-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-client-db = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-consensus-slots = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-executor = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-network-common = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-network-sync = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-transaction-pool = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-sync-state-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-basic-authorship = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-offchain = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-sysinfo = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -service = { package = "sc-service", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -telemetry = { package = "sc-telemetry", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sc-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +babe = { package = "sc-consensus-babe", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +beefy = { package = "sc-consensus-beefy", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +mmr-gadget = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-mmr-primitives = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-block-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-chain-spec = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-client-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-client-db = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-consensus-slots = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-executor = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-network-common = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-network-sync = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-transaction-pool = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-sync-state-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-basic-authorship = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-offchain = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-sysinfo = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +service = { package = "sc-service", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +telemetry = { package = "sc-telemetry", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } # Substrate Primitives -sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -consensus_common = { package = "sp-consensus", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-block-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-blockchain = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-session = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-storage = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-transaction-pool = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-trie = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-timestamp = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-state-machine = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +consensus_common = { package = "sp-consensus", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-block-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-blockchain = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-session = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-storage = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-transaction-pool = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-trie = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-timestamp = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-state-machine = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } # Substrate Pallets -pallet-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-im-online = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-staking = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +pallet-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-im-online = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-staking = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } # Substrate Other -frame-system-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-support = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-benchmarking-cli = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +frame-system-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-benchmarking-cli = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } # External Crates futures = "0.3.21" diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index 61fa0fac5aa1..17243fcd17c3 100644 --- a/node/subsystem-test-helpers/Cargo.toml +++ b/node/subsystem-test-helpers/Cargo.toml @@ -12,11 +12,11 @@ parking_lot = "0.12.0" polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [dev-dependencies] polkadot-overseer = { path = "../overseer" } diff --git a/node/subsystem-types/Cargo.toml b/node/subsystem-types/Cargo.toml index e89edd5c2b5d..b088ae935607 100644 --- a/node/subsystem-types/Cargo.toml +++ b/node/subsystem-types/Cargo.toml @@ -13,12 +13,12 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-statement-table = { path = "../../statement-table" } polkadot-node-jaeger = { path = "../jaeger" } -orchestra = "0.2.0" -sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +orchestra = "0.0.5" +sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } smallvec = "1.8.0" -substrate-prometheus-endpoint = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-prometheus-endpoint = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } thiserror = "1.0.31" async-trait = "0.1.57" diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index 2be66ec0f07a..152e7a6ba163 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -27,11 +27,11 @@ polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../primitives" } polkadot-overseer = { path = "../overseer" } -metered = { package = "prioritized-metered-channel", version = "0.4.0" } +metered = { package = "prioritized-metered-channel", version = "0.2.0" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } kvdb = "0.13.0" parity-db = { version = "0.4.4"} diff --git a/node/test/client/Cargo.toml b/node/test/client/Cargo.toml index ca5cb3a42adc..293189af2894 100644 --- a/node/test/client/Cargo.toml +++ b/node/test/client/Cargo.toml @@ -14,22 +14,22 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-service = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-block-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-blockchain = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-inherents = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-timestamp = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-state-machine = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-test-client = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-service = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-block-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-blockchain = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-inherents = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-timestamp = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-state-machine = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [dev-dependencies] -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } futures = "0.3.21" [features] diff --git a/node/test/service/Cargo.toml b/node/test/service/Cargo.toml index 707563c9163b..3085c99401a9 100644 --- a/node/test/service/Cargo.toml +++ b/node/test/service/Cargo.toml @@ -26,40 +26,40 @@ test-runtime-constants = { path = "../../../runtime/test-runtime/constants" } polkadot-runtime-parachains = { path = "../../../runtime/parachains" } # Substrate dependencies -sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -babe = { package = "sc-consensus-babe", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -consensus_common = { package = "sp-consensus", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-system = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-staking = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-balances = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-chain-spec = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-cli = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-client-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-executor = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-transaction-pool = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-service = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-arithmetic = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-blockchain = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-state-machine = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -substrate-test-client = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +babe = { package = "sc-consensus-babe", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +consensus_common = { package = "sp-consensus", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-system = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-staking = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-balances = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-chain-spec = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-cli = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-client-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-executor = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-network = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-transaction-pool = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-service = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-arithmetic = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-blockchain = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-state-machine = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +substrate-test-client = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [dev-dependencies] -pallet-balances = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +pallet-balances = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } serde_json = "1.0.81" -substrate-test-utils = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-test-utils = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } tokio = { version = "1.24.2", features = ["macros"] } [features] diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 5851e4231600..c8088c07f0b4 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -11,10 +11,10 @@ version.workspace = true # various unnecessary Substrate-specific endpoints. parity-scale-codec = { version = "3.3.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } polkadot-core-primitives = { path = "../core-primitives", default-features = false } derive_more = "0.99.11" bounded-collections = { version = "0.1.5", default-features = false } diff --git a/parachain/test-parachains/Cargo.toml b/parachain/test-parachains/Cargo.toml index 0e0e1b7c57d7..5a766e6b082a 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/parachain/test-parachains/Cargo.toml @@ -13,7 +13,7 @@ adder = { package = "test-parachain-adder", path = "adder" } halt = { package = "test-parachain-halt", path = "halt" } [dev-dependencies] -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [features] default = ["std"] diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index 6f04015073aa..5a6747855f7f 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -9,15 +9,15 @@ authors.workspace = true [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.4", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false, features = [ "disable_allocator" ] , branch = "cherry-testnet" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false, features = [ "disable_allocator" ] , branch = "upgrade-to-v0.9.41" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-wasm-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/collator/Cargo.toml b/parachain/test-parachains/adder/collator/Cargo.toml index 2e1288ab11af..8bb2122025d9 100644 --- a/parachain/test-parachains/adder/collator/Cargo.toml +++ b/parachain/test-parachains/adder/collator/Cargo.toml @@ -27,9 +27,9 @@ polkadot-service = { path = "../../../../node/service", features = ["rococo-nati polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-service = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sc-cli = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-service = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } # This one is tricky. Even though it is not used directly by the collator, we still need it for the # `puppet_worker` binary, which is required for the integration test. However, this shouldn't be @@ -40,8 +40,8 @@ polkadot-node-core-pvf = { path = "../../../../node/core/pvf" } polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } -substrate-test-utils = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-service = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-test-utils = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-service = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } tokio = { version = "1.24.2", features = ["macros"] } diff --git a/parachain/test-parachains/halt/Cargo.toml b/parachain/test-parachains/halt/Cargo.toml index 77eadd555df2..64602770333c 100644 --- a/parachain/test-parachains/halt/Cargo.toml +++ b/parachain/test-parachains/halt/Cargo.toml @@ -9,7 +9,7 @@ edition.workspace = true [dependencies] [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-wasm-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/undying/Cargo.toml b/parachain/test-parachains/undying/Cargo.toml index 7c621e446064..568140641e01 100644 --- a/parachain/test-parachains/undying/Cargo.toml +++ b/parachain/test-parachains/undying/Cargo.toml @@ -9,16 +9,16 @@ edition.workspace = true [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.4", features = [ "global" ] } log = { version = "0.4.17", default-features = false } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false, features = [ "disable_allocator" ] , branch = "cherry-testnet" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false, features = [ "disable_allocator" ] , branch = "upgrade-to-v0.9.41" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-wasm-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/undying/collator/Cargo.toml b/parachain/test-parachains/undying/collator/Cargo.toml index 657cd8da6262..5774985e9005 100644 --- a/parachain/test-parachains/undying/collator/Cargo.toml +++ b/parachain/test-parachains/undying/collator/Cargo.toml @@ -27,9 +27,9 @@ polkadot-service = { path = "../../../../node/service", features = ["rococo-nati polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-service = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sc-cli = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-service = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } # This one is tricky. Even though it is not used directly by the collator, we still need it for the # `puppet_worker` binary, which is required for the integration test. However, this shouldn't be @@ -40,8 +40,8 @@ polkadot-node-core-pvf = { path = "../../../../node/core/pvf" } polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } -substrate-test-utils = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-service = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-test-utils = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-service = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } tokio = { version = "1.24.2", features = ["macros"] } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 5af7852c1e8a..2f6b383b3774 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -11,18 +11,18 @@ parity-scale-codec = { version = "3.3.0", default-features = false, features = [ scale-info = { version = "2.1.2", default-features = false, features = ["bit-vec", "derive"] } serde = { version = "1.0.137", optional = true, features = ["derive"] } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -primitives = { package = "sp-core", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-arithmetic = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-consensus-slots = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", optional = true , branch = "cherry-testnet" } -sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-std = { package = "sp-std", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +primitives = { package = "sp-core", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-arithmetic = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-consensus-slots = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", optional = true , branch = "upgrade-to-v0.9.41" } +sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-std = { package = "sp-std", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } polkadot-core-primitives = { path = "../core-primitives", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } diff --git a/primitives/test-helpers/Cargo.toml b/primitives/test-helpers/Cargo.toml index fbe8d282e930..7fe6d0bf29cf 100644 --- a/primitives/test-helpers/Cargo.toml +++ b/primitives/test-helpers/Cargo.toml @@ -5,9 +5,9 @@ authors.workspace = true edition.workspace = true [dependencies] -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-application-crypto = { package = "sp-application-crypto", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", features = ["std"] , branch = "cherry-testnet" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-application-crypto = { package = "sp-application-crypto", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", features = ["std"] , branch = "upgrade-to-v0.9.41" } polkadot-primitives = { path = "../" } rand = "0.8.5" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 0fec5c9918e5..a4e39487535e 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -7,26 +7,26 @@ edition.workspace = true [dependencies] jsonrpsee = { version = "0.16.2", features = ["server"] } polkadot-primitives = { path = "../primitives" } -sc-client-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-blockchain = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-chain-spec = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-consensus-babe-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-consensus-beefy = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-consensus-beefy-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-consensus-epochs = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-consensus-grandpa = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-consensus-grandpa-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-sync-state-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -txpool-api = { package = "sc-transaction-pool-api", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -mmr-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-transaction-payment-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-block-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -substrate-state-trie-migration-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sc-client-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-blockchain = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-chain-spec = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-consensus-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-consensus-babe-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-consensus-beefy = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-consensus-beefy-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-consensus-epochs = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-consensus-grandpa = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-consensus-grandpa-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-sync-state-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +txpool-api = { package = "sc-transaction-pool-api", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +mmr-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-transaction-payment-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-block-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +substrate-state-trie-migration-rpc = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } diff --git a/runtime/cherry/Cargo.toml b/runtime/cherry/Cargo.toml index f1e0ef326ac6..827f06146706 100644 --- a/runtime/cherry/Cargo.toml +++ b/runtime/cherry/Cargo.toml @@ -15,73 +15,73 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -beefy-primitives = { git = "https://github.com/CherryNetwork/substrate", package = "sp-consensus-beefy", default-features = false , branch = "cherry-testnet" } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-arithmetic = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet", default-features = false } -sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-mmr-primitives = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-version = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-npos-elections = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +beefy-primitives = { git = "https://github.com/CherryNetwork/substrate", package = "sp-consensus-beefy", default-features = false , branch = "upgrade-to-v0.9.41" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-arithmetic = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41", default-features = false } +sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-mmr-primitives = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-version = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-npos-elections = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } -pallet-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-authorship = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-babe = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-bags-list = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-balances = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-bounties = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-child-bounties = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-ipfs = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-ipfs-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-collective = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-elections-phragmen = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-election-provider-multi-phase = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-fast-unstake = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-executive = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-grandpa = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-identity = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-im-online = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-indices = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-membership = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-multisig = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-offences = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-preimage = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-proxy = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-scheduler = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-sudo = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-staking-reward-fn = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet", default-features = false } -frame-system = {git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-system-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +pallet-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-authorship = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-babe = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-bags-list = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-balances = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-bounties = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-child-bounties = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-ipfs = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-ipfs-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-collective = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-elections-phragmen = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-election-provider-multi-phase = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-fast-unstake = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-executive = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-grandpa = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-identity = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-im-online = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-indices = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-membership = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-multisig = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-offences = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-preimage = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-proxy = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-scheduler = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-sudo = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-staking-reward-fn = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41", default-features = false } +frame-system = {git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-system-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } cherry-runtime-constants = { package = "cherry-runtime-constants", path = "./constants", default-features = false } -pallet-timestamp = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-tips = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-treasury = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-vesting = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-utility = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-election-provider-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +pallet-timestamp = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-tips = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-treasury = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-vesting = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-utility = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-election-provider-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } -frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } -frame-try-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } -frame-system-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } -pallet-election-provider-support-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } -pallet-offences-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } -pallet-session-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } +frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } +frame-try-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } +frame-system-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } +pallet-election-provider-support-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } +pallet-offences-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } +pallet-session-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } hex-literal = { version = "0.3.4", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -95,16 +95,16 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] hex-literal = "0.3.4" tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-trie = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +keyring = { package = "sp-keyring", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-trie = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } trie-db = "0.23.1" serde_json = "1.0.81" separator = "0.4.1" tokio = { version = "1.22.0", features = ["macros"] } -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-wasm-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [features] default = ["std"] diff --git a/runtime/cherry/constants/Cargo.toml b/runtime/cherry/constants/Cargo.toml index 8e32aaa5a68b..f0e6f3f9eb92 100644 --- a/runtime/cherry/constants/Cargo.toml +++ b/runtime/cherry/constants/Cargo.toml @@ -6,13 +6,13 @@ edition = "2021" [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-weights = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-weights = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } [features] default = ["std"] diff --git a/runtime/cherry/src/lib.rs b/runtime/cherry/src/lib.rs index 4cea782a85b4..d7489a591cf7 100644 --- a/runtime/cherry/src/lib.rs +++ b/runtime/cherry/src/lib.rs @@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("cherry-testnet"), impl_name: create_runtime_str!("cherry-testnet"), authoring_version: 0, - spec_version: 27, + spec_version: 28, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index c208e677a000..7229136fc9f6 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -15,33 +15,33 @@ serde = { version = "1.0.139", default-features = false } serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" -sp-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-std = { package = "sp-std", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-npos-elections = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-std = { package = "sp-std", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-npos-elections = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } -pallet-authorship = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-balances = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-fast-unstake = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-staking-reward-fn = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-system = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-timestamp = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-vesting = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-treasury = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-election-provider-multi-phase = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-election-provider-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +pallet-authorship = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-balances = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-fast-unstake = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-staking-reward-fn = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-system = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-timestamp = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-vesting = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-treasury = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-election-provider-multi-phase = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-election-provider-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } -frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } -pallet-babe = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } +frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } +pallet-babe = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.7.0", default-features = false } @@ -52,10 +52,10 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.3.4" -frame-support-test = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-treasury = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +frame-support-test = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-babe = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-treasury = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } serde_json = "1.0.81" libsecp256k1 = "0.7.0" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" } diff --git a/runtime/common/slot_range_helper/Cargo.toml b/runtime/common/slot_range_helper/Cargo.toml index 424ab0fa5211..cd2c6a0e2f43 100644 --- a/runtime/common/slot_range_helper/Cargo.toml +++ b/runtime/common/slot_range_helper/Cargo.toml @@ -8,8 +8,8 @@ edition.workspace = true paste = "1.0" enumn = "0.1.5" parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sp-std = { package = "sp-std", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-std = { package = "sp-std", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } [features] default = ["std"] diff --git a/runtime/metrics/Cargo.toml b/runtime/metrics/Cargo.toml index 6b9e0eba03ec..b61b9e36ba9a 100644 --- a/runtime/metrics/Cargo.toml +++ b/runtime/metrics/Cargo.toml @@ -5,8 +5,8 @@ authors.workspace = true edition.workspace = true [dependencies] -sp-std = { package = "sp-std", git = "https://github.com/CherryNetwork/substrate", default-features = false, branch = "cherry-testnet" } -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-std = { package = "sp-std", git = "https://github.com/CherryNetwork/substrate", default-features = false, branch = "upgrade-to-v0.9.41" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } parity-scale-codec = { version = "3.3.0", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index 5e68c131a45b..adfcad06bb89 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -14,29 +14,29 @@ serde = { version = "1.0.139", features = [ "derive" ], optional = true } derive_more = "0.99.17" bitflags = "1.3.2" -sp-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-std = { package = "sp-std", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-keystore = { git = "https://github.com/CherryNetwork/substrate", optional = true , branch = "cherry-testnet" } -sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } +sp-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-std = { package = "sp-std", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-keystore = { git = "https://github.com/CherryNetwork/substrate", optional = true , branch = "upgrade-to-v0.9.41" } +sp-application-crypto = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } -pallet-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-authorship = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-balances = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-babe = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-timestamp = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-vesting = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } -frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-system = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +pallet-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-authorship = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-balances = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-babe = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-timestamp = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-vesting = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-system = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } @@ -51,11 +51,11 @@ polkadot-runtime-metrics = { path = "../metrics", default-features = false} [dev-dependencies] futures = "0.3.21" hex-literal = "0.3.4" -keyring = { package = "sp-keyring", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-support-test = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +keyring = { package = "sp-keyring", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-support-test = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-keystore = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers"} -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } thousands = "0.2.0" assert_matches = "1" serde_json = "1.0.85" diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index 3126375e868f..34839c8a3139 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -14,71 +14,71 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -binary-merkle-tree = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +binary-merkle-tree = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } rococo-runtime-constants = { package = "rococo-runtime-constants", path = "./constants", default-features = false } -sp-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-std = { package = "sp-std", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-mmr-primitives = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-version = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-std = { package = "sp-std", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-mmr-primitives = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-version = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } -pallet-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-authorship = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-babe = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-balances = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-beefy = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-beefy-mmr = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-bounties = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-child-bounties = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-state-trie-migration = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-collective = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-democracy = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-elections-phragmen = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-executive = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-grandpa = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-identity = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-im-online = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-indices = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-membership = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-mmr = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-multisig = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-nis = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-offences = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-preimage = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-proxy = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-recovery = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-scheduler = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-society = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-sudo = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-system = {git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-system-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-timestamp = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-tips = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-treasury = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-utility = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-vesting = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +pallet-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-authorship = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-babe = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-balances = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-beefy = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-beefy-mmr = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-bounties = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-child-bounties = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-state-trie-migration = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-collective = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-democracy = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-elections-phragmen = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-executive = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-grandpa = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-identity = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-im-online = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-indices = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-membership = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-mmr = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-multisig = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-nis = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-offences = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-preimage = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-proxy = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-recovery = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-scheduler = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-society = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-sudo = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-system = {git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-system-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-timestamp = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-tips = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-treasury = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-utility = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-vesting = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } -frame-try-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } -frame-system-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } +frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } +frame-try-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } +frame-system-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } hex-literal = { version = "0.3.4" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -92,16 +92,16 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -remote-externalities = { git = "https://github.com/CherryNetwork/substrate", package = "frame-remote-externalities" , branch = "cherry-testnet" } -sp-trie = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +keyring = { package = "sp-keyring", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +remote-externalities = { git = "https://github.com/CherryNetwork/substrate", package = "frame-remote-externalities" , branch = "upgrade-to-v0.9.41" } +sp-trie = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } separator = "0.4.1" serde_json = "1.0.81" -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } tokio = { version = "1.24.2", features = ["macros"] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-wasm-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [features] default = ["std"] diff --git a/runtime/rococo/constants/Cargo.toml b/runtime/rococo/constants/Cargo.toml index 95af22cbda8f..16708e3d8d2f 100644 --- a/runtime/rococo/constants/Cargo.toml +++ b/runtime/rococo/constants/Cargo.toml @@ -7,12 +7,12 @@ edition.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-weights = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-weights = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } [features] default = ["std"] diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index 1f203c1afba8..aa0efd37fcb6 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -15,44 +15,44 @@ serde = { version = "1.0.139", default-features = false } serde_derive = { version = "1.0.117", optional = true } smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-mmr-primitives = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-version = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-election-provider-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +inherents = { package = "sp-inherents", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-mmr-primitives = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-version = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-election-provider-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } -pallet-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-authorship = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-babe = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-balances = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-executive = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-grandpa = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-indices = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-offences = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-staking-reward-curve = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-system = {git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-system-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +pallet-authority-discovery = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-authorship = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-babe = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-balances = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-executive = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-grandpa = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-indices = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-offences = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-session = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-staking = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-staking-reward-curve = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-system = {git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-system-rpc-runtime-api = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } test-runtime-constants = { package = "test-runtime-constants", path = "./constants", default-features = false } -pallet-timestamp = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-sudo = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-vesting = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +pallet-timestamp = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-sudo = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-vesting = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -66,12 +66,12 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.3.4" tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-trie = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +keyring = { package = "sp-keyring", git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-trie = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } serde_json = "1.0.81" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +substrate-wasm-builder = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [features] default = ["std"] diff --git a/runtime/test-runtime/constants/Cargo.toml b/runtime/test-runtime/constants/Cargo.toml index 861b6f4d75c7..f41b0d8de75d 100644 --- a/runtime/test-runtime/constants/Cargo.toml +++ b/runtime/test-runtime/constants/Cargo.toml @@ -7,12 +7,12 @@ edition.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-weights = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-weights = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } [features] default = ["std"] diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index e75c2e208423..000000000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,5 +0,0 @@ -[toolchain] -channel = "nightly-2023-01-01" -components = [ "rustfmt" ] -targets = [ "wasm32-unknown-unknown" ] -profile = "minimal" \ No newline at end of file diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 4908f21c6974..9049fab1b05b 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition.workspace = true [dependencies] parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/utils/generate-bags/Cargo.toml b/utils/generate-bags/Cargo.toml index da0f2ebc7185..e43b2a6af9f7 100644 --- a/utils/generate-bags/Cargo.toml +++ b/utils/generate-bags/Cargo.toml @@ -7,7 +7,7 @@ edition.workspace = true [dependencies] clap = { version = "4.0.9", features = ["derive"] } -generate-bags = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +generate-bags = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } cherry-runtime = { path = "../../runtime/cherry" } diff --git a/utils/remote-ext-tests/bags-list/Cargo.toml b/utils/remote-ext-tests/bags-list/Cargo.toml index da23941ca856..c0e2e402134e 100644 --- a/utils/remote-ext-tests/bags-list/Cargo.toml +++ b/utils/remote-ext-tests/bags-list/Cargo.toml @@ -8,10 +8,10 @@ edition.workspace = true cherry-runtime = { path = "../../../runtime/cherry" } cherry-runtime-constants = { path = "../../../runtime/cherry/constants" } -pallet-bags-list-remote-tests = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-system = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +pallet-bags-list-remote-tests = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-system = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } clap = { version = "4.0.9", features = ["derive"] } log = "0.4.17" diff --git a/utils/staking-miner/Cargo.toml b/utils/staking-miner/Cargo.toml index 4594aff7f49e..caa1e73e0371 100644 --- a/utils/staking-miner/Cargo.toml +++ b/utils/staking-miner/Cargo.toml @@ -15,22 +15,22 @@ serde = "1.0.137" serde_json = "1.0" thiserror = "1.0.31" tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread", "sync"] } -remote-externalities = { git = "https://github.com/CherryNetwork/substrate", package = "frame-remote-externalities" , branch = "cherry-testnet" } +remote-externalities = { git = "https://github.com/CherryNetwork/substrate", package = "frame-remote-externalities" , branch = "upgrade-to-v0.9.41" } signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-version = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-npos-elections = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sc-transaction-pool-api = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-version = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-npos-elections = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sc-transaction-pool-api = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } -frame-system = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-support = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-election-provider-support = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-election-provider-multi-phase = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-staking = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-balances = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +frame-system = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-election-provider-support = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-election-provider-multi-phase = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-staking = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-balances = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } core-primitives = { package = "polkadot-core-primitives", path = "../../core-primitives" } diff --git a/xcm/Cargo.toml b/xcm/Cargo.toml index b3c2aaebd477..58a5f2a358ee 100644 --- a/xcm/Cargo.toml +++ b/xcm/Cargo.toml @@ -12,12 +12,12 @@ impl-trait-for-tuples = "0.2.2" log = { version = "0.4.17", default-features = false } parity-scale-codec = { version = "3.3.0", default-features = false, features = [ "derive", "max-encoded-len" ] } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } -sp-weights = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-weights = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } serde = { version = "1.0.136", optional = true, features = ["derive"] } xcm-procedural = { path = "procedural" } [dev-dependencies] -sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } hex = "0.4.3" hex-literal = "0.3.4" diff --git a/xcm/pallet-xcm-benchmarks/Cargo.toml b/xcm/pallet-xcm-benchmarks/Cargo.toml index 043d40792687..be53583a7310 100644 --- a/xcm/pallet-xcm-benchmarks/Cargo.toml +++ b/xcm/pallet-xcm-benchmarks/Cargo.toml @@ -10,22 +10,22 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.3.0", default-features = false } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } -frame-support = { default-features = false, git = "https://github.com/CherryNetwork/substrate" , branch = "cherry-testnet" } -frame-system = { default-features = false, git = "https://github.com/CherryNetwork/substrate" , branch = "cherry-testnet" } -sp-runtime = { default-features = false, git = "https://github.com/CherryNetwork/substrate" , branch = "cherry-testnet" } -sp-std = { default-features = false, git = "https://github.com/CherryNetwork/substrate" , branch = "cherry-testnet" } -sp-io = { default-features = false, git = "https://github.com/CherryNetwork/substrate" , branch = "cherry-testnet" } +frame-support = { default-features = false, git = "https://github.com/CherryNetwork/substrate" , branch = "upgrade-to-v0.9.41" } +frame-system = { default-features = false, git = "https://github.com/CherryNetwork/substrate" , branch = "upgrade-to-v0.9.41" } +sp-runtime = { default-features = false, git = "https://github.com/CherryNetwork/substrate" , branch = "upgrade-to-v0.9.41" } +sp-std = { default-features = false, git = "https://github.com/CherryNetwork/substrate" , branch = "upgrade-to-v0.9.41" } +sp-io = { default-features = false, git = "https://github.com/CherryNetwork/substrate" , branch = "upgrade-to-v0.9.41" } xcm-executor = { path = "../xcm-executor", default-features = false } -frame-benchmarking = { default-features = false, git = "https://github.com/CherryNetwork/substrate" , branch = "cherry-testnet" } +frame-benchmarking = { default-features = false, git = "https://github.com/CherryNetwork/substrate" , branch = "upgrade-to-v0.9.41" } xcm = { path = "..", default-features = false } xcm-builder = { path = "../xcm-builder", default-features = false } log = "0.4.17" [dev-dependencies] -pallet-balances = { git = "https://github.com/CherryNetwork/substrate" , branch = "cherry-testnet" } -pallet-assets = { git = "https://github.com/CherryNetwork/substrate" , branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate" , branch = "cherry-testnet" } -sp-tracing = { git = "https://github.com/CherryNetwork/substrate" , branch = "cherry-testnet" } +pallet-balances = { git = "https://github.com/CherryNetwork/substrate" , branch = "upgrade-to-v0.9.41" } +pallet-assets = { git = "https://github.com/CherryNetwork/substrate" , branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate" , branch = "upgrade-to-v0.9.41" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate" , branch = "upgrade-to-v0.9.41" } xcm = { path = ".." } # temp pallet-xcm = { path = "../pallet-xcm" } diff --git a/xcm/pallet-xcm/Cargo.toml b/xcm/pallet-xcm/Cargo.toml index a4de80ff52ec..46ad0c0fa034 100644 --- a/xcm/pallet-xcm/Cargo.toml +++ b/xcm/pallet-xcm/Cargo.toml @@ -12,19 +12,19 @@ scale-info = { version = "2.1.2", default-features = false, features = ["derive" serde = { version = "1.0.137", optional = true, features = ["derive"] } log = { version = "0.4.17", default-features = false } -frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } -frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false, branch = "cherry-testnet" } -frame-system = { git = "https://github.com/CherryNetwork/substrate", default-features = false, branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false, branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false, branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false, branch = "cherry-testnet" } -sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false, branch = "cherry-testnet" } +frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false, branch = "upgrade-to-v0.9.41" } +frame-system = { git = "https://github.com/CherryNetwork/substrate", default-features = false, branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false, branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false, branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false, branch = "upgrade-to-v0.9.41" } +sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false, branch = "upgrade-to-v0.9.41" } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } [dev-dependencies] -pallet-balances = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +pallet-balances = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } polkadot-runtime-parachains = { path = "../../runtime/parachains" } polkadot-parachain = { path = "../../parachain" } xcm-builder = { path = "../xcm-builder" } diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index 8dec11f99f18..a62ff0129d1d 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/xcm/xcm-builder/Cargo.toml @@ -11,13 +11,13 @@ parity-scale-codec = { version = "3.3.0", default-features = false, features = [ scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } -sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-arithmetic = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-system = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-arithmetic = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-system = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +pallet-transaction-payment = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } log = { version = "0.4.17", default-features = false } # Polkadot dependencies @@ -25,7 +25,7 @@ polkadot-parachain = { path = "../../parachain", default-features = false } [dev-dependencies] primitive-types = "0.12.1" -pallet-balances = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +pallet-balances = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } pallet-xcm = { path = "../pallet-xcm" } polkadot-runtime-parachains = { path = "../../runtime/parachains" } assert_matches = "1.5.0" diff --git a/xcm/xcm-executor/Cargo.toml b/xcm/xcm-executor/Cargo.toml index f6a7213a6bd8..0d4884ca0875 100644 --- a/xcm/xcm-executor/Cargo.toml +++ b/xcm/xcm-executor/Cargo.toml @@ -10,15 +10,15 @@ impl-trait-for-tuples = "0.2.2" environmental = { version = "1.1.4", default-features = false } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } -sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-arithmetic = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-weights = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } +sp-std = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-arithmetic = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-weights = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } log = { version = "0.4.17", default-features = false } -frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "cherry-testnet" } +frame-benchmarking = { git = "https://github.com/CherryNetwork/substrate", default-features = false, optional = true , branch = "upgrade-to-v0.9.41" } [features] default = ["std"] diff --git a/xcm/xcm-executor/integration-tests/Cargo.toml b/xcm/xcm-executor/integration-tests/Cargo.toml index f4174458fd84..c3c6b372d2d5 100644 --- a/xcm/xcm-executor/integration-tests/Cargo.toml +++ b/xcm/xcm-executor/integration-tests/Cargo.toml @@ -6,20 +6,20 @@ edition.workspace = true version.workspace = true [dependencies] -frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -frame-system = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +frame-system = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } futures = "0.3.21" pallet-xcm = { path = "../../pallet-xcm" } polkadot-test-client = { path = "../../../node/test/client" } polkadot-test-runtime = { path = "../../../runtime/test-runtime" } polkadot-test-service = { path = "../../../node/test/service" } -sp-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "cherry-testnet" } -sp-state-machine = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-consensus = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-keyring = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", default-features = false , branch = "upgrade-to-v0.9.41" } +sp-state-machine = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } xcm = { path = "../..", default-features = false } xcm-executor = { path = ".." } -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } [features] default = ["std"] diff --git a/xcm/xcm-simulator/Cargo.toml b/xcm/xcm-simulator/Cargo.toml index ee2d4414cd1c..2f85edadeea6 100644 --- a/xcm/xcm-simulator/Cargo.toml +++ b/xcm/xcm-simulator/Cargo.toml @@ -9,9 +9,9 @@ edition.workspace = true codec = { package = "parity-scale-codec", version = "3.3.0" } paste = "1.0.7" -frame-support = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-std = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-std = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } xcm = { path = "../" } xcm-executor = { path = "../xcm-executor" } diff --git a/xcm/xcm-simulator/example/Cargo.toml b/xcm/xcm-simulator/example/Cargo.toml index 88fde234d087..9fa377b397a8 100644 --- a/xcm/xcm-simulator/example/Cargo.toml +++ b/xcm/xcm-simulator/example/Cargo.toml @@ -10,15 +10,15 @@ codec = { package = "parity-scale-codec", version = "3.3.0" } scale-info = { version = "2.1.2", features = ["derive"] } log = { version = "0.4.14", default-features = false } -frame-system = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-support = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-balances = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-uniques = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-std = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +frame-system = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-balances = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-uniques = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-std = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-tracing = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } xcm = { path = "../../" } xcm-simulator = { path = "../" } diff --git a/xcm/xcm-simulator/fuzzer/Cargo.toml b/xcm/xcm-simulator/fuzzer/Cargo.toml index b1a7f5c1f4ee..ad6db08527eb 100644 --- a/xcm/xcm-simulator/fuzzer/Cargo.toml +++ b/xcm/xcm-simulator/fuzzer/Cargo.toml @@ -11,13 +11,13 @@ honggfuzz = "0.5.55" arbitrary = "1.2.0" scale-info = { version = "2.1.2", features = ["derive"] } -frame-system = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -frame-support = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -pallet-balances = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-std = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } -sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "cherry-testnet" } +frame-system = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +frame-support = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +pallet-balances = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-std = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-core = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-runtime = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } +sp-io = { git = "https://github.com/CherryNetwork/substrate", branch = "upgrade-to-v0.9.41" } xcm = { path = "../../" } xcm-simulator = { path = "../" }