From d4906f9765612656d1f46f7fcb52c90e7a07864a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 07:20:09 +0000 Subject: [PATCH] Bump sha3 from 0.8.2 to 0.10.2 Bumps [sha3](https://github.com/RustCrypto/hashes) from 0.8.2 to 0.10.2. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha3-v0.8.2...sha3-v0.10.2) --- updated-dependencies: - dependency-name: sha3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 1949 ++++++++++++++++--------------- precompiles/template/Cargo.toml | 26 +- precompiles/utils/Cargo.toml | 20 +- runtime/phoenix/Cargo.toml | 152 +-- runtime/ulas/Cargo.toml | 152 +-- 5 files changed, 1175 insertions(+), 1124 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbb5e96ce..82a07cc29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" dependencies = [ - "generic-array 0.14.5", + "generic-array 0.14.6", ] [[package]] @@ -68,7 +68,7 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" dependencies = [ - "getrandom 0.2.6", + "getrandom 0.2.7", "once_cell", "version_check", ] @@ -93,9 +93,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.57" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" +checksum = "c91f1f46651137be86f3a2b9a8359f9ab421d04d941c62b5982e1ca21113adf9" [[package]] name = "approx" @@ -172,9 +172,9 @@ dependencies = [ [[package]] name = "async-global-executor" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd8b508d585e01084059b60f06ade4cb7415cd2e4084b71dd1cb44e7d3fb9880" +checksum = "5262ed948da60dd8956c6c5aca4d4163593dddb7b32d73267c93dab7b2e98940" dependencies = [ "async-channel", "async-executor", @@ -182,6 +182,7 @@ dependencies = [ "async-lock", "blocking", "futures-lite", + "num_cpus", "once_cell", ] @@ -232,9 +233,9 @@ dependencies = [ [[package]] name = "async-std" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c" +checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" dependencies = [ "async-channel", "async-global-executor", @@ -250,7 +251,6 @@ dependencies = [ "kv-log-macro", "log", "memchr", - "num_cpus", "once_cell", "pin-project-lite 0.2.9", "pin-utils", @@ -275,15 +275,15 @@ dependencies = [ [[package]] name = "async-task" -version = "4.2.0" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9" +checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" [[package]] name = "async-trait" -version = "0.1.56" +version = "0.1.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" +checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" dependencies = [ "proc-macro2", "quote", @@ -303,15 +303,6 @@ dependencies = [ "pin-project-lite 0.2.9", ] -[[package]] -name = "atomic" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c" -dependencies = [ - "autocfg", -] - [[package]] name = "atomic-waker" version = "1.0.0" @@ -349,24 +340,24 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "backtrace" -version = "0.3.65" +version = "0.3.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61" +checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" dependencies = [ "addr2line", "cc", "cfg-if 1.0.0", "libc", "miniz_oxide", - "object 0.28.4", + "object 0.29.0", "rustc-demangle", ] [[package]] name = "base-x" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74" +checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" [[package]] name = "base16ct" @@ -398,7 +389,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "beefy-primitives", "fnv", @@ -406,7 +397,7 @@ dependencies = [ "futures-timer", "hex", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "sc-chain-spec", "sc-client-api", @@ -432,14 +423,14 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "beefy-gadget", "beefy-primitives", "futures 0.3.21", "jsonrpsee", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "sc-rpc", "sc-utils", @@ -452,14 +443,18 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" +dependencies = [ + "beefy-primitives", + "sp-api", +] [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-api", "sp-application-crypto", @@ -470,7 +465,7 @@ dependencies = [ [[package]] name = "bholdus" -version = "1.0.22" +version = "1.0.23" dependencies = [ "bholdus-cli", "bholdus-service", @@ -481,7 +476,7 @@ dependencies = [ [[package]] name = "bholdus-bridge-native-transfer" -version = "1.0.22" +version = "1.0.23" dependencies = [ "common-primitives", "frame-benchmarking", @@ -489,7 +484,7 @@ dependencies = [ "frame-system", "hex", "pallet-balances", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -500,10 +495,10 @@ dependencies = [ [[package]] name = "bholdus-cli" -version = "1.0.22" +version = "1.0.23" dependencies = [ "bholdus-service", - "clap 3.1.18", + "clap 3.2.16", "frame-benchmarking", "frame-benchmarking-cli", "log", @@ -522,14 +517,14 @@ dependencies = [ [[package]] name = "bholdus-currencies" -version = "1.0.22" +version = "1.0.23" dependencies = [ "bholdus-support", "bholdus-tokens", "frame-support", "frame-system", "pallet-balances", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -540,7 +535,7 @@ dependencies = [ [[package]] name = "bholdus-evm-precompile-template" -version = "1.0.22" +version = "1.0.23" dependencies = [ "bholdus-evm-precompile-utils", "bholdus-support", @@ -555,10 +550,10 @@ dependencies = [ "pallet-evm", "pallet-template", "pallet-timestamp", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", - "sha3 0.8.2", + "sha3 0.10.2", "slices", "sp-core", "sp-io", @@ -568,10 +563,10 @@ dependencies = [ [[package]] name = "bholdus-evm-precompile-utils" -version = "1.0.22" +version = "1.0.23" dependencies = [ "bholdus-evm-precompile-utils-macro", - "evm 0.35.0 (git+https://github.com/rust-blockchain/evm?branch=master)", + "evm", "fp-evm", "frame-support", "frame-system", @@ -580,8 +575,8 @@ dependencies = [ "log", "num_enum", "pallet-evm", - "parity-scale-codec 3.1.2", - "sha3 0.9.1", + "parity-scale-codec 3.1.5", + "sha3 0.10.2", "sp-core", "sp-io", "sp-std", @@ -589,7 +584,7 @@ dependencies = [ [[package]] name = "bholdus-evm-precompile-utils-macro" -version = "1.0.22" +version = "1.0.23" dependencies = [ "num_enum", "proc-macro2", @@ -600,11 +595,11 @@ dependencies = [ [[package]] name = "bholdus-evm-primitives-ext" -version = "1.0.22" +version = "1.0.23" dependencies = [ "ethereum-types 0.12.1", "evm-tracing-events", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-externalities", "sp-runtime-interface", "sp-std", @@ -612,7 +607,7 @@ dependencies = [ [[package]] name = "bholdus-memo" -version = "1.0.22" +version = "1.0.23" dependencies = [ "common-primitives", "frame-benchmarking", @@ -621,7 +616,7 @@ dependencies = [ "pallet-balances", "pallet-timestamp", "pallet-transaction-payment", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -632,7 +627,7 @@ dependencies = [ [[package]] name = "bholdus-nft" -version = "1.0.22" +version = "1.0.23" dependencies = [ "bholdus-support", "common-primitives", @@ -642,7 +637,7 @@ dependencies = [ "frame-system", "pallet-balances", "pallet-utility", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -654,7 +649,7 @@ dependencies = [ [[package]] name = "bholdus-nft-marketplace" -version = "1.0.22" +version = "1.0.23" dependencies = [ "bholdus-currencies", "bholdus-nft", @@ -667,7 +662,7 @@ dependencies = [ "frame-system", "pallet-balances", "pallet-utility", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -680,7 +675,7 @@ dependencies = [ [[package]] name = "bholdus-service" -version = "1.0.22" +version = "1.0.23" dependencies = [ "async-trait", "beefy-gadget", @@ -709,7 +704,7 @@ dependencies = [ "pallet-transaction-payment", "pallet-transaction-payment-rpc", "pallet-transaction-payment-rpc-runtime-api", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "phoenix-runtime", "rand 0.8.5", "sc-authority-discovery", @@ -762,12 +757,12 @@ dependencies = [ [[package]] name = "bholdus-support" -version = "1.0.22" +version = "1.0.23" dependencies = [ "frame-support", "impl-trait-for-tuples", "num-traits", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-io", @@ -777,7 +772,7 @@ dependencies = [ [[package]] name = "bholdus-tokens" -version = "1.0.22" +version = "1.0.23" dependencies = [ "bholdus-support", "enumflags2 0.6.4", @@ -785,7 +780,7 @@ dependencies = [ "frame-support", "frame-system", "pallet-balances", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-core", "sp-io", @@ -847,9 +842,9 @@ dependencies = [ [[package]] name = "bitvec" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b" +checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" dependencies = [ "funty 2.0.0", "radium 0.7.0", @@ -930,7 +925,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" dependencies = [ "block-padding 0.2.1", - "generic-array 0.14.5", + "generic-array 0.14.6", ] [[package]] @@ -939,7 +934,7 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" dependencies = [ - "generic-array 0.14.5", + "generic-array 0.14.6", ] [[package]] @@ -1021,9 +1016,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.1.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" +checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" [[package]] name = "bzip2-sys" @@ -1068,7 +1063,7 @@ checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" dependencies = [ "camino", "cargo-platform", - "semver 1.0.9", + "semver 1.0.13", "serde", "serde_json", ] @@ -1105,9 +1100,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chacha20" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01b72a433d0cf2aef113ba70f62634c56fddb0f244e6377185c56a7cadbd8f91" +checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" dependencies = [ "cfg-if 1.0.0", "cipher", @@ -1117,9 +1112,9 @@ dependencies = [ [[package]] name = "chacha20poly1305" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b84ed6d1d5f7aa9bdde921a5090e0ca4d934d250ea3b402a5fab3a994e28a2a" +checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5" dependencies = [ "aead", "chacha20", @@ -1130,14 +1125,15 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.19" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" +checksum = "6127248204b9aba09a362f6c930ef6a78f2c1b2215f8a7b398c06e1083f17af0" dependencies = [ - "libc", + "js-sys", "num-integer", "num-traits", "time", + "wasm-bindgen", "winapi", ] @@ -1160,7 +1156,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" dependencies = [ - "generic-array 0.14.5", + "generic-array 0.14.6", ] [[package]] @@ -1200,16 +1196,16 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.18" +version = "3.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b" +checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9" dependencies = [ "atty", "bitflags", "clap_derive", "clap_lex", "indexmap", - "lazy_static", + "once_cell", "strsim 0.10.0", "termcolor", "textwrap 0.15.0", @@ -1217,9 +1213,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "3.1.18" +version = "3.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c" +checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4" dependencies = [ "heck 0.4.0", "proc-macro-error", @@ -1230,13 +1226,22 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.2.0" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213" +checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" dependencies = [ "os_str_bytes", ] +[[package]] +name = "cmake" +version = "0.1.48" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a" +dependencies = [ + "cc", +] + [[package]] name = "comfy-table" version = "5.0.1" @@ -1250,9 +1255,9 @@ dependencies = [ [[package]] name = "common-primitives" -version = "1.0.22" +version = "1.0.23" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -1262,9 +1267,9 @@ dependencies = [ [[package]] name = "concurrent-queue" -version = "1.2.2" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3" +checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c" dependencies = [ "cache-padded", ] @@ -1332,59 +1337,60 @@ dependencies = [ [[package]] name = "cranelift-bforest" -version = "0.82.3" +version = "0.85.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75" +checksum = "749d0d6022c9038dccf480bdde2a38d435937335bf2bb0f14e815d94517cdce8" dependencies = [ "cranelift-entity", ] [[package]] name = "cranelift-codegen" -version = "0.82.3" +version = "0.85.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b" +checksum = "e94370cc7b37bf652ccd8bb8f09bd900997f7ccf97520edfc75554bb5c4abbea" dependencies = [ "cranelift-bforest", "cranelift-codegen-meta", "cranelift-codegen-shared", "cranelift-entity", + "cranelift-isle", "gimli", "log", - "regalloc", + "regalloc2", "smallvec", "target-lexicon", ] [[package]] name = "cranelift-codegen-meta" -version = "0.82.3" +version = "0.85.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24" +checksum = "e0a3cea8fdab90e44018c5b9a1dfd460d8ee265ac354337150222a354628bdb6" dependencies = [ "cranelift-codegen-shared", ] [[package]] name = "cranelift-codegen-shared" -version = "0.82.3" +version = "0.85.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc" +checksum = "5ac72f76f2698598951ab26d8c96eaa854810e693e7dd52523958b5909fde6b2" [[package]] name = "cranelift-entity" -version = "0.82.3" +version = "0.85.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf" +checksum = "09eaeacfcd2356fe0e66b295e8f9d59fdd1ac3ace53ba50de14d628ec902f72d" dependencies = [ "serde", ] [[package]] name = "cranelift-frontend" -version = "0.82.3" +version = "0.85.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce" +checksum = "dba69c9980d5ffd62c18a2bde927855fcd7c8dc92f29feaf8636052662cbd99c" dependencies = [ "cranelift-codegen", "log", @@ -1392,11 +1398,17 @@ dependencies = [ "target-lexicon", ] +[[package]] +name = "cranelift-isle" +version = "0.85.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2920dc1e05cac40304456ed3301fde2c09bd6a9b0210bcfa2f101398d628d5b" + [[package]] name = "cranelift-native" -version = "0.82.3" +version = "0.85.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "501241b0cdf903412ec9075385ac9f2b1eb18a89044d1538e97fab603231f70c" +checksum = "f04dfa45f9b2a6f587c564d6b63388e00cd6589d2df6ea2758cf79e1a13285e6" dependencies = [ "cranelift-codegen", "libc", @@ -1405,9 +1417,9 @@ dependencies = [ [[package]] name = "cranelift-wasm" -version = "0.82.3" +version = "0.85.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16d9e4211bbc3268042a96dd4de5bd979cda22434991d035f5f8eacba987fad2" +checksum = "31a46513ae6f26f3f267d8d75b5373d555fbbd1e68681f348d99df43f747ec54" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -1430,9 +1442,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.4" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53" +checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" dependencies = [ "cfg-if 1.0.0", "crossbeam-utils", @@ -1440,9 +1452,9 @@ dependencies = [ [[package]] name = "crossbeam-deque" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" +checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" dependencies = [ "cfg-if 1.0.0", "crossbeam-epoch", @@ -1451,26 +1463,26 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.8" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c" +checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1" dependencies = [ "autocfg", "cfg-if 1.0.0", "crossbeam-utils", - "lazy_static", "memoffset", + "once_cell", "scopeguard", ] [[package]] name = "crossbeam-utils" -version = "0.8.8" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38" +checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc" dependencies = [ "cfg-if 1.0.0", - "lazy_static", + "once_cell", ] [[package]] @@ -1485,7 +1497,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21" dependencies = [ - "generic-array 0.14.5", + "generic-array 0.14.6", "rand_core 0.6.3", "subtle", "zeroize", @@ -1493,11 +1505,11 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.1.3" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8" +checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ - "generic-array 0.14.5", + "generic-array 0.14.6", "typenum", ] @@ -1507,7 +1519,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ - "generic-array 0.14.5", + "generic-array 0.14.6", "subtle", ] @@ -1517,15 +1529,15 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" dependencies = [ - "generic-array 0.14.5", + "generic-array 0.14.6", "subtle", ] [[package]] name = "ctor" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c" +checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb" dependencies = [ "quote", "syn", @@ -1653,7 +1665,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" dependencies = [ - "generic-array 0.14.5", + "generic-array 0.14.6", ] [[package]] @@ -1726,9 +1738,9 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "dtoa" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5caaa75cbd2b960ff1e5392d2cfb1f44717fffe12fc1f32b7b5d1267f99732a6" +checksum = "c6053ff46b5639ceb91756a85a4c8914668393a03170efd79c8884a529d80656" [[package]] name = "dyn-clonable" @@ -1753,9 +1765,9 @@ dependencies = [ [[package]] name = "dyn-clone" -version = "1.0.5" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28" +checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2" [[package]] name = "ecdsa" @@ -1794,9 +1806,9 @@ dependencies = [ [[package]] name = "either" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" +checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" [[package]] name = "elliptic-curve" @@ -1808,7 +1820,7 @@ dependencies = [ "crypto-bigint", "der", "ff", - "generic-array 0.14.5", + "generic-array 0.14.6", "group", "rand_core 0.6.3", "sec1", @@ -1945,12 +1957,12 @@ dependencies = [ "ethereum-types 0.13.1", "hash-db", "hash256-std-hasher", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "rlp", "rlp-derive", "scale-info", "serde", - "sha3 0.10.1", + "sha3 0.10.2", "triehash", ] @@ -1984,29 +1996,9 @@ dependencies = [ [[package]] name = "event-listener" -version = "2.5.2" +version = "2.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71" - -[[package]] -name = "evm" -version = "0.35.0" -source = "git+https://github.com/rust-blockchain/evm?branch=master#01bcbd2205a212c34451d3b4fabc962793b057d3" -dependencies = [ - "auto_impl", - "environmental", - "ethereum", - "evm-core 0.35.0 (git+https://github.com/rust-blockchain/evm?branch=master)", - "evm-gasometer 0.35.0 (git+https://github.com/rust-blockchain/evm?branch=master)", - "evm-runtime 0.35.0 (git+https://github.com/rust-blockchain/evm?branch=master)", - "log", - "parity-scale-codec 3.1.2", - "primitive-types 0.11.1", - "rlp", - "scale-info", - "serde", - "sha3 0.10.1", -] +checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "evm" @@ -2016,27 +2008,16 @@ dependencies = [ "auto_impl", "environmental", "ethereum", - "evm-core 0.35.0 (git+https://github.com/rust-blockchain/evm?rev=01bcbd2205a212c34451d3b4fabc962793b057d3)", - "evm-gasometer 0.35.0 (git+https://github.com/rust-blockchain/evm?rev=01bcbd2205a212c34451d3b4fabc962793b057d3)", - "evm-runtime 0.35.0 (git+https://github.com/rust-blockchain/evm?rev=01bcbd2205a212c34451d3b4fabc962793b057d3)", + "evm-core", + "evm-gasometer", + "evm-runtime", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "primitive-types 0.11.1", "rlp", "scale-info", "serde", - "sha3 0.10.1", -] - -[[package]] -name = "evm-core" -version = "0.35.0" -source = "git+https://github.com/rust-blockchain/evm?branch=master#01bcbd2205a212c34451d3b4fabc962793b057d3" -dependencies = [ - "parity-scale-codec 3.1.2", - "primitive-types 0.11.1", - "scale-info", - "serde", + "sha3 0.10.2", ] [[package]] @@ -2044,46 +2025,23 @@ name = "evm-core" version = "0.35.0" source = "git+https://github.com/rust-blockchain/evm?rev=01bcbd2205a212c34451d3b4fabc962793b057d3#01bcbd2205a212c34451d3b4fabc962793b057d3" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "primitive-types 0.11.1", "scale-info", "serde", ] -[[package]] -name = "evm-gasometer" -version = "0.35.0" -source = "git+https://github.com/rust-blockchain/evm?branch=master#01bcbd2205a212c34451d3b4fabc962793b057d3" -dependencies = [ - "environmental", - "evm-core 0.35.0 (git+https://github.com/rust-blockchain/evm?branch=master)", - "evm-runtime 0.35.0 (git+https://github.com/rust-blockchain/evm?branch=master)", - "primitive-types 0.11.1", -] - [[package]] name = "evm-gasometer" version = "0.35.0" source = "git+https://github.com/rust-blockchain/evm?rev=01bcbd2205a212c34451d3b4fabc962793b057d3#01bcbd2205a212c34451d3b4fabc962793b057d3" dependencies = [ "environmental", - "evm-core 0.35.0 (git+https://github.com/rust-blockchain/evm?rev=01bcbd2205a212c34451d3b4fabc962793b057d3)", - "evm-runtime 0.35.0 (git+https://github.com/rust-blockchain/evm?rev=01bcbd2205a212c34451d3b4fabc962793b057d3)", + "evm-core", + "evm-runtime", "primitive-types 0.11.1", ] -[[package]] -name = "evm-runtime" -version = "0.35.0" -source = "git+https://github.com/rust-blockchain/evm?branch=master#01bcbd2205a212c34451d3b4fabc962793b057d3" -dependencies = [ - "auto_impl", - "environmental", - "evm-core 0.35.0 (git+https://github.com/rust-blockchain/evm?branch=master)", - "primitive-types 0.11.1", - "sha3 0.10.1", -] - [[package]] name = "evm-runtime" version = "0.35.0" @@ -2091,22 +2049,22 @@ source = "git+https://github.com/rust-blockchain/evm?rev=01bcbd2205a212c34451d3b dependencies = [ "auto_impl", "environmental", - "evm-core 0.35.0 (git+https://github.com/rust-blockchain/evm?rev=01bcbd2205a212c34451d3b4fabc962793b057d3)", + "evm-core", "primitive-types 0.11.1", - "sha3 0.10.1", + "sha3 0.10.2", ] [[package]] name = "evm-tracing-events" -version = "1.0.22" +version = "1.0.23" dependencies = [ "environmental", "ethereum", "ethereum-types 0.13.1", - "evm 0.35.0 (git+https://github.com/rust-blockchain/evm?branch=master)", - "evm-gasometer 0.35.0 (git+https://github.com/rust-blockchain/evm?branch=master)", - "evm-runtime 0.35.0 (git+https://github.com/rust-blockchain/evm?branch=master)", - "parity-scale-codec 3.1.2", + "evm", + "evm-gasometer", + "evm-runtime", + "parity-scale-codec 3.1.5", "sp-runtime-interface", ] @@ -2139,9 +2097,9 @@ checksum = "51e2ce894d53b295cf97b05685aa077950ff3e8541af83217fc720a6437169f8" [[package]] name = "fastrand" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" +checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" dependencies = [ "instant", ] @@ -2149,12 +2107,12 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "fp-storage", "kvdb-rocksdb", "parity-db", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "sc-client-db", "sp-core", @@ -2165,7 +2123,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "fc-db", "fp-consensus", @@ -2182,11 +2140,11 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "ethereum", "ethereum-types 0.13.1", - "evm 0.35.0 (git+https://github.com/rust-blockchain/evm?rev=01bcbd2205a212c34451d3b4fabc962793b057d3)", + "evm", "fc-db", "fc-rpc-core", "fp-rpc", @@ -2197,7 +2155,7 @@ dependencies = [ "libsecp256k1", "log", "lru", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "prometheus", "rand 0.8.5", "rlp", @@ -2221,7 +2179,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "ethereum", "ethereum-types 0.13.1", @@ -2261,19 +2219,31 @@ dependencies = [ "log", ] +[[package]] +name = "filetime" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c" +dependencies = [ + "cfg-if 1.0.0", + "libc", + "redox_syscall", + "windows-sys", +] + [[package]] name = "finality-grandpa" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d" +checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5" dependencies = [ "either", "futures 0.3.21", "futures-timer", "log", "num-traits", - "parity-scale-codec 3.1.2", - "parking_lot 0.11.2", + "parity-scale-codec 3.1.5", + "parking_lot 0.12.1", "scale-info", ] @@ -2291,9 +2261,9 @@ dependencies = [ [[package]] name = "fixedbitset" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e" +checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" @@ -2315,9 +2285,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", ] [[package]] @@ -2333,23 +2303,37 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "ethereum", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-core", "sp-runtime", "sp-std", ] +[[package]] +name = "fp-ethereum" +version = "1.0.0-dev" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" +dependencies = [ + "ethereum", + "ethereum-types 0.13.1", + "fp-evm", + "frame-support", + "parity-scale-codec 3.1.5", + "sp-core", + "sp-std", +] + [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ - "evm 0.35.0 (git+https://github.com/rust-blockchain/evm?rev=01bcbd2205a212c34451d3b4fabc962793b057d3)", + "evm", "frame-support", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "serde", "sp-core", "sp-std", @@ -2358,12 +2342,12 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "ethereum", "ethereum-types 0.13.1", "fp-evm", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-api", "sp-core", @@ -2375,11 +2359,11 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "ethereum", "frame-support", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parity-util-mem", "scale-info", "serde", @@ -2389,22 +2373,22 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "serde", ] [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", "linregress", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "paste", "scale-info", "serde", @@ -2420,15 +2404,16 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "Inflector", "chrono", - "clap 3.1.18", + "clap 3.2.16", "comfy-table", "frame-benchmarking", "frame-support", "frame-system", + "gethostname", "handlebars", "hash-db", "hex", @@ -2438,7 +2423,7 @@ dependencies = [ "linked-hash-map", "log", "memory-db", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "rand 0.8.5", "rand_pcg 0.3.1", "sc-block-builder", @@ -2470,7 +2455,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2481,12 +2466,12 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-election-provider-solution-type", "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-arithmetic", "sp-npos-elections", @@ -2497,11 +2482,11 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-core", "sp-io", @@ -2517,7 +2502,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d" dependencies = [ "cfg-if 1.0.0", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", ] @@ -2525,7 +2510,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "bitflags", "frame-metadata", @@ -2534,7 +2519,7 @@ dependencies = [ "k256", "log", "once_cell", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "paste", "scale-info", "serde", @@ -2555,7 +2540,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2567,7 +2552,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2579,7 +2564,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "proc-macro2", "quote", @@ -2589,11 +2574,11 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -2606,12 +2591,12 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-core", "sp-runtime", @@ -2621,16 +2606,16 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-api", ] [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "sp-api", @@ -2807,6 +2792,15 @@ dependencies = [ "slab", ] +[[package]] +name = "fxhash" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" +dependencies = [ + "byteorder", +] + [[package]] name = "generic-array" version = "0.12.4" @@ -2818,14 +2812,24 @@ dependencies = [ [[package]] name = "generic-array" -version = "0.14.5" +version = "0.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" +checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" dependencies = [ "typenum", "version_check", ] +[[package]] +name = "gethostname" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" +dependencies = [ + "libc", + "winapi", +] + [[package]] name = "getrandom" version = "0.1.16" @@ -2841,13 +2845,13 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad" +checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" dependencies = [ "cfg-if 1.0.0", "libc", - "wasi 0.10.0+wasi-snapshot-preview1", + "wasi 0.11.0+wasi-snapshot-preview1", ] [[package]] @@ -2862,9 +2866,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.26.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4" +checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" dependencies = [ "fallible-iterator", "indexmap", @@ -2879,9 +2883,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "globset" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd" +checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a" dependencies = [ "aho-corasick", "bstr", @@ -2934,9 +2938,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.3.0" +version = "4.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d113a9853e5accd30f43003560b5563ffbb007e3f325e8b103fa0d0029c6e6df" +checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17" dependencies = [ "log", "pest", @@ -2972,9 +2976,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.12.1" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" dependencies = [ "ahash", ] @@ -3048,7 +3052,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1" dependencies = [ "digest 0.9.0", - "generic-array 0.14.5", + "generic-array 0.14.6", "hmac 0.8.1", ] @@ -3071,7 +3075,7 @@ checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" dependencies = [ "bytes", "fnv", - "itoa", + "itoa 1.0.3", ] [[package]] @@ -3105,9 +3109,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.19" +version = "0.14.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f" +checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" dependencies = [ "bytes", "futures-channel", @@ -3118,7 +3122,7 @@ dependencies = [ "http-body", "httparse", "httpdate", - "itoa", + "itoa 1.0.3", "pin-project-lite 0.2.9", "socket2", "tokio", @@ -3129,7 +3133,7 @@ dependencies = [ [[package]] name = "hyper-runtime" -version = "1.0.22" +version = "1.0.23" dependencies = [ "frame-benchmarking", "frame-executive", @@ -3149,7 +3153,7 @@ dependencies = [ "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-api", "sp-block-builder", @@ -3202,9 +3206,9 @@ dependencies = [ [[package]] name = "if-watch" -version = "1.0.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8f4a3c3d4c89351ca83e120c1c00b27df945d38e05695668c9d4b4f7bc52f3" +checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791" dependencies = [ "async-io", "core-foundation", @@ -3233,7 +3237,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", ] [[package]] @@ -3267,12 +3271,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.8.2" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a" +checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" dependencies = [ "autocfg", - "hashbrown 0.11.2", + "hashbrown 0.12.3", "serde", ] @@ -3300,6 +3304,12 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6" +[[package]] +name = "io-lifetimes" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24c3f4eff5495aee4c0399d7b6a0dc2b6e81be84242ffbfcf253ebacccc1d0cb" + [[package]] name = "ip_network" version = "0.4.1" @@ -3335,9 +3345,15 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.2" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" +checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" + +[[package]] +name = "itoa" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" [[package]] name = "jobserver" @@ -3350,18 +3366,18 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.57" +version = "0.3.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397" +checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2" dependencies = [ "wasm-bindgen", ] [[package]] name = "jsonrpsee" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f2ab5a60e558e74ea93bcf5164ebc47939a7fff8938fa9b5233bbc63e16061" +checksum = "11e017217fcd18da0a25296d3693153dd19c8a6aadab330b3595285d075385d1" dependencies = [ "jsonrpsee-core", "jsonrpsee-http-server", @@ -3374,15 +3390,15 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d682f4a55081a2be3e639280c640523070e4aeb8ee2fd8dd9168fdae57a9db" +checksum = "ce395539a14d3ad4ec1256fde105abd36a2da25d578a291cabe98f45adfdb111" dependencies = [ "futures-util", "http", "jsonrpsee-core", "jsonrpsee-types", - "pin-project 1.0.10", + "pin-project", "rustls-native-certs", "soketto", "thiserror", @@ -3395,9 +3411,9 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e27462b21279edf9a6a91f46ffbe125e9cdc58b901d2e08bf59b31a47d7d0ab" +checksum = "16efcd4477de857d4a2195a45769b2fe9ebb54f3ef5a4221d3b014a4fe33ec0b" dependencies = [ "anyhow", "arrayvec 0.7.2", @@ -3407,8 +3423,10 @@ dependencies = [ "futures-channel", "futures-timer", "futures-util", + "globset", "hyper", "jsonrpsee-types", + "lazy_static", "parking_lot 0.12.1", "rand 0.8.5", "rustc-hash", @@ -3418,32 +3436,31 @@ dependencies = [ "thiserror", "tokio", "tracing", + "unicase", ] [[package]] name = "jsonrpsee-http-server" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7178f16eabd7154c094e24d295b9ee355ec1e5f24c328759c56255ff7bbd4548" +checksum = "bdd69efeb3ce2cba767f126872f4eeb4624038a29098e75d77608b2b4345ad03" dependencies = [ "futures-channel", "futures-util", - "globset", "hyper", "jsonrpsee-core", "jsonrpsee-types", - "lazy_static", + "serde", "serde_json", "tokio", "tracing", - "unicase", ] [[package]] name = "jsonrpsee-proc-macros" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b8d7f449cab3b747f12c3efc27f5cad537f3b597c6a3838b0fac628f4bf730a" +checksum = "874cf3f6a027cebf36cae767feca9aa2e8a8f799880e49eb5540819fcbd8eada" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3453,9 +3470,9 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fd11763134104122ddeb0f97e4bbe393058017dfb077db63fbf44b4dd0dd86e" +checksum = "3bcf76cd316f5d3ad48138085af1f45e2c58c98e02f0779783dbb034d43f7c86" dependencies = [ "anyhow", "beef", @@ -3467,9 +3484,9 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f15180afb3761c7a3a32c0a8b680788176dcfdfe725b24c1758c90b1d1595b" +checksum = "ee043cb5dd0d51d3eb93432e998d5bae797691a7b10ec4a325e036bcdb48c48a" dependencies = [ "jsonrpsee-client-transport", "jsonrpsee-core", @@ -3478,9 +3495,9 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-server" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfb6c21556c551582b56e4e8e6e6249b0bbdb69bb7fa39efe9b9a6b54af9f206" +checksum = "2bd2e4d266774a671f8def3794255b28eddd09b18d76e0b913fa439f34588c0a" dependencies = [ "futures-channel", "futures-util", @@ -3489,6 +3506,7 @@ dependencies = [ "serde_json", "soketto", "tokio", + "tokio-stream", "tokio-util", "tracing", ] @@ -3576,9 +3594,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" +checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b" [[package]] name = "libloading" @@ -3602,21 +3620,20 @@ dependencies = [ [[package]] name = "libm" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db" +checksum = "da83a57f3f5ba3680950aa3cbc806fc297bc0b289d42e8942ed528ace71b8145" [[package]] name = "libp2p" -version = "0.44.0" +version = "0.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "475ce2ac4a9727e53a519f6ee05b38abfcba8f0d39c4d24f103d184e36fd5b0f" +checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d" dependencies = [ - "atomic", "bytes", "futures 0.3.21", "futures-timer", - "getrandom 0.2.6", + "getrandom 0.2.7", "instant", "lazy_static", "libp2p-autonat", @@ -3646,16 +3663,16 @@ dependencies = [ "libp2p-yamux", "multiaddr", "parking_lot 0.12.1", - "pin-project 1.0.10", + "pin-project", "rand 0.7.3", "smallvec", ] [[package]] name = "libp2p-autonat" -version = "0.3.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a13b690e65046af6a09c0b27bd9508fa1cab0efce889de74b0b643b9d2a98f9a" +checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9" dependencies = [ "async-trait", "futures 0.3.21", @@ -3665,16 +3682,16 @@ dependencies = [ "libp2p-request-response", "libp2p-swarm", "log", - "prost 0.9.0", + "prost", "prost-build", "rand 0.8.5", ] [[package]] name = "libp2p-core" -version = "0.32.1" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db5b02602099fb75cb2d16f9ea860a320d6eb82ce41e95ab680912c454805cd5" +checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6" dependencies = [ "asn1_der", "bs58", @@ -3691,8 +3708,8 @@ dependencies = [ "multihash", "multistream-select", "parking_lot 0.12.1", - "pin-project 1.0.10", - "prost 0.9.0", + "pin-project", + "prost", "prost-build", "rand 0.8.5", "ring", @@ -3707,9 +3724,9 @@ dependencies = [ [[package]] name = "libp2p-deflate" -version = "0.32.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b1d37f042f748e224f04785d0e987ae09a2aa518d6401d82d412dad83e360ed" +checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71" dependencies = [ "flate2", "futures 0.3.21", @@ -3718,23 +3735,24 @@ dependencies = [ [[package]] name = "libp2p-dns" -version = "0.32.1" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "066e33e854e10b5c93fc650458bf2179c7e0d143db260b0963e44a94859817f1" +checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5" dependencies = [ "async-std-resolver", "futures 0.3.21", "libp2p-core", "log", + "parking_lot 0.12.1", "smallvec", "trust-dns-resolver", ] [[package]] name = "libp2p-floodsub" -version = "0.35.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "733d3ea6ebe7a7a85df2bc86678b93f24b015fae5fe3b3acc4c400e795a55d2d" +checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231" dependencies = [ "cuckoofilter", "fnv", @@ -3742,7 +3760,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "prost 0.9.0", + "prost", "prost-build", "rand 0.7.3", "smallvec", @@ -3750,9 +3768,9 @@ dependencies = [ [[package]] name = "libp2p-gossipsub" -version = "0.37.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a90c989a7c0969c2ab63e898da9bc735e3be53fb4f376e9c045ce516bcc9f928" +checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0" dependencies = [ "asynchronous-codec", "base64", @@ -3766,7 +3784,7 @@ dependencies = [ "libp2p-swarm", "log", "prometheus-client", - "prost 0.9.0", + "prost", "prost-build", "rand 0.7.3", "regex", @@ -3778,28 +3796,32 @@ dependencies = [ [[package]] name = "libp2p-identify" -version = "0.35.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5ef5a5b57904c7c33d6713ef918d239dc6b7553458f3475d87f8a18e9c651c8" +checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06" dependencies = [ + "asynchronous-codec", "futures 0.3.21", "futures-timer", "libp2p-core", "libp2p-swarm", "log", "lru", - "prost 0.9.0", + "prost", "prost-build", + "prost-codec", "smallvec", + "thiserror", + "void", ] [[package]] name = "libp2p-kad" -version = "0.36.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "564e6bd64d177446399ed835b9451a8825b07929d6daa6a94e6405592974725e" +checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851" dependencies = [ - "arrayvec 0.5.2", + "arrayvec 0.7.2", "asynchronous-codec", "bytes", "either", @@ -3810,7 +3832,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "prost 0.9.0", + "prost", "prost-build", "rand 0.7.3", "sha2 0.10.2", @@ -3823,9 +3845,9 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.36.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "611ae873c8e280ccfab0d57c7a13cac5644f364529e233114ff07863946058b0" +checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2" dependencies = [ "async-io", "data-encoding", @@ -3844,9 +3866,9 @@ dependencies = [ [[package]] name = "libp2p-metrics" -version = "0.5.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "985be799bb3796e0c136c768208c3c06604a38430571906a13dcfeda225a3b9d" +checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c" dependencies = [ "libp2p-core", "libp2p-gossipsub", @@ -3860,9 +3882,9 @@ dependencies = [ [[package]] name = "libp2p-mplex" -version = "0.32.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "442eb0c9fff0bf22a34f015724b4143ce01877e079ed0963c722d94c07c72160" +checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2" dependencies = [ "asynchronous-codec", "bytes", @@ -3878,9 +3900,9 @@ dependencies = [ [[package]] name = "libp2p-noise" -version = "0.35.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dd7e0c94051cda67123be68cf6b65211ba3dde7277be9068412de3e7ffd63ef" +checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f" dependencies = [ "bytes", "curve25519-dalek 3.2.0", @@ -3888,7 +3910,7 @@ dependencies = [ "lazy_static", "libp2p-core", "log", - "prost 0.9.0", + "prost", "prost-build", "rand 0.8.5", "sha2 0.10.2", @@ -3900,9 +3922,9 @@ dependencies = [ [[package]] name = "libp2p-ping" -version = "0.35.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf57a3c2e821331dda9fe612d4654d676ab6e33d18d9434a18cced72630df6ad" +checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925" dependencies = [ "futures 0.3.21", "futures-timer", @@ -3916,16 +3938,16 @@ dependencies = [ [[package]] name = "libp2p-plaintext" -version = "0.32.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "962c0fb0e7212fb96a69b87f2d09bcefd317935239bdc79cda900e7a8897a3fe" +checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86" dependencies = [ "asynchronous-codec", "bytes", "futures 0.3.21", "libp2p-core", "log", - "prost 0.9.0", + "prost", "prost-build", "unsigned-varint", "void", @@ -3939,7 +3961,7 @@ checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c" dependencies = [ "futures 0.3.21", "log", - "pin-project 1.0.10", + "pin-project", "rand 0.7.3", "salsa20", "sha3 0.9.1", @@ -3947,9 +3969,9 @@ dependencies = [ [[package]] name = "libp2p-relay" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3aa754cb7bccef51ebc3c458c6bbcef89d83b578a9925438389be841527d408f" +checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3" dependencies = [ "asynchronous-codec", "bytes", @@ -3960,22 +3982,22 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "pin-project 1.0.10", - "prost 0.9.0", + "pin-project", + "prost", "prost-build", + "prost-codec", "rand 0.8.5", "smallvec", "static_assertions", "thiserror", - "unsigned-varint", "void", ] [[package]] name = "libp2p-rendezvous" -version = "0.5.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbd0baab894c5b84da510b915d53264d566c3c35889f09931fe9edbd2a773bee" +checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e" dependencies = [ "asynchronous-codec", "bimap", @@ -3985,7 +4007,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "prost 0.9.0", + "prost", "prost-build", "rand 0.8.5", "sha2 0.10.2", @@ -3996,9 +4018,9 @@ dependencies = [ [[package]] name = "libp2p-request-response" -version = "0.17.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6a6fc6c9ad95661f46989473b34bd2993d14a4de497ff3b2668a910d4b869" +checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843" dependencies = [ "async-trait", "bytes", @@ -4014,9 +4036,9 @@ dependencies = [ [[package]] name = "libp2p-swarm" -version = "0.35.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f0c69ad9e8f7c5fc50ad5ad9c7c8b57f33716532a2b623197f69f93e374d14c" +checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114" dependencies = [ "either", "fnv", @@ -4025,7 +4047,7 @@ dependencies = [ "instant", "libp2p-core", "log", - "pin-project 1.0.10", + "pin-project", "rand 0.7.3", "smallvec", "thiserror", @@ -4034,9 +4056,9 @@ dependencies = [ [[package]] name = "libp2p-swarm-derive" -version = "0.27.2" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f693c8c68213034d472cbb93a379c63f4f307d97c06f1c41e4985de481687a5" +checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76" dependencies = [ "quote", "syn", @@ -4044,9 +4066,9 @@ dependencies = [ [[package]] name = "libp2p-tcp" -version = "0.32.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "193447aa729c85aac2376828df76d171c1a589c9e6b58fcc7f9d9a020734122c" +checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b" dependencies = [ "async-io", "futures 0.3.21", @@ -4061,9 +4083,9 @@ dependencies = [ [[package]] name = "libp2p-uds" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24bdab114f7f2701757d6541266e1131b429bbae382008f207f2114ee4222dcb" +checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d" dependencies = [ "async-std", "futures 0.3.21", @@ -4073,9 +4095,9 @@ dependencies = [ [[package]] name = "libp2p-wasm-ext" -version = "0.32.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f6ea0f84a967ef59a16083f222c18115ae2e91db69809dce275df62e101b279" +checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a" dependencies = [ "futures 0.3.21", "js-sys", @@ -4087,15 +4109,16 @@ dependencies = [ [[package]] name = "libp2p-websocket" -version = "0.34.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c932834c3754501c368d1bf3d0fb458487a642b90fc25df082a3a2f3d3b32e37" +checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818" dependencies = [ "either", "futures 0.3.21", "futures-rustls", "libp2p-core", "log", + "parking_lot 0.12.1", "quicksink", "rw-stream-sink", "soketto", @@ -4105,9 +4128,9 @@ dependencies = [ [[package]] name = "libp2p-yamux" -version = "0.36.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be902ebd89193cd020e89e89107726a38cfc0d16d18f613f4a37d046e92c7517" +checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c" dependencies = [ "futures 0.3.21", "libp2p-core", @@ -4133,9 +4156,9 @@ dependencies = [ [[package]] name = "libsecp256k1" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37" +checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" dependencies = [ "arrayref", "base64", @@ -4192,9 +4215,9 @@ dependencies = [ [[package]] name = "linked-hash-map" -version = "0.5.4" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" +checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "linked_hash_set" @@ -4221,6 +4244,12 @@ version = "0.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7" +[[package]] +name = "linux-raw-sys" +version = "0.0.46" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" + [[package]] name = "lock_api" version = "0.4.7" @@ -4243,11 +4272,11 @@ dependencies = [ [[package]] name = "lru" -version = "0.7.6" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8015d95cb7b2ddd3c0d32ca38283ceb1eea09b4713ee380bceb942d85a244228" +checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a" dependencies = [ - "hashbrown 0.11.2", + "hashbrown 0.12.3", ] [[package]] @@ -4288,12 +4317,6 @@ dependencies = [ "libc", ] -[[package]] -name = "maplit" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" - [[package]] name = "match_cfg" version = "0.1.0" @@ -4350,9 +4373,9 @@ dependencies = [ [[package]] name = "memmap2" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5172b50c23043ff43dd53e51392f36519d9b35a8f3a410d30ece5d1aedd58ae" +checksum = "3a79b39c93a7a5a27eeaf9a23b5ff43f1b9e0ad6b1cdd441140ae53c35613fc7" dependencies = [ "libc", ] @@ -4373,7 +4396,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a" dependencies = [ "hash-db", - "hashbrown 0.12.1", + "hashbrown 0.12.3", "parity-util-mem", ] @@ -4412,9 +4435,9 @@ dependencies = [ [[package]] name = "mio" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799" +checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf" dependencies = [ "libc", "log", @@ -4470,7 +4493,7 @@ dependencies = [ "digest 0.10.3", "multihash-derive", "sha2 0.10.2", - "sha3 0.10.1", + "sha3 0.10.2", "unsigned-varint", ] @@ -4503,7 +4526,7 @@ dependencies = [ "bytes", "futures 0.3.21", "log", - "pin-project 1.0.10", + "pin-project", "smallvec", "unsigned-varint", ] @@ -4518,7 +4541,7 @@ dependencies = [ "matrixmultiply", "nalgebra-macros", "num-complex", - "num-rational 0.4.0", + "num-rational 0.4.1", "num-traits", "rand 0.8.5", "rand_distr", @@ -4560,9 +4583,9 @@ dependencies = [ [[package]] name = "netlink-packet-route" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "733ea73609acfd7fa7ddadfb7bf709b0471668c456ad9513685af543a06342b2" +checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab" dependencies = [ "anyhow", "bitflags", @@ -4586,23 +4609,24 @@ dependencies = [ [[package]] name = "netlink-proto" -version = "0.9.2" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef8785b8141e8432aa45fceb922a7e876d7da3fad37fa7e7ec702ace3aa0826b" +checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6" dependencies = [ "bytes", "futures 0.3.21", "log", "netlink-packet-core", "netlink-sys", + "thiserror", "tokio", ] [[package]] name = "netlink-sys" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e4c9f9547a08241bee7b6558b9b98e1f290d187de8b7cfca2bbb4937bcaa8f8" +checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027" dependencies = [ "async-io", "bytes", @@ -4613,24 +4637,22 @@ dependencies = [ [[package]] name = "nix" -version = "0.22.3" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf" +checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" dependencies = [ "bitflags", - "cc", "cfg-if 1.0.0", "libc", - "memoffset", ] [[package]] name = "node-inspect" version = "0.9.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "clap 3.1.18", - "parity-scale-codec 3.1.2", + "clap 3.2.16", + "parity-scale-codec 3.1.5", "sc-cli", "sc-client-api", "sc-executor", @@ -4673,7 +4695,7 @@ dependencies = [ "num-complex", "num-integer", "num-iter", - "num-rational 0.4.0", + "num-rational 0.4.1", "num-traits", ] @@ -4701,13 +4723,23 @@ dependencies = [ [[package]] name = "num-complex" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790" +checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19" dependencies = [ "num-traits", ] +[[package]] +name = "num-format" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465" +dependencies = [ + "arrayvec 0.4.12", + "itoa 0.4.8", +] + [[package]] name = "num-integer" version = "0.1.45" @@ -4743,9 +4775,9 @@ dependencies = [ [[package]] name = "num-rational" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a" +checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" dependencies = [ "autocfg", "num-bigint 0.4.3", @@ -4795,29 +4827,30 @@ dependencies = [ [[package]] name = "object" -version = "0.27.1" +version = "0.28.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9" +checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424" dependencies = [ "crc32fast", + "hashbrown 0.11.2", "indexmap", "memchr", ] [[package]] name = "object" -version = "0.28.4" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424" +checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" dependencies = [ "memchr", ] [[package]] name = "once_cell" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" +checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" [[package]] name = "opaque-debug" @@ -4839,9 +4872,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "os_str_bytes" -version = "6.1.0" +version = "6.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa" +checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4" [[package]] name = "owning_ref" @@ -4855,12 +4888,12 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", "pallet-timestamp", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-application-crypto", "sp-consensus-aura", @@ -4871,12 +4904,12 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", "pallet-session", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-application-crypto", "sp-authority-discovery", @@ -4887,12 +4920,12 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-authorship", "sp-runtime", @@ -4902,7 +4935,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-benchmarking", "frame-support", @@ -4911,7 +4944,7 @@ dependencies = [ "pallet-authorship", "pallet-session", "pallet-timestamp", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-application-crypto", "sp-consensus-babe", @@ -4926,13 +4959,13 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-election-provider-support", "frame-support", "frame-system", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-runtime", "sp-std", @@ -4941,13 +4974,13 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-runtime", "sp-std", @@ -4956,12 +4989,12 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "fp-evm", "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -4971,13 +5004,13 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "beefy-primitives", "frame-support", "frame-system", "pallet-session", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-runtime", @@ -4987,7 +5020,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -4998,7 +5031,7 @@ dependencies = [ "pallet-beefy", "pallet-mmr", "pallet-session", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -5010,13 +5043,13 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", "log", "pallet-treasury", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-core", "sp-io", @@ -5027,14 +5060,14 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", "log", "pallet-bounties", "pallet-treasury", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-core", "sp-io", @@ -5045,13 +5078,13 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-core", "sp-io", @@ -5062,7 +5095,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "bitflags", "frame-benchmarking", @@ -5071,7 +5104,7 @@ dependencies = [ "log", "pallet-contracts-primitives", "pallet-contracts-proc-macro", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "rand 0.8.5", "scale-info", "serde", @@ -5088,10 +5121,10 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "bitflags", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -5103,7 +5136,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "proc-macro2", "quote", @@ -5113,12 +5146,12 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "jsonrpsee", "pallet-contracts-primitives", "pallet-contracts-rpc-runtime-api", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "serde", "sp-api", "sp-blockchain", @@ -5130,10 +5163,10 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "pallet-contracts-primitives", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-api", "sp-runtime", @@ -5143,14 +5176,14 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-support", "frame-system", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "rand 0.7.3", "scale-info", "sp-arithmetic", @@ -5166,12 +5199,13 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "ethereum", "ethereum-types 0.13.1", - "evm 0.35.0 (git+https://github.com/rust-blockchain/evm?rev=01bcbd2205a212c34451d3b4fabc962793b057d3)", + "evm", "fp-consensus", + "fp-ethereum", "fp-evm", "fp-rpc", "fp-self-contained", @@ -5180,7 +5214,7 @@ dependencies = [ "frame-system", "pallet-evm", "pallet-timestamp", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "rlp", "scale-info", "serde", @@ -5192,9 +5226,9 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ - "evm 0.35.0 (git+https://github.com/rust-blockchain/evm?rev=01bcbd2205a212c34451d3b4fabc962793b057d3)", + "evm", "fp-evm", "frame-benchmarking", "frame-support", @@ -5202,7 +5236,7 @@ dependencies = [ "hex", "log", "pallet-timestamp", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "primitive-types 0.11.1", "rlp", "scale-info", @@ -5216,7 +5250,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "fp-evm", ] @@ -5224,7 +5258,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "fp-evm", "sp-core", @@ -5234,7 +5268,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "fp-evm", "frame-support", @@ -5244,7 +5278,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "fp-evm", "num", @@ -5253,7 +5287,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "fp-evm", "tiny-keccak", @@ -5262,7 +5296,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.23#f62901e08438dc566a2e7411db8f7099fe82f2d9" +source = "git+https://github.com/BHONetwork/frontier.git?branch=bho-polkadot-v0.9.26#629219ddf81167f9c0df56df463958a3533b798f" dependencies = [ "fp-evm", "ripemd", @@ -5272,7 +5306,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-benchmarking", "frame-support", @@ -5280,7 +5314,7 @@ dependencies = [ "log", "pallet-authorship", "pallet-session", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-application-crypto", "sp-core", @@ -5295,13 +5329,13 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "enumflags2 0.7.5", "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-io", "sp-runtime", @@ -5311,13 +5345,13 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", "log", "pallet-authorship", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-application-crypto", "sp-core", @@ -5330,11 +5364,11 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-core", "sp-io", @@ -5346,13 +5380,13 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-core", "sp-io", @@ -5364,10 +5398,10 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "jsonrpsee", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "serde", "sp-api", "sp-blockchain", @@ -5379,11 +5413,11 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-io", "sp-runtime", @@ -5393,14 +5427,15 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-core", + "sp-io", "sp-runtime", "sp-staking", "sp-std", @@ -5409,13 +5444,13 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", "log", "pallet-balances", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-runtime", @@ -5426,12 +5461,12 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-core", "sp-io", @@ -5442,11 +5477,11 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-io", "sp-runtime", @@ -5456,11 +5491,11 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "safe-mix", "scale-info", "sp-runtime", @@ -5470,12 +5505,12 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-io", "sp-runtime", @@ -5485,12 +5520,12 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-io", "sp-runtime", @@ -5500,14 +5535,14 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", "log", "pallet-timestamp", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-core", "sp-io", @@ -5521,7 +5556,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-election-provider-support", "frame-support", @@ -5529,7 +5564,7 @@ dependencies = [ "log", "pallet-authorship", "pallet-session", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-application-crypto", @@ -5542,7 +5577,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5553,11 +5588,11 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-io", "sp-runtime", @@ -5566,12 +5601,12 @@ dependencies = [ [[package]] name = "pallet-template" -version = "1.0.22" +version = "1.0.23" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -5582,13 +5617,13 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-inherents", "sp-io", @@ -5600,11 +5635,11 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -5616,11 +5651,11 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-api", "sp-blockchain", "sp-core", @@ -5631,10 +5666,10 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "pallet-transaction-payment", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-api", "sp-runtime", ] @@ -5642,13 +5677,13 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", "pallet-balances", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-runtime", @@ -5658,11 +5693,11 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-core", "sp-io", @@ -5672,9 +5707,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.3.13" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048" +checksum = "2bb474d0ed0836e185cb998a6b140ed1073d1fbf27d690ecf9ede8030289382c" dependencies = [ "blake2-rfc", "crc32fast", @@ -5705,15 +5740,15 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.1.2" +version = "3.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066" +checksum = "9182e4a71cae089267ab03e67c99368db7cd877baf50f931e5d6d4b71e195ac0" dependencies = [ "arrayvec 0.7.2", - "bitvec 1.0.0", + "bitvec 1.0.1", "byte-slice-cast", "impl-trait-for-tuples", - "parity-scale-codec-derive 3.1.2", + "parity-scale-codec-derive 3.1.3", "serde", ] @@ -5731,9 +5766,9 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.1.2" +version = "3.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8" +checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5755,7 +5790,7 @@ checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f" dependencies = [ "cfg-if 1.0.0", "ethereum-types 0.13.1", - "hashbrown 0.12.1", + "hashbrown 0.12.3", "impl-trait-for-tuples", "lru", "parity-util-mem-derive", @@ -5847,9 +5882,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc" +checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22" [[package]] name = "pbkdf2" @@ -5883,18 +5918,19 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pest" -version = "2.1.3" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" +checksum = "69486e2b8c2d2aeb9762db7b4e00b0331156393555cff467f4163ff06821eef8" dependencies = [ + "thiserror", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" +checksum = "b13570633aff33c6d22ce47dd566b10a3b9122c2fe9d8e7501895905be532b91" dependencies = [ "pest", "pest_generator", @@ -5902,9 +5938,9 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.1.3" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55" +checksum = "b3c567e5702efdc79fb18859ea74c3eb36e14c43da7b8c1f098a4ed6514ec7a0" dependencies = [ "pest", "pest_meta", @@ -5915,13 +5951,13 @@ dependencies = [ [[package]] name = "pest_meta" -version = "2.1.3" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d" +checksum = "5eb32be5ee3bbdafa8c7a18b0a8a8d962b66cfa2ceee4037f49267a50ee821fe" dependencies = [ - "maplit", + "once_cell", "pest", - "sha-1 0.8.2", + "sha-1 0.10.0", ] [[package]] @@ -5936,7 +5972,7 @@ dependencies = [ [[package]] name = "phoenix-runtime" -version = "1.0.22" +version = "1.0.23" dependencies = [ "beefy-primitives", "bholdus-bridge-native-transfer", @@ -6006,12 +6042,12 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "pallet-treasury", "pallet-utility", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "rlp", "runtime-chain-extension", "runtime-common", "scale-info", - "sha3 0.8.2", + "sha3 0.10.2", "smallvec", "sp-api", "sp-authority-discovery", @@ -6035,38 +6071,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "0.4.29" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909" +checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260" dependencies = [ - "pin-project-internal 0.4.29", -] - -[[package]] -name = "pin-project" -version = "1.0.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e" -dependencies = [ - "pin-project-internal 1.0.10", -] - -[[package]] -name = "pin-project-internal" -version = "0.4.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a" -dependencies = [ - "proc-macro2", - "quote", - "syn", + "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb" +checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74" dependencies = [ "proc-macro2", "quote", @@ -6172,10 +6188,11 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "1.1.3" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" +checksum = "26d50bfb8c23f23915855a00d98b5a35ef2e0b871bb52937bacadb798fbb66c8" dependencies = [ + "once_cell", "thiserror", "toml", ] @@ -6206,9 +6223,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.39" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f" +checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" dependencies = [ "unicode-ident", ] @@ -6229,12 +6246,12 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9a896938cc6018c64f279888b8c7559d3725210d5db9a3a1ee6bc7188d51d34" +checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825" dependencies = [ "dtoa", - "itoa", + "itoa 1.0.3", "owning_ref", "prometheus-client-derive-text-encode", ] @@ -6250,16 +6267,6 @@ dependencies = [ "syn", ] -[[package]] -name = "prost" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001" -dependencies = [ - "bytes", - "prost-derive 0.9.0", -] - [[package]] name = "prost" version = "0.10.4" @@ -6267,23 +6274,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e" dependencies = [ "bytes", - "prost-derive 0.10.1", + "prost-derive", ] [[package]] name = "prost-build" -version = "0.9.0" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5" +checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab" dependencies = [ "bytes", - "heck 0.3.3", + "cfg-if 1.0.0", + "cmake", + "heck 0.4.0", "itertools", "lazy_static", "log", "multimap", "petgraph", - "prost 0.9.0", + "prost", "prost-types", "regex", "tempfile", @@ -6291,16 +6300,16 @@ dependencies = [ ] [[package]] -name = "prost-derive" -version = "0.9.0" +name = "prost-codec" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe" +checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007" dependencies = [ - "anyhow", - "itertools", - "proc-macro2", - "quote", - "syn", + "asynchronous-codec", + "bytes", + "prost", + "thiserror", + "unsigned-varint", ] [[package]] @@ -6318,19 +6327,19 @@ dependencies = [ [[package]] name = "prost-types" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a" +checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68" dependencies = [ "bytes", - "prost 0.9.0", + "prost", ] [[package]] name = "psm" -version = "0.1.18" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a" +checksum = "f446d0a6efba22928558c4fb4ce0b3fd6c89b0061343e390bf01a703742b8125" dependencies = [ "cc", ] @@ -6354,9 +6363,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.18" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1" +checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" dependencies = [ "proc-macro2", ] @@ -6433,7 +6442,7 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" dependencies = [ - "getrandom 0.2.6", + "getrandom 0.2.7", ] [[package]] @@ -6505,9 +6514,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.2.13" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" +checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" dependencies = [ "bitflags", ] @@ -6518,25 +6527,25 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" dependencies = [ - "getrandom 0.2.6", + "getrandom 0.2.7", "redox_syscall", "thiserror", ] [[package]] name = "ref-cast" -version = "1.0.7" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab" +checksum = "ed13bcd201494ab44900a96490291651d200730904221832b9547d24a87d332b" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.7" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f" +checksum = "5234cd6063258a5e32903b53b1b6ac043a0541c8adc1f610f67b0326c7a578fa" dependencies = [ "proc-macro2", "quote", @@ -6544,21 +6553,22 @@ dependencies = [ ] [[package]] -name = "regalloc" -version = "0.0.34" +name = "regalloc2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02" +checksum = "4a8d23b35d7177df3b9d31ed8a9ab4bf625c668be77a319d4f5efd4a5257701c" dependencies = [ + "fxhash", "log", - "rustc-hash", + "slice-group-by", "smallvec", ] [[package]] name = "regex" -version = "1.5.6" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" +checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" dependencies = [ "aho-corasick", "memchr", @@ -6576,9 +6586,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.26" +version = "0.6.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" +checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "region" @@ -6595,12 +6605,12 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "env_logger", "jsonrpsee", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "serde", "serde_json", "sp-core", @@ -6712,9 +6722,9 @@ dependencies = [ [[package]] name = "rtnetlink" -version = "0.9.1" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f54290e54521dac3de4149d83ddf9f62a359b3cc93bcb494a794a41e6f4744b" +checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0" dependencies = [ "async-global-executor", "futures 0.3.21", @@ -6727,7 +6737,7 @@ dependencies = [ [[package]] name = "runtime-chain-extension" -version = "1.0.22" +version = "1.0.23" dependencies = [ "bholdus-currencies", "common-primitives", @@ -6738,7 +6748,7 @@ dependencies = [ "pallet-balances", "pallet-contracts", "pallet-randomness-collective-flip", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "smallvec", "sp-core", @@ -6748,7 +6758,7 @@ dependencies = [ [[package]] name = "runtime-common" -version = "1.0.22" +version = "1.0.23" dependencies = [ "common-primitives", "frame-support", @@ -6790,7 +6800,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ - "semver 1.0.9", + "semver 1.0.13", ] [[package]] @@ -6801,12 +6811,26 @@ checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0" dependencies = [ "bitflags", "errno", - "io-lifetimes", + "io-lifetimes 0.5.3", "libc", - "linux-raw-sys", + "linux-raw-sys 0.0.42", "winapi", ] +[[package]] +name = "rustix" +version = "0.35.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d51cc38aa10f6bbb377ed28197aa052aa4e2b762c22be9d3153d01822587e787" +dependencies = [ + "bitflags", + "errno", + "io-lifetimes 0.7.2", + "libc", + "linux-raw-sys 0.0.46", + "windows-sys", +] + [[package]] name = "rustls" version = "0.20.6" @@ -6833,35 +6857,35 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9" +checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55" dependencies = [ "base64", ] [[package]] name = "rustversion" -version = "1.0.6" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f" +checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8" [[package]] name = "rw-stream-sink" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" +checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04" dependencies = [ "futures 0.3.21", - "pin-project 0.4.29", + "pin-project", "static_assertions", ] [[package]] name = "ryu" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695" +checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" [[package]] name = "safe-mix" @@ -6893,7 +6917,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "log", "sp-core", @@ -6904,7 +6928,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", "futures 0.3.21", @@ -6912,8 +6936,8 @@ dependencies = [ "ip_network", "libp2p", "log", - "parity-scale-codec 3.1.2", - "prost 0.10.4", + "parity-scale-codec 3.1.5", + "prost", "prost-build", "rand 0.7.3", "sc-client-api", @@ -6931,12 +6955,12 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "futures 0.3.21", "futures-timer", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sc-block-builder", "sc-client-api", "sc-proposer-metrics", @@ -6954,9 +6978,9 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sc-client-api", "sp-api", "sp-block-builder", @@ -6970,11 +6994,11 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "impl-trait-for-tuples", - "memmap2 0.5.4", - "parity-scale-codec 3.1.2", + "memmap2 0.5.5", + "parity-scale-codec 3.1.5", "sc-chain-spec-derive", "sc-network", "sc-telemetry", @@ -6987,7 +7011,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6998,17 +7022,17 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "chrono", - "clap 3.1.18", + "clap 3.2.16", "fdlimit", "futures 0.3.21", "hex", "libp2p", "log", "names", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "rand 0.7.3", "regex", "rpassword", @@ -7037,13 +7061,13 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "fnv", "futures 0.3.21", "hash-db", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "sc-executor", "sc-transaction-pool-api", @@ -7065,7 +7089,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "hash-db", "kvdb", @@ -7074,7 +7098,7 @@ dependencies = [ "linked-hash-map", "log", "parity-db", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "sc-client-api", "sc-state-db", @@ -7090,7 +7114,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", "futures 0.3.21", @@ -7114,12 +7138,12 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", "futures 0.3.21", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sc-block-builder", "sc-client-api", "sc-consensus", @@ -7143,7 +7167,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", "fork-tree", @@ -7153,7 +7177,7 @@ dependencies = [ "num-bigint 0.2.6", "num-rational 0.2.4", "num-traits", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "rand 0.7.3", "retain_mut", @@ -7186,10 +7210,10 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "fork-tree", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sc-client-api", "sc-consensus", "sp-blockchain", @@ -7199,14 +7223,14 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "assert_matches", "async-trait", "futures 0.3.21", "jsonrpsee", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -7233,13 +7257,13 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", "futures 0.3.21", "futures-timer", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sc-client-api", "sc-consensus", "sc-telemetry", @@ -7258,7 +7282,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "sc-client-api", "sp-authorship", @@ -7269,11 +7293,11 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "lazy_static", "lru", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "sc-executor-common", "sc-executor-wasmi", @@ -7296,10 +7320,10 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "environmental", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sc-allocator", "sp-maybe-compressed-blob", "sp-sandbox", @@ -7313,10 +7337,10 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sc-allocator", "sc-executor-common", "sp-runtime-interface", @@ -7328,13 +7352,15 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "cfg-if 1.0.0", "libc", "log", - "parity-scale-codec 3.1.2", + "once_cell", + "parity-scale-codec 3.1.5", "parity-wasm 0.42.2", + "rustix 0.35.7", "sc-allocator", "sc-executor-common", "sp-runtime-interface", @@ -7346,7 +7372,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "ahash", "async-trait", @@ -7357,7 +7383,7 @@ dependencies = [ "futures-timer", "hex", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "rand 0.8.5", "sc-block-builder", @@ -7386,13 +7412,13 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "finality-grandpa", "futures 0.3.21", "jsonrpsee", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sc-client-api", "sc-finality-grandpa", "sc-rpc", @@ -7407,7 +7433,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "ansi_term", "futures 0.3.21", @@ -7424,7 +7450,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", "hex", @@ -7439,7 +7465,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", "asynchronous-codec", @@ -7458,10 +7484,10 @@ dependencies = [ "linked_hash_set", "log", "lru", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", - "pin-project 1.0.10", - "prost 0.10.4", + "pin-project", + "prost", "prost-build", "rand 0.7.3", "sc-block-builder", @@ -7491,11 +7517,11 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "futures 0.3.21", "libp2p", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "prost-build", "sc-peerset", "smallvec", @@ -7504,7 +7530,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "ahash", "futures 0.3.21", @@ -7521,13 +7547,13 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "futures 0.3.21", "libp2p", "log", - "parity-scale-codec 3.1.2", - "prost 0.10.4", + "parity-scale-codec 3.1.5", + "prost", "prost-build", "sc-client-api", "sc-network-common", @@ -7541,7 +7567,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "bitflags", "either", @@ -7550,8 +7576,8 @@ dependencies = [ "libp2p", "log", "lru", - "parity-scale-codec 3.1.2", - "prost 0.10.4", + "parity-scale-codec 3.1.5", + "prost", "prost-build", "sc-client-api", "sc-consensus", @@ -7570,7 +7596,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "bytes", "fnv", @@ -7581,7 +7607,7 @@ dependencies = [ "hyper-rustls", "num_cpus", "once_cell", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "rand 0.7.3", "sc-client-api", @@ -7598,7 +7624,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "futures 0.3.21", "libp2p", @@ -7611,7 +7637,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -7620,13 +7646,13 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "futures 0.3.21", "hash-db", "jsonrpsee", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "sc-block-builder", "sc-chain-spec", @@ -7650,12 +7676,12 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "futures 0.3.21", "jsonrpsee", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "sc-chain-spec", "sc-transaction-pool-api", @@ -7673,7 +7699,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "futures 0.3.21", "jsonrpsee", @@ -7686,7 +7712,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", "directories", @@ -7696,10 +7722,10 @@ dependencies = [ "hash-db", "jsonrpsee", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parity-util-mem", "parking_lot 0.12.1", - "pin-project 1.0.10", + "pin-project", "rand 0.7.3", "sc-block-builder", "sc-chain-spec", @@ -7751,10 +7777,10 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parity-util-mem", "parity-util-mem-derive", "parking_lot 0.12.1", @@ -7765,7 +7791,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "futures 0.3.21", "libc", @@ -7784,14 +7810,14 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "chrono", "futures 0.3.21", "libp2p", "log", "parking_lot 0.12.1", - "pin-project 1.0.10", + "pin-project", "rand 0.7.3", "serde", "serde_json", @@ -7802,7 +7828,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "ansi_term", "atty", @@ -7833,7 +7859,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7844,13 +7870,13 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "futures 0.3.21", "futures-timer", "linked-hash-map", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parity-util-mem", "parking_lot 0.12.1", "retain_mut", @@ -7871,7 +7897,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "futures 0.3.21", "log", @@ -7884,7 +7910,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7900,10 +7926,10 @@ version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a" dependencies = [ - "bitvec 1.0.0", + "bitvec 1.0.1", "cfg-if 1.0.0", "derive_more", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info-derive", "serde", ] @@ -7971,7 +7997,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1" dependencies = [ "der", - "generic-array 0.14.5", + "generic-array 0.14.6", "subtle", "zeroize", ] @@ -8046,9 +8072,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.9" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd" +checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711" dependencies = [ "serde", ] @@ -8061,18 +8087,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.137" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1" +checksum = "e590c437916fb6b221e1d00df6e3294f3fccd70ca7e92541c475d6ed6ef5fee2" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.137" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be" +checksum = "34b5b8d809babe02f538c2cfec6f2c1ed10804c0e5a6a041a049a4f5588ccc2e" dependencies = [ "proc-macro2", "quote", @@ -8081,11 +8107,11 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.81" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c" +checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7" dependencies = [ - "itoa", + "itoa 1.0.3", "ryu", "serde", ] @@ -8101,27 +8127,26 @@ dependencies = [ [[package]] name = "sha-1" -version = "0.8.2" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" +checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" dependencies = [ - "block-buffer 0.7.3", - "digest 0.8.1", - "fake-simd", - "opaque-debug 0.2.3", + "block-buffer 0.9.0", + "cfg-if 1.0.0", + "cpufeatures", + "digest 0.9.0", + "opaque-debug 0.3.0", ] [[package]] name = "sha-1" -version = "0.9.8" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" +checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" dependencies = [ - "block-buffer 0.9.0", "cfg-if 1.0.0", "cpufeatures", - "digest 0.9.0", - "opaque-debug 0.3.0", + "digest 0.10.3", ] [[package]] @@ -8187,9 +8212,9 @@ dependencies = [ [[package]] name = "sha3" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86" +checksum = "0a31480366ec990f395a61b7c08122d99bd40544fdb5abcfc1b06bb29994312c" dependencies = [ "digest 0.10.3", "keccak", @@ -8253,9 +8278,18 @@ dependencies = [ [[package]] name = "slab" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" +checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" +dependencies = [ + "autocfg", +] + +[[package]] +name = "slice-group-by" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slices" @@ -8271,9 +8305,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" +checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" [[package]] name = "snap" @@ -8327,11 +8361,11 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "hash-db", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-api-proc-macro", "sp-core", "sp-runtime", @@ -8344,7 +8378,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "blake2", "proc-macro-crate", @@ -8356,9 +8390,9 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -8369,11 +8403,11 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "integer-sqrt", "num-traits", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-debug-derive", @@ -8384,9 +8418,9 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-api", "sp-application-crypto", @@ -8397,10 +8431,10 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-inherents", "sp-runtime", "sp-std", @@ -8409,9 +8443,9 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-api", "sp-inherents", "sp-runtime", @@ -8421,12 +8455,12 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "futures 0.3.21", "log", "lru", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "sp-api", "sp-consensus", @@ -8439,13 +8473,13 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", "futures 0.3.21", "futures-timer", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-core", "sp-inherents", "sp-runtime", @@ -8458,10 +8492,10 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-api", "sp-application-crypto", @@ -8476,11 +8510,11 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", "merlin", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-api", @@ -8499,9 +8533,9 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-arithmetic", @@ -8513,9 +8547,9 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "schnorrkel", "sp-core", @@ -8526,7 +8560,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "base58", "bitflags", @@ -8544,7 +8578,7 @@ dependencies = [ "log", "merlin", "num-traits", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parity-util-mem", "parking_lot 0.12.1", "primitive-types 0.11.1", @@ -8572,13 +8606,13 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "blake2", "byteorder", "digest 0.10.3", "sha2 0.10.2", - "sha3 0.10.1", + "sha3 0.10.2", "sp-std", "twox-hash", ] @@ -8586,7 +8620,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "proc-macro2", "quote", @@ -8597,7 +8631,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -8606,7 +8640,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "proc-macro2", "quote", @@ -8616,10 +8650,10 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "environmental", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-std", "sp-storage", ] @@ -8627,11 +8661,11 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "finality-grandpa", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-api", @@ -8645,11 +8679,11 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", "impl-trait-for-tuples", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-core", "sp-runtime", "sp-std", @@ -8659,13 +8693,13 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "futures 0.3.21", "hash-db", "libsecp256k1", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "secp256k1", "sp-core", @@ -8684,7 +8718,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "lazy_static", "sp-core", @@ -8695,12 +8729,12 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", "futures 0.3.21", "merlin", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "schnorrkel", "serde", @@ -8712,7 +8746,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "thiserror", "zstd", @@ -8721,10 +8755,10 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "serde", "sp-api", "sp-core", @@ -8736,9 +8770,9 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-arithmetic", @@ -8750,7 +8784,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "sp-api", "sp-core", @@ -8760,7 +8794,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "backtrace", "lazy_static", @@ -8770,7 +8804,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "rustc-hash", "serde", @@ -8780,13 +8814,13 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "either", "hash256-std-hasher", "impl-trait-for-tuples", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parity-util-mem", "paste", "rand 0.7.3", @@ -8802,10 +8836,10 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "impl-trait-for-tuples", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "primitive-types 0.11.1", "sp-externalities", "sp-runtime-interface-proc-macro", @@ -8819,7 +8853,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "Inflector", "proc-macro-crate", @@ -8831,10 +8865,10 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-core", "sp-io", "sp-std", @@ -8845,7 +8879,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "serde", "serde_json", @@ -8854,9 +8888,9 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-api", "sp-core", @@ -8868,9 +8902,9 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-runtime", "sp-std", @@ -8879,12 +8913,12 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "hash-db", "log", "num-traits", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parking_lot 0.12.1", "rand 0.7.3", "smallvec", @@ -8901,15 +8935,15 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "impl-serde", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "ref-cast", "serde", "sp-debug-derive", @@ -8919,7 +8953,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "log", "sp-core", @@ -8932,12 +8966,12 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", "futures-timer", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-api", "sp-inherents", "sp-runtime", @@ -8948,9 +8982,9 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-std", "tracing", "tracing-core", @@ -8960,7 +8994,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "sp-api", "sp-runtime", @@ -8969,11 +9003,11 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "async-trait", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-core", "sp-inherents", @@ -8985,11 +9019,11 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "hash-db", "memory-db", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "sp-core", "sp-std", @@ -9001,10 +9035,10 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "impl-serde", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "parity-wasm 0.42.2", "scale-info", "serde", @@ -9018,9 +9052,9 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "proc-macro2", "quote", "syn", @@ -9029,11 +9063,11 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "impl-trait-for-tuples", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sp-std", "wasmi", "wasmtime", @@ -9047,10 +9081,11 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "ss58-registry" -version = "1.11.0" -source = "git+https://github.com/BHONetwork/ss58-registry?branch=bho-v1.11.0#08b05498db47673dea07dcb0479e47281c693a74" +version = "1.26.0" +source = "git+https://github.com/BHONetwork/ss58-registry?branch=bho-v1.26.0#2d5434d2b7654b5bede67a39df5b080fe36765bc" dependencies = [ "Inflector", + "num-format", "proc-macro2", "quote", "serde", @@ -9170,7 +9205,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "platforms", ] @@ -9178,13 +9213,13 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", "jsonrpsee", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "sc-client-api", "sc-rpc-api", "sc-transaction-pool-api", @@ -9199,7 +9234,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "futures-util", "hyper", @@ -9212,11 +9247,12 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ "ansi_term", "build-helper", "cargo_metadata", + "filetime", "sp-maybe-compressed-blob", "strum", "tempfile", @@ -9233,11 +9269,11 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "support-nft" -version = "1.0.22" +version = "1.0.23" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -9248,7 +9284,7 @@ dependencies = [ [[package]] name = "support-nft-marketplace" -version = "1.0.22" +version = "1.0.23" dependencies = [ "bholdus-support", "bholdus-tokens", @@ -9257,7 +9293,7 @@ dependencies = [ "frame-support", "frame-system", "pallet-balances", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "scale-info", "serde", "sp-core", @@ -9269,9 +9305,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.96" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf" +checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" dependencies = [ "proc-macro2", "quote", @@ -9363,18 +9399,18 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" [[package]] name = "thiserror" -version = "1.0.31" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" +checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.31" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" +checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21" dependencies = [ "proc-macro2", "quote", @@ -9472,10 +9508,11 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.19.2" +version = "1.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" +checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" dependencies = [ + "autocfg", "bytes", "libc", "memchr", @@ -9512,6 +9549,17 @@ dependencies = [ "webpki", ] +[[package]] +name = "tokio-stream" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" +dependencies = [ + "futures-core", + "pin-project-lite 0.2.9", + "tokio", +] + [[package]] name = "tokio-util" version = "0.7.3" @@ -9538,15 +9586,15 @@ dependencies = [ [[package]] name = "tower-service" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" +checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" -version = "0.1.34" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09" +checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" dependencies = [ "cfg-if 1.0.0", "pin-project-lite 0.2.9", @@ -9556,9 +9604,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.21" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c" +checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" dependencies = [ "proc-macro2", "quote", @@ -9567,11 +9615,11 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.26" +version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f" +checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7" dependencies = [ - "lazy_static", + "once_cell", "valuable", ] @@ -9581,7 +9629,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ - "pin-project 1.0.10", + "pin-project", "tracing", ] @@ -9638,7 +9686,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83" dependencies = [ "hash-db", - "hashbrown 0.12.1", + "hashbrown 0.12.3", "log", "rustc-hex", "smallvec", @@ -9715,12 +9763,12 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.23#5687d97aef3476a8bdd058adcacd9195b625628f" +source = "git+https://github.com/BHONetwork/substrate.git?branch=bho-polkadot-v0.9.26#e5808fc283c05dbeaaddff2cfd2639f68cfc6f31" dependencies = [ - "clap 3.1.18", + "clap 3.2.16", "jsonrpsee", "log", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "remote-externalities", "sc-chain-spec", "sc-cli", @@ -9763,9 +9811,9 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "ucd-trie" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" +checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c" [[package]] name = "uint" @@ -9781,7 +9829,7 @@ dependencies = [ [[package]] name = "ulas-runtime" -version = "1.0.22" +version = "1.0.23" dependencies = [ "beefy-primitives", "bholdus-bridge-native-transfer", @@ -9850,12 +9898,12 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "pallet-treasury", "pallet-utility", - "parity-scale-codec 3.1.2", + "parity-scale-codec 3.1.5", "rlp", "runtime-chain-extension", "runtime-common", "scale-info", - "sha3 0.8.2", + "sha3 0.10.2", "smallvec", "sp-api", "sp-authority-discovery", @@ -9893,15 +9941,15 @@ checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" [[package]] name = "unicode-ident" -version = "1.0.0" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee" +checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" [[package]] name = "unicode-normalization" -version = "0.1.19" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" +checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6" dependencies = [ "tinyvec", ] @@ -9930,7 +9978,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" dependencies = [ - "generic-array 0.14.5", + "generic-array 0.14.6", "subtle", ] @@ -10051,9 +10099,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.80" +version = "0.2.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad" +checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d" dependencies = [ "cfg-if 1.0.0", "wasm-bindgen-macro", @@ -10061,13 +10109,13 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.80" +version = "0.2.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4" +checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f" dependencies = [ "bumpalo", - "lazy_static", "log", + "once_cell", "proc-macro2", "quote", "syn", @@ -10076,9 +10124,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.30" +version = "0.4.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2" +checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -10088,9 +10136,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.80" +version = "0.2.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5" +checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -10098,9 +10146,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.80" +version = "0.2.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b" +checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da" dependencies = [ "proc-macro2", "quote", @@ -10111,9 +10159,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.80" +version = "0.2.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744" +checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" [[package]] name = "wasm-gc-api" @@ -10177,15 +10225,18 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.83.0" +version = "0.85.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a" +checksum = "570460c58b21e9150d2df0eaaedbb7816c34bcec009ae0dcc976e40ba81463e7" +dependencies = [ + "indexmap", +] [[package]] name = "wasmtime" -version = "0.35.3" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1" +checksum = "1f50eadf868ab6a04b7b511460233377d0bfbb92e417b2f6a98b98fef2e098f5" dependencies = [ "anyhow", "backtrace", @@ -10195,7 +10246,7 @@ dependencies = [ "lazy_static", "libc", "log", - "object 0.27.1", + "object 0.28.4", "once_cell", "paste", "psm", @@ -10214,9 +10265,9 @@ dependencies = [ [[package]] name = "wasmtime-cache" -version = "0.35.3" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0" +checksum = "d1df23c642e1376892f3b72f311596976979cbf8b85469680cdd3a8a063d12a2" dependencies = [ "anyhow", "base64", @@ -10224,7 +10275,7 @@ dependencies = [ "directories-next", "file-per-thread-logger", "log", - "rustix", + "rustix 0.33.7", "serde", "sha2 0.9.9", "toml", @@ -10234,9 +10285,9 @@ dependencies = [ [[package]] name = "wasmtime-cranelift" -version = "0.35.3" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de" +checksum = "f264ff6b4df247d15584f2f53d009fbc90032cfdc2605b52b961bffc71b6eccd" dependencies = [ "anyhow", "cranelift-codegen", @@ -10247,7 +10298,7 @@ dependencies = [ "gimli", "log", "more-asserts", - "object 0.27.1", + "object 0.28.4", "target-lexicon", "thiserror", "wasmparser", @@ -10256,9 +10307,9 @@ dependencies = [ [[package]] name = "wasmtime-environ" -version = "0.35.3" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59" +checksum = "839d2820e4b830f4b9e7aa08d4c0acabf4a5036105d639f6dfa1c6891c73bdc6" dependencies = [ "anyhow", "cranelift-entity", @@ -10266,7 +10317,7 @@ dependencies = [ "indexmap", "log", "more-asserts", - "object 0.27.1", + "object 0.28.4", "serde", "target-lexicon", "thiserror", @@ -10276,9 +10327,9 @@ dependencies = [ [[package]] name = "wasmtime-jit" -version = "0.35.3" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2" +checksum = "ef0a0bcbfa18b946d890078ba0e1bc76bcc53eccfb40806c0020ec29dcd1bd49" dependencies = [ "addr2line", "anyhow", @@ -10287,10 +10338,10 @@ dependencies = [ "cpp_demangle", "gimli", "log", - "object 0.27.1", + "object 0.28.4", "region", "rustc-demangle", - "rustix", + "rustix 0.33.7", "serde", "target-lexicon", "thiserror", @@ -10302,20 +10353,20 @@ dependencies = [ [[package]] name = "wasmtime-jit-debug" -version = "0.35.3" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654" +checksum = "4f4779d976206c458edd643d1ac622b6c37e4a0800a8b1d25dfbf245ac2f2cac" dependencies = [ "lazy_static", - "object 0.27.1", - "rustix", + "object 0.28.4", + "rustix 0.33.7", ] [[package]] name = "wasmtime-runtime" -version = "0.35.3" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864" +checksum = "b7eb6ffa169eb5dcd18ac9473c817358cd57bc62c244622210566d473397954a" dependencies = [ "anyhow", "backtrace", @@ -10330,7 +10381,7 @@ dependencies = [ "more-asserts", "rand 0.8.5", "region", - "rustix", + "rustix 0.33.7", "thiserror", "wasmtime-environ", "wasmtime-jit-debug", @@ -10339,9 +10390,9 @@ dependencies = [ [[package]] name = "wasmtime-types" -version = "0.35.3" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852" +checksum = "8d932b0ac5336f7308d869703dd225610a6a3aeaa8e968c52b43eed96cefb1c2" dependencies = [ "cranelift-entity", "serde", @@ -10351,9 +10402,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.57" +version = "0.3.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283" +checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1" dependencies = [ "js-sys", "wasm-bindgen", @@ -10371,9 +10422,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.22.3" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf" +checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf" dependencies = [ "webpki", ] @@ -10437,15 +10488,15 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windows" -version = "0.29.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aac7fef12f4b59cd0a29339406cc9203ab44e440ddff6b3f5a41455349fa9cf3" +checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f" dependencies = [ - "windows_aarch64_msvc 0.29.0", - "windows_i686_gnu 0.29.0", - "windows_i686_msvc 0.29.0", - "windows_x86_64_gnu 0.29.0", - "windows_x86_64_msvc 0.29.0", + "windows_aarch64_msvc 0.34.0", + "windows_i686_gnu 0.34.0", + "windows_i686_msvc 0.34.0", + "windows_x86_64_gnu 0.34.0", + "windows_x86_64_msvc 0.34.0", ] [[package]] @@ -10463,9 +10514,9 @@ dependencies = [ [[package]] name = "windows_aarch64_msvc" -version = "0.29.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d027175d00b01e0cbeb97d6ab6ebe03b12330a35786cbaca5252b1c4bf5d9b" +checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d" [[package]] name = "windows_aarch64_msvc" @@ -10475,9 +10526,9 @@ checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" [[package]] name = "windows_i686_gnu" -version = "0.29.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8793f59f7b8e8b01eda1a652b2697d87b93097198ae85f823b969ca5b89bba58" +checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed" [[package]] name = "windows_i686_gnu" @@ -10487,9 +10538,9 @@ checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" [[package]] name = "windows_i686_msvc" -version = "0.29.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8602f6c418b67024be2996c512f5f995de3ba417f4c75af68401ab8756796ae4" +checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956" [[package]] name = "windows_i686_msvc" @@ -10499,9 +10550,9 @@ checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" [[package]] name = "windows_x86_64_gnu" -version = "0.29.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3d615f419543e0bd7d2b3323af0d86ff19cbc4f816e6453f36a2c2ce889c354" +checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4" [[package]] name = "windows_x86_64_gnu" @@ -10511,9 +10562,9 @@ checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" [[package]] name = "windows_x86_64_msvc" -version = "0.29.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d95421d9ed3672c280884da53201a5c46b7b2765ca6faf34b0d71cf34a3561" +checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9" [[package]] name = "windows_x86_64_msvc" @@ -10572,9 +10623,9 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.4.3" +version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619" +checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" dependencies = [ "zeroize_derive", ] @@ -10593,18 +10644,18 @@ dependencies = [ [[package]] name = "zstd" -version = "0.10.2+zstd.1.5.2" +version = "0.11.2+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847" +checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" dependencies = [ "zstd-safe", ] [[package]] name = "zstd-safe" -version = "4.1.6+zstd.1.5.2" +version = "5.0.2+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb" +checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" dependencies = [ "libc", "zstd-sys", @@ -10612,9 +10663,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "1.6.3+zstd.1.5.2" +version = "2.0.1+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8" +checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b" dependencies = [ "cc", "libc", diff --git a/precompiles/template/Cargo.toml b/precompiles/template/Cargo.toml index 1fb2ac2fa..494ad9e03 100644 --- a/precompiles/template/Cargo.toml +++ b/precompiles/template/Cargo.toml @@ -3,7 +3,7 @@ name = "bholdus-evm-precompile-template" authors = ["Bholdus"] description = "A Precompile Template" edition = "2021" -version = "1.0.22" +version = "1.0.23" [dependencies] log = "0.4" @@ -17,16 +17,16 @@ precompile-utils = { package = 'bholdus-evm-precompile-utils', path = "../utils" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "max-encoded-len", ] } -frame-support = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.23", default-features = false } -frame-system = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.23", default-features = false } -sp-core = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.23", default-features = false } -sp-io = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.23", default-features = false } -sp-runtime = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.23", default-features = false } -sp-std = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.23", default-features = false } +frame-support = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.26", default-features = false } +frame-system = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.26", default-features = false } +sp-core = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.26", default-features = false } +sp-io = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.26", default-features = false } +sp-runtime = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.26", default-features = false } +sp-std = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.26", default-features = false } # Frontier -fp-evm = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } -pallet-evm = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } +fp-evm = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } +pallet-evm = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } # Local deps pallet-template = { path = "../../pallets/template", default-features = false } @@ -35,7 +35,7 @@ pallet-template = { path = "../../pallets/template", default-features = false } [dev-dependencies] derive_more = { version = "0.99" } serde = { version = "1.0.100" } -sha3 = "0.8" +sha3 = "0.10" codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "max-encoded-len", @@ -43,9 +43,9 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = [ scale-info = { version = "2.0.1", default-features = false, features = [ "derive", ] } -sp-runtime = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.23" } -pallet-timestamp = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.23" } -pallet-balances = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.23" } +sp-runtime = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.26" } +pallet-timestamp = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.26" } +pallet-balances = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.26" } bholdus-tokens = { path = "../../pallets/tokens" } bholdus-support = { path = "../../pallets/support" } diff --git a/precompiles/utils/Cargo.toml b/precompiles/utils/Cargo.toml index fba3a93c8..ab0117727 100644 --- a/precompiles/utils/Cargo.toml +++ b/precompiles/utils/Cargo.toml @@ -3,29 +3,29 @@ name = "bholdus-evm-precompile-utils" authors = ["Bholdus"] description = "Utils to write EVM precompiles." edition = "2021" -version = "1.0.22" +version = "1.0.23" [dependencies] impl-trait-for-tuples = "0.2.2" log = "0.4" num_enum = { version = "0.5.3", default-features = false } -sha3 = { version = "0.9", default-features = false } +sha3 = { version = "0.10", default-features = false } # Bholdus precompile-utils-macro = { package = "bholdus-evm-precompile-utils-macro", path = "macro" } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -frame-support = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.23", default-features = false } -frame-system = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.23", default-features = false } -sp-core = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.23", default-features = false } -sp-io = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.23", default-features = false } -sp-std = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.23", default-features = false } +frame-support = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.26", default-features = false } +frame-system = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.26", default-features = false } +sp-core = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.26", default-features = false } +sp-io = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.26", default-features = false } +sp-std = { git = "https://github.com/BHONetwork/substrate", branch = "bho-polkadot-v0.9.26", default-features = false } # Frontier -evm = { git = "https://github.com/rust-blockchain/evm", branch = "master", default-features = false, features = [ "with-codec" ] } -fp-evm = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } -pallet-evm = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } +evm = { git = "https://github.com/rust-blockchain/evm", rev = "01bcbd2205a212c34451d3b4fabc962793b057d3", default-features = false, features = [ "with-codec" ] } +fp-evm = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } +pallet-evm = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } [dev-dependencies] hex-literal = "0.3.1" diff --git a/runtime/phoenix/Cargo.toml b/runtime/phoenix/Cargo.toml index 6a9d9868c..3bfe75d7b 100644 --- a/runtime/phoenix/Cargo.toml +++ b/runtime/phoenix/Cargo.toml @@ -4,14 +4,14 @@ edition = "2021" homepage = "https://bholdus.com" name = "phoenix-runtime" repository = "https://github.com/bholdus/bholdus-chain/" -version = "1.0.22" +version = "1.0.23" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [build-dependencies.substrate-wasm-builder] git = "https://github.com/BHONetwork/substrate.git" -branch = "bho-polkadot-v0.9.23" +branch = "bho-polkadot-v0.9.26" version = "5.0.0-dev" [dependencies] @@ -26,90 +26,90 @@ hex-literal = { version = "0.3.1", optional = true } log = { version = "0.4", default-features = false } smallvec = "1.8.0" rlp = { version = "0.5", optional = true, default-features = false } -sha3 = { version = "0.8", optional = true, default-features = false } +sha3 = { version = "0.10", optional = true, default-features = false } # FRAME dependencies -frame-benchmarking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, optional = true, branch = "bho-polkadot-v0.9.23" } -frame-executive = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -frame-support = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -frame-system = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -frame-system-benchmarking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, optional = true, branch = "bho-polkadot-v0.9.23" } -frame-system-rpc-runtime-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -frame-election-provider-support = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -frame-try-runtime = { optional = true, git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } +frame-benchmarking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, optional = true, branch = "bho-polkadot-v0.9.26" } +frame-executive = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +frame-support = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +frame-system = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +frame-system-benchmarking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, optional = true, branch = "bho-polkadot-v0.9.26" } +frame-system-rpc-runtime-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +frame-election-provider-support = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +frame-try-runtime = { optional = true, git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } -pallet-babe = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-balances = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-grandpa = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-randomness-collective-flip = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-sudo = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-timestamp = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-transaction-payment = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-staking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-staking-reward-curve = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-aura = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-session = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-im-online = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-authority-discovery = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-offences = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-treasury = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-utility = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-collective = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-election-provider-multi-phase = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-indices = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-bounties = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-authorship = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-contracts = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-contracts-rpc-runtime-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-contracts-primitives = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-mmr = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-scheduler = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-proxy = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-identity = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-recovery = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-bags-list = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-multisig = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -beefy-primitives = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-beefy = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-beefy-mmr = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-preimage = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-child-bounties = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-nomination-pools = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } +pallet-babe = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-balances = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-grandpa = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-randomness-collective-flip = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-sudo = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-timestamp = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-transaction-payment = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-staking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-staking-reward-curve = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-aura = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-session = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-im-online = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-authority-discovery = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-offences = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-treasury = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-utility = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-collective = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-election-provider-multi-phase = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-indices = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-bounties = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-authorship = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-contracts = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-contracts-rpc-runtime-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-contracts-primitives = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-mmr = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-scheduler = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-proxy = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-identity = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-recovery = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-bags-list = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-multisig = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +beefy-primitives = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-beefy = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-beefy-mmr = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-preimage = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-child-bounties = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-nomination-pools = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } # Frontier -pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23" } -pallet-ethereum = { default-features = false, git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23" } -pallet-base-fee = { default-features = false, version = "1.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23" } -fp-self-contained = { default-features = false, version = "1.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23" } -fp-rpc = { default-features = false, version = "3.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23" } -fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23" } -pallet-evm-precompile-blake2 = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } -pallet-evm-precompile-dispatch = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } +pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26" } +pallet-ethereum = { default-features = false, git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26" } +pallet-base-fee = { default-features = false, version = "1.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26" } +fp-self-contained = { default-features = false, version = "1.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26" } +fp-rpc = { default-features = false, version = "3.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26" } +fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26" } +pallet-evm-precompile-blake2 = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } +pallet-evm-precompile-dispatch = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } # bholdus-evm-rpc-primitives-debug = { path = "../../primitives/evm/rpc/debug", default-features = false } # evm-tracing-events = { path = "../../primitives/evm/rpc/evm-tracing-events", optional = true, default-features = false } # bholdus-evm-tracer = { path = "../evm-tracer", optional = true, default-features = false } # Substrate primitives -sp-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-block-builder = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-core = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-inherents = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-runtime = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-offchain = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-session = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-std = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-transaction-pool = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-version = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-staking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-authority-discovery = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-npos-elections = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-consensus-aura = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-io = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } +sp-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-block-builder = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-core = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-inherents = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-runtime = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-offchain = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-session = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-std = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-transaction-pool = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-version = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-staking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-authority-discovery = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-npos-elections = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-consensus-aura = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-io = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } # local dependencies common-primitives = { path = "../../primitives/common", default-features = false } diff --git a/runtime/ulas/Cargo.toml b/runtime/ulas/Cargo.toml index 11b54c32b..4bec06ef8 100644 --- a/runtime/ulas/Cargo.toml +++ b/runtime/ulas/Cargo.toml @@ -4,14 +4,14 @@ edition = "2021" homepage = "https://bholdus.com" name = "ulas-runtime" repository = "https://github.com/bholdus/bholdus-chain/" -version = "1.0.22" +version = "1.0.23" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [build-dependencies.substrate-wasm-builder] git = "https://github.com/BHONetwork/substrate.git" -branch = "bho-polkadot-v0.9.23" +branch = "bho-polkadot-v0.9.26" version = "5.0.0-dev" [dependencies] @@ -26,90 +26,90 @@ hex-literal = { version = "0.3.1", optional = true } log = { version = "0.4", default-features = false } smallvec = "1.8.0" rlp = { version = "0.5", optional = true, default-features = false } -sha3 = { version = "0.8", optional = true, default-features = false } +sha3 = { version = "0.10", optional = true, default-features = false } # FRAME dependencies -frame-benchmarking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, optional = true, branch = "bho-polkadot-v0.9.23" } -frame-executive = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -frame-support = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -frame-system = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -frame-system-benchmarking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, optional = true, branch = "bho-polkadot-v0.9.23" } -frame-system-rpc-runtime-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -frame-election-provider-support = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -frame-try-runtime = { optional = true, git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } +frame-benchmarking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, optional = true, branch = "bho-polkadot-v0.9.26" } +frame-executive = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +frame-support = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +frame-system = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +frame-system-benchmarking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, optional = true, branch = "bho-polkadot-v0.9.26" } +frame-system-rpc-runtime-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +frame-election-provider-support = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +frame-try-runtime = { optional = true, git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } -pallet-babe = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-balances = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-grandpa = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-randomness-collective-flip = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-sudo = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-timestamp = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-transaction-payment = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-staking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-staking-reward-curve = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-aura = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-session = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-im-online = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-authority-discovery = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-offences = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-treasury = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-utility = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-collective = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-election-provider-multi-phase = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-indices = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-bounties = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-authorship = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-contracts = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-contracts-rpc-runtime-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-contracts-primitives = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-mmr = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-scheduler = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-proxy = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-identity = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-recovery = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-bags-list = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-multisig = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -beefy-primitives = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-beefy = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-beefy-mmr = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-preimage = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-child-bounties = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -pallet-nomination-pools = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } +pallet-babe = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-balances = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-grandpa = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-randomness-collective-flip = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-sudo = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-timestamp = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-transaction-payment = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-staking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-staking-reward-curve = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-aura = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-session = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-im-online = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-authority-discovery = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-offences = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-treasury = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-utility = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-collective = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-election-provider-multi-phase = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-indices = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-bounties = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-authorship = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-contracts = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-contracts-rpc-runtime-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-contracts-primitives = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-mmr = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-scheduler = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-proxy = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-identity = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-recovery = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-bags-list = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-multisig = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +beefy-primitives = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-beefy = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-beefy-mmr = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-preimage = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-child-bounties = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +pallet-nomination-pools = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } # Frontier -pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23" } -pallet-ethereum = { default-features = false, git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23" } -pallet-base-fee = { default-features = false, version = "1.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23" } -fp-self-contained = { default-features = false, version = "1.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23" } -fp-rpc = { default-features = false, version = "3.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23" } -fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23" } -pallet-evm-precompile-blake2 = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } -pallet-evm-precompile-dispatch = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.23", default-features = false } +pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26" } +pallet-ethereum = { default-features = false, git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26" } +pallet-base-fee = { default-features = false, version = "1.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26" } +fp-self-contained = { default-features = false, version = "1.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26" } +fp-rpc = { default-features = false, version = "3.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26" } +fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26" } +pallet-evm-precompile-blake2 = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } +pallet-evm-precompile-dispatch = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/BHONetwork/frontier.git", branch = "bho-polkadot-v0.9.26", default-features = false } # bholdus-evm-rpc-primitives-debug = { path = "../../primitives/evm/rpc/debug", default-features = false } # evm-tracing-events = { path = "../../primitives/evm/rpc/evm-tracing-events", optional = true, default-features = false } # bholdus-evm-tracer = { path = "../evm-tracer", optional = true, default-features = false } # Substrate primitives -sp-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-block-builder = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-core = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-inherents = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-runtime = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-offchain = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-session = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-std = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-transaction-pool = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-version = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-staking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-authority-discovery = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-npos-elections = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-consensus-aura = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } -sp-io = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.23" } +sp-api = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-block-builder = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-core = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-inherents = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-runtime = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-offchain = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-session = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-std = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-transaction-pool = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-version = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-staking = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-authority-discovery = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-npos-elections = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-consensus-aura = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } +sp-io = { git = "https://github.com/BHONetwork/substrate.git", default-features = false, branch = "bho-polkadot-v0.9.26" } # local dependencies common-primitives = { path = "../../primitives/common", default-features = false }