From 486cd6b28d8676e6d1aeee481588ba6e04d5d3b6 Mon Sep 17 00:00:00 2001 From: SkymanOne Date: Sun, 11 Dec 2022 18:11:36 +0000 Subject: [PATCH 1/5] sync up node with custom dependecies --- Cargo.lock | 648 +++++++++++++++++++-------------------------- node/Cargo.toml | 50 ++-- node/src/cli.rs | 4 +- runtime/Cargo.toml | 54 ++-- runtime/src/lib.rs | 20 +- 5 files changed, 343 insertions(+), 433 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f050472..33ce976 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,15 +127,6 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" -[[package]] -name = "arrayvec" -version = "0.4.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" -dependencies = [ - "nodrop", -] - [[package]] name = "arrayvec" version = "0.5.2" @@ -230,66 +221,6 @@ dependencies = [ "futures-lite", ] -[[package]] -name = "async-process" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c" -dependencies = [ - "async-io", - "autocfg", - "blocking", - "cfg-if", - "event-listener", - "futures-lite", - "libc", - "once_cell", - "signal-hook", - "winapi", -] - -[[package]] -name = "async-std" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" -dependencies = [ - "async-channel", - "async-global-executor", - "async-io", - "async-lock", - "async-process", - "crossbeam-utils", - "futures-channel", - "futures-core", - "futures-io", - "futures-lite", - "gloo-timers", - "kv-log-macro", - "log", - "memchr", - "once_cell", - "pin-project-lite 0.2.9", - "pin-utils", - "slab", - "wasm-bindgen-futures", -] - -[[package]] -name = "async-std-resolver" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ba50e24d9ee0a8950d3d03fc6d0dd10aa14b5de3b101949b4e160f7fee7c723" -dependencies = [ - "async-std", - "async-trait", - "futures-io", - "futures-util", - "pin-utils", - "socket2", - "trust-dns-resolver", -] - [[package]] name = "async-task" version = "4.3.0" @@ -433,16 +364,6 @@ dependencies = [ "digest 0.10.6", ] -[[package]] -name = "blake2-rfc" -version = "0.2.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" -dependencies = [ - "arrayvec 0.4.12", - "constant_time_eq 0.1.5", -] - [[package]] name = "blake2b_simd" version = "1.0.0" @@ -799,7 +720,7 @@ checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279" [[package]] name = "contracts-node" -version = "0.22.1" +version = "0.23.0" dependencies = [ "clap", "contracts-node-runtime", @@ -830,7 +751,7 @@ dependencies = [ [[package]] name = "contracts-node-runtime" -version = "0.22.1" +version = "0.23.0" dependencies = [ "frame-executive", "frame-support", @@ -1103,16 +1024,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "ctor" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" -dependencies = [ - "quote", - "syn", -] - [[package]] name = "ctr" version = "0.8.0" @@ -1647,7 +1558,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "parity-scale-codec", ] @@ -1670,7 +1581,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "frame-support", "frame-system", @@ -1693,7 +1604,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "frame-support", "frame-system", @@ -1721,7 +1632,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "bitflags", "frame-metadata", @@ -1753,7 +1664,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "Inflector", "cfg-expr", @@ -1767,7 +1678,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1779,7 +1690,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "proc-macro2", "quote", @@ -1789,7 +1700,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "frame-support", "log", @@ -1807,7 +1718,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "parity-scale-codec", "sp-api", @@ -2037,18 +1948,6 @@ dependencies = [ "regex", ] -[[package]] -name = "gloo-timers" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9" -dependencies = [ - "futures-channel", - "futures-core", - "js-sys", - "wasm-bindgen", -] - [[package]] name = "group" version = "0.11.0" @@ -2358,6 +2257,12 @@ dependencies = [ "serde", ] +[[package]] +name = "indexmap-nostd" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" + [[package]] name = "instant" version = "0.1.12" @@ -2577,15 +2482,6 @@ dependencies = [ "cpufeatures", ] -[[package]] -name = "kv-log-macro" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" -dependencies = [ - "log", -] - [[package]] name = "kvdb" version = "0.12.0" @@ -2698,7 +2594,6 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720" dependencies = [ - "async-std-resolver", "futures", "libp2p-core", "log", @@ -2719,7 +2614,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "lru 0.8.1", + "lru", "prost", "prost-build", "prost-codec", @@ -2762,7 +2657,6 @@ version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "761704e727f7d68d58d7bc2231eafae5fc1b9814de24290f126df09d4bd37a15" dependencies = [ - "async-io", "data-encoding", "dns-parser", "futures", @@ -2773,6 +2667,7 @@ dependencies = [ "rand 0.8.5", "smallvec", "socket2", + "tokio", "void", ] @@ -2901,7 +2796,6 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92" dependencies = [ - "async-io", "futures", "futures-timer", "if-watch", @@ -2909,6 +2803,7 @@ dependencies = [ "libp2p-core", "log", "socket2", + "tokio", ] [[package]] @@ -3080,16 +2975,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" dependencies = [ "cfg-if", - "value-bag", -] - -[[package]] -name = "lru" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a" -dependencies = [ - "hashbrown", ] [[package]] @@ -3378,7 +3263,7 @@ dependencies = [ "matrixmultiply", "nalgebra-macros", "num-complex", - "num-rational 0.4.1", + "num-rational", "num-traits", "rand 0.8.5", "rand_distr", @@ -3483,12 +3368,6 @@ dependencies = [ "libc", ] -[[package]] -name = "nodrop" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" - [[package]] name = "nohash-hasher" version = "0.2.0" @@ -3501,17 +3380,6 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" -[[package]] -name = "num-bigint" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - [[package]] name = "num-bigint" version = "0.4.3" @@ -3552,18 +3420,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "num-rational" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" -dependencies = [ - "autocfg", - "num-bigint 0.2.6", - "num-integer", - "num-traits", -] - [[package]] name = "num-rational" version = "0.4.1" @@ -3571,7 +3427,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" dependencies = [ "autocfg", - "num-bigint 0.4.3", + "num-bigint", "num-integer", "num-traits", ] @@ -3599,7 +3455,7 @@ dependencies = [ [[package]] name = "obce" version = "0.1.0" -source = "git+https://github.com/Supercolony-net/obce?branch=polkadot-v0.9.32#163c456e79d2ed084b29e47637f0ec9fd9ac4376" +source = "git+https://github.com/SkymanOne/obce?branch=bump#9c1da06345f3d1211f5a3ab40f8c5b0b65e61bad" dependencies = [ "frame-support", "frame-system", @@ -3615,7 +3471,7 @@ dependencies = [ [[package]] name = "obce-codegen" version = "0.1.0" -source = "git+https://github.com/Supercolony-net/obce?branch=polkadot-v0.9.32#163c456e79d2ed084b29e47637f0ec9fd9ac4376" +source = "git+https://github.com/SkymanOne/obce?branch=bump#9c1da06345f3d1211f5a3ab40f8c5b0b65e61bad" dependencies = [ "blake2", "proc-macro2", @@ -3626,7 +3482,7 @@ dependencies = [ [[package]] name = "obce-macro" version = "0.1.0" -source = "git+https://github.com/Supercolony-net/obce?branch=polkadot-v0.9.32#163c456e79d2ed084b29e47637f0ec9fd9ac4376" +source = "git+https://github.com/SkymanOne/obce?branch=bump#9c1da06345f3d1211f5a3ab40f8c5b0b65e61bad" dependencies = [ "obce-codegen", "proc-macro2", @@ -3679,7 +3535,7 @@ checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -3693,7 +3549,7 @@ dependencies = [ [[package]] name = "pallet-assets-chain-extension" version = "0.1.1" -source = "git+https://github.com/Supercolony-net/pallet-assets-chain-extension?branch=polkadot-v0.9.32#f5364d6e2f859f22c1d47c3257fe4f65443f81fd" +source = "git+https://github.com/SkymanOne/pallet-assets-chain-extension?branch=bump#aa0ce8cd650ee194b31e7253282a4e37551fe0c3" dependencies = [ "obce", "pallet-assets", @@ -3704,7 +3560,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "frame-support", "frame-system", @@ -3719,7 +3575,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -3734,7 +3590,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "bitflags", "frame-benchmarking", @@ -3753,16 +3609,16 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-sandbox", "sp-std", - "wasm-instrument", - "wasmi-validation", + "wasm-instrument 0.4.0", + "wasmi 0.20.0", + "wasmparser-nostd", ] [[package]] name = "pallet-contracts-primitives" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "7.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "bitflags", "parity-scale-codec", @@ -3774,7 +3630,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "proc-macro2", "quote", @@ -3784,7 +3640,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "frame-support", "frame-system", @@ -3798,7 +3654,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "frame-support", "frame-system", @@ -3812,7 +3668,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -3830,7 +3686,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "frame-support", "frame-system", @@ -3846,7 +3702,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -3862,7 +3718,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -3873,11 +3729,11 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.3.17" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce" +checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43" dependencies = [ - "blake2-rfc", + "blake2", "crc32fast", "fs2", "hex", @@ -3949,15 +3805,6 @@ dependencies = [ "synstructure", ] -[[package]] -name = "parity-wasm" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac" -dependencies = [ - "byteorder", -] - [[package]] name = "parity-wasm" version = "0.45.0" @@ -4642,7 +4489,7 @@ dependencies = [ "cc", "libc", "once_cell", - "spin", + "spin 0.5.2", "untrusted", "web-sys", "winapi", @@ -4814,7 +4661,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "log", "sp-core", @@ -4825,7 +4672,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "futures", "futures-timer", @@ -4848,7 +4695,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -4864,7 +4711,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "impl-trait-for-tuples", "memmap2", @@ -4881,7 +4728,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4892,7 +4739,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "array-bytes", "chrono", @@ -4932,7 +4779,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "fnv", "futures", @@ -4960,7 +4807,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "hash-db", "kvdb", @@ -4984,7 +4831,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "futures", @@ -5008,7 +4855,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "futures", @@ -5037,19 +4884,18 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "fork-tree", "futures", "log", "merlin", - "num-bigint 0.2.6", - "num-rational 0.2.4", + "num-bigint", + "num-rational", "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "rand 0.7.3", "sc-client-api", "sc-consensus", "sc-consensus-epochs", @@ -5079,7 +4925,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "fork-tree", "parity-scale-codec", @@ -5092,7 +4938,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "assert_matches", "async-trait", @@ -5126,7 +4972,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "futures", @@ -5150,10 +4996,10 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "lazy_static", - "lru 0.7.8", + "lru", "parity-scale-codec", "parking_lot 0.12.1", "sc-executor-common", @@ -5166,18 +5012,17 @@ dependencies = [ "sp-io", "sp-panic-handler", "sp-runtime-interface", - "sp-tasks", "sp-trie", "sp-version", "sp-wasm-interface", "tracing", - "wasmi", + "wasmi 0.13.2", ] [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "environmental", "parity-scale-codec", @@ -5186,14 +5031,14 @@ dependencies = [ "sp-sandbox", "sp-wasm-interface", "thiserror", - "wasm-instrument", - "wasmi", + "wasm-instrument 0.3.0", + "wasmi 0.13.2", ] [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "log", "parity-scale-codec", @@ -5202,20 +5047,20 @@ dependencies = [ "sp-runtime-interface", "sp-sandbox", "sp-wasm-interface", - "wasmi", + "wasmi 0.13.2", ] [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "cfg-if", "libc", "log", "once_cell", "parity-scale-codec", - "parity-wasm 0.45.0", + "parity-wasm", "rustix 0.35.13", "sc-allocator", "sc-executor-common", @@ -5228,7 +5073,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "ansi_term", "futures", @@ -5245,7 +5090,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "array-bytes", "async-trait", @@ -5260,7 +5105,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "array-bytes", "async-trait", @@ -5278,7 +5123,7 @@ dependencies = [ "linked-hash-map", "linked_hash_set", "log", - "lru 0.7.8", + "lru", "parity-scale-codec", "parking_lot 0.12.1", "pin-project", @@ -5307,7 +5152,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "cid", "futures", @@ -5327,7 +5172,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "bitflags", @@ -5353,7 +5198,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "array-bytes", "futures", @@ -5374,14 +5219,15 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "array-bytes", + "async-trait", "fork-tree", "futures", "libp2p", "log", - "lru 0.7.8", + "lru", "mockall", "parity-scale-codec", "prost", @@ -5404,7 +5250,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "array-bytes", "futures", @@ -5423,7 +5269,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "array-bytes", "bytes", @@ -5453,7 +5299,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "futures", "libp2p", @@ -5466,7 +5312,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -5475,7 +5321,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "futures", "hash-db", @@ -5505,7 +5351,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "futures", "jsonrpsee", @@ -5528,7 +5374,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "futures", "jsonrpsee", @@ -5541,7 +5387,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "futures", "hex", @@ -5560,7 +5406,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "directories", @@ -5631,7 +5477,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "log", "parity-scale-codec", @@ -5645,7 +5491,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "futures", "libc", @@ -5664,7 +5510,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "chrono", "futures", @@ -5682,7 +5528,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "ansi_term", "atty", @@ -5713,7 +5559,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5724,7 +5570,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "futures", @@ -5751,7 +5597,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "futures", @@ -5765,7 +5611,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "futures", "futures-timer", @@ -6046,16 +5892,6 @@ dependencies = [ "lazy_static", ] -[[package]] -name = "signal-hook" -version = "0.3.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" -dependencies = [ - "libc", - "signal-hook-registry", -] - [[package]] name = "signal-hook-registry" version = "1.4.0" @@ -6160,7 +5996,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "hash-db", "log", @@ -6178,7 +6014,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "blake2", "proc-macro-crate", @@ -6189,8 +6025,8 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "7.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -6202,8 +6038,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "6.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "integer-sqrt", "num-traits", @@ -6218,7 +6054,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "parity-scale-codec", @@ -6230,7 +6066,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "parity-scale-codec", "sp-api", @@ -6242,11 +6078,11 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "futures", "log", - "lru 0.7.8", + "lru", "parity-scale-codec", "parking_lot 0.12.1", "sp-api", @@ -6260,7 +6096,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "futures", @@ -6279,7 +6115,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "parity-scale-codec", @@ -6297,7 +6133,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "merlin", @@ -6320,7 +6156,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -6334,7 +6170,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -6346,8 +6182,8 @@ dependencies = [ [[package]] name = "sp-core" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "7.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "array-bytes", "base58", @@ -6366,7 +6202,6 @@ dependencies = [ "merlin", "num-traits", "parity-scale-codec", - "parity-util-mem", "parking_lot 0.12.1", "primitive-types", "rand 0.7.3", @@ -6386,14 +6221,14 @@ dependencies = [ "substrate-bip39", "thiserror", "tiny-bip39", - "wasmi", + "wasmi 0.13.2", "zeroize", ] [[package]] name = "sp-core-hashing" -version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "5.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "blake2", "byteorder", @@ -6407,7 +6242,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "proc-macro2", "quote", @@ -6418,7 +6253,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -6426,8 +6261,8 @@ dependencies = [ [[package]] name = "sp-debug-derive" -version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "5.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "proc-macro2", "quote", @@ -6436,8 +6271,8 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "0.13.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "environmental", "parity-scale-codec", @@ -6448,7 +6283,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "finality-grandpa", "log", @@ -6466,7 +6301,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -6479,10 +6314,11 @@ dependencies = [ [[package]] name = "sp-io" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "7.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "bytes", + "ed25519-dalek", "futures", "hash-db", "libsecp256k1", @@ -6505,8 +6341,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "7.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "lazy_static", "sp-core", @@ -6516,8 +6352,8 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "0.13.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "futures", @@ -6534,7 +6370,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "thiserror", "zstd", @@ -6543,7 +6379,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "sp-api", "sp-core", @@ -6552,8 +6388,8 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "5.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "backtrace", "lazy_static", @@ -6563,7 +6399,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "rustc-hash", "serde", @@ -6572,8 +6408,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "7.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "either", "hash256-std-hasher", @@ -6595,8 +6431,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "7.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -6613,8 +6449,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "6.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "Inflector", "proc-macro-crate", @@ -6626,7 +6462,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "log", "parity-scale-codec", @@ -6634,13 +6470,13 @@ dependencies = [ "sp-io", "sp-std", "sp-wasm-interface", - "wasmi", + "wasmi 0.13.2", ] [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -6654,7 +6490,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -6664,8 +6500,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "0.13.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "hash-db", "log", @@ -6686,13 +6522,13 @@ dependencies = [ [[package]] name = "sp-std" -version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "5.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" [[package]] name = "sp-storage" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "7.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6702,23 +6538,10 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-tasks" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "log", - "sp-core", - "sp-externalities", - "sp-io", - "sp-runtime-interface", - "sp-std", -] - [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "futures-timer", @@ -6733,8 +6556,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "6.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "parity-scale-codec", "sp-std", @@ -6746,7 +6569,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "sp-api", "sp-runtime", @@ -6755,7 +6578,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "async-trait", "log", @@ -6770,14 +6593,14 @@ dependencies = [ [[package]] name = "sp-trie" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "7.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "ahash", "hash-db", "hashbrown", "lazy_static", - "lru 0.7.8", + "lru", "memory-db", "nohash-hasher", "parity-scale-codec", @@ -6794,11 +6617,11 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "impl-serde", "parity-scale-codec", - "parity-wasm 0.45.0", + "parity-wasm", "scale-info", "serde", "sp-core-hashing-proc-macro", @@ -6811,7 +6634,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -6821,21 +6644,21 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "7.0.0" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec", "sp-std", - "wasmi", + "wasmi 0.13.2", "wasmtime", ] [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6854,6 +6677,12 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" +[[package]] +name = "spin" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09" + [[package]] name = "spki" version = "0.5.4" @@ -6976,7 +6805,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "platforms", ] @@ -6984,7 +6813,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -7005,7 +6834,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "futures-util", "hyper", @@ -7018,7 +6847,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" dependencies = [ "ansi_term", "build-helper", @@ -7029,7 +6858,7 @@ dependencies = [ "tempfile", "toml", "walkdir", - "wasm-gc-api", + "wasm-opt", ] [[package]] @@ -7418,6 +7247,7 @@ dependencies = [ "smallvec", "thiserror", "tinyvec", + "tokio", "tracing", "url", ] @@ -7437,6 +7267,7 @@ dependencies = [ "resolv-conf", "smallvec", "thiserror", + "tokio", "tracing", "trust-dns-proto", ] @@ -7570,16 +7401,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" -[[package]] -name = "value-bag" -version = "1.0.0-alpha.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" -dependencies = [ - "ctor", - "version_check", -] - [[package]] name = "vcpkg" version = "0.2.15" @@ -7710,23 +7531,62 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" [[package]] -name = "wasm-gc-api" -version = "0.1.11" +name = "wasm-instrument" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9" +checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd" dependencies = [ - "log", - "parity-wasm 0.32.0", - "rustc-demangle", + "parity-wasm", ] [[package]] name = "wasm-instrument" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd" +checksum = "2a47ecb37b9734d1085eaa5ae1a81e60801fd8c28d4cabdd8aedb982021918bc" +dependencies = [ + "parity-wasm", +] + +[[package]] +name = "wasm-opt" +version = "0.110.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b68e8037b4daf711393f4be2056246d12d975651b14d581520ad5d1f19219cec" +dependencies = [ + "anyhow", + "libc", + "strum", + "strum_macros", + "tempfile", + "thiserror", + "wasm-opt-cxx-sys", + "wasm-opt-sys", +] + +[[package]] +name = "wasm-opt-cxx-sys" +version = "0.110.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91adbad477e97bba3fbd21dd7bfb594e7ad5ceb9169ab1c93ab9cb0ada636b6f" +dependencies = [ + "anyhow", + "cxx", + "cxx-build", + "wasm-opt-sys", +] + +[[package]] +name = "wasm-opt-sys" +version = "0.110.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec4fa5a322a4e6ac22fd141f498d56afbdbf9df5debeac32380d2dcaa3e06941" dependencies = [ - "parity-wasm 0.45.0", + "anyhow", + "cc", + "cxx", + "cxx-build", + "regex", ] [[package]] @@ -7750,9 +7610,21 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422" dependencies = [ - "parity-wasm 0.45.0", + "parity-wasm", "wasmi-validation", - "wasmi_core", + "wasmi_core 0.2.1", +] + +[[package]] +name = "wasmi" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01bf50edb2ea9d922aa75a7bf3c15e26a6c9e2d18c56e862b49737a582901729" +dependencies = [ + "spin 0.9.4", + "wasmi_arena", + "wasmi_core 0.5.0", + "wasmparser-nostd", ] [[package]] @@ -7761,9 +7633,15 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b" dependencies = [ - "parity-wasm 0.45.0", + "parity-wasm", ] +[[package]] +name = "wasmi_arena" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1ea379cbb0b41f3a9f0bf7b47036d036aae7f43383d8cc487d4deccf40dee0a" + [[package]] name = "wasmi_core" version = "0.2.1" @@ -7773,7 +7651,18 @@ dependencies = [ "downcast-rs", "libm", "memory_units", - "num-rational 0.4.1", + "num-rational", + "num-traits", +] + +[[package]] +name = "wasmi_core" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5bf998ab792be85e20e771fe14182b4295571ad1d4f89d3da521c1bef5f597a" +dependencies = [ + "downcast-rs", + "libm", "num-traits", ] @@ -7786,6 +7675,15 @@ dependencies = [ "indexmap", ] +[[package]] +name = "wasmparser-nostd" +version = "0.91.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c37f310b5a62bfd5ae7c0f1d8e6f98af16a5d6d84ba764e9c36439ec14e318b" +dependencies = [ + "indexmap-nostd", +] + [[package]] name = "wasmtime" version = "1.0.2" diff --git a/node/Cargo.toml b/node/Cargo.toml index 918be01..3fb2a1d 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contracts-node" -version = "0.22.1" +version = "0.23.0" authors = ["Parity Technologies "] description = "Substrate node configured for smart contracts via `pallet-contracts`." edition = "2021" @@ -18,38 +18,38 @@ name = "substrate-contracts-node" path = "src/main.rs" [dependencies] -clap = { version = "4", features = ["derive"] } - -sc-cli = { git = "https://github.com/paritytech/substrate", package = "sc-cli", default-features = false, features = ["wasmtime"] , branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", package = "sp-core" , branch = "polkadot-v0.9.32" } -sc-executor = { git = "https://github.com/paritytech/substrate", package = "sc-executor", features = ["wasmtime"] , branch = "polkadot-v0.9.32" } -sc-service = { git = "https://github.com/paritytech/substrate", package = "sc-service", default-features = false, features = ["wasmtime"] , branch = "polkadot-v0.9.32" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", package = "sc-telemetry" , branch = "polkadot-v0.9.32" } -sc-keystore = { git = "https://github.com/paritytech/substrate", package = "sc-keystore" , branch = "polkadot-v0.9.32" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", package = "sc-transaction-pool" , branch = "polkadot-v0.9.32" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", package = "sc-transaction-pool-api" , branch = "polkadot-v0.9.32" } -sc-consensus = { git = "https://github.com/paritytech/substrate", package = "sc-consensus" , branch = "polkadot-v0.9.32" } -sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", package = "sc-consensus-manual-seal" , branch = "polkadot-v0.9.32" } -sc-client-api = { git = "https://github.com/paritytech/substrate", package = "sc-client-api" , branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", package = "sp-runtime" , branch = "polkadot-v0.9.32" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", package = "sp-timestamp" , branch = "polkadot-v0.9.32" } +clap = { version = "4.0.9", features = ["derive"] } + +sc-cli = { git = "https://github.com/SkymanOne/substrate", package = "sc-cli", default-features = false, branch = "bump-1" } +sp-core = { git = "https://github.com/SkymanOne/substrate", package = "sp-core", branch = "bump-1" } +sc-executor = { git = "https://github.com/SkymanOne/substrate", package = "sc-executor", branch = "bump-1" } +sc-service = { git = "https://github.com/SkymanOne/substrate", package = "sc-service", default-features = false, branch = "bump-1" } +sc-telemetry = { git = "https://github.com/SkymanOne/substrate", package = "sc-telemetry", branch = "bump-1" } +sc-keystore = { git = "https://github.com/SkymanOne/substrate", package = "sc-keystore", branch = "bump-1" } +sc-transaction-pool = { git = "https://github.com/SkymanOne/substrate", package = "sc-transaction-pool", branch = "bump-1" } +sc-transaction-pool-api = { git = "https://github.com/SkymanOne/substrate", package = "sc-transaction-pool-api", branch = "bump-1" } +sc-consensus = { git = "https://github.com/SkymanOne/substrate", package = "sc-consensus", branch = "bump-1" } +sc-consensus-manual-seal = { git = "https://github.com/SkymanOne/substrate", package = "sc-consensus-manual-seal", branch = "bump-1" } +sc-client-api = { git = "https://github.com/SkymanOne/substrate", package = "sc-client-api", branch = "bump-1" } +sp-runtime = { git = "https://github.com/SkymanOne/substrate", package = "sp-runtime", branch = "bump-1" } +sp-timestamp = { git = "https://github.com/SkymanOne/substrate", package = "sp-timestamp", branch = "bump-1" } # These dependencies are used for the node's RPCs jsonrpsee = { version = "0.15.1", features = ["server"] } -sc-rpc = { git = "https://github.com/paritytech/substrate", package = "sc-rpc" , branch = "polkadot-v0.9.32" } -sp-api = { git = "https://github.com/paritytech/substrate", package = "sp-api" , branch = "polkadot-v0.9.32" } -sc-rpc-api = { git = "https://github.com/paritytech/substrate", package = "sc-rpc-api" , branch = "polkadot-v0.9.32" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", package = "sp-blockchain" , branch = "polkadot-v0.9.32" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", package = "sp-block-builder" , branch = "polkadot-v0.9.32" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", package = "sc-basic-authorship" , branch = "polkadot-v0.9.32" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", package = "substrate-frame-rpc-system" , branch = "polkadot-v0.9.32" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", package = "pallet-transaction-payment-rpc" , branch = "polkadot-v0.9.32" } +sc-rpc = { git = "https://github.com/SkymanOne/substrate", package = "sc-rpc", branch = "bump-1" } +sp-api = { git = "https://github.com/SkymanOne/substrate", package = "sp-api", branch = "bump-1" } +sc-rpc-api = { git = "https://github.com/SkymanOne/substrate", package = "sc-rpc-api", branch = "bump-1" } +sp-blockchain = { git = "https://github.com/SkymanOne/substrate", package = "sp-blockchain", branch = "bump-1" } +sp-block-builder = { git = "https://github.com/SkymanOne/substrate", package = "sp-block-builder", branch = "bump-1" } +sc-basic-authorship = { git = "https://github.com/SkymanOne/substrate", package = "sc-basic-authorship", branch = "bump-1" } +substrate-frame-rpc-system = { git = "https://github.com/SkymanOne/substrate", package = "substrate-frame-rpc-system", branch = "bump-1" } +pallet-transaction-payment-rpc = { git = "https://github.com/SkymanOne/substrate", package = "pallet-transaction-payment-rpc", branch = "bump-1" } # Local Dependencies contracts-node-runtime = { path = "../runtime" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", package = "substrate-build-script-utils" , branch = "polkadot-v0.9.32" } +substrate-build-script-utils = { git = "https://github.com/SkymanOne/substrate", package = "substrate-build-script-utils", branch = "bump-1" } [features] default = [] diff --git a/node/src/cli.rs b/node/src/cli.rs index cdbdf7b..28e5b11 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -2,10 +2,10 @@ use sc_cli::RunCmd; #[derive(Debug, clap::Parser)] pub struct Cli { - #[clap(subcommand)] + #[command(subcommand)] pub subcommand: Option, - #[clap(flatten)] + #[command(flatten)] pub run: RunCmd, } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 6e46622..3ae98a6 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contracts-node-runtime" -version = "0.22.1" +version = "0.23.0" authors = ["Parity Technologies "] edition = "2021" license = "Unlicense" @@ -16,40 +16,40 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -pallet-authorship = { git = "https://github.com/paritytech/substrate", package = "pallet-authorship", default-features = false , branch = "polkadot-v0.9.32" } -pallet-assets = { git = "https://github.com/paritytech/substrate", package = "pallet-assets", default-features = false, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", package = "pallet-balances", default-features = false , branch = "polkadot-v0.9.32" } -frame-support = { git = "https://github.com/paritytech/substrate", package = "frame-support", default-features = false , branch = "polkadot-v0.9.32" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", package = "pallet-randomness-collective-flip", default-features = false , branch = "polkadot-v0.9.32" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", package = "pallet-sudo", default-features = false , branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", package = "frame-system", default-features = false , branch = "polkadot-v0.9.32" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", package = "pallet-timestamp", default-features = false , branch = "polkadot-v0.9.32" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", package = "pallet-transaction-payment", default-features = false , branch = "polkadot-v0.9.32" } -frame-executive = { git = "https://github.com/paritytech/substrate", package = "frame-executive", default-features = false , branch = "polkadot-v0.9.32" } -sp-api = { git = "https://github.com/paritytech/substrate", package = "sp-api", default-features = false , branch = "polkadot-v0.9.32" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", package = "sp-block-builder", default-features = false , branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", package = "sp-core", default-features = false , branch = "polkadot-v0.9.32" } -sp-inherents = { git = "https://github.com/paritytech/substrate", package = "sp-inherents", default-features = false , branch = "polkadot-v0.9.32" } -sp-offchain = { git = "https://github.com/paritytech/substrate", package = "sp-offchain", default-features = false , branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", package = "sp-runtime", default-features = false , branch = "polkadot-v0.9.32" } -sp-session = { git = "https://github.com/paritytech/substrate", package = "sp-session", default-features = false , branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", package = "sp-std", default-features = false , branch = "polkadot-v0.9.32" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", package = "sp-transaction-pool", default-features = false , branch = "polkadot-v0.9.32" } -sp-version = { git = "https://github.com/paritytech/substrate", package = "sp-version", default-features = false , branch = "polkadot-v0.9.32" } +pallet-authorship = { git = "https://github.com/SkymanOne/substrate", package = "pallet-authorship", default-features = false, branch = "bump-1" } +pallet-assets = { git = "https://github.com/SkymanOne/substrate", package = "pallet-assets", default-features = false, branch = "bump-1" } +pallet-balances = { git = "https://github.com/SkymanOne/substrate", package = "pallet-balances", default-features = false, branch = "bump-1" } +frame-support = { git = "https://github.com/SkymanOne/substrate", package = "frame-support", default-features = false, branch = "bump-1" } +pallet-randomness-collective-flip = { git = "https://github.com/SkymanOne/substrate", package = "pallet-randomness-collective-flip", default-features = false, branch = "bump-1" } +pallet-sudo = { git = "https://github.com/SkymanOne/substrate", package = "pallet-sudo", default-features = false, branch = "bump-1" } +frame-system = { git = "https://github.com/SkymanOne/substrate", package = "frame-system", default-features = false, branch = "bump-1" } +pallet-timestamp = { git = "https://github.com/SkymanOne/substrate", package = "pallet-timestamp", default-features = false, branch = "bump-1" } +pallet-transaction-payment = { git = "https://github.com/SkymanOne/substrate", package = "pallet-transaction-payment", default-features = false, branch = "bump-1" } +frame-executive = { git = "https://github.com/SkymanOne/substrate", package = "frame-executive", default-features = false, branch = "bump-1" } +sp-api = { git = "https://github.com/SkymanOne/substrate", package = "sp-api", default-features = false, branch = "bump-1" } +sp-block-builder = { git = "https://github.com/SkymanOne/substrate", package = "sp-block-builder", default-features = false, branch = "bump-1" } +sp-core = { git = "https://github.com/SkymanOne/substrate", package = "sp-core", default-features = false, branch = "bump-1" } +sp-inherents = { git = "https://github.com/SkymanOne/substrate", package = "sp-inherents", default-features = false, branch = "bump-1" } +sp-offchain = { git = "https://github.com/SkymanOne/substrate", package = "sp-offchain", default-features = false, branch = "bump-1" } +sp-runtime = { git = "https://github.com/SkymanOne/substrate", package = "sp-runtime", default-features = false, branch = "bump-1" } +sp-session = { git = "https://github.com/SkymanOne/substrate", package = "sp-session", default-features = false, branch = "bump-1" } +sp-std = { git = "https://github.com/SkymanOne/substrate", package = "sp-std", default-features = false, branch = "bump-1" } +sp-transaction-pool = { git = "https://github.com/SkymanOne/substrate", package = "sp-transaction-pool", default-features = false, branch = "bump-1" } +sp-version = { git = "https://github.com/SkymanOne/substrate", package = "sp-version", default-features = false, branch = "bump-1" } # Used for the node's RPCs -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", package = "frame-system-rpc-runtime-api", default-features = false , branch = "polkadot-v0.9.32" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", package = "pallet-transaction-payment-rpc-runtime-api", default-features = false , branch = "polkadot-v0.9.32" } +frame-system-rpc-runtime-api = { git = "https://github.com/SkymanOne/substrate", package = "frame-system-rpc-runtime-api", default-features = false, branch = "bump-1" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/SkymanOne/substrate", package = "pallet-transaction-payment-rpc-runtime-api", default-features = false, branch = "bump-1" } # Contracts specific packages -pallet-contracts = { git = "https://github.com/paritytech/substrate", package = "pallet-contracts", default-features = false, features = ["unstable-interface"], branch = "polkadot-v0.9.32" } -pallet-contracts-primitives = { git = "https://github.com/paritytech/substrate", package = "pallet-contracts-primitives", default-features = false , branch = "polkadot-v0.9.32" } +pallet-contracts = { git = "https://github.com/SkymanOne/substrate", package = "pallet-contracts", default-features = false, branch = "bump-1" } +pallet-contracts-primitives = { git = "https://github.com/SkymanOne/substrate", package = "pallet-contracts-primitives", default-features = false, branch = "bump-1" } # Chain extension -pallet-assets-chain-extension = { git = "https://github.com/Supercolony-net/pallet-assets-chain-extension", default-features = false, features = ["substrate"], branch = "polkadot-v0.9.32" } +pallet-assets-chain-extension = { git = "https://github.com/SkymanOne/pallet-assets-chain-extension", default-features = false, features = ["substrate"], branch = "bump" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", package = "substrate-wasm-builder" , branch = "polkadot-v0.9.32" } +substrate-wasm-builder = { git = "https://github.com/SkymanOne/substrate", package = "substrate-wasm-builder", branch = "bump-1" } [features] default = [ diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index ccbc956..ae6345d 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -7,7 +7,10 @@ include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs")); use frame_support::dispatch::DispatchClass; -use frame_system::limits::{BlockLength, BlockWeights}; +use frame_system::{ + limits::{BlockLength, BlockWeights}, + EnsureSigned, +}; use sp_api::impl_runtime_apis; use sp_core::{crypto::KeyTypeId, OpaqueMetadata}; use sp_runtime::{ @@ -24,7 +27,10 @@ use sp_version::RuntimeVersion; // A few exports that help ease life for downstream crates. pub use frame_support::{ construct_runtime, parameter_types, - traits::{ConstU128, ConstU32, ConstU8, KeyOwnerProofSystem, Randomness, StorageInfo}, + traits::{ + AsEnsureOriginWithArg, ConstBool, ConstU128, ConstU32, ConstU8, KeyOwnerProofSystem, + Randomness, StorageInfo, + }, weights::{ constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND}, IdentityFee, Weight, @@ -284,6 +290,8 @@ impl pallet_assets::Config for Runtime { type RuntimeEvent = RuntimeEvent; type Balance = u128; type AssetId = u32; + type AssetIdParameter = codec::Compact; + type CreateOrigin = AsEnsureOriginWithArg>; type Currency = Balances; type ForceOrigin = frame_system::EnsureRoot; type AssetDeposit = AssetDeposit; @@ -295,6 +303,7 @@ impl pallet_assets::Config for Runtime { type Freezer = (); type Extra = (); type WeightInfo = pallet_assets::weights::SubstrateWeight; + type RemoveItemsLimit = ConstU32<1000>; } parameter_types! { @@ -343,6 +352,7 @@ impl pallet_contracts::Config for Runtime { // just more lax. type MaxCodeLen = ConstU32<{ 256 * 1024 }>; type MaxStorageKeyLen = ConstU32<128>; + type UnsafeUnstableInterface = ConstBool; } // Create the runtime by composing the FRAME pallets that were previously configured. @@ -522,7 +532,8 @@ impl_runtime_apis! { gas_limit, storage_deposit_limit, input_data, - CONTRACTS_DEBUG_OUTPUT + CONTRACTS_DEBUG_OUTPUT, + pallet_contracts::Determinism::Deterministic, ) } @@ -553,9 +564,10 @@ impl_runtime_apis! { origin: AccountId, code: Vec, storage_deposit_limit: Option, + determinism: pallet_contracts::Determinism, ) -> pallet_contracts_primitives::CodeUploadResult { - Contracts::bare_upload_code(origin, code, storage_deposit_limit) + Contracts::bare_upload_code(origin, code, storage_deposit_limit, determinism) } fn get_storage( From 2cf19151e411ec0a762f8b838c2a7a0a62b80870 Mon Sep 17 00:00:00 2001 From: SkymanOne Date: Sun, 11 Dec 2022 18:29:14 +0000 Subject: [PATCH 2/5] add orginal dependencies --- node/Cargo.toml | 44 +++++++++++++++++++-------------------- runtime/Cargo.toml | 52 +++++++++++++++++++++++----------------------- 2 files changed, 48 insertions(+), 48 deletions(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index 3fb2a1d..95b90d9 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -20,36 +20,36 @@ path = "src/main.rs" [dependencies] clap = { version = "4.0.9", features = ["derive"] } -sc-cli = { git = "https://github.com/SkymanOne/substrate", package = "sc-cli", default-features = false, branch = "bump-1" } -sp-core = { git = "https://github.com/SkymanOne/substrate", package = "sp-core", branch = "bump-1" } -sc-executor = { git = "https://github.com/SkymanOne/substrate", package = "sc-executor", branch = "bump-1" } -sc-service = { git = "https://github.com/SkymanOne/substrate", package = "sc-service", default-features = false, branch = "bump-1" } -sc-telemetry = { git = "https://github.com/SkymanOne/substrate", package = "sc-telemetry", branch = "bump-1" } -sc-keystore = { git = "https://github.com/SkymanOne/substrate", package = "sc-keystore", branch = "bump-1" } -sc-transaction-pool = { git = "https://github.com/SkymanOne/substrate", package = "sc-transaction-pool", branch = "bump-1" } -sc-transaction-pool-api = { git = "https://github.com/SkymanOne/substrate", package = "sc-transaction-pool-api", branch = "bump-1" } -sc-consensus = { git = "https://github.com/SkymanOne/substrate", package = "sc-consensus", branch = "bump-1" } -sc-consensus-manual-seal = { git = "https://github.com/SkymanOne/substrate", package = "sc-consensus-manual-seal", branch = "bump-1" } -sc-client-api = { git = "https://github.com/SkymanOne/substrate", package = "sc-client-api", branch = "bump-1" } -sp-runtime = { git = "https://github.com/SkymanOne/substrate", package = "sp-runtime", branch = "bump-1" } -sp-timestamp = { git = "https://github.com/SkymanOne/substrate", package = "sp-timestamp", branch = "bump-1" } +sc-cli = { git = "https://github.com/paritytech/substrate", package = "sc-cli", default-features = false, branch = "polkadot-v0.9.34" } +sp-core = { git = "https://github.com/paritytech/substrate", package = "sp-core", branch = "polkadot-v0.9.34" } +sc-executor = { git = "https://github.com/paritytech/substrate", package = "sc-executor", branch = "polkadot-v0.9.34" } +sc-service = { git = "https://github.com/paritytech/substrate", package = "sc-service", default-features = false, branch = "polkadot-v0.9.34" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", package = "sc-telemetry", branch = "polkadot-v0.9.34" } +sc-keystore = { git = "https://github.com/paritytech/substrate", package = "sc-keystore", branch = "polkadot-v0.9.34" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", package = "sc-transaction-pool", branch = "polkadot-v0.9.34" } +sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", package = "sc-transaction-pool-api", branch = "polkadot-v0.9.34" } +sc-consensus = { git = "https://github.com/paritytech/substrate", package = "sc-consensus", branch = "polkadot-v0.9.34" } +sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", package = "sc-consensus-manual-seal", branch = "polkadot-v0.9.34" } +sc-client-api = { git = "https://github.com/paritytech/substrate", package = "sc-client-api", branch = "polkadot-v0.9.34" } +sp-runtime = { git = "https://github.com/paritytech/substrate", package = "sp-runtime", branch = "polkadot-v0.9.34" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", package = "sp-timestamp", branch = "polkadot-v0.9.34" } # These dependencies are used for the node's RPCs jsonrpsee = { version = "0.15.1", features = ["server"] } -sc-rpc = { git = "https://github.com/SkymanOne/substrate", package = "sc-rpc", branch = "bump-1" } -sp-api = { git = "https://github.com/SkymanOne/substrate", package = "sp-api", branch = "bump-1" } -sc-rpc-api = { git = "https://github.com/SkymanOne/substrate", package = "sc-rpc-api", branch = "bump-1" } -sp-blockchain = { git = "https://github.com/SkymanOne/substrate", package = "sp-blockchain", branch = "bump-1" } -sp-block-builder = { git = "https://github.com/SkymanOne/substrate", package = "sp-block-builder", branch = "bump-1" } -sc-basic-authorship = { git = "https://github.com/SkymanOne/substrate", package = "sc-basic-authorship", branch = "bump-1" } -substrate-frame-rpc-system = { git = "https://github.com/SkymanOne/substrate", package = "substrate-frame-rpc-system", branch = "bump-1" } -pallet-transaction-payment-rpc = { git = "https://github.com/SkymanOne/substrate", package = "pallet-transaction-payment-rpc", branch = "bump-1" } +sc-rpc = { git = "https://github.com/paritytech/substrate", package = "sc-rpc", branch = "polkadot-v0.9.34" } +sp-api = { git = "https://github.com/paritytech/substrate", package = "sp-api", branch = "polkadot-v0.9.34" } +sc-rpc-api = { git = "https://github.com/paritytech/substrate", package = "sc-rpc-api", branch = "polkadot-v0.9.34" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", package = "sp-blockchain", branch = "polkadot-v0.9.34" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", package = "sp-block-builder", branch = "polkadot-v0.9.34" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", package = "sc-basic-authorship", branch = "polkadot-v0.9.34" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", package = "substrate-frame-rpc-system", branch = "polkadot-v0.9.34" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", package = "pallet-transaction-payment-rpc", branch = "polkadot-v0.9.34" } # Local Dependencies contracts-node-runtime = { path = "../runtime" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/SkymanOne/substrate", package = "substrate-build-script-utils", branch = "bump-1" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", package = "substrate-build-script-utils", branch = "polkadot-v0.9.34" } [features] default = [] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 3ae98a6..49c9034 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -16,40 +16,40 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -pallet-authorship = { git = "https://github.com/SkymanOne/substrate", package = "pallet-authorship", default-features = false, branch = "bump-1" } -pallet-assets = { git = "https://github.com/SkymanOne/substrate", package = "pallet-assets", default-features = false, branch = "bump-1" } -pallet-balances = { git = "https://github.com/SkymanOne/substrate", package = "pallet-balances", default-features = false, branch = "bump-1" } -frame-support = { git = "https://github.com/SkymanOne/substrate", package = "frame-support", default-features = false, branch = "bump-1" } -pallet-randomness-collective-flip = { git = "https://github.com/SkymanOne/substrate", package = "pallet-randomness-collective-flip", default-features = false, branch = "bump-1" } -pallet-sudo = { git = "https://github.com/SkymanOne/substrate", package = "pallet-sudo", default-features = false, branch = "bump-1" } -frame-system = { git = "https://github.com/SkymanOne/substrate", package = "frame-system", default-features = false, branch = "bump-1" } -pallet-timestamp = { git = "https://github.com/SkymanOne/substrate", package = "pallet-timestamp", default-features = false, branch = "bump-1" } -pallet-transaction-payment = { git = "https://github.com/SkymanOne/substrate", package = "pallet-transaction-payment", default-features = false, branch = "bump-1" } -frame-executive = { git = "https://github.com/SkymanOne/substrate", package = "frame-executive", default-features = false, branch = "bump-1" } -sp-api = { git = "https://github.com/SkymanOne/substrate", package = "sp-api", default-features = false, branch = "bump-1" } -sp-block-builder = { git = "https://github.com/SkymanOne/substrate", package = "sp-block-builder", default-features = false, branch = "bump-1" } -sp-core = { git = "https://github.com/SkymanOne/substrate", package = "sp-core", default-features = false, branch = "bump-1" } -sp-inherents = { git = "https://github.com/SkymanOne/substrate", package = "sp-inherents", default-features = false, branch = "bump-1" } -sp-offchain = { git = "https://github.com/SkymanOne/substrate", package = "sp-offchain", default-features = false, branch = "bump-1" } -sp-runtime = { git = "https://github.com/SkymanOne/substrate", package = "sp-runtime", default-features = false, branch = "bump-1" } -sp-session = { git = "https://github.com/SkymanOne/substrate", package = "sp-session", default-features = false, branch = "bump-1" } -sp-std = { git = "https://github.com/SkymanOne/substrate", package = "sp-std", default-features = false, branch = "bump-1" } -sp-transaction-pool = { git = "https://github.com/SkymanOne/substrate", package = "sp-transaction-pool", default-features = false, branch = "bump-1" } -sp-version = { git = "https://github.com/SkymanOne/substrate", package = "sp-version", default-features = false, branch = "bump-1" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", package = "pallet-authorship", default-features = false, branch = "polkadot-v0.9.34" } +pallet-assets = { git = "https://github.com/paritytech/substrate", package = "pallet-assets", default-features = false, branch = "polkadot-v0.9.34" } +pallet-balances = { git = "https://github.com/paritytech/substrate", package = "pallet-balances", default-features = false, branch = "polkadot-v0.9.34" } +frame-support = { git = "https://github.com/paritytech/substrate", package = "frame-support", default-features = false, branch = "polkadot-v0.9.34" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", package = "pallet-randomness-collective-flip", default-features = false, branch = "polkadot-v0.9.34" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", package = "pallet-sudo", default-features = false, branch = "polkadot-v0.9.34" } +frame-system = { git = "https://github.com/paritytech/substrate", package = "frame-system", default-features = false, branch = "polkadot-v0.9.34" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", package = "pallet-timestamp", default-features = false, branch = "polkadot-v0.9.34" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", package = "pallet-transaction-payment", default-features = false, branch = "polkadot-v0.9.34" } +frame-executive = { git = "https://github.com/paritytech/substrate", package = "frame-executive", default-features = false, branch = "polkadot-v0.9.34" } +sp-api = { git = "https://github.com/paritytech/substrate", package = "sp-api", default-features = false, branch = "polkadot-v0.9.34" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", package = "sp-block-builder", default-features = false, branch = "polkadot-v0.9.34" } +sp-core = { git = "https://github.com/paritytech/substrate", package = "sp-core", default-features = false, branch = "polkadot-v0.9.34" } +sp-inherents = { git = "https://github.com/paritytech/substrate", package = "sp-inherents", default-features = false, branch = "polkadot-v0.9.34" } +sp-offchain = { git = "https://github.com/paritytech/substrate", package = "sp-offchain", default-features = false, branch = "polkadot-v0.9.34" } +sp-runtime = { git = "https://github.com/paritytech/substrate", package = "sp-runtime", default-features = false, branch = "polkadot-v0.9.34" } +sp-session = { git = "https://github.com/paritytech/substrate", package = "sp-session", default-features = false, branch = "polkadot-v0.9.34" } +sp-std = { git = "https://github.com/paritytech/substrate", package = "sp-std", default-features = false, branch = "polkadot-v0.9.34" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", package = "sp-transaction-pool", default-features = false, branch = "polkadot-v0.9.34" } +sp-version = { git = "https://github.com/paritytech/substrate", package = "sp-version", default-features = false, branch = "polkadot-v0.9.34" } # Used for the node's RPCs -frame-system-rpc-runtime-api = { git = "https://github.com/SkymanOne/substrate", package = "frame-system-rpc-runtime-api", default-features = false, branch = "bump-1" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/SkymanOne/substrate", package = "pallet-transaction-payment-rpc-runtime-api", default-features = false, branch = "bump-1" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", package = "frame-system-rpc-runtime-api", default-features = false, branch = "polkadot-v0.9.34" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", package = "pallet-transaction-payment-rpc-runtime-api", default-features = false, branch = "polkadot-v0.9.34" } # Contracts specific packages -pallet-contracts = { git = "https://github.com/SkymanOne/substrate", package = "pallet-contracts", default-features = false, branch = "bump-1" } -pallet-contracts-primitives = { git = "https://github.com/SkymanOne/substrate", package = "pallet-contracts-primitives", default-features = false, branch = "bump-1" } +pallet-contracts = { git = "https://github.com/paritytech/substrate", package = "pallet-contracts", default-features = false, branch = "polkadot-v0.9.34" } +pallet-contracts-primitives = { git = "https://github.com/paritytech/substrate", package = "pallet-contracts-primitives", default-features = false, branch = "polkadot-v0.9.34" } # Chain extension -pallet-assets-chain-extension = { git = "https://github.com/SkymanOne/pallet-assets-chain-extension", default-features = false, features = ["substrate"], branch = "bump" } +pallet-assets-chain-extension = { git = "https://github.com/727-Ventures/pallet-assets-chain-extension", default-features = false, features = ["substrate"], branch = "polkadot-v0.9.34" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/SkymanOne/substrate", package = "substrate-wasm-builder", branch = "bump-1" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", package = "substrate-wasm-builder", branch = "polkadot-v0.9.34" } [features] default = [ From 3e6495abe611786a6b8bc92827df147303b70556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Mon, 12 Dec 2022 09:30:15 +0100 Subject: [PATCH 3/5] Fix --- Cargo.lock | 303 +++++++++++++++++++++++++++-------------------------- 1 file changed, 157 insertions(+), 146 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33ce976..3b07255 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -702,9 +702,9 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.7.1" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3" +checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b" [[package]] name = "constant_time_eq" @@ -984,9 +984,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crypto-bigint" -version = "0.3.2" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21" +checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" dependencies = [ "generic-array 0.14.6", "rand_core 0.6.4", @@ -1144,11 +1144,12 @@ dependencies = [ [[package]] name = "der" -version = "0.5.1" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c" +checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" dependencies = [ "const-oid", + "zeroize", ] [[package]] @@ -1295,9 +1296,9 @@ checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2" [[package]] name = "ecdsa" -version = "0.13.4" +version = "0.14.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9" +checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" dependencies = [ "der", "elliptic-curve", @@ -1350,13 +1351,14 @@ checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" [[package]] name = "elliptic-curve" -version = "0.11.12" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6" +checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" dependencies = [ "base16ct", "crypto-bigint", "der", + "digest 0.10.6", "ff", "generic-array 0.14.6", "group", @@ -1465,9 +1467,9 @@ dependencies = [ [[package]] name = "ff" -version = "0.11.1" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924" +checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" dependencies = [ "rand_core 0.6.4", "subtle", @@ -1558,7 +1560,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", ] @@ -1581,7 +1583,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support", "frame-system", @@ -1604,7 +1606,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support", "frame-system", @@ -1632,7 +1634,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "bitflags", "frame-metadata", @@ -1664,7 +1666,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "Inflector", "cfg-expr", @@ -1678,7 +1680,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1690,7 +1692,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "proc-macro2", "quote", @@ -1700,7 +1702,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support", "log", @@ -1718,7 +1720,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "sp-api", @@ -1950,9 +1952,9 @@ dependencies = [ [[package]] name = "group" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89" +checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" dependencies = [ "ff", "rand_core 0.6.4", @@ -2043,6 +2045,15 @@ dependencies = [ "digest 0.9.0", ] +[[package]] +name = "hmac" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" +dependencies = [ + "digest 0.10.6", +] + [[package]] name = "hmac-drbg" version = "0.3.0" @@ -2463,14 +2474,14 @@ dependencies = [ [[package]] name = "k256" -version = "0.10.4" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d" +checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b" dependencies = [ "cfg-if", "ecdsa", "elliptic-curve", - "sec1", + "sha2 0.10.6", ] [[package]] @@ -3455,7 +3466,7 @@ dependencies = [ [[package]] name = "obce" version = "0.1.0" -source = "git+https://github.com/SkymanOne/obce?branch=bump#9c1da06345f3d1211f5a3ab40f8c5b0b65e61bad" +source = "git+https://github.com/727-Ventures/obce?branch=polkadot-v0.9.34#bd369b13c7ab86590637cbd79e6ae0d70e67ea24" dependencies = [ "frame-support", "frame-system", @@ -3471,7 +3482,7 @@ dependencies = [ [[package]] name = "obce-codegen" version = "0.1.0" -source = "git+https://github.com/SkymanOne/obce?branch=bump#9c1da06345f3d1211f5a3ab40f8c5b0b65e61bad" +source = "git+https://github.com/727-Ventures/obce?branch=polkadot-v0.9.34#bd369b13c7ab86590637cbd79e6ae0d70e67ea24" dependencies = [ "blake2", "proc-macro2", @@ -3482,7 +3493,7 @@ dependencies = [ [[package]] name = "obce-macro" version = "0.1.0" -source = "git+https://github.com/SkymanOne/obce?branch=bump#9c1da06345f3d1211f5a3ab40f8c5b0b65e61bad" +source = "git+https://github.com/727-Ventures/obce?branch=polkadot-v0.9.34#bd369b13c7ab86590637cbd79e6ae0d70e67ea24" dependencies = [ "obce-codegen", "proc-macro2", @@ -3535,7 +3546,7 @@ checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-benchmarking", "frame-support", @@ -3549,7 +3560,7 @@ dependencies = [ [[package]] name = "pallet-assets-chain-extension" version = "0.1.1" -source = "git+https://github.com/SkymanOne/pallet-assets-chain-extension?branch=bump#aa0ce8cd650ee194b31e7253282a4e37551fe0c3" +source = "git+https://github.com/727-Ventures/pallet-assets-chain-extension?branch=polkadot-v0.9.34#1680c99ea3abe37e427d3ea39841432272223daa" dependencies = [ "obce", "pallet-assets", @@ -3560,7 +3571,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support", "frame-system", @@ -3575,7 +3586,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-benchmarking", "frame-support", @@ -3590,7 +3601,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "bitflags", "frame-benchmarking", @@ -3618,7 +3629,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "bitflags", "parity-scale-codec", @@ -3630,7 +3641,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "proc-macro2", "quote", @@ -3640,7 +3651,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support", "frame-system", @@ -3654,7 +3665,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support", "frame-system", @@ -3668,7 +3679,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-benchmarking", "frame-support", @@ -3686,7 +3697,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support", "frame-system", @@ -3702,7 +3713,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -3718,7 +3729,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -3945,13 +3956,12 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkcs8" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0" +checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" dependencies = [ "der", "spki", - "zeroize", ] [[package]] @@ -4471,12 +4481,12 @@ dependencies = [ [[package]] name = "rfc6979" -version = "0.1.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525" +checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" dependencies = [ "crypto-bigint", - "hmac 0.11.0", + "hmac 0.12.1", "zeroize", ] @@ -4661,7 +4671,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "log", "sp-core", @@ -4672,7 +4682,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "futures-timer", @@ -4695,7 +4705,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -4711,7 +4721,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "impl-trait-for-tuples", "memmap2", @@ -4728,7 +4738,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4739,7 +4749,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "chrono", @@ -4779,7 +4789,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "fnv", "futures", @@ -4807,7 +4817,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "hash-db", "kvdb", @@ -4831,7 +4841,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures", @@ -4855,7 +4865,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures", @@ -4884,7 +4894,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "fork-tree", @@ -4925,7 +4935,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "fork-tree", "parity-scale-codec", @@ -4938,7 +4948,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "assert_matches", "async-trait", @@ -4972,7 +4982,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures", @@ -4996,7 +5006,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "lazy_static", "lru", @@ -5022,7 +5032,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "environmental", "parity-scale-codec", @@ -5038,7 +5048,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "log", "parity-scale-codec", @@ -5053,7 +5063,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "cfg-if", "libc", @@ -5073,7 +5083,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "ansi_term", "futures", @@ -5090,7 +5100,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "async-trait", @@ -5105,7 +5115,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "async-trait", @@ -5152,7 +5162,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "cid", "futures", @@ -5172,7 +5182,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "bitflags", @@ -5198,7 +5208,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "futures", @@ -5219,7 +5229,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "async-trait", @@ -5250,7 +5260,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "futures", @@ -5269,7 +5279,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "bytes", @@ -5299,7 +5309,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "libp2p", @@ -5312,7 +5322,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -5321,7 +5331,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "hash-db", @@ -5351,7 +5361,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "jsonrpsee", @@ -5374,7 +5384,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "jsonrpsee", @@ -5387,7 +5397,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "hex", @@ -5406,7 +5416,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "directories", @@ -5477,7 +5487,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "log", "parity-scale-codec", @@ -5491,7 +5501,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "libc", @@ -5510,7 +5520,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "chrono", "futures", @@ -5528,7 +5538,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "ansi_term", "atty", @@ -5559,7 +5569,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5570,7 +5580,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures", @@ -5597,7 +5607,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures", @@ -5611,7 +5621,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "futures-timer", @@ -5699,10 +5709,11 @@ dependencies = [ [[package]] name = "sec1" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1" +checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" dependencies = [ + "base16ct", "der", "generic-array 0.14.6", "pkcs8", @@ -5903,11 +5914,11 @@ dependencies = [ [[package]] name = "signature" -version = "1.4.0" +version = "1.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788" +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" dependencies = [ - "digest 0.9.0", + "digest 0.10.6", "rand_core 0.6.4", ] @@ -5996,7 +6007,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "hash-db", "log", @@ -6014,7 +6025,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "blake2", "proc-macro-crate", @@ -6026,7 +6037,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "scale-info", @@ -6039,7 +6050,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "integer-sqrt", "num-traits", @@ -6054,7 +6065,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "parity-scale-codec", @@ -6066,7 +6077,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "sp-api", @@ -6078,7 +6089,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "log", @@ -6096,7 +6107,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures", @@ -6115,7 +6126,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "parity-scale-codec", @@ -6133,7 +6144,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "merlin", @@ -6156,7 +6167,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "scale-info", @@ -6170,7 +6181,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "scale-info", @@ -6183,7 +6194,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "base58", @@ -6228,7 +6239,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "blake2", "byteorder", @@ -6242,7 +6253,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "proc-macro2", "quote", @@ -6253,7 +6264,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -6262,7 +6273,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "proc-macro2", "quote", @@ -6272,7 +6283,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "environmental", "parity-scale-codec", @@ -6283,7 +6294,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "finality-grandpa", "log", @@ -6301,7 +6312,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -6315,7 +6326,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "bytes", "ed25519-dalek", @@ -6342,7 +6353,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "lazy_static", "sp-core", @@ -6353,7 +6364,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures", @@ -6370,7 +6381,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "thiserror", "zstd", @@ -6379,7 +6390,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "sp-api", "sp-core", @@ -6389,7 +6400,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "backtrace", "lazy_static", @@ -6399,7 +6410,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "rustc-hash", "serde", @@ -6409,7 +6420,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "either", "hash256-std-hasher", @@ -6432,7 +6443,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -6450,7 +6461,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "Inflector", "proc-macro-crate", @@ -6462,7 +6473,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "log", "parity-scale-codec", @@ -6476,7 +6487,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "scale-info", @@ -6490,7 +6501,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "scale-info", @@ -6501,7 +6512,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "hash-db", "log", @@ -6523,12 +6534,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6541,7 +6552,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures-timer", @@ -6557,7 +6568,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "sp-std", @@ -6569,7 +6580,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "sp-api", "sp-runtime", @@ -6578,7 +6589,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "log", @@ -6594,7 +6605,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "ahash", "hash-db", @@ -6617,7 +6628,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6634,7 +6645,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -6645,7 +6656,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "impl-trait-for-tuples", "log", @@ -6658,7 +6669,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6685,9 +6696,9 @@ checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09" [[package]] name = "spki" -version = "0.5.4" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27" +checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" dependencies = [ "base64ct", "der", @@ -6805,7 +6816,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "platforms", ] @@ -6813,7 +6824,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -6834,7 +6845,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures-util", "hyper", @@ -6847,7 +6858,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "ansi_term", "build-helper", From 82123a79b6131ec488e069705fec8da3c28150b6 Mon Sep 17 00:00:00 2001 From: SkymanOne Date: Mon, 12 Dec 2022 20:06:28 +0000 Subject: [PATCH 4/5] fix dependecies and update README --- Cargo.lock | 566 ++++++++++++++++++++++++++++------------------------- README.md | 2 +- 2 files changed, 302 insertions(+), 266 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33ce976..d6be91d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,11 +153,11 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-channel" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28" +checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" dependencies = [ - "concurrent-queue 1.2.4", + "concurrent-queue", "event-listener", "futures-core", ] @@ -170,7 +170,7 @@ checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b" dependencies = [ "async-lock", "async-task", - "concurrent-queue 2.0.0", + "concurrent-queue", "fastrand", "futures-lite", "slab", @@ -193,13 +193,13 @@ dependencies = [ [[package]] name = "async-io" -version = "1.10.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8121296a9f05be7f34aa4196b1747243b3b62e048bb7906f644f3fbfc490cf7" +checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794" dependencies = [ "async-lock", "autocfg", - "concurrent-queue 1.2.4", + "concurrent-queue", "futures-lite", "libc", "log", @@ -208,7 +208,7 @@ dependencies = [ "slab", "socket2", "waker-fn", - "winapi", + "windows-sys 0.42.0", ] [[package]] @@ -229,9 +229,9 @@ checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" [[package]] name = "async-trait" -version = "0.1.58" +version = "0.1.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c" +checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364" dependencies = [ "proc-macro2", "quote", @@ -263,7 +263,7 @@ version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" dependencies = [ - "hermit-abi", + "hermit-abi 0.1.19", "libc", "winapi", ] @@ -284,7 +284,7 @@ dependencies = [ "cc", "cfg-if", "libc", - "miniz_oxide", + "miniz_oxide 0.5.4", "object", "rustc-demangle", ] @@ -388,9 +388,9 @@ dependencies = [ [[package]] name = "blake3" -version = "1.3.2" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "895adc16c8b3273fbbc32685a7d55227705eda08c01e77704020f3491924b44b" +checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef" dependencies = [ "arrayref", "arrayvec 0.7.2", @@ -440,16 +440,16 @@ dependencies = [ [[package]] name = "blocking" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc" +checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8" dependencies = [ "async-channel", + "async-lock", "async-task", "atomic-waker", "fastrand", "futures-lite", - "once_cell", ] [[package]] @@ -506,12 +506,6 @@ version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c" -[[package]] -name = "cache-padded" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" - [[package]] name = "camino" version = "1.1.1" @@ -637,14 +631,14 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.26" +version = "4.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2148adefda54e14492fb9bddcc600b4344c5d1a3123bd666dcb939c6f0e0e57e" +checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d" dependencies = [ - "atty", "bitflags", "clap_derive", "clap_lex", + "is-terminal", "once_cell", "strsim", "termcolor", @@ -682,15 +676,6 @@ dependencies = [ "unicode-width", ] -[[package]] -name = "concurrent-queue" -version = "1.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c" -dependencies = [ - "cache-padded", -] - [[package]] name = "concurrent-queue" version = "2.0.0" @@ -702,9 +687,9 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.7.1" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3" +checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b" [[package]] name = "constant_time_eq" @@ -984,9 +969,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crypto-bigint" -version = "0.3.2" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21" +checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" dependencies = [ "generic-array 0.14.6", "rand_core 0.6.4", @@ -1074,9 +1059,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.82" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453" +checksum = "bdf07d07d6531bfcdbe9b8b739b104610c6508dcc4d63b410585faf338241daf" dependencies = [ "cc", "cxxbridge-flags", @@ -1086,9 +1071,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.82" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0" +checksum = "d2eb5b96ecdc99f72657332953d4d9c50135af1bac34277801cc3937906ebd39" dependencies = [ "cc", "codespan-reporting", @@ -1101,15 +1086,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.82" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71" +checksum = "ac040a39517fd1674e0f32177648334b0f4074625b5588a64519804ba0553b12" [[package]] name = "cxxbridge-macro" -version = "1.0.82" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470" +checksum = "1362b0ddcfc4eb0a1f57b68bd77dd99f0e826958a96abd0ae9bd092e114ffed6" dependencies = [ "proc-macro2", "quote", @@ -1118,9 +1103,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.3.2" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" +checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" [[package]] name = "data-encoding-macro" @@ -1144,11 +1129,12 @@ dependencies = [ [[package]] name = "der" -version = "0.5.1" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c" +checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" dependencies = [ "const-oid", + "zeroize", ] [[package]] @@ -1295,9 +1281,9 @@ checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2" [[package]] name = "ecdsa" -version = "0.13.4" +version = "0.14.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9" +checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" dependencies = [ "der", "elliptic-curve", @@ -1350,13 +1336,14 @@ checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" [[package]] name = "elliptic-curve" -version = "0.11.12" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6" +checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" dependencies = [ "base16ct", "crypto-bigint", "der", + "digest 0.10.6", "ff", "generic-array 0.14.6", "group", @@ -1393,9 +1380,9 @@ dependencies = [ [[package]] name = "environmental" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797" +checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" [[package]] name = "errno" @@ -1465,9 +1452,9 @@ dependencies = [ [[package]] name = "ff" -version = "0.11.1" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924" +checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" dependencies = [ "rand_core 0.6.4", "subtle", @@ -1485,9 +1472,9 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3" +checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9" dependencies = [ "cfg-if", "libc", @@ -1531,13 +1518,13 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" -version = "1.0.24" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" +checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" dependencies = [ "crc32fast", "libz-sys", - "miniz_oxide", + "miniz_oxide 0.6.2", ] [[package]] @@ -1558,7 +1545,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", ] @@ -1581,7 +1568,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support", "frame-system", @@ -1604,7 +1591,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support", "frame-system", @@ -1632,7 +1619,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "bitflags", "frame-metadata", @@ -1664,7 +1651,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "Inflector", "cfg-expr", @@ -1678,7 +1665,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1690,7 +1677,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "proc-macro2", "quote", @@ -1700,7 +1687,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support", "log", @@ -1718,7 +1705,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "sp-api", @@ -1950,9 +1937,9 @@ dependencies = [ [[package]] name = "group" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89" +checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" dependencies = [ "ff", "rand_core 0.6.4", @@ -2017,6 +2004,15 @@ dependencies = [ "libc", ] +[[package]] +name = "hermit-abi" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" +dependencies = [ + "libc", +] + [[package]] name = "hex" version = "0.4.3" @@ -2043,6 +2039,15 @@ dependencies = [ "digest 0.9.0", ] +[[package]] +name = "hmac" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" +dependencies = [ + "digest 0.10.6", +] + [[package]] name = "hmac-drbg" version = "0.3.0" @@ -2131,9 +2136,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.23.1" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59df7c4e19c950e6e0e868dcc0a300b09a9b88e9ec55bd879ca819087a77355d" +checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" dependencies = [ "http", "hyper", @@ -2289,9 +2294,9 @@ checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074" [[package]] name = "io-lifetimes" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87" +checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c" dependencies = [ "libc", "windows-sys 0.42.0", @@ -2317,9 +2322,21 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.5.1" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745" +checksum = "11b0d96e660696543b251e58030cf9787df56da39dab19ad60eae7353040917e" + +[[package]] +name = "is-terminal" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330" +dependencies = [ + "hermit-abi 0.2.6", + "io-lifetimes 1.0.3", + "rustix 0.36.5", + "windows-sys 0.42.0", +] [[package]] name = "itertools" @@ -2463,14 +2480,14 @@ dependencies = [ [[package]] name = "k256" -version = "0.10.4" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d" +checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b" dependencies = [ "cfg-if", "ecdsa", "elliptic-curve", - "sec1", + "sha2 0.10.6", ] [[package]] @@ -2511,9 +2528,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.137" +version = "0.2.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" +checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8" [[package]] name = "libm" @@ -3066,7 +3083,7 @@ version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb" dependencies = [ - "rustix 0.36.3", + "rustix 0.36.5", ] [[package]] @@ -3134,6 +3151,15 @@ dependencies = [ "adler", ] +[[package]] +name = "miniz_oxide" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" +dependencies = [ + "adler", +] + [[package]] name = "mio" version = "0.8.5" @@ -3241,9 +3267,9 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "multistream-select" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bc41247ec209813e2fd414d6e16b9d94297dacf3cd613fa6ef09cd4d9755c10" +checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a" dependencies = [ "bytes", "futures", @@ -3359,9 +3385,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.24.2" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" +checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" dependencies = [ "bitflags", "cfg-if", @@ -3402,9 +3428,9 @@ dependencies = [ [[package]] name = "num-format" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b" +checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" dependencies = [ "arrayvec 0.7.2", "itoa", @@ -3448,14 +3474,14 @@ version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5" dependencies = [ - "hermit-abi", + "hermit-abi 0.1.19", "libc", ] [[package]] name = "obce" version = "0.1.0" -source = "git+https://github.com/SkymanOne/obce?branch=bump#9c1da06345f3d1211f5a3ab40f8c5b0b65e61bad" +source = "git+https://github.com/727-Ventures/obce?branch=polkadot-v0.9.34#bd369b13c7ab86590637cbd79e6ae0d70e67ea24" dependencies = [ "frame-support", "frame-system", @@ -3471,7 +3497,7 @@ dependencies = [ [[package]] name = "obce-codegen" version = "0.1.0" -source = "git+https://github.com/SkymanOne/obce?branch=bump#9c1da06345f3d1211f5a3ab40f8c5b0b65e61bad" +source = "git+https://github.com/727-Ventures/obce?branch=polkadot-v0.9.34#bd369b13c7ab86590637cbd79e6ae0d70e67ea24" dependencies = [ "blake2", "proc-macro2", @@ -3482,7 +3508,7 @@ dependencies = [ [[package]] name = "obce-macro" version = "0.1.0" -source = "git+https://github.com/SkymanOne/obce?branch=bump#9c1da06345f3d1211f5a3ab40f8c5b0b65e61bad" +source = "git+https://github.com/727-Ventures/obce?branch=polkadot-v0.9.34#bd369b13c7ab86590637cbd79e6ae0d70e67ea24" dependencies = [ "obce-codegen", "proc-macro2", @@ -3535,7 +3561,7 @@ checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-benchmarking", "frame-support", @@ -3549,7 +3575,7 @@ dependencies = [ [[package]] name = "pallet-assets-chain-extension" version = "0.1.1" -source = "git+https://github.com/SkymanOne/pallet-assets-chain-extension?branch=bump#aa0ce8cd650ee194b31e7253282a4e37551fe0c3" +source = "git+https://github.com/727-Ventures/pallet-assets-chain-extension?branch=polkadot-v0.9.34#1680c99ea3abe37e427d3ea39841432272223daa" dependencies = [ "obce", "pallet-assets", @@ -3560,7 +3586,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support", "frame-system", @@ -3575,7 +3601,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-benchmarking", "frame-support", @@ -3590,7 +3616,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "bitflags", "frame-benchmarking", @@ -3618,7 +3644,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "bitflags", "parity-scale-codec", @@ -3630,7 +3656,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "proc-macro2", "quote", @@ -3640,7 +3666,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support", "frame-system", @@ -3654,7 +3680,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support", "frame-system", @@ -3668,7 +3694,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-benchmarking", "frame-support", @@ -3686,7 +3712,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-support", "frame-system", @@ -3702,7 +3728,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -3718,7 +3744,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -3835,7 +3861,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" dependencies = [ "lock_api", - "parking_lot_core 0.9.4", + "parking_lot_core 0.9.5", ] [[package]] @@ -3854,9 +3880,9 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0" +checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba" dependencies = [ "cfg-if", "libc", @@ -3945,13 +3971,12 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkcs8" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0" +checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" dependencies = [ "der", "spki", - "zeroize", ] [[package]] @@ -3968,16 +3993,16 @@ checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94" [[package]] name = "polling" -version = "2.4.0" +version = "2.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2" +checksum = "166ca89eb77fd403230b9c156612965a81e094ec6ec3aa13663d4c8b113fa748" dependencies = [ "autocfg", "cfg-if", "libc", "log", "wepoll-ffi", - "winapi", + "windows-sys 0.42.0", ] [[package]] @@ -4011,9 +4036,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "predicates" -version = "2.1.3" +version = "2.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6bd09a7f7e68f3f0bf710fb7ab9c4615a488b58b5f653382a687701e458c92" +checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05" dependencies = [ "difflib", "float-cmp", @@ -4145,9 +4170,9 @@ dependencies = [ [[package]] name = "prost" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0841812012b2d4a6145fae9a6af1534873c32aa67fff26bd09f8fa42c83f95a" +checksum = "c0b18e655c21ff5ac2084a5ad0611e827b3f92badf79f4910b5a5c58f4d87ff0" dependencies = [ "bytes", "prost-derive", @@ -4155,9 +4180,9 @@ dependencies = [ [[package]] name = "prost-build" -version = "0.11.2" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d8b442418ea0822409d9e7d047cbf1e7e9e1760b172bf9982cf29d517c93511" +checksum = "276470f7f281b0ed53d2ae42dd52b4a8d08853a3c70e7fe95882acbb98a6ae94" dependencies = [ "bytes", "heck", @@ -4351,11 +4376,10 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[package]] name = "rayon" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b" +checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" dependencies = [ - "crossbeam-deque", "either", "rayon-core", ] @@ -4471,12 +4495,12 @@ dependencies = [ [[package]] name = "rfc6979" -version = "0.1.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525" +checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" dependencies = [ "crypto-bigint", - "hmac 0.11.0", + "hmac 0.12.1", "zeroize", ] @@ -4497,11 +4521,12 @@ dependencies = [ [[package]] name = "rpassword" -version = "7.1.0" +version = "7.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5" +checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322" dependencies = [ "libc", + "rtoolbox", "winapi", ] @@ -4520,6 +4545,16 @@ dependencies = [ "thiserror", ] +[[package]] +name = "rtoolbox" +version = "0.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a" +dependencies = [ + "libc", + "winapi", +] + [[package]] name = "rustc-demangle" version = "0.1.21" @@ -4572,13 +4607,13 @@ dependencies = [ [[package]] name = "rustix" -version = "0.36.3" +version = "0.36.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b1fbb4dfc4eb1d390c02df47760bb19a84bb80b301ecc947ab5406394d8223e" +checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588" dependencies = [ "bitflags", "errno", - "io-lifetimes 1.0.1", + "io-lifetimes 1.0.3", "libc", "linux-raw-sys 0.1.3", "windows-sys 0.42.0", @@ -4661,7 +4696,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "log", "sp-core", @@ -4672,7 +4707,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "futures-timer", @@ -4695,7 +4730,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -4711,7 +4746,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "impl-trait-for-tuples", "memmap2", @@ -4728,7 +4763,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4739,7 +4774,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "chrono", @@ -4779,7 +4814,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "fnv", "futures", @@ -4807,7 +4842,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "hash-db", "kvdb", @@ -4831,7 +4866,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures", @@ -4855,7 +4890,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures", @@ -4884,7 +4919,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "fork-tree", @@ -4925,7 +4960,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "fork-tree", "parity-scale-codec", @@ -4938,7 +4973,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "assert_matches", "async-trait", @@ -4972,7 +5007,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures", @@ -4996,7 +5031,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "lazy_static", "lru", @@ -5022,7 +5057,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "environmental", "parity-scale-codec", @@ -5038,7 +5073,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "log", "parity-scale-codec", @@ -5053,7 +5088,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "cfg-if", "libc", @@ -5073,7 +5108,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "ansi_term", "futures", @@ -5090,7 +5125,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "async-trait", @@ -5105,7 +5140,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "async-trait", @@ -5152,7 +5187,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "cid", "futures", @@ -5172,7 +5207,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "bitflags", @@ -5198,7 +5233,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "futures", @@ -5219,7 +5254,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "async-trait", @@ -5250,7 +5285,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "futures", @@ -5269,7 +5304,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "bytes", @@ -5299,7 +5334,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "libp2p", @@ -5312,7 +5347,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -5321,7 +5356,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "hash-db", @@ -5351,7 +5386,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "jsonrpsee", @@ -5374,7 +5409,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "jsonrpsee", @@ -5387,7 +5422,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "hex", @@ -5406,7 +5441,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "directories", @@ -5477,7 +5512,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "log", "parity-scale-codec", @@ -5491,7 +5526,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "libc", @@ -5510,7 +5545,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "chrono", "futures", @@ -5528,7 +5563,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "ansi_term", "atty", @@ -5559,7 +5594,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5570,7 +5605,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures", @@ -5597,7 +5632,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures", @@ -5611,7 +5646,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "futures-timer", @@ -5623,9 +5658,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8" +checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608" dependencies = [ "bitvec", "cfg-if", @@ -5637,9 +5672,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdcd47b380d8c4541044e341dcd9475f55ba37ddc50c908d945fc036a8642496" +checksum = "303959cf613a6f6efd19ed4b4ad5bf79966a13352716299ad532cfb115f4205c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5699,10 +5734,11 @@ dependencies = [ [[package]] name = "sec1" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1" +checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" dependencies = [ + "base16ct", "der", "generic-array 0.14.6", "pkcs8", @@ -5712,9 +5748,9 @@ dependencies = [ [[package]] name = "secp256k1" -version = "0.24.1" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964" +checksum = "d9512ffd81e3a3503ed401f79c33168b9148c75038956039166cd750eaa037c3" dependencies = [ "secp256k1-sys", ] @@ -5795,18 +5831,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.147" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965" +checksum = "e326c9ec8042f1b5da33252c8a37e9ffbd2c9bef0155215b6e6c80c790e05f91" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.147" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852" +checksum = "42a3df25b0713732468deadad63ab9da1f1fd75a48a15024b50363f128db627e" dependencies = [ "proc-macro2", "quote", @@ -5903,11 +5939,11 @@ dependencies = [ [[package]] name = "signature" -version = "1.4.0" +version = "1.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788" +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" dependencies = [ - "digest 0.9.0", + "digest 0.10.6", "rand_core 0.6.4", ] @@ -5996,7 +6032,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "hash-db", "log", @@ -6014,7 +6050,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "blake2", "proc-macro-crate", @@ -6026,7 +6062,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "scale-info", @@ -6039,7 +6075,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "integer-sqrt", "num-traits", @@ -6054,7 +6090,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "parity-scale-codec", @@ -6066,7 +6102,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "sp-api", @@ -6078,7 +6114,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures", "log", @@ -6096,7 +6132,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures", @@ -6115,7 +6151,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "parity-scale-codec", @@ -6133,7 +6169,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "merlin", @@ -6156,7 +6192,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "scale-info", @@ -6170,7 +6206,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "scale-info", @@ -6183,7 +6219,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "array-bytes", "base58", @@ -6228,7 +6264,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "blake2", "byteorder", @@ -6242,7 +6278,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "proc-macro2", "quote", @@ -6253,7 +6289,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -6262,7 +6298,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "proc-macro2", "quote", @@ -6272,7 +6308,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "environmental", "parity-scale-codec", @@ -6283,7 +6319,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "finality-grandpa", "log", @@ -6301,7 +6337,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -6315,7 +6351,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "bytes", "ed25519-dalek", @@ -6342,7 +6378,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "lazy_static", "sp-core", @@ -6353,7 +6389,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures", @@ -6370,7 +6406,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "thiserror", "zstd", @@ -6379,7 +6415,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "sp-api", "sp-core", @@ -6389,7 +6425,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "backtrace", "lazy_static", @@ -6399,7 +6435,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "rustc-hash", "serde", @@ -6409,7 +6445,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "either", "hash256-std-hasher", @@ -6432,7 +6468,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -6450,7 +6486,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "Inflector", "proc-macro-crate", @@ -6462,7 +6498,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "log", "parity-scale-codec", @@ -6476,7 +6512,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "scale-info", @@ -6490,7 +6526,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "scale-info", @@ -6501,7 +6537,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "hash-db", "log", @@ -6523,12 +6559,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6541,7 +6577,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "futures-timer", @@ -6557,7 +6593,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "sp-std", @@ -6569,7 +6605,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "sp-api", "sp-runtime", @@ -6578,7 +6614,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "async-trait", "log", @@ -6594,7 +6630,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "ahash", "hash-db", @@ -6617,7 +6653,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6634,7 +6670,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -6645,7 +6681,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "impl-trait-for-tuples", "log", @@ -6658,7 +6694,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6685,9 +6721,9 @@ checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09" [[package]] name = "spki" -version = "0.5.4" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27" +checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" dependencies = [ "base64ct", "der", @@ -6695,9 +6731,9 @@ dependencies = [ [[package]] name = "ss58-registry" -version = "1.35.0" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa0813c10b9dbdc842c2305f949f724c64866e4ef4d09c9151e96f6a2106773c" +checksum = "23d92659e7d18d82b803824a9ba5a6022cff101c3491d027c1c1d8d30e749284" dependencies = [ "Inflector", "num-format", @@ -6805,7 +6841,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "platforms", ] @@ -6813,7 +6849,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -6834,7 +6870,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "futures-util", "hyper", @@ -6847,7 +6883,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/SkymanOne/substrate?branch=bump-1#87236a1637d1ff06415dcfb45251296d85f7f1b0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.34#1cc97dd30537997ff4c9827beb2ef0cac9c49063" dependencies = [ "ansi_term", "build-helper", @@ -6869,9 +6905,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.103" +version = "1.0.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d" +checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908" dependencies = [ "proc-macro2", "quote", @@ -6992,9 +7028,9 @@ dependencies = [ [[package]] name = "time" -version = "0.1.44" +version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" +checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" dependencies = [ "libc", "wasi 0.10.0+wasi-snapshot-preview1", @@ -7037,9 +7073,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.22.0" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3" +checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" dependencies = [ "autocfg", "bytes", @@ -7052,14 +7088,14 @@ dependencies = [ "signal-hook-registry", "socket2", "tokio-macros", - "winapi", + "windows-sys 0.42.0", ] [[package]] name = "tokio-macros" -version = "1.8.0" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" +checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" dependencies = [ "proc-macro2", "quote", @@ -7298,15 +7334,15 @@ dependencies = [ [[package]] name = "typenum" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" +checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" [[package]] name = "uint" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601" +checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" dependencies = [ "byteorder", "crunchy", @@ -7876,9 +7912,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.22.5" +version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be" +checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" dependencies = [ "webpki", ] @@ -8137,9 +8173,9 @@ dependencies = [ [[package]] name = "zeroize_derive" -version = "1.3.2" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17" +checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c" dependencies = [ "proc-macro2", "quote", @@ -8168,9 +8204,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.2+zstd.1.5.2" +version = "2.0.4+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24faa29d97c8ddca9b37b680e3bd2d5439d864a9cac3a0640d086b71c908bb83" +checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0" dependencies = [ "cc", "libc", diff --git a/README.md b/README.md index a80b941..0356933 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ configured to include Substrate's [`pallet-contracts`](https://github.com/parity ‒ a smart contract module. This repository is tracking Substrate's -[`polkadot-v0.9.32`](https://github.com/paritytech/substrate/tree/polkadot-v0.9.32) branch. +[`polkadot-v0.9.34`](https://github.com/paritytech/substrate/tree/polkadot-v0.9.34) branch. When new Polkadot releases come out we may update to those. _This repository contains a couple of modifications that make it unsuitable From 39493a93b55d9cf90ff0224e1e123e7569141996 Mon Sep 17 00:00:00 2001 From: German Date: Tue, 13 Dec 2022 10:55:17 +0000 Subject: [PATCH 5/5] Update runtime/src/lib.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alexander Theißen --- runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index ae6345d..743cc25 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -352,7 +352,7 @@ impl pallet_contracts::Config for Runtime { // just more lax. type MaxCodeLen = ConstU32<{ 256 * 1024 }>; type MaxStorageKeyLen = ConstU32<128>; - type UnsafeUnstableInterface = ConstBool; + type UnsafeUnstableInterface = ConstBool; } // Create the runtime by composing the FRAME pallets that were previously configured.