From 8a6699db2f65836876bdda14c2608e42e3b09f85 Mon Sep 17 00:00:00 2001 From: Ayush Kumar Mishra Date: Tue, 31 Dec 2024 15:17:54 +0530 Subject: [PATCH] Feat: Polkadot v1.12 to v1.14 upgrade --- .github/workflows/ci.yaml | 6 +- .github/workflows/stage.yaml | 2 +- CHANGELOG.md | 4 + Cargo.lock | 1965 ++++++++++++++------------ Cargo.toml | 239 ++-- README.md | 2 +- node/service/src/chain_spec.rs | 181 ++- pallets/chainbridge/src/mock.rs | 11 +- pallets/ddc-clusters-gov/src/mock.rs | 11 +- pallets/ddc-clusters/src/mock.rs | 13 +- pallets/ddc-customers/src/mock.rs | 12 +- pallets/ddc-nodes/src/mock.rs | 11 +- pallets/ddc-payouts/src/mock.rs | 11 +- pallets/ddc-staking/src/mock.rs | 11 +- pallets/ddc-verification/src/mock.rs | 9 +- pallets/erc20/src/mock.rs | 3 +- pallets/erc721/src/mock.rs | 17 +- runtime/cere-dev/Cargo.toml | 2 + runtime/cere-dev/src/lib.rs | 44 +- runtime/cere/Cargo.toml | 2 + runtime/cere/src/lib.rs | 44 +- rust-toolchain.toml | 2 +- scripts/init.sh | 4 +- 23 files changed, 1402 insertions(+), 1204 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c31a61385..da64bebdc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: - name: Install toolchain and rust-src uses: actions-rs/toolchain@v1 with: - toolchain: 1.79.0 + toolchain: 1.81.0 override: true target: wasm32-unknown-unknown components: rust-src @@ -78,7 +78,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: 1.79.0 + toolchain: 1.81.0 override: true target: wasm32-unknown-unknown components: rust-src @@ -101,7 +101,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: 1.79.0 + toolchain: 1.81.0 override: true target: wasm32-unknown-unknown components: rust-src diff --git a/.github/workflows/stage.yaml b/.github/workflows/stage.yaml index d999fc586..95e0e734e 100644 --- a/.github/workflows/stage.yaml +++ b/.github/workflows/stage.yaml @@ -60,7 +60,7 @@ jobs: - name: Install toolchain and rust-src uses: actions-rs/toolchain@v1 with: - toolchain: 1.79.0 + toolchain: 1.81.0 override: true target: wasm32-unknown-unknown components: rust-src diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc683df0..dfc94499f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [C] Changes is `Cere` Runtime - [D] Changes is `Cere Dev` Runtime +## [6.9.0] + +- [C,D] Update Substrate from `v1.12` to `v1.14`. +- ## [6.8.0] - [C,D] Update Substrate from `v1.10` to `v1.12`. diff --git a/Cargo.lock b/Cargo.lock index ce555c04e..58f731adb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom 0.2.15", + "getrandom", "once_cell", "version_check", "zerocopy", @@ -574,7 +574,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand 0.8.5", + "rand", "rayon", ] @@ -585,7 +585,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" dependencies = [ "num-traits", - "rand 0.8.5", + "rand", ] [[package]] @@ -597,7 +597,7 @@ dependencies = [ "ark-serialize 0.4.2", "ark-std 0.4.0", "digest 0.10.7", - "rand_core 0.6.4", + "rand_core", "sha3", ] @@ -610,7 +610,7 @@ dependencies = [ "ark-serialize 0.5.0", "ark-std 0.5.0", "digest 0.10.7", - "rand_core 0.6.4", + "rand_core", "sha3", ] @@ -638,8 +638,24 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" dependencies = [ - "asn1-rs-derive", - "asn1-rs-impl", + "asn1-rs-derive 0.4.0", + "asn1-rs-impl 0.1.0", + "displaydoc", + "nom", + "num-traits", + "rusticata-macros", + "thiserror 1.0.69", + "time", +] + +[[package]] +name = "asn1-rs" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" +dependencies = [ + "asn1-rs-derive 0.5.1", + "asn1-rs-impl 0.2.0", "displaydoc", "nom", "num-traits", @@ -660,6 +676,18 @@ dependencies = [ "synstructure 0.12.6", ] +[[package]] +name = "asn1-rs-derive" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", + "synstructure 0.13.1", +] + [[package]] name = "asn1-rs-impl" version = "0.1.0" @@ -671,6 +699,17 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "asn1-rs-impl" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + [[package]] name = "assert_matches" version = "1.5.0" @@ -715,7 +754,7 @@ checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ "event-listener 5.3.1", "event-listener-strategy", - "pin-project-lite 0.2.15", + "pin-project-lite", ] [[package]] @@ -739,7 +778,24 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.15", + "pin-project-lite", +] + +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + +[[package]] +name = "attohttpc" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d9a9bf8b79a749ee0b911b91b671cc2b6c670bdbc7e3dfd537576ddc94bb2a2" +dependencies = [ + "http 0.2.12", + "log", + "url", ] [[package]] @@ -777,8 +833,8 @@ dependencies = [ "dleq_vrf", "fflonk", "merlin", - "rand_chacha 0.3.1", - "rand_core 0.6.4", + "rand_chacha", + "rand_core", "ring 0.1.0", "sha2 0.10.8", "sp-ark-bls12-381", @@ -1122,7 +1178,7 @@ dependencies = [ [[package]] name = "cere-cli" -version = "6.8.0" +version = "6.9.0" dependencies = [ "cere-client", "cere-service", @@ -1140,7 +1196,7 @@ dependencies = [ [[package]] name = "cere-client" -version = "6.8.0" +version = "6.9.0" dependencies = [ "cere-dev-runtime", "cere-runtime", @@ -1165,14 +1221,14 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-timestamp", "sp-transaction-pool", ] [[package]] name = "cere-dev-runtime" -version = "6.8.0" +version = "6.9.0" dependencies = [ "cere-runtime-common", "ddc-primitives", @@ -1251,14 +1307,15 @@ dependencies = [ "sp-block-builder", "sp-consensus-babe", "sp-core", + "sp-genesis-builder", "sp-inherents", "sp-io", "sp-offchain", "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-transaction-pool", "sp-version", "static_assertions", @@ -1267,7 +1324,7 @@ dependencies = [ [[package]] name = "cere-rpc" -version = "6.8.0" +version = "6.9.0" dependencies = [ "jsonrpsee", "node-primitives", @@ -1296,7 +1353,7 @@ dependencies = [ [[package]] name = "cere-runtime" -version = "6.8.0" +version = "6.9.0" dependencies = [ "cere-runtime-common", "ddc-primitives", @@ -1375,14 +1432,15 @@ dependencies = [ "sp-block-builder", "sp-consensus-babe", "sp-core", + "sp-genesis-builder", "sp-inherents", "sp-io", "sp-offchain", "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-transaction-pool", "sp-version", "static_assertions", @@ -1391,7 +1449,7 @@ dependencies = [ [[package]] name = "cere-runtime-common" -version = "6.8.0" +version = "6.9.0" dependencies = [ "frame-support", "frame-system", @@ -1407,12 +1465,12 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "cere-service" -version = "6.8.0" +version = "6.9.0" dependencies = [ "cere-client", "cere-dev-runtime", @@ -1424,7 +1482,7 @@ dependencies = [ "jsonrpsee", "node-primitives", "pallet-im-online", - "rand 0.8.5", + "rand", "sc-authority-discovery", "sc-basic-authorship", "sc-chain-spec", @@ -1683,7 +1741,7 @@ dependencies = [ "ark-std 0.5.0", "fflonk", "getrandom_or_panic", - "rand_core 0.6.4", + "rand_core", ] [[package]] @@ -1735,7 +1793,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.15", + "getrandom", "once_cell", "tiny-keccak", ] @@ -1961,7 +2019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ "generic-array 0.14.7", - "rand_core 0.6.4", + "rand_core", "subtle 2.6.1", "zeroize", ] @@ -1973,7 +2031,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ "generic-array 0.14.7", - "rand_core 0.6.4", + "rand_core", "typenum", ] @@ -2006,19 +2064,6 @@ dependencies = [ "cipher 0.4.4", ] -[[package]] -name = "curve25519-dalek" -version = "3.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" -dependencies = [ - "byteorder", - "digest 0.9.0", - "rand_core 0.5.1", - "subtle 2.6.1", - "zeroize", -] - [[package]] name = "curve25519-dalek" version = "4.1.3" @@ -2181,7 +2226,7 @@ dependencies = [ [[package]] name = "ddc-primitives" -version = "6.8.0" +version = "6.9.0" dependencies = [ "blake2 0.10.6", "frame-support", @@ -2196,7 +2241,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] @@ -2215,7 +2260,21 @@ version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" dependencies = [ - "asn1-rs", + "asn1-rs 0.5.2", + "displaydoc", + "nom", + "num-bigint", + "num-traits", + "rusticata-macros", +] + +[[package]] +name = "der-parser" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" +dependencies = [ + "asn1-rs 0.6.2", "displaydoc", "nom", "num-bigint", @@ -2475,19 +2534,10 @@ dependencies = [ "elliptic-curve", "rfc6979", "serdect", - "signature 2.2.0", + "signature", "spki", ] -[[package]] -name = "ed25519" -version = "1.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" -dependencies = [ - "signature 1.6.4", -] - [[package]] name = "ed25519" version = "2.2.3" @@ -2495,21 +2545,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "signature 2.2.0", -] - -[[package]] -name = "ed25519-dalek" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" -dependencies = [ - "curve25519-dalek 3.2.0", - "ed25519 1.5.3", - "rand 0.7.3", - "serde", - "sha2 0.9.9", - "zeroize", + "signature", ] [[package]] @@ -2518,9 +2554,9 @@ version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ - "curve25519-dalek 4.1.3", - "ed25519 2.2.3", - "rand_core 0.6.4", + "curve25519-dalek", + "ed25519", + "rand_core", "serde", "sha2 0.10.8", "subtle 2.6.1", @@ -2533,11 +2569,11 @@ version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ - "curve25519-dalek 4.1.3", - "ed25519 2.2.3", + "curve25519-dalek", + "ed25519", "hashbrown 0.14.5", "hex", - "rand_core 0.6.4", + "rand_core", "sha2 0.10.8", "zeroize", ] @@ -2573,7 +2609,7 @@ dependencies = [ "generic-array 0.14.7", "group", "pkcs8", - "rand_core 0.6.4", + "rand_core", "sec1", "serdect", "subtle 2.6.1", @@ -2682,7 +2718,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2699,7 +2735,7 @@ checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" dependencies = [ "concurrent-queue", "parking", - "pin-project-lite 0.2.15", + "pin-project-lite", ] [[package]] @@ -2709,7 +2745,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2" dependencies = [ "event-listener 5.3.1", - "pin-project-lite 0.2.15", + "pin-project-lite", ] [[package]] @@ -2770,7 +2806,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" dependencies = [ - "rand_core 0.6.4", + "rand_core", "subtle 2.6.1", ] @@ -2848,7 +2884,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand 0.8.5", + "rand", "rustc-hex", "static_assertions", ] @@ -2859,17 +2895,6 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" -[[package]] -name = "flate2" -version = "1.0.35" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" -dependencies = [ - "crc32fast", - "libz-sys", - "miniz_oxide", -] - [[package]] name = "float-cmp" version = "0.9.0" @@ -2909,7 +2934,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "parity-scale-codec", ] @@ -2942,7 +2967,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-support", "frame-support-procedural", @@ -2958,16 +2983,16 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "Inflector", "array-bytes", @@ -2984,7 +3009,7 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "rand 0.8.5", + "rand", "rand_pcg", "sc-block-builder", "sc-chain-spec", @@ -3000,16 +3025,16 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-database", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-genesis-builder", "sp-inherents", "sp-io", "sp-keystore", "sp-runtime", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-trie", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "thiserror 1.0.69", "thousands", ] @@ -3017,7 +3042,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -3028,7 +3053,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3039,13 +3064,13 @@ dependencies = [ "sp-core", "sp-npos-elections", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "aquamarine", "frame-support", @@ -3057,8 +3082,8 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] @@ -3076,7 +3101,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "aquamarine", "array-bytes", @@ -3099,7 +3124,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -3107,8 +3132,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-weights", "static_assertions", "tt-call", @@ -3117,7 +3142,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "Inflector", "cfg-expr", @@ -3126,7 +3151,7 @@ dependencies = [ "frame-support-procedural-tools", "itertools 0.11.0", "macro_magic", - "proc-macro-warning", + "proc-macro-warning 1.0.2", "proc-macro2", "quote", "sp-crypto-hashing", @@ -3136,7 +3161,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.2.0", @@ -3148,7 +3173,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "proc-macro2", "quote", @@ -3158,7 +3183,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "cfg-if", "docify", @@ -3170,7 +3195,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-version", "sp-weights", ] @@ -3178,7 +3203,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -3187,14 +3212,15 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ + "docify", "parity-scale-codec", "sp-api", ] @@ -3202,13 +3228,13 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] @@ -3251,6 +3277,16 @@ dependencies = [ "futures-util", ] +[[package]] +name = "futures-bounded" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b07bbbe7d7e78809544c6f718d875627addc73a7c3582447abc052cd3dc67e0" +dependencies = [ + "futures-timer", + "futures-util", +] + [[package]] name = "futures-channel" version = "0.3.31" @@ -3292,7 +3328,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" dependencies = [ "futures-core", - "pin-project-lite 0.2.15", + "pin-project-lite", ] [[package]] @@ -3308,13 +3344,12 @@ dependencies = [ [[package]] name = "futures-rustls" -version = "0.22.2" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd" +checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28" dependencies = [ "futures-io", - "rustls 0.20.9", - "webpki", + "rustls 0.21.12", ] [[package]] @@ -3348,7 +3383,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.15", + "pin-project-lite", "pin-utils", "slab", ] @@ -3392,17 +3427,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "getrandom" -version = "0.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" -dependencies = [ - "cfg-if", - "libc", - "wasi 0.9.0+wasi-snapshot-preview1", -] - [[package]] name = "getrandom" version = "0.2.15" @@ -3411,7 +3435,7 @@ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "libc", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", ] [[package]] @@ -3420,8 +3444,8 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand 0.8.5", - "rand_core 0.6.4", + "rand", + "rand_core", ] [[package]] @@ -3482,7 +3506,7 @@ dependencies = [ "parking_lot 0.12.3", "portable-atomic", "quanta", - "rand 0.8.5", + "rand", "smallvec", "spinning_top", ] @@ -3494,7 +3518,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff", - "rand_core 0.6.4", + "rand_core", "subtle 2.6.1", ] @@ -3509,7 +3533,26 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", + "http 0.2.12", + "indexmap 2.7.0", + "slab", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "h2" +version = "0.4.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" +dependencies = [ + "atomic-waker", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "http 1.2.0", "indexmap 2.7.0", "slab", "tokio", @@ -3578,6 +3621,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" dependencies = [ "allocator-api2", + "equivalent", + "foldhash", ] [[package]] @@ -3707,6 +3752,17 @@ dependencies = [ "itoa", ] +[[package]] +name = "http" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + [[package]] name = "http-body" version = "0.4.6" @@ -3714,15 +3770,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", - "http", - "pin-project-lite 0.2.15", + "http 0.2.12", + "pin-project-lite", ] [[package]] -name = "http-range-header" -version = "0.3.1" +name = "http-body" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" +dependencies = [ + "bytes", + "http 1.2.0", +] + +[[package]] +name = "http-body-util" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" +checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" +dependencies = [ + "bytes", + "futures-util", + "http 1.2.0", + "http-body 1.0.1", + "pin-project-lite", +] [[package]] name = "httparse" @@ -3752,13 +3825,13 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2", - "http", - "http-body", + "h2 0.3.26", + "http 0.2.12", + "http-body 0.4.6", "httparse", "httpdate", "itoa", - "pin-project-lite 0.2.15", + "pin-project-lite", "socket2 0.5.8", "tokio", "tower-service", @@ -3766,6 +3839,26 @@ dependencies = [ "want", ] +[[package]] +name = "hyper" +version = "1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "h2 0.4.7", + "http 1.2.0", + "http-body 1.0.1", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "smallvec", + "tokio", +] + [[package]] name = "hyper-rustls" version = "0.24.2" @@ -3773,8 +3866,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", - "http", - "hyper", + "http 0.2.12", + "hyper 0.14.32", "log", "rustls 0.21.12", "rustls-native-certs", @@ -3782,6 +3875,22 @@ dependencies = [ "tokio-rustls", ] +[[package]] +name = "hyper-util" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" +dependencies = [ + "bytes", + "futures-util", + "http 1.2.0", + "http-body 1.0.1", + "hyper 1.5.2", + "pin-project-lite", + "tokio", + "tower-service", +] + [[package]] name = "iana-time-zone" version = "0.1.61" @@ -4004,6 +4113,25 @@ dependencies = [ "windows", ] +[[package]] +name = "igd-next" +version = "0.14.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "064d90fec10d541084e7b39ead8875a5a80d9114a2b18791565253bae25f49e4" +dependencies = [ + "async-trait", + "attohttpc", + "bytes", + "futures", + "http 0.2.12", + "hyper 0.14.32", + "log", + "rand", + "tokio", + "url", + "xmltree", +] + [[package]] name = "impl-codec" version = "0.6.0" @@ -4250,9 +4378,9 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" +checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" dependencies = [ "jsonrpsee-core", "jsonrpsee-proc-macros", @@ -4264,18 +4392,21 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4b257e1ec385e07b0255dde0b933f948b5c8b8c28d42afda9587c3a967b896d" +checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" dependencies = [ "anyhow", "async-trait", "beef", + "bytes", "futures-util", - "hyper", + "http 1.2.0", + "http-body 1.0.1", + "http-body-util", "jsonrpsee-types", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "rustc-hash", "serde", "serde_json", @@ -4286,11 +4417,11 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d0bb047e79a143b32ea03974a6bf59b62c2a4c5f5d42a381c907a8bbb3f75c0" +checksum = "7895f186d5921065d96e16bd795e5ca89ac8356ec423fafc6e3d7cf8ec11aee4" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro-crate 3.2.0", "proc-macro2", "quote", @@ -4299,13 +4430,17 @@ dependencies = [ [[package]] name = "jsonrpsee-server" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12d8b6a9674422a8572e0b0abb12feeb3f2aeda86528c80d0350c2bd0923ab41" +checksum = "654afab2e92e5d88ebd8a39d6074483f3f2bfdf91c5ac57fe285e7127cdd4f51" dependencies = [ + "anyhow", "futures-util", - "http", - "hyper", + "http 1.2.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.5.2", + "hyper-util", "jsonrpsee-core", "jsonrpsee-types", "pin-project", @@ -4323,12 +4458,12 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "150d6168405890a7a3231a3c74843f58b8959471f6df76078db2619ddee1d07d" +checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" dependencies = [ - "anyhow", "beef", + "http 1.2.0", "serde", "serde_json", "thiserror 1.0.69", @@ -4421,7 +4556,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -4432,14 +4567,15 @@ checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "libp2p" -version = "0.51.4" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f35eae38201a993ece6bdc823292d6abd1bffed1c4d0f4a3517d2bd8e1d917fe" +checksum = "e94495eb319a85b70a68b85e2389a95bb3555c71c49025b78c691a854a7e6464" dependencies = [ "bytes", + "either", "futures", "futures-timer", - "getrandom 0.2.15", + "getrandom", "instant", "libp2p-allow-block-list", "libp2p-connection-limits", @@ -4456,18 +4592,21 @@ dependencies = [ "libp2p-request-response", "libp2p-swarm", "libp2p-tcp", + "libp2p-upnp", "libp2p-wasm-ext", "libp2p-websocket", "libp2p-yamux", - "multiaddr", + "multiaddr 0.18.2", "pin-project", + "rw-stream-sink", + "thiserror 1.0.69", ] [[package]] name = "libp2p-allow-block-list" -version = "0.1.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50" +checksum = "55b46558c5c0bf99d3e2a1a38fd54ff5476ca66dd1737b12466a1824dd219311" dependencies = [ "libp2p-core", "libp2p-identity", @@ -4477,9 +4616,9 @@ dependencies = [ [[package]] name = "libp2p-connection-limits" -version = "0.1.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0" +checksum = "2f5107ad45cb20b2f6c3628c7b6014b996fcb13a88053f4569c872c6e30abf58" dependencies = [ "libp2p-core", "libp2p-identity", @@ -4489,9 +4628,9 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.39.2" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2" +checksum = "dd44289ab25e4c9230d9246c475a22241e301b23e8f4061d3bdef304a1a99713" dependencies = [ "either", "fnv", @@ -4500,14 +4639,14 @@ dependencies = [ "instant", "libp2p-identity", "log", - "multiaddr", - "multihash 0.17.0", + "multiaddr 0.18.2", + "multihash 0.19.3", "multistream-select", "once_cell", "parking_lot 0.12.3", "pin-project", "quick-protobuf", - "rand 0.8.5", + "rand", "rw-stream-sink", "smallvec", "thiserror 1.0.69", @@ -4517,27 +4656,30 @@ dependencies = [ [[package]] name = "libp2p-dns" -version = "0.39.0" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146ff7034daae62077c415c2376b8057368042df6ab95f5432ad5e88568b1554" +checksum = "e6a18db73084b4da2871438f6239fef35190b05023de7656e877c18a00541a3b" dependencies = [ + "async-trait", "futures", "libp2p-core", + "libp2p-identity", "log", "parking_lot 0.12.3", "smallvec", - "trust-dns-resolver 0.22.0", + "trust-dns-resolver", ] [[package]] name = "libp2p-identify" -version = "0.42.2" +version = "0.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c" +checksum = "45a96638a0a176bec0a4bcaebc1afa8cf909b114477209d7456ade52c61cd9cd" dependencies = [ "asynchronous-codec", "either", "futures", + "futures-bounded", "futures-timer", "libp2p-core", "libp2p-identity", @@ -4553,27 +4695,27 @@ dependencies = [ [[package]] name = "libp2p-identity" -version = "0.1.3" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" +checksum = "257b5621d159b32282eac446bed6670c39c7dc68a200a992d8f056afa0066f6d" dependencies = [ - "bs58 0.4.0", - "ed25519-dalek 2.1.1", - "log", - "multiaddr", - "multihash 0.17.0", + "bs58 0.5.1", + "ed25519-dalek", + "hkdf", + "multihash 0.19.3", "quick-protobuf", - "rand 0.8.5", + "rand", "sha2 0.10.8", "thiserror 1.0.69", + "tracing", "zeroize", ] [[package]] name = "libp2p-kad" -version = "0.43.3" +version = "0.44.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff" +checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" dependencies = [ "arrayvec", "asynchronous-codec", @@ -4588,7 +4730,8 @@ dependencies = [ "libp2p-swarm", "log", "quick-protobuf", - "rand 0.8.5", + "quick-protobuf-codec", + "rand", "sha2 0.10.8", "smallvec", "thiserror 1.0.69", @@ -4599,9 +4742,9 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.43.1" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19983e1f949f979a928f2c603de1cf180cc0dc23e4ac93a62651ccb18341460b" +checksum = "42a2567c305232f5ef54185e9604579a894fd0674819402bb0ac0246da82f52a" dependencies = [ "data-encoding", "futures", @@ -4610,9 +4753,9 @@ dependencies = [ "libp2p-identity", "libp2p-swarm", "log", - "rand 0.8.5", + "rand", "smallvec", - "socket2 0.4.10", + "socket2 0.5.8", "tokio", "trust-dns-proto 0.22.0", "void", @@ -4620,63 +4763,69 @@ dependencies = [ [[package]] name = "libp2p-metrics" -version = "0.12.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a42ec91e227d7d0dafa4ce88b333cdf5f277253873ab087555c92798db2ddd46" +checksum = "239ba7d28f8d0b5d77760dc6619c05c7e88e74ec8fbbe97f856f20a56745e620" dependencies = [ + "instant", "libp2p-core", "libp2p-identify", + "libp2p-identity", "libp2p-kad", "libp2p-ping", "libp2p-swarm", + "once_cell", "prometheus-client", ] [[package]] name = "libp2p-noise" -version = "0.42.2" +version = "0.43.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c3673da89d29936bc6435bafc638e2f184180d554ce844db65915113f86ec5e" +checksum = "d2eeec39ad3ad0677551907dd304b2f13f17208ccebe333bef194076cd2e8921" dependencies = [ "bytes", - "curve25519-dalek 3.2.0", + "curve25519-dalek", "futures", "libp2p-core", "libp2p-identity", "log", + "multiaddr 0.18.2", + "multihash 0.19.3", "once_cell", "quick-protobuf", - "rand 0.8.5", + "rand", "sha2 0.10.8", "snow", "static_assertions", "thiserror 1.0.69", - "x25519-dalek 1.1.1", + "x25519-dalek", "zeroize", ] [[package]] name = "libp2p-ping" -version = "0.42.0" +version = "0.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e57759c19c28a73ef1eb3585ca410cefb72c1a709fcf6de1612a378e4219202" +checksum = "e702d75cd0827dfa15f8fd92d15b9932abe38d10d21f47c50438c71dd1b5dae3" dependencies = [ "either", "futures", "futures-timer", "instant", "libp2p-core", + "libp2p-identity", "libp2p-swarm", "log", - "rand 0.8.5", + "rand", "void", ] [[package]] name = "libp2p-quic" -version = "0.7.0-alpha.3" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6b26abd81cd2398382a1edfe739b539775be8a90fa6914f39b2ab49571ec735" +checksum = "130d451d83f21b81eb7b35b360bc7972aeafb15177784adc56528db082e6b927" dependencies = [ "bytes", "futures", @@ -4687,18 +4836,20 @@ dependencies = [ "libp2p-tls", "log", "parking_lot 0.12.3", - "quinn-proto", - "rand 0.8.5", - "rustls 0.20.9", + "quinn 0.10.2", + "rand", + "ring 0.16.20", + "rustls 0.21.12", + "socket2 0.5.8", "thiserror 1.0.69", "tokio", ] [[package]] name = "libp2p-request-response" -version = "0.24.1" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffdb374267d42dc5ed5bc53f6e601d4a64ac5964779c6e40bb9e4f14c1e30d5" +checksum = "d8e3b4d67870478db72bac87bfc260ee6641d0734e0e3e275798f089c3fecfd4" dependencies = [ "async-trait", "futures", @@ -4706,15 +4857,17 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "rand 0.8.5", + "log", + "rand", "smallvec", + "void", ] [[package]] name = "libp2p-swarm" -version = "0.42.2" +version = "0.43.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "903b3d592d7694e56204d211f29d31bc004be99386644ba8731fc3e3ef27b296" +checksum = "580189e0074af847df90e75ef54f3f30059aedda37ea5a1659e8b9fca05c0141" dependencies = [ "either", "fnv", @@ -4725,7 +4878,9 @@ dependencies = [ "libp2p-identity", "libp2p-swarm-derive", "log", - "rand 0.8.5", + "multistream-select", + "once_cell", + "rand", "smallvec", "tokio", "void", @@ -4733,36 +4888,39 @@ dependencies = [ [[package]] name = "libp2p-swarm-derive" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f" +checksum = "c4d5ec2a3df00c7836d7696c136274c9c59705bac69133253696a6c932cd1d74" dependencies = [ "heck 0.4.1", + "proc-macro-warning 0.4.2", + "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.93", ] [[package]] name = "libp2p-tcp" -version = "0.39.0" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d33698596d7722d85d3ab0c86c2c322254fce1241e91208e3679b4eb3026cf" +checksum = "b558dd40d1bcd1aaaed9de898e9ec6a436019ecc2420dd0016e712fbb61c5508" dependencies = [ "futures", "futures-timer", "if-watch", "libc", "libp2p-core", + "libp2p-identity", "log", - "socket2 0.4.10", + "socket2 0.5.8", "tokio", ] [[package]] name = "libp2p-tls" -version = "0.1.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781" +checksum = "8218d1d5482b122ccae396bbf38abdcb283ecc96fa54760e1dfd251f0546ac61" dependencies = [ "futures", "futures-rustls", @@ -4770,51 +4928,69 @@ dependencies = [ "libp2p-identity", "rcgen", "ring 0.16.20", - "rustls 0.20.9", + "rustls 0.21.12", + "rustls-webpki", "thiserror 1.0.69", - "webpki", - "x509-parser 0.14.0", + "x509-parser 0.15.1", "yasna", ] +[[package]] +name = "libp2p-upnp" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82775a47b34f10f787ad3e2a22e2c1541e6ebef4fe9f28f3ac553921554c94c1" +dependencies = [ + "futures", + "futures-timer", + "igd-next", + "libp2p-core", + "libp2p-swarm", + "log", + "tokio", + "void", +] + [[package]] name = "libp2p-wasm-ext" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77dff9d32353a5887adb86c8afc1de1a94d9e8c3bc6df8b2201d7cdf5c848f43" +checksum = "1e5d8e3a9e07da0ef5b55a9f26c009c8fb3c725d492d8bb4b431715786eea79c" dependencies = [ "futures", "js-sys", "libp2p-core", - "parity-send-wrapper", + "send_wrapper", "wasm-bindgen", "wasm-bindgen-futures", ] [[package]] name = "libp2p-websocket" -version = "0.41.0" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "111273f7b3d3510524c752e8b7a5314b7f7a1fee7e68161c01a7d72cbb06db9f" +checksum = "004ee9c4a4631435169aee6aad2f62e3984dc031c43b6d29731e8e82a016c538" dependencies = [ "either", "futures", "futures-rustls", "libp2p-core", + "libp2p-identity", "log", "parking_lot 0.12.3", - "quicksink", + "pin-project-lite", "rw-stream-sink", "soketto", + "thiserror 1.0.69", "url", "webpki-roots", ] [[package]] name = "libp2p-yamux" -version = "0.43.1" +version = "0.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dcd21d950662700a385d4c6d68e2f5f54d778e97068cdd718522222ef513bda" +checksum = "8eedcb62824c4300efb9cfd4e2a6edaf3ca097b9e68b36dabe45a44469fd6a85" dependencies = [ "futures", "libp2p-core", @@ -4862,7 +5038,7 @@ dependencies = [ "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand 0.8.5", + "rand", "serde", "sha2 0.9.9", "typenum", @@ -4973,30 +5149,31 @@ checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "litep2p" -version = "0.3.0" -source = "git+https://github.com/paritytech/litep2p?rev=e03a6023882db111beeb24d8c0ceaac0721d3f0f#e03a6023882db111beeb24d8c0ceaac0721d3f0f" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f46c51c205264b834ceed95c8b195026e700494bc3991aaba3b4ea9e20626d9" dependencies = [ "async-trait", "bs58 0.4.0", "bytes", "cid 0.10.1", - "ed25519-dalek 1.0.1", + "ed25519-dalek", "futures", "futures-timer", "hex-literal 0.4.1", "indexmap 2.7.0", "libc", - "mockall", - "multiaddr", + "mockall 0.12.1", + "multiaddr 0.17.1", "multihash 0.17.0", "network-interface", "nohash-hasher", "parking_lot 0.12.3", "pin-project", - "prost 0.11.9", + "prost 0.12.6", "prost-build 0.11.9", - "quinn", - "rand 0.8.5", + "quinn 0.9.4", + "rand", "rcgen", "ring 0.16.20", "rustls 0.20.9", @@ -5014,13 +5191,13 @@ dependencies = [ "tokio-tungstenite", "tokio-util", "tracing", - "trust-dns-resolver 0.23.2", + "trust-dns-resolver", "uint 0.9.5", - "unsigned-varint 0.7.2", + "unsigned-varint 0.8.0", "url", "webpki", - "x25519-dalek 2.0.1", - "x509-parser 0.15.1", + "x25519-dalek", + "x509-parser 0.16.0", "yasna", "zeroize", ] @@ -5043,11 +5220,11 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lru" -version = "0.10.1" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670" +checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.13.2", + "hashbrown 0.15.2", ] [[package]] @@ -5225,7 +5402,7 @@ checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" dependencies = [ "byteorder", "keccak", - "rand_core 0.6.4", + "rand_core", "zeroize", ] @@ -5251,7 +5428,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" dependencies = [ "libc", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", "windows-sys 0.52.0", ] @@ -5266,14 +5443,14 @@ dependencies = [ "bitflags 1.3.2", "blake2 0.10.6", "c2-chacha", - "curve25519-dalek 4.1.3", + "curve25519-dalek", "either", "hashlink", "lioness", "log", "parking_lot 0.12.3", - "rand 0.8.5", - "rand_chacha 0.3.1", + "rand", + "rand_chacha", "rand_distr", "subtle 2.6.1", "thiserror 1.0.69", @@ -5290,8 +5467,23 @@ dependencies = [ "downcast", "fragile", "lazy_static", - "mockall_derive", - "predicates", + "mockall_derive 0.11.4", + "predicates 2.1.5", + "predicates-tree", +] + +[[package]] +name = "mockall" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43766c2b5203b10de348ffe19f7e54564b64f3d6018ff7648d1e2d6d3a0f0a48" +dependencies = [ + "cfg-if", + "downcast", + "fragile", + "lazy_static", + "mockall_derive 0.12.1", + "predicates 3.1.3", "predicates-tree", ] @@ -5307,6 +5499,24 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "mockall_derive" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2" +dependencies = [ + "cfg-if", + "proc-macro2", + "quote", + "syn 2.0.93", +] + +[[package]] +name = "multi-stash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "685a9ac4b61f4e728e1d2c6a7844609c16527aeb5e6c865915c08e619c16410f" + [[package]] name = "multiaddr" version = "0.17.1" @@ -5326,6 +5536,25 @@ dependencies = [ "url", ] +[[package]] +name = "multiaddr" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961" +dependencies = [ + "arrayref", + "byteorder", + "data-encoding", + "libp2p-identity", + "multibase", + "multihash 0.19.3", + "percent-encoding", + "serde", + "static_assertions", + "unsigned-varint 0.8.0", + "url", +] + [[package]] name = "multibase" version = "0.9.1" @@ -5348,7 +5577,7 @@ dependencies = [ "blake3", "core2", "digest 0.10.7", - "multihash-derive 0.8.1", + "multihash-derive", "sha2 0.10.8", "sha3", "unsigned-varint 0.7.2", @@ -5365,7 +5594,7 @@ dependencies = [ "blake3", "core2", "digest 0.10.7", - "multihash-derive 0.8.1", + "multihash-derive", "sha2 0.10.8", "sha3", "unsigned-varint 0.7.2", @@ -5381,26 +5610,6 @@ dependencies = [ "unsigned-varint 0.8.0", ] -[[package]] -name = "multihash-codetable" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6d815ecb3c8238d00647f8630ede7060a642c9f704761cd6082cb4028af6935" -dependencies = [ - "blake2b_simd", - "blake2s_simd", - "blake3", - "core2", - "digest 0.10.7", - "multihash-derive 0.9.1", - "ripemd", - "serde", - "sha1", - "sha2 0.10.8", - "sha3", - "strobe-rs", -] - [[package]] name = "multihash-derive" version = "0.8.1" @@ -5415,30 +5624,6 @@ dependencies = [ "synstructure 0.12.6", ] -[[package]] -name = "multihash-derive" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f1b7edab35d920890b88643a765fc9bd295cf0201f4154dda231bef9b8404eb" -dependencies = [ - "core2", - "multihash 0.19.3", - "multihash-derive-impl", -] - -[[package]] -name = "multihash-derive-impl" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3dc7141bd06405929948754f0628d247f5ca1865be745099205e5086da957cb" -dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.93", - "synstructure 0.13.1", -] - [[package]] name = "multimap" version = "0.8.3" @@ -5453,9 +5638,9 @@ checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" [[package]] name = "multistream-select" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a" +checksum = "ea0df8e5eec2298a62b326ee4f0d7fe1a6b90a09dfcf9df37b38f947a8c42f19" dependencies = [ "bytes", "futures", @@ -5486,7 +5671,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand 0.8.5", + "rand", ] [[package]] @@ -5586,7 +5771,7 @@ checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "sp-core", "sp-runtime", @@ -5661,6 +5846,17 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" +[[package]] +name = "num-derive" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + [[package]] name = "num-format" version = "0.4.4" @@ -5747,7 +5943,16 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" dependencies = [ - "asn1-rs", + "asn1-rs 0.5.2", +] + +[[package]] +name = "oid-registry" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" +dependencies = [ + "asn1-rs 0.6.2", ] [[package]] @@ -5837,7 +6042,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-support", "frame-system", @@ -5847,13 +6052,13 @@ dependencies = [ "sp-application-crypto", "sp-authority-discovery", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-support", "frame-system", @@ -5861,13 +6066,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -5885,13 +6090,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-bags-list" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "aquamarine", "docify", @@ -5906,14 +6111,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "docify", "frame-benchmarking", @@ -5923,13 +6128,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -5941,12 +6146,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-chainbridge" -version = "6.8.0" +version = "6.9.0" dependencies = [ "frame-support", "frame-system", @@ -5956,13 +6161,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-child-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -5975,13 +6180,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -5992,13 +6197,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-contracts" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "bitflags 1.3.2", "environmental", @@ -6012,7 +6217,7 @@ dependencies = [ "pallet-contracts-uapi", "parity-scale-codec", "paste", - "rand 0.8.5", + "rand", "rand_pcg", "scale-info", "serde", @@ -6021,7 +6226,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "staging-xcm", "staging-xcm-builder", "wasm-instrument", @@ -6031,7 +6236,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "proc-macro2", "quote", @@ -6041,7 +6246,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -6053,7 +6258,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6064,12 +6269,12 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-ddc-clusters" -version = "6.8.0" +version = "6.9.0" dependencies = [ "ddc-primitives", "frame-benchmarking", @@ -6088,14 +6293,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "substrate-test-utils", ] [[package]] name = "pallet-ddc-clusters-gov" -version = "6.8.0" +version = "6.9.0" dependencies = [ "ddc-primitives", "frame-benchmarking", @@ -6123,14 +6328,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "substrate-test-utils", ] [[package]] name = "pallet-ddc-customers" -version = "6.8.0" +version = "6.9.0" dependencies = [ "ddc-primitives", "frame-benchmarking", @@ -6140,20 +6345,20 @@ dependencies = [ "pallet-balances", "pallet-timestamp", "parity-scale-codec", - "rand_chacha 0.2.2", + "rand_chacha", "scale-info", "serde", "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "substrate-test-utils", ] [[package]] name = "pallet-ddc-nodes" -version = "6.8.0" +version = "6.9.0" dependencies = [ "ddc-primitives", "frame-benchmarking", @@ -6169,14 +6374,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "substrate-test-utils", ] [[package]] name = "pallet-ddc-payouts" -version = "6.8.0" +version = "6.9.0" dependencies = [ "byte-unit", "chrono", @@ -6196,14 +6401,14 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "substrate-test-utils", ] [[package]] name = "pallet-ddc-staking" -version = "6.8.0" +version = "6.9.0" dependencies = [ "ddc-primitives", "frame-benchmarking", @@ -6224,14 +6429,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "substrate-test-utils", ] [[package]] name = "pallet-ddc-verification" -version = "6.8.0" +version = "6.9.0" dependencies = [ "array-bytes", "base64ct", @@ -6252,25 +6457,39 @@ dependencies = [ "polkadot-ckb-merkle-mountain-range", "prost 0.13.4", "prost-build 0.13.4", - "rand 0.8.5", + "rand", + "scale-info", + "scopeguard", + "serde", + "serde_json", + "serde_with", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-staking", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", +] + +[[package]] +name = "pallet-delegated-staking" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" +dependencies = [ + "frame-support", + "frame-system", + "parity-scale-codec", "scale-info", - "scopeguard", - "serde", - "serde_json", - "serde_with", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-democracy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6282,13 +6501,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-election-provider-multi-phase" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6297,21 +6516,21 @@ dependencies = [ "log", "pallet-election-provider-support-benchmarking", "parity-scale-codec", - "rand 0.8.5", + "rand", "scale-info", "sp-arithmetic", "sp-core", "sp-io", "sp-npos-elections", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "strum 0.26.3", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6319,13 +6538,13 @@ dependencies = [ "parity-scale-codec", "sp-npos-elections", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-elections-phragmen" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6338,12 +6557,12 @@ dependencies = [ "sp-npos-elections", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-erc20" -version = "6.8.0" +version = "6.9.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6357,12 +6576,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-erc721" -version = "6.8.0" +version = "6.9.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6374,13 +6593,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "docify", "frame-benchmarking", @@ -6393,13 +6612,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6416,13 +6635,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-identity" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +version = "29.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6433,13 +6652,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6453,13 +6672,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6470,13 +6689,13 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-insecure-randomness-collective-flip" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-support", "frame-system", @@ -6484,13 +6703,13 @@ dependencies = [ "safe-mix", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6501,13 +6720,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6517,13 +6736,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-nomination-pools" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-support", "frame-system", @@ -6535,45 +6754,46 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-support", "frame-system", "pallet-bags-list", + "pallet-delegated-staking", "pallet-nomination-pools", "pallet-staking", "parity-scale-codec", "scale-info", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-support", "frame-system", @@ -6584,13 +6804,13 @@ dependencies = [ "serde", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-offences-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6608,12 +6828,12 @@ dependencies = [ "scale-info", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-origins" -version = "6.8.0" +version = "6.9.0" dependencies = [ "cere-runtime-common", "frame-benchmarking", @@ -6624,13 +6844,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6641,13 +6861,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6656,13 +6876,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-recovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6671,13 +6891,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-referenda" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6690,13 +6910,13 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "docify", "frame-benchmarking", @@ -6707,14 +6927,14 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-weights", ] [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-support", "frame-system", @@ -6729,14 +6949,14 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-trie", ] [[package]] name = "pallet-session-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6744,16 +6964,16 @@ dependencies = [ "pallet-session", "pallet-staking", "parity-scale-codec", - "rand 0.8.5", + "rand", "sp-runtime", "sp-session", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6763,20 +6983,20 @@ dependencies = [ "pallet-authorship", "pallet-session", "parity-scale-codec", - "rand_chacha 0.3.1", + "rand_chacha", "scale-info", "serde", "sp-application-crypto", "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-staking-reward-curve" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -6787,7 +7007,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "docify", "frame-benchmarking", @@ -6797,13 +7017,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "docify", "frame-benchmarking", @@ -6815,15 +7035,15 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6836,13 +7056,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-support", "frame-system", @@ -6852,13 +7072,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6874,7 +7094,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6886,7 +7106,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "docify", "frame-benchmarking", @@ -6899,13 +7119,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6915,13 +7135,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-vesting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6930,13 +7150,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "pallet-whitelist" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-benchmarking", "frame-support", @@ -6945,7 +7165,7 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] @@ -6955,8 +7175,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes", - "rand 0.8.5", - "rand_core 0.6.4", + "rand", + "rand_core", "serde", "unicode-normalization", ] @@ -6976,7 +7196,7 @@ dependencies = [ "lz4", "memmap2 0.5.10", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "siphasher", "snap", "winapi", @@ -7009,12 +7229,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "parity-send-wrapper" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" - [[package]] name = "parity-wasm" version = "0.45.0" @@ -7088,7 +7302,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" dependencies = [ "base64ct", - "rand_core 0.6.4", + "rand_core", "subtle 2.6.1", ] @@ -7204,12 +7418,6 @@ dependencies = [ "syn 2.0.93", ] -[[package]] -name = "pin-project-lite" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" - [[package]] name = "pin-project-lite" version = "0.2.15" @@ -7251,19 +7459,19 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "parity-scale-codec", "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "bounded-collections", "derive_more 0.99.18", @@ -7273,7 +7481,7 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-weights", ] @@ -7406,7 +7614,7 @@ dependencies = [ "cfg-if", "concurrent-queue", "hermit-abi 0.4.0", - "pin-project-lite 0.2.15", + "pin-project-lite", "rustix 0.38.42", "tracing", "windows-sys 0.59.0", @@ -7470,6 +7678,16 @@ dependencies = [ "regex", ] +[[package]] +name = "predicates" +version = "3.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" +dependencies = [ + "anstyle", + "predicates-core", +] + [[package]] name = "predicates-core" version = "1.0.9" @@ -7574,6 +7792,17 @@ dependencies = [ "version_check", ] +[[package]] +name = "proc-macro-warning" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.93", +] + [[package]] name = "proc-macro-warning" version = "1.0.2" @@ -7610,9 +7839,9 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.19.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e" +checksum = "3c99afa9a01501019ac3a14d71d9f94050346f55ca471ce90c799a15c58f61e2" dependencies = [ "dtoa", "itoa", @@ -7809,7 +8038,7 @@ dependencies = [ "libc", "once_cell", "raw-cpuid", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", "web-sys", "winapi", ] @@ -7831,9 +8060,9 @@ dependencies = [ [[package]] name = "quick-protobuf-codec" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b" +checksum = "f8ededb1cd78531627244d51dd0c7139fbe736c7d57af0092a76f0ffb2f56e98" dependencies = [ "asynchronous-codec", "bytes", @@ -7843,32 +8072,39 @@ dependencies = [ ] [[package]] -name = "quicksink" -version = "0.1.2" +name = "quinn" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858" +checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" dependencies = [ - "futures-core", - "futures-sink", - "pin-project-lite 0.1.12", + "bytes", + "pin-project-lite", + "quinn-proto 0.9.6", + "quinn-udp 0.3.2", + "rustc-hash", + "rustls 0.20.9", + "thiserror 1.0.69", + "tokio", + "tracing", + "webpki", ] [[package]] name = "quinn" -version = "0.9.4" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" +checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75" dependencies = [ "bytes", - "pin-project-lite 0.2.15", - "quinn-proto", - "quinn-udp", + "futures-io", + "pin-project-lite", + "quinn-proto 0.10.6", + "quinn-udp 0.4.1", "rustc-hash", - "rustls 0.20.9", + "rustls 0.21.12", "thiserror 1.0.69", "tokio", "tracing", - "webpki", ] [[package]] @@ -7878,7 +8114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" dependencies = [ "bytes", - "rand 0.8.5", + "rand", "ring 0.16.20", "rustc-hash", "rustls 0.20.9", @@ -7889,6 +8125,23 @@ dependencies = [ "webpki", ] +[[package]] +name = "quinn-proto" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "141bf7dfde2fbc246bfd3fe12f2455aa24b0fbd9af535d8c86c7bd1381ff2b1a" +dependencies = [ + "bytes", + "rand", + "ring 0.16.20", + "rustc-hash", + "rustls 0.21.12", + "slab", + "thiserror 1.0.69", + "tinyvec", + "tracing", +] + [[package]] name = "quinn-udp" version = "0.3.2" @@ -7896,12 +8149,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" dependencies = [ "libc", - "quinn-proto", + "quinn-proto 0.9.6", "socket2 0.4.10", "tracing", "windows-sys 0.42.0", ] +[[package]] +name = "quinn-udp" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "055b4e778e8feb9f93c4e439f71dc2156ef13360b432b799e179a8c4cdf0b1d7" +dependencies = [ + "bytes", + "libc", + "socket2 0.5.8", + "tracing", + "windows-sys 0.48.0", +] + [[package]] name = "quote" version = "1.0.38" @@ -7917,19 +8183,6 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" -[[package]] -name = "rand" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" -dependencies = [ - "getrandom 0.1.16", - "libc", - "rand_chacha 0.2.2", - "rand_core 0.5.1", - "rand_hc", -] - [[package]] name = "rand" version = "0.8.5" @@ -7937,18 +8190,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", - "rand_chacha 0.3.1", - "rand_core 0.6.4", -] - -[[package]] -name = "rand_chacha" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" -dependencies = [ - "ppv-lite86", - "rand_core 0.5.1", + "rand_chacha", + "rand_core", ] [[package]] @@ -7958,16 +8201,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core 0.6.4", -] - -[[package]] -name = "rand_core" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" -dependencies = [ - "getrandom 0.1.16", + "rand_core", ] [[package]] @@ -7976,7 +8210,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.15", + "getrandom", ] [[package]] @@ -7986,16 +8220,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand 0.8.5", -] - -[[package]] -name = "rand_hc" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" -dependencies = [ - "rand_core 0.5.1", + "rand", ] [[package]] @@ -8004,7 +8229,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" dependencies = [ - "rand_core 0.6.4", + "rand_core", ] [[package]] @@ -8078,7 +8303,7 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom 0.2.15", + "getrandom", "libredox", "thiserror 1.0.69", ] @@ -8231,22 +8456,13 @@ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.15", + "getrandom", "libc", "spin 0.9.8", "untrusted 0.9.0", "windows-sys 0.52.0", ] -[[package]] -name = "ripemd" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" -dependencies = [ - "digest 0.10.7", -] - [[package]] name = "rocksdb" version = "0.21.0" @@ -8371,7 +8587,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.14", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -8380,7 +8596,6 @@ version = "0.20.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" dependencies = [ - "log", "ring 0.16.20", "sct", "webpki", @@ -8437,9 +8652,9 @@ checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" [[package]] name = "rw-stream-sink" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04" +checksum = "d8c9026ff5d2f23da5e45bbc283f156383001bfb09c4e44256d02c1a685fe9a1" dependencies = [ "futures", "pin-project", @@ -8482,18 +8697,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "thiserror 1.0.69", ] [[package]] name = "sc-authority-discovery" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "async-trait", "futures", @@ -8502,12 +8717,11 @@ dependencies = [ "libp2p", "linked_hash_set", "log", - "multihash 0.17.0", - "multihash-codetable", + "multihash 0.19.3", "parity-scale-codec", "prost 0.12.6", "prost-build 0.12.6", - "rand 0.8.5", + "rand", "sc-client-api", "sc-network", "sc-network-types", @@ -8524,7 +8738,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "futures", "futures-timer", @@ -8546,7 +8760,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "parity-scale-codec", "sp-api", @@ -8561,7 +8775,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "array-bytes", "docify", @@ -8582,13 +8796,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -8599,7 +8813,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "array-bytes", "chrono", @@ -8612,7 +8826,7 @@ dependencies = [ "names", "parity-bip39", "parity-scale-codec", - "rand 0.8.5", + "rand", "regex", "rpassword", "sc-client-api", @@ -8640,7 +8854,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "fnv", "futures", @@ -8655,11 +8869,11 @@ dependencies = [ "sp-consensus", "sp-core", "sp-database", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-runtime", "sp-state-machine", "sp-statement-store", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-trie", "substrate-prometheus-endpoint", ] @@ -8667,7 +8881,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "hash-db", "kvdb", @@ -8693,13 +8907,12 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "async-trait", "futures", - "futures-timer", "log", - "mockall", + "mockall 0.11.4", "parking_lot 0.12.3", "sc-client-api", "sc-network-types", @@ -8718,7 +8931,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "async-trait", "fork-tree", @@ -8754,7 +8967,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "futures", "jsonrpsee", @@ -8776,7 +8989,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8789,7 +9002,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "ahash", "array-bytes", @@ -8802,7 +9015,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -8833,7 +9046,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "finality-grandpa", "futures", @@ -8853,7 +9066,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "async-trait", "futures", @@ -8876,7 +9089,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -8886,25 +9099,25 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "thiserror 1.0.69", "wasm-instrument", ] @@ -8912,18 +9125,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "log", "polkavm", "sc-executor-common", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "anyhow", "cfg-if", @@ -8933,15 +9146,15 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "wasmtime", ] [[package]] name = "sc-informant" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "ansi_term", "futures", @@ -8958,7 +9171,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -8972,7 +9185,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "array-bytes", "arrayvec", @@ -8982,7 +9195,7 @@ dependencies = [ "futures-timer", "log", "mixnet", - "multiaddr", + "multiaddr 0.18.2", "parity-scale-codec", "parking_lot 0.12.3", "sc-client-api", @@ -9001,7 +9214,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "array-bytes", "async-channel", @@ -9018,7 +9231,7 @@ dependencies = [ "linked_hash_set", "litep2p", "log", - "mockall", + "mockall 0.11.4", "once_cell", "parity-scale-codec", "parking_lot 0.12.3", @@ -9026,7 +9239,7 @@ dependencies = [ "pin-project", "prost 0.12.6", "prost-build 0.12.6", - "rand 0.8.5", + "rand", "sc-client-api", "sc-network-common", "sc-network-types", @@ -9052,7 +9265,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -9070,12 +9283,11 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "ahash", "futures", "futures-timer", - "libp2p", "log", "sc-network", "sc-network-common", @@ -9090,7 +9302,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "array-bytes", "async-channel", @@ -9111,7 +9323,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "array-bytes", "async-channel", @@ -9121,7 +9333,7 @@ dependencies = [ "futures-timer", "libp2p", "log", - "mockall", + "mockall 0.11.4", "parity-scale-codec", "prost 0.12.6", "prost-build 0.12.6", @@ -9148,11 +9360,10 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "array-bytes", "futures", - "libp2p", "log", "parity-scale-codec", "sc-network", @@ -9168,36 +9379,38 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "bs58 0.5.1", + "ed25519-dalek", "libp2p-identity", "litep2p", - "multiaddr", - "multihash 0.17.0", - "rand 0.8.5", + "log", + "multiaddr 0.18.2", + "multihash 0.19.3", + "rand", "thiserror 1.0.69", + "zeroize", ] [[package]] name = "sc-offchain" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "array-bytes", "bytes", "fnv", "futures", "futures-timer", - "hyper", + "hyper 0.14.32", "hyper-rustls", - "libp2p", "log", "num_cpus", "once_cell", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "sc-client-api", "sc-network", "sc-network-common", @@ -9206,7 +9419,7 @@ dependencies = [ "sc-utils", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-keystore", "sp-offchain", "sp-runtime", @@ -9217,7 +9430,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9226,7 +9439,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "futures", "jsonrpsee", @@ -9258,7 +9471,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9278,16 +9491,18 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "forwarded-header-value", "futures", "governor", - "http", - "hyper", + "http 1.2.0", + "http-body-util", + "hyper 1.5.2", "ip_network", "jsonrpsee", "log", + "serde", "serde_json", "substrate-prometheus-endpoint", "tokio", @@ -9298,7 +9513,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "array-bytes", "futures", @@ -9308,7 +9523,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "sc-chain-spec", "sc-client-api", "sc-rpc", @@ -9330,7 +9545,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "async-trait", "directories", @@ -9342,7 +9557,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", + "rand", "sc-chain-spec", "sc-client-api", "sc-client-db", @@ -9372,12 +9587,12 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-keystore", "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -9394,7 +9609,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "log", "parity-scale-codec", @@ -9405,7 +9620,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9424,13 +9639,13 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "derive_more 0.99.18", "futures", "libc", "log", - "rand 0.8.5", + "rand", "rand_pcg", "regex", "sc-telemetry", @@ -9439,13 +9654,13 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "chrono", "futures", @@ -9453,7 +9668,7 @@ dependencies = [ "log", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", + "rand", "sc-network", "sc-utils", "serde", @@ -9465,7 +9680,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "ansi_term", "chrono", @@ -9485,7 +9700,7 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "thiserror 1.0.69", "tracing", "tracing-log", @@ -9495,7 +9710,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -9506,7 +9721,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "async-trait", "futures", @@ -9524,7 +9739,7 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror 1.0.69", @@ -9533,7 +9748,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "async-trait", "futures", @@ -9549,7 +9764,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "async-channel", "futures", @@ -9616,10 +9831,10 @@ dependencies = [ "aead", "arrayref", "arrayvec", - "curve25519-dalek 4.1.3", + "curve25519-dalek", "getrandom_or_panic", "merlin", - "rand_core 0.6.4", + "rand_core", "serde_bytes", "sha2 0.10.8", "subtle 2.6.1", @@ -9650,15 +9865,15 @@ dependencies = [ [[package]] name = "sctp-proto" -version = "0.1.7" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f64cef148d3295c730c3cb340b0b252a4d570b1c7d4bf0808f88540b0a888bc" +checksum = "b6220f78bb44c15f326b0596113305f6101097a18755d53727a575c97e09fb24" dependencies = [ "bytes", "crc", "fxhash", "log", - "rand 0.8.5", + "rand", "slab", "thiserror 1.0.69", ] @@ -9761,6 +9976,12 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" +[[package]] +name = "send_wrapper" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" + [[package]] name = "serde" version = "1.0.217" @@ -9849,19 +10070,6 @@ dependencies = [ "serde", ] -[[package]] -name = "sha-1" -version = "0.9.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" -dependencies = [ - "block-buffer 0.9.0", - "cfg-if", - "cpufeatures", - "digest 0.9.0", - "opaque-debug 0.3.1", -] - [[package]] name = "sha-1" version = "0.10.1" @@ -9952,12 +10160,6 @@ dependencies = [ "libc", ] -[[package]] -name = "signature" -version = "1.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" - [[package]] name = "signature" version = "2.2.0" @@ -9965,7 +10167,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ "digest 0.10.7", - "rand_core 0.6.4", + "rand_core", ] [[package]] @@ -10038,8 +10240,8 @@ dependencies = [ "aes-gcm", "blake2 0.10.6", "chacha20poly1305", - "curve25519-dalek 4.1.3", - "rand_core 0.6.4", + "curve25519-dalek", + "rand_core", "ring 0.17.8", "rustc_version 0.4.1", "sha2 0.10.8", @@ -10068,38 +10270,38 @@ dependencies = [ [[package]] name = "soketto" -version = "0.7.1" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" +checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721" dependencies = [ - "base64 0.13.1", + "base64 0.22.1", "bytes", - "flate2", "futures", - "http", + "http 1.2.0", "httparse", "log", - "rand 0.8.5", - "sha-1 0.9.8", + "rand", + "sha1", ] [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ + "docify", "hash-db", "log", "parity-scale-codec", "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-trie", "sp-version", "thiserror 1.0.69", @@ -10108,7 +10310,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "Inflector", "blake2 0.10.6", @@ -10122,20 +10324,20 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "docify", "integer-sqrt", @@ -10143,7 +10345,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "static_assertions", ] @@ -10168,7 +10370,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "parity-scale-codec", "scale-info", @@ -10180,7 +10382,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "sp-api", "sp-inherents", @@ -10190,7 +10392,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "futures", "log", @@ -10208,7 +10410,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "async-trait", "futures", @@ -10223,7 +10425,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "async-trait", "parity-scale-codec", @@ -10241,7 +10443,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "finality-grandpa", "log", @@ -10258,7 +10460,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "parity-scale-codec", "scale-info", @@ -10269,7 +10471,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -10293,18 +10495,18 @@ dependencies = [ "parking_lot 0.12.3", "paste", "primitive-types 0.12.2", - "rand 0.8.5", + "rand", "scale-info", "schnorrkel", "secp256k1", "secrecy", "serde", "sp-crypto-hashing", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "ss58-registry", "substrate-bip39", "thiserror 1.0.69", @@ -10336,7 +10538,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "blake2b_simd", "byteorder", @@ -10349,7 +10551,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "quote", "sp-crypto-hashing", @@ -10359,7 +10561,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -10368,7 +10570,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "proc-macro2", "quote", @@ -10388,11 +10590,11 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] @@ -10408,7 +10610,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "parity-scale-codec", "scale-info", @@ -10420,7 +10622,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10433,10 +10635,11 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "bytes", - "ed25519-dalek 2.1.1", + "docify", + "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", @@ -10445,12 +10648,12 @@ dependencies = [ "secp256k1", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-trie", "tracing", "tracing-core", @@ -10459,7 +10662,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "sp-core", "sp-runtime", @@ -10469,18 +10672,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -10489,7 +10692,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -10499,7 +10702,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "parity-scale-codec", "scale-info", @@ -10510,7 +10713,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "parity-scale-codec", "scale-info", @@ -10523,7 +10726,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "sp-api", "sp-core", @@ -10533,7 +10736,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "backtrace", "lazy_static", @@ -10543,7 +10746,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "rustc-hash", "serde", @@ -10553,7 +10756,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "docify", "either", @@ -10563,7 +10766,7 @@ dependencies = [ "num-traits", "parity-scale-codec", "paste", - "rand 0.8.5", + "rand", "scale-info", "serde", "simple-mermaid", @@ -10571,26 +10774,26 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive 0.9.1", "primitive-types 0.12.2", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "static_assertions", ] @@ -10616,7 +10819,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "Inflector", "expander", @@ -10642,7 +10845,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "parity-scale-codec", "scale-info", @@ -10656,7 +10859,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10669,16 +10872,16 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-panic-handler", "sp-trie", "thiserror 1.0.69", @@ -10689,31 +10892,31 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "aes-gcm", - "curve25519-dalek 4.1.3", - "ed25519-dalek 2.1.1", + "curve25519-dalek", + "ed25519-dalek", "hkdf", "parity-scale-codec", - "rand 0.8.5", + "rand", "scale-info", "sha2 0.10.8", "sp-api", "sp-application-crypto", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "thiserror 1.0.69", - "x25519-dalek 2.0.1", + "x25519-dalek", ] [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" [[package]] name = "sp-std" @@ -10723,13 +10926,13 @@ source = "git+https://github.com/paritytech/polkadot-sdk#cdf3a2dc1385debf50096d5 [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "impl-serde 0.4.0", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] @@ -10747,7 +10950,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "async-trait", "parity-scale-codec", @@ -10759,7 +10962,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "parity-scale-codec", "tracing", @@ -10781,7 +10984,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "sp-api", "sp-runtime", @@ -10790,7 +10993,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "async-trait", "parity-scale-codec", @@ -10804,7 +11007,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "ahash", "hash-db", @@ -10813,11 +11016,11 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "thiserror 1.0.69", "tracing", "trie-db", @@ -10827,7 +11030,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "impl-serde 0.4.0", "parity-scale-codec", @@ -10836,7 +11039,7 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-version-proc-macro", "thiserror 1.0.69", ] @@ -10844,7 +11047,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10855,7 +11058,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10878,7 +11081,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -10886,7 +11089,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", ] [[package]] @@ -10944,7 +11147,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "array-bytes", "bounded-collections", @@ -10962,7 +11165,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "frame-support", "frame-system", @@ -10975,7 +11178,7 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-weights", "staging-xcm", "staging-xcm-executor", @@ -10984,7 +11187,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "environmental", "frame-benchmarking", @@ -10997,7 +11200,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0)", "sp-weights", "staging-xcm", ] @@ -11038,35 +11241,33 @@ dependencies = [ [[package]] name = "str0m" -version = "0.4.1" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3f10d3f68e60168d81110410428a435dbde28cc5525f5f7c6fdec92dbdc2800" +checksum = "6706347e49b13373f7ddfafad47df7583ed52083d6fc8a594eb2c80497ef959d" dependencies = [ "combine", "crc", + "fastrand", "hmac 0.12.1", "once_cell", "openssl", "openssl-sys", - "rand 0.8.5", "sctp-proto", "serde", - "sha-1 0.10.1", + "sha-1", "thiserror 1.0.69", "tracing", ] [[package]] -name = "strobe-rs" -version = "0.8.1" +name = "string-interner" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fabb238a1cccccfa4c4fb703670c0d157e1256c1ba695abf1b93bd2bb14bab2d" +checksum = "1c6a0d765f5807e98a091107bae0a56ea3799f66a5de47b2c84c94a39c09974e" dependencies = [ - "bitflags 1.3.2", - "byteorder", - "keccak", - "subtle 2.6.1", - "zeroize", + "cfg-if", + "hashbrown 0.14.5", + "serde", ] [[package]] @@ -11119,7 +11320,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -11131,13 +11332,14 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" [[package]] name = "substrate-frame-rpc-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ + "docify", "frame-system-rpc-runtime-api", "futures", "jsonrpsee", @@ -11155,9 +11357,9 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ - "hyper", + "hyper 0.14.32", "log", "prometheus", "thiserror 1.0.69", @@ -11167,7 +11369,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11184,7 +11386,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "futures", "tokio", @@ -11193,7 +11395,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "build-helper", "cargo_metadata", @@ -11309,7 +11511,7 @@ dependencies = [ "fastrand", "once_cell", "rustix 0.38.42", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -11488,7 +11690,7 @@ dependencies = [ "libc", "mio", "parking_lot 0.12.3", - "pin-project-lite 0.2.15", + "pin-project-lite", "signal-hook-registry", "socket2 0.5.8", "tokio-macros", @@ -11523,7 +11725,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", - "pin-project-lite 0.2.15", + "pin-project-lite", "tokio", "tokio-util", ] @@ -11553,7 +11755,7 @@ dependencies = [ "futures-core", "futures-io", "futures-sink", - "pin-project-lite 0.2.15", + "pin-project-lite", "tokio", ] @@ -11609,7 +11811,7 @@ dependencies = [ "futures-core", "futures-util", "pin-project", - "pin-project-lite 0.2.15", + "pin-project-lite", "tower-layer", "tower-service", "tracing", @@ -11617,18 +11819,16 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.4.4" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" +checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ "bitflags 2.6.0", "bytes", - "futures-core", - "futures-util", - "http", - "http-body", - "http-range-header", - "pin-project-lite 0.2.15", + "http 1.2.0", + "http-body 1.0.1", + "http-body-util", + "pin-project-lite", "tower-layer", "tower-service", ] @@ -11652,7 +11852,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" dependencies = [ "log", - "pin-project-lite 0.2.15", + "pin-project-lite", "tracing-attributes", "tracing-core", ] @@ -11756,7 +11956,7 @@ dependencies = [ "idna 0.2.3", "ipnet", "lazy_static", - "rand 0.8.5", + "rand", "smallvec", "socket2 0.4.10", "thiserror 1.0.69", @@ -11782,7 +11982,7 @@ dependencies = [ "idna 0.4.0", "ipnet", "once_cell", - "rand 0.8.5", + "rand", "smallvec", "thiserror 1.0.69", "tinyvec", @@ -11791,26 +11991,6 @@ dependencies = [ "url", ] -[[package]] -name = "trust-dns-resolver" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe" -dependencies = [ - "cfg-if", - "futures-util", - "ipconfig", - "lazy_static", - "lru-cache", - "parking_lot 0.12.3", - "resolv-conf", - "smallvec", - "thiserror 1.0.69", - "tokio", - "tracing", - "trust-dns-proto 0.22.0", -] - [[package]] name = "trust-dns-resolver" version = "0.23.2" @@ -11823,7 +12003,7 @@ dependencies = [ "lru-cache", "once_cell", "parking_lot 0.12.3", - "rand 0.8.5", + "rand", "resolv-conf", "smallvec", "thiserror 1.0.69", @@ -11853,10 +12033,10 @@ dependencies = [ "byteorder", "bytes", "data-encoding", - "http", + "http 0.2.12", "httparse", "log", - "rand 0.8.5", + "rand", "rustls 0.21.12", "sha1", "thiserror 1.0.69", @@ -11872,7 +12052,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.8.5", + "rand", "static_assertions", ] @@ -11971,7 +12151,6 @@ dependencies = [ "bytes", "futures-io", "futures-util", - "tokio-util", ] [[package]] @@ -11979,6 +12158,10 @@ name = "unsigned-varint" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" +dependencies = [ + "bytes", + "tokio-util", +] [[package]] name = "untrusted" @@ -12072,9 +12255,9 @@ dependencies = [ "arrayref", "constcat", "digest 0.10.7", - "rand 0.8.5", - "rand_chacha 0.3.1", - "rand_core 0.6.4", + "rand", + "rand_chacha", + "rand_core", "sha2 0.10.8", "sha3", "thiserror 1.0.69", @@ -12100,12 +12283,6 @@ dependencies = [ "try-lock", ] -[[package]] -name = "wasi" -version = "0.9.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" - [[package]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" @@ -12245,28 +12422,37 @@ dependencies = [ [[package]] name = "wasmi" -version = "0.31.2" +version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a8281d1d660cdf54c76a3efa9ddd0c270cada1383a995db3ccb43d166456c7" +checksum = "50386c99b9c32bd2ed71a55b6dd4040af2580530fae8bdb9a6576571a80d0cca" dependencies = [ + "arrayvec", + "multi-stash", + "num-derive", + "num-traits", "smallvec", "spin 0.9.8", - "wasmi_arena", + "wasmi_collections", "wasmi_core", "wasmparser-nostd", ] [[package]] -name = "wasmi_arena" -version = "0.4.1" +name = "wasmi_collections" +version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" +checksum = "9c128c039340ffd50d4195c3f8ce31aac357f06804cfc494c8b9508d4b30dca4" +dependencies = [ + "ahash", + "hashbrown 0.14.5", + "string-interner", +] [[package]] name = "wasmi_core" -version = "0.13.0" +version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a" +checksum = "a23b3a7f6c8c3ceeec6b83531ee61f0013c56e51cbf2b14b0f213548b23a4b41" dependencies = [ "downcast-rs", "libm", @@ -12468,7 +12654,7 @@ dependencies = [ "memfd", "memoffset", "paste", - "rand 0.8.5", + "rand", "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", @@ -12510,12 +12696,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.22.6" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" -dependencies = [ - "webpki", -] +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "which" @@ -12567,7 +12750,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -12883,42 +13066,30 @@ dependencies = [ "tap", ] -[[package]] -name = "x25519-dalek" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f" -dependencies = [ - "curve25519-dalek 3.2.0", - "rand_core 0.5.1", - "zeroize", -] - [[package]] name = "x25519-dalek" version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ - "curve25519-dalek 4.1.3", - "rand_core 0.6.4", + "curve25519-dalek", + "rand_core", "serde", "zeroize", ] [[package]] name = "x509-parser" -version = "0.14.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8" +checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" dependencies = [ - "asn1-rs", - "base64 0.13.1", + "asn1-rs 0.5.2", "data-encoding", - "der-parser", + "der-parser 8.2.0", "lazy_static", "nom", - "oid-registry", + "oid-registry 0.6.1", "rusticata-macros", "thiserror 1.0.69", "time", @@ -12926,16 +13097,16 @@ dependencies = [ [[package]] name = "x509-parser" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" +checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" dependencies = [ - "asn1-rs", + "asn1-rs 0.6.2", "data-encoding", - "der-parser", + "der-parser 9.0.0", "lazy_static", "nom", - "oid-registry", + "oid-registry 0.7.1", "rusticata-macros", "thiserror 1.0.69", "time", @@ -12944,7 +13115,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.12.0#b4016902ac7fc1d885eae236a2f71ddc58abc2f9" +source = "git+https://github.com/paritytech/polkadot-sdk?tag=polkadot-v1.14.0#364961445b74027f0c1b2a0c8661b2dfd3476aec" dependencies = [ "Inflector", "proc-macro2", @@ -12952,17 +13123,33 @@ dependencies = [ "syn 2.0.93", ] +[[package]] +name = "xml-rs" +version = "0.8.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea8b391c9a790b496184c29f7f93b9ed5b16abb306c05415b68bcc16e4d06432" + +[[package]] +name = "xmltree" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb" +dependencies = [ + "xml-rs", +] + [[package]] name = "yamux" -version = "0.10.2" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5" +checksum = "9ed0164ae619f2dc144909a9f082187ebb5893693d8c0196e8085283ccd4b776" dependencies = [ "futures", "log", "nohash-hasher", "parking_lot 0.12.3", - "rand 0.8.5", + "pin-project", + "rand", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 1f130931e..08cd2ad31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "6.8.0" +version = "6.9.0" authors = ["Cerebellum-Network"] edition = "2021" homepage = "https://cere.network/" @@ -39,13 +39,13 @@ clap = { version = "4.5.1", features = ["derive"] } futures = { version = "0.3.30" } hex = { version = "0.4.3", default-features = false, features = ["alloc"] } hex-literal = { version = "^0.4.1", default-features = false } -jsonrpsee = { version = "0.22.5", default-features = false, features = ["server"] } +jsonrpsee = { version = "0.23.2", default-features = false, features = ["server"] } lazy_static = { version = "1.5.0", default-features = false } log = { version = "0.4.22", default-features = false } parking_lot = { version = "0.12.1", default-features = false } polkadot-ckb-merkle-mountain-range = { version = "0.7.0", default-features = false } rand = { version = "0.8.5", default-features = false } -rand_chacha = { version = "0.2.2", default-features = false } +rand_chacha = { version = "0.3.1", default-features = false } scale-info = { version = "2.11.3", default-features = false, features = ["derive"] } serde = { version = "1.0.210", default-features = false, features = ["derive"] } serde_json = { version = "1.0.1", default-features = false } @@ -58,122 +58,123 @@ scopeguard = { version = "1.2.0", default-features = false } # Substrate Dependencies # Please keey format such that: # dependency-name = { git = "X", tag = "Y", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false, features = ["tuples-96"] } -frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -node-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-bags-list = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-child-bounties = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-contracts = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-fast-unstake = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-nomination-pools = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-session = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false, features = ["historical"] } -pallet-session-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-conviction-voting = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-referenda = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -pallet-whitelist = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-consensus-epochs = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-consensus-grandpa-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-consensus-slots = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -sc-network = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-network-common = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-service = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -sc-sync-state = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -sc-sync-state-rpc = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -sp-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-consensus = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-consensus-babe-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-consensus-epochs = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-consensus-grandpa-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false, features = ["serde"] } -sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-io = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-std = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-storage = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-transaction-storage-proof = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-trie = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -sp-version = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.12.0", default-features = false } -substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -substrate-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } -substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.12.0", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false, features = ["tuples-96"] } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +node-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-bags-list = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-bounties = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-child-bounties = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-contracts = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-fast-unstake = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-nomination-pools = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-preimage = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-recovery = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-session = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false, features = ["historical"] } +pallet-session-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-tips = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-conviction-voting = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-referenda = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +pallet-whitelist = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-consensus-babe-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-consensus-epochs = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-consensus-grandpa-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-consensus-slots = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +sc-network = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-network-common = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-service = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +sc-sync-state = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +sc-sync-state-rpc = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +sp-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-consensus = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-consensus-babe-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-consensus-epochs = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-consensus-grandpa-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false, features = ["serde"] } +sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-io = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-genesis-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-std = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-storage = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-transaction-storage-proof = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-trie = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +sp-version = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.14.0", default-features = false } +substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +substrate-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } +substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.14.0", default-features = false } # Cere Dependenies cere-client = { path = "node/client" } diff --git a/README.md b/README.md index 4ef451ec0..ca9df8b54 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ First, complete the [basic Rust setup instructions](./docs/rust-setup.md). Use the following command to build the node without launching it: ```sh -cargo +1.79.0 build --release +cargo +1.81.0 build --release ``` ## Run diff --git a/node/service/src/chain_spec.rs b/node/service/src/chain_spec.rs index 1e385284f..0b9ac4b6e 100644 --- a/node/service/src/chain_spec.rs +++ b/node/service/src/chain_spec.rs @@ -1,7 +1,5 @@ #[cfg(feature = "cere-dev-native")] use cere_dev_runtime as cere_dev; -#[cfg(feature = "cere-native")] -use cere_runtime as cere; #[cfg(feature = "cere-dev-native")] use cere_runtime_common::constants::currency::DOLLARS as TEST_UNITS; use ddc_primitives::sr25519::AuthorityId as DdcVerificationId; @@ -34,11 +32,11 @@ pub struct Extensions { } // Dummy chain spec, in case when we don't have the native runtime. -pub type DummyChainSpec = sc_service::GenericChainSpec<(), Extensions>; +pub type DummyChainSpec = sc_service::GenericChainSpec; /// The `ChainSpec` parameterized for the cere runtime. #[cfg(feature = "cere-native")] -pub type CereChainSpec = sc_service::GenericChainSpec; +pub type CereChainSpec = sc_service::GenericChainSpec; /// The `ChainSpec` parameterized for the cere runtime. // Dummy chain spec, but that is fine when we don't have the native runtime. @@ -47,8 +45,7 @@ pub type CereChainSpec = DummyChainSpec; /// The `ChainSpec` parameterized for the cere-dev runtime. #[cfg(feature = "cere-dev-native")] -pub type CereDevChainSpec = - sc_service::GenericChainSpec; +pub type CereDevChainSpec = sc_service::GenericChainSpec; /// The `ChainSpec` parameterized for the cere-dev runtime. // Dummy chain spec, but that is fine when we don't have the native runtime. @@ -114,7 +111,7 @@ pub fn cere_dev_genesis( initial_nominators: Vec, root_key: AccountId, endowed_accounts: Option>, -) -> cere_dev::RuntimeGenesisConfig { +) -> serde_json::Value { let mut endowed_accounts: Vec = endowed_accounts.unwrap_or_else(|| { vec![ get_account_id_from_seed::("Alice"), @@ -163,16 +160,25 @@ pub fn cere_dev_genesis( const ENDOWMENT: Balance = 10_000_000_000 * TEST_UNITS; const STASH: Balance = ENDOWMENT / 1000; + const MAX_POOLS: u32 = 16; + const MAX_MEMBERS_PER_POOL: u32 = 32; + const MAX_MEMBERS: u32 = MAX_POOLS * MAX_MEMBERS_PER_POOL; + const MULTIPLIER: u128 = 1_000_000_000_000_000_000; + const MIN_NOMINATOR_BOND: u32 = 0; + const MIN_VALIDATOR_BOND: u32 = 0; + const MIN_JOIN_BOND: u32 = 0; + const MIN_CREATE_BOND: u32 = 0; + const CANCEL_PAYOUT: u32 = 0; - cere_dev::RuntimeGenesisConfig { - system: cere_dev::SystemConfig::default(), - balances: cere_dev::BalancesConfig { - // Configure endowed accounts with initial balance of 1 << 60. - balances: endowed_accounts.iter().cloned().map(|x| (x, ENDOWMENT)).collect(), - }, - indices: cere_dev::IndicesConfig { indices: vec![] }, - session: cere_dev::SessionConfig { - keys: initial_authorities + serde_json::json!({ + "system": { }, + "balances": { + "balances": endowed_accounts.iter().cloned().map(|x| (x, ENDOWMENT)) + .collect::>(), + }, + "indices": cere_dev::IndicesConfig { indices: vec![] }, + "session": { + "keys": initial_authorities .iter() .map(|x| { ( @@ -189,45 +195,77 @@ pub fn cere_dev_genesis( }) .collect::>(), }, - staking: cere_dev::StakingConfig { - validator_count: initial_authorities.len() as u32, - minimum_validator_count: initial_authorities.len() as u32, - invulnerables: initial_authorities.iter().map(|x| x.0.clone()).collect(), - slash_reward_fraction: Perbill::from_percent(10), - stakers, - ..Default::default() + "grandpa": { + "authorities": [] + }, + "staking": { + "validatorCount": initial_authorities.len() as u32, + "minimumValidatorCount": initial_authorities.len() as u32, + "invulnerables": initial_authorities.iter().map(|x| x.0.clone()).collect::>(), + "forceEra": "NotForcing", + "slashRewardFraction": Perbill::from_percent(10), + "canceledPayout": CANCEL_PAYOUT, + "stakers": stakers.clone(), + "minNominatorBond": MIN_NOMINATOR_BOND, + "minValidatorBond": MIN_VALIDATOR_BOND, + "maxValidatorCount": null, + "maxNominatorCount": null, + }, + "ddcStaking": cere_dev::DdcStakingConfig { + storages: vec![], + clusters: vec![] + }, + "ddcCustomers": { + "feederAccount": null, + "buckets": [] + }, + "ddcNodes": { + "storageNodes": [] + }, + "ddcClusters": { + "clusters": [], + "clustersProtocolParams": [], + "clustersNodes": [] }, - ddc_staking: cere_dev::DdcStakingConfig::default(), - sudo: cere_dev::SudoConfig { key: Some(root_key) }, - babe: cere_dev::BabeConfig { - authorities: Default::default(), - epoch_config: cere_dev::BABE_GENESIS_EPOCH_CONFIG, - ..Default::default() + "ddcPayouts": { + "feederAccount": null, + "authorisedCaller": null, + "debtorCustomers": [] }, - im_online: cere_dev::ImOnlineConfig { keys: vec![] }, - authority_discovery: cere_dev::AuthorityDiscoveryConfig { - keys: vec![], - ..Default::default() + "sudo": { "key": Some(root_key) }, + "babe": { + "authorities": [], + "epochConfig": Some(cere_dev::BABE_GENESIS_EPOCH_CONFIG), }, - grandpa: Default::default(), - treasury: Default::default(), - vesting: Default::default(), - transaction_payment: Default::default(), - ddc_customers: Default::default(), - nomination_pools: Default::default(), - ddc_clusters: Default::default(), - ddc_nodes: Default::default(), - ddc_payouts: Default::default(), - tech_comm: cere_dev::TechCommConfig { - members: endowed_accounts + "imOnline": cere_dev::ImOnlineConfig { keys: vec![] }, + "authorityDiscovery": { + "keys": [] + }, + "vesting": { + "vesting": [] + }, + "treasury": { }, + // Assigned the same value as in the default genesis config for transactionPayment. + "transactionPayment": { + "multiplier": MULTIPLIER.to_string(), + }, + // Assigned the same values as in the default genesis config for nominationPools. + "nominationPools": { + "minJoinBond": MIN_JOIN_BOND, + "minCreateBond": MIN_CREATE_BOND, + "maxPools": MAX_POOLS, + "maxMembersPerPool": MAX_MEMBERS_PER_POOL, + "maxMembers": MAX_MEMBERS, + }, + "techComm": { + "members": endowed_accounts .iter() .take((endowed_accounts.len() + 1) / 2) .cloned() - .collect(), - phantom: Default::default(), + .collect::>(), }, - ddc_verification: Default::default(), - } + "ddcVerification": Default::default(), + }) } /// Returns the properties for the [`cere-dev-native`]. @@ -244,7 +282,7 @@ pub fn cere_dev_native_chain_spec_properties() -> serde_json::map::Map cere_dev::RuntimeGenesisConfig { +fn cere_dev_config_genesis() -> serde_json::Value { cere_dev_genesis( // Initial authorities vec![authority_keys_from_seed("Alice")], @@ -266,24 +304,18 @@ fn cere_dev_config_genesis() -> cere_dev::RuntimeGenesisConfig { pub fn cere_dev_development_config() -> Result { let wasm_binary = cere_dev::WASM_BINARY.ok_or("Cere Dev development wasm not available")?; - #[allow(deprecated)] - Ok(CereDevChainSpec::from_genesis( - "Development", - "cere_dev", - ChainType::Development, - cere_dev_config_genesis, - vec![], - None, - Some(DEFAULT_PROTOCOL_ID), - None, - Some(cere_dev_native_chain_spec_properties()), - Default::default(), - wasm_binary, - )) + Ok(CereDevChainSpec::builder(wasm_binary, Default::default()) + .with_name("Development") + .with_id("cere_dev") + .with_chain_type(ChainType::Development) + .with_genesis_config_patch(cere_dev_config_genesis()) + .with_protocol_id(DEFAULT_PROTOCOL_ID) + .with_properties(cere_dev_native_chain_spec_properties()) + .build()) } #[cfg(feature = "cere-dev-native")] -fn cere_dev_local_testnet_genesis() -> cere_dev::RuntimeGenesisConfig { +fn cere_dev_local_testnet_genesis() -> serde_json::Value { cere_dev_genesis( // Initial authorities vec![ @@ -309,20 +341,13 @@ fn cere_dev_local_testnet_genesis() -> cere_dev::RuntimeGenesisConfig { pub fn cere_dev_local_testnet_config() -> Result { let wasm_binary = cere_dev::WASM_BINARY.ok_or("Cere Dev development wasm not available")?; - #[allow(deprecated)] - Ok(CereDevChainSpec::from_genesis( - "Local Testnet", - "cere_dev_local_testnet", - ChainType::Local, - cere_dev_local_testnet_genesis, - vec![], - None, - Some(DEFAULT_PROTOCOL_ID), - None, - None, - Default::default(), - wasm_binary, - )) + Ok(CereDevChainSpec::builder(wasm_binary, Default::default()) + .with_name("Local Testnet") + .with_id("cere_dev_local_testnet") + .with_chain_type(ChainType::Local) + .with_genesis_config_patch(cere_dev_local_testnet_genesis()) + .with_protocol_id(DEFAULT_PROTOCOL_ID) + .build()) } pub fn cere_mainnet_config() -> Result { diff --git a/pallets/chainbridge/src/mock.rs b/pallets/chainbridge/src/mock.rs index a3bbd3a52..d128cf00b 100644 --- a/pallets/chainbridge/src/mock.rs +++ b/pallets/chainbridge/src/mock.rs @@ -6,7 +6,7 @@ use frame_system::{self as system}; pub use pallet_balances as balances; use sp_core::H256; use sp_runtime::{ - traits::{AccountIdConversion, BlakeTwo256, IdentityLookup}, + traits::{AccountIdConversion, IdentityLookup}, BuildStorage, Perbill, }; @@ -22,21 +22,12 @@ parameter_types! { #[derive_impl(frame_system::config_preludes::TestDefaultConfig)] impl frame_system::Config for Test { - type BaseCallFilter = Everything; - type RuntimeOrigin = RuntimeOrigin; - type RuntimeCall = RuntimeCall; - type RuntimeTask = RuntimeTask; type Nonce = u64; type Block = Block; type Hash = H256; - type Hashing = BlakeTwo256; type AccountId = u64; type Lookup = IdentityLookup; - type RuntimeEvent = RuntimeEvent; type BlockHashCount = BlockHashCount; - // type ModuleToIndex = (); - type PalletInfo = PalletInfo; - // type MaxLocks = MaxLocks; type AccountData = pallet_balances::AccountData; type MaxConsumers = frame_support::traits::ConstU32<16>; } diff --git a/pallets/ddc-clusters-gov/src/mock.rs b/pallets/ddc-clusters-gov/src/mock.rs index 63fd5557b..cb924a0b7 100644 --- a/pallets/ddc-clusters-gov/src/mock.rs +++ b/pallets/ddc-clusters-gov/src/mock.rs @@ -16,7 +16,7 @@ use frame_support::{ derive_impl, parameter_types, traits::{ fungible::HoldConsideration, ConstBool, ConstU32, ConstU64, EnsureOriginWithArg, - EqualPrivilegeOnly, Everything, LinearStoragePrice, Nothing, + EqualPrivilegeOnly, LinearStoragePrice, Nothing, }, weights::constants::RocksDbWeight, PalletId, @@ -33,7 +33,7 @@ use parking_lot::{ReentrantMutex, ReentrantMutexGuard}; use sp_core::H256; use sp_io::TestExternalities; use sp_runtime::{ - traits::{BlakeTwo256, Convert, IdentifyAccount, IdentityLookup, Verify}, + traits::{Convert, IdentifyAccount, IdentityLookup, Verify}, BuildStorage, MultiSignature, Perbill, }; @@ -87,20 +87,13 @@ impl Convert> for Test { #[derive_impl(frame_system::config_preludes::TestDefaultConfig)] impl frame_system::Config for Test { - type BaseCallFilter = Everything; type DbWeight = RocksDbWeight; - type RuntimeOrigin = RuntimeOrigin; type Nonce = u64; type Block = Block; - type RuntimeCall = RuntimeCall; - type RuntimeTask = RuntimeTask; type Hash = H256; - type Hashing = BlakeTwo256; type AccountId = AccountId; type Lookup = IdentityLookup; - type RuntimeEvent = RuntimeEvent; type BlockHashCount = ConstU64<250>; - type PalletInfo = PalletInfo; type AccountData = pallet_balances::AccountData; type MaxConsumers = ConstU32<16>; } diff --git a/pallets/ddc-clusters/src/mock.rs b/pallets/ddc-clusters/src/mock.rs index 1b44fbaac..d530daa5a 100644 --- a/pallets/ddc-clusters/src/mock.rs +++ b/pallets/ddc-clusters/src/mock.rs @@ -8,7 +8,7 @@ use ddc_primitives::{ }; use frame_support::{ construct_runtime, derive_impl, parameter_types, - traits::{ConstBool, ConstU32, ConstU64, Everything, Nothing}, + traits::{ConstBool, ConstU32, ConstU64, Nothing}, weights::constants::RocksDbWeight, }; use frame_system::{ @@ -20,9 +20,7 @@ use sp_core::H256; use sp_io::TestExternalities; use sp_runtime::{ testing::TestXt, - traits::{ - BlakeTwo256, Convert, Extrinsic as ExtrinsicT, IdentifyAccount, IdentityLookup, Verify, - }, + traits::{Convert, Extrinsic as ExtrinsicT, IdentifyAccount, IdentityLookup, Verify}, BuildStorage, DispatchResult, MultiSignature, Perbill, Perquintill, }; @@ -150,19 +148,12 @@ parameter_types! { #[derive_impl(frame_system::config_preludes::TestDefaultConfig)] impl frame_system::Config for Test { - type BaseCallFilter = Everything; type DbWeight = RocksDbWeight; - type RuntimeOrigin = RuntimeOrigin; type Nonce = u64; type Block = Block; - type RuntimeCall = RuntimeCall; - type RuntimeTask = RuntimeTask; type Hash = H256; - type Hashing = BlakeTwo256; type AccountId = AccountId; - type RuntimeEvent = RuntimeEvent; type BlockHashCount = ConstU64<250>; - type PalletInfo = PalletInfo; type AccountData = pallet_balances::AccountData; type MaxConsumers = ConstU32<16>; type Lookup = IdentityLookup; diff --git a/pallets/ddc-customers/src/mock.rs b/pallets/ddc-customers/src/mock.rs index 2277fcf2a..d27f4c2e3 100644 --- a/pallets/ddc-customers/src/mock.rs +++ b/pallets/ddc-customers/src/mock.rs @@ -8,15 +8,14 @@ use ddc_primitives::{ }; use frame_support::{ construct_runtime, derive_impl, parameter_types, - traits::{ConstU32, ConstU64, Everything}, + traits::{ConstU32, ConstU64}, weights::constants::RocksDbWeight, }; use frame_system::mocking::MockBlock; use sp_core::H256; use sp_io::TestExternalities; use sp_runtime::{ - traits::{BlakeTwo256, IdentityLookup}, - BuildStorage, DispatchError, DispatchResult, Perquintill, + traits::IdentityLookup, BuildStorage, DispatchError, DispatchResult, Perquintill, }; use crate::{self as pallet_ddc_customers, *}; @@ -44,20 +43,13 @@ parameter_types! { #[derive_impl(frame_system::config_preludes::TestDefaultConfig)] impl frame_system::Config for Test { - type BaseCallFilter = Everything; type DbWeight = RocksDbWeight; - type RuntimeOrigin = RuntimeOrigin; type Nonce = u64; type Block = Block; - type RuntimeCall = RuntimeCall; - type RuntimeTask = RuntimeTask; type Hash = H256; - type Hashing = BlakeTwo256; type AccountId = AccountId; type Lookup = IdentityLookup; - type RuntimeEvent = RuntimeEvent; type BlockHashCount = ConstU64<250>; - type PalletInfo = PalletInfo; type AccountData = pallet_balances::AccountData; type MaxConsumers = ConstU32<16>; } diff --git a/pallets/ddc-nodes/src/mock.rs b/pallets/ddc-nodes/src/mock.rs index 4b49f6e0e..8a3063416 100644 --- a/pallets/ddc-nodes/src/mock.rs +++ b/pallets/ddc-nodes/src/mock.rs @@ -5,14 +5,14 @@ use ddc_primitives::traits::staking::{StakingVisitor, StakingVisitorError}; use frame_support::{ construct_runtime, derive_impl, parameter_types, - traits::{ConstU32, ConstU64, Everything}, + traits::{ConstU32, ConstU64}, weights::constants::RocksDbWeight, }; use frame_system::mocking::{MockBlock, MockUncheckedExtrinsic}; use sp_core::H256; use sp_io::TestExternalities; use sp_runtime::{ - traits::{BlakeTwo256, IdentifyAccount, IdentityLookup, Verify}, + traits::{IdentifyAccount, IdentityLookup, Verify}, BuildStorage, MultiSignature, }; @@ -44,20 +44,13 @@ parameter_types! { #[derive_impl(frame_system::config_preludes::TestDefaultConfig)] impl frame_system::Config for Test { - type BaseCallFilter = Everything; type DbWeight = RocksDbWeight; - type RuntimeOrigin = RuntimeOrigin; type Nonce = u64; type Block = Block; - type RuntimeCall = RuntimeCall; - type RuntimeTask = RuntimeTask; type Hash = H256; - type Hashing = BlakeTwo256; type AccountId = AccountId; type Lookup = IdentityLookup; - type RuntimeEvent = RuntimeEvent; type BlockHashCount = ConstU64<250>; - type PalletInfo = PalletInfo; type AccountData = pallet_balances::AccountData; type MaxConsumers = ConstU32<16>; } diff --git a/pallets/ddc-payouts/src/mock.rs b/pallets/ddc-payouts/src/mock.rs index 4104cc282..7c7b22b9c 100644 --- a/pallets/ddc-payouts/src/mock.rs +++ b/pallets/ddc-payouts/src/mock.rs @@ -15,7 +15,7 @@ use ddc_primitives::{ use frame_election_provider_support::SortedListProvider; use frame_support::{ construct_runtime, derive_impl, parameter_types, - traits::{ConstU32, ConstU64, Everything, ExistenceRequirement, Randomness}, + traits::{ConstU32, ConstU64, ExistenceRequirement, Randomness}, weights::constants::RocksDbWeight, PalletId, }; @@ -25,7 +25,7 @@ use sp_io::TestExternalities; #[cfg(feature = "try-runtime")] use sp_runtime::TryRuntimeError; use sp_runtime::{ - traits::{BlakeTwo256, IdentifyAccount, Identity, IdentityLookup, Verify}, + traits::{IdentifyAccount, Identity, IdentityLookup, Verify}, AccountId32, BuildStorage, DispatchError, MultiSignature, Perquintill, }; use sp_std::prelude::*; @@ -76,20 +76,13 @@ impl Randomness for MockRandomness { #[derive_impl(frame_system::config_preludes::TestDefaultConfig)] impl frame_system::Config for Test { - type BaseCallFilter = Everything; type DbWeight = RocksDbWeight; - type RuntimeOrigin = RuntimeOrigin; type Nonce = u64; type Block = Block; - type RuntimeCall = RuntimeCall; - type RuntimeTask = RuntimeTask; type Hash = H256; - type Hashing = BlakeTwo256; type AccountId = AccountId; type Lookup = IdentityLookup; - type RuntimeEvent = RuntimeEvent; type BlockHashCount = ConstU64<250>; - type PalletInfo = PalletInfo; type AccountData = pallet_balances::AccountData; type MaxConsumers = ConstU32<16>; } diff --git a/pallets/ddc-staking/src/mock.rs b/pallets/ddc-staking/src/mock.rs index 8548f36a0..e0849957b 100644 --- a/pallets/ddc-staking/src/mock.rs +++ b/pallets/ddc-staking/src/mock.rs @@ -8,7 +8,7 @@ use ddc_primitives::{ }; use frame_support::{ construct_runtime, derive_impl, - traits::{ConstBool, ConstU32, ConstU64, Everything, Nothing}, + traits::{ConstBool, ConstU32, ConstU64, Nothing}, weights::constants::RocksDbWeight, }; use frame_system::{ @@ -20,7 +20,7 @@ use pallet_ddc_nodes::StorageNode; use sp_core::H256; use sp_io::TestExternalities; use sp_runtime::{ - traits::{BlakeTwo256, Convert, IdentifyAccount, IdentityLookup, Verify}, + traits::{Convert, IdentifyAccount, IdentityLookup, Verify}, BuildStorage, MultiSignature, Perbill, Perquintill, }; @@ -69,20 +69,13 @@ type BalanceOf = <::Currency as Currency< #[derive_impl(frame_system::config_preludes::TestDefaultConfig)] impl frame_system::Config for Test { - type BaseCallFilter = Everything; type DbWeight = RocksDbWeight; - type RuntimeOrigin = RuntimeOrigin; type Nonce = u64; type Block = Block; - type RuntimeCall = RuntimeCall; - type RuntimeTask = RuntimeTask; type Hash = H256; - type Hashing = BlakeTwo256; type AccountId = AccountId; type Lookup = IdentityLookup; - type RuntimeEvent = RuntimeEvent; type BlockHashCount = ConstU64<250>; - type PalletInfo = PalletInfo; type AccountData = pallet_balances::AccountData; type MaxConsumers = ConstU32<16>; } diff --git a/pallets/ddc-verification/src/mock.rs b/pallets/ddc-verification/src/mock.rs index 044374a92..f9cbb22df 100644 --- a/pallets/ddc-verification/src/mock.rs +++ b/pallets/ddc-verification/src/mock.rs @@ -29,7 +29,7 @@ use sp_core::{ByteArray, H256}; use sp_runtime::{ curve::PiecewiseLinear, testing::{TestXt, UintAuthorityId}, - traits::{BlakeTwo256, Extrinsic as ExtrinsicT, IdentifyAccount, IdentityLookup, Verify, Zero}, + traits::{Extrinsic as ExtrinsicT, IdentifyAccount, IdentityLookup, Verify, Zero}, BuildStorage, MultiSignature, Perbill, Percent, }; use sp_staking::{EraIndex, SessionIndex}; @@ -59,23 +59,16 @@ type BlockNumber = u64; #[derive_impl(frame_system::config_preludes::TestDefaultConfig)] impl frame_system::Config for Test { - type BaseCallFilter = frame_support::traits::Everything; type BlockWeights = (); type BlockLength = (); type DbWeight = (); - type RuntimeOrigin = RuntimeOrigin; - type RuntimeCall = RuntimeCall; - type RuntimeTask = RuntimeTask; type Nonce = u64; type Hash = H256; - type Hashing = BlakeTwo256; type AccountId = AccountId; type Lookup = IdentityLookup; type Block = Block; - type RuntimeEvent = RuntimeEvent; type BlockHashCount = ConstU64<250>; type Version = (); - type PalletInfo = PalletInfo; type AccountData = pallet_balances::AccountData; type OnNewAccount = (); type OnKilledAccount = (); diff --git a/pallets/erc20/src/mock.rs b/pallets/erc20/src/mock.rs index b8b4561fb..cafb4b697 100644 --- a/pallets/erc20/src/mock.rs +++ b/pallets/erc20/src/mock.rs @@ -7,7 +7,7 @@ pub use pallet_balances as balances; use sp_core::{hashing::blake2_128, H256}; use sp_runtime::{ testing::Header, - traits::{AccountIdConversion, BlakeTwo256, Block as BlockT, IdentityLookup}, + traits::{AccountIdConversion, Block as BlockT, IdentityLookup}, Perbill, }; @@ -28,7 +28,6 @@ impl frame_system::Config for Test { type Nonce = u64; type Block = u64; type Hash = H256; - type Hashing = BlakeTwo256; type AccountId = u64; type Lookup = IdentityLookup; type Event = Event; diff --git a/pallets/erc721/src/mock.rs b/pallets/erc721/src/mock.rs index 6308a29f3..711e2ec4f 100644 --- a/pallets/erc721/src/mock.rs +++ b/pallets/erc721/src/mock.rs @@ -1,17 +1,11 @@ #![cfg(test)] -use frame_support::{ - derive_impl, ord_parameter_types, parameter_types, traits::Everything, weights::Weight, -}; +use frame_support::{derive_impl, ord_parameter_types, parameter_types, weights::Weight}; use frame_system::{self as system}; pub use pallet_balances as balances; use pallet_chainbridge as bridge; use sp_core::{hashing::blake2_128, H256}; -use sp_runtime::{ - testing::Header, - traits::{BlakeTwo256, IdentityLookup}, - BuildStorage, Perbill, -}; +use sp_runtime::{testing::Header, traits::IdentityLookup, BuildStorage, Perbill}; use crate::{self as erc721, Config}; @@ -24,19 +18,12 @@ parameter_types! { #[derive_impl(frame_system::config_preludes::TestDefaultConfig)] impl frame_system::Config for Test { - type BaseCallFilter = Everything; - type RuntimeOrigin = RuntimeOrigin; - type RuntimeCall = RuntimeCall; - type RuntimeTask = RuntimeTask; type Nonce = u64; type Block = Block; type Hash = H256; - type Hashing = BlakeTwo256; type AccountId = u64; type Lookup = IdentityLookup; - type RuntimeEvent = RuntimeEvent; type BlockHashCount = BlockHashCount; - type PalletInfo = PalletInfo; type AccountData = balances::AccountData; type MaxConsumers = frame_support::traits::ConstU32<16>; } diff --git a/runtime/cere-dev/Cargo.toml b/runtime/cere-dev/Cargo.toml index f411d53d3..e20db126f 100644 --- a/runtime/cere-dev/Cargo.toml +++ b/runtime/cere-dev/Cargo.toml @@ -80,6 +80,7 @@ sp-authority-discovery = { workspace = true } sp-block-builder = { workspace = true } sp-consensus-babe = { workspace = true } sp-core = { workspace = true } +sp-genesis-builder = { workspace = true, default-features = false } sp-inherents = { workspace = true } sp-io = { workspace = true } sp-offchain = { workspace = true } @@ -172,6 +173,7 @@ std = [ "sp-api/std", "sp-offchain/std", "sp-runtime/std", + "sp-genesis-builder/std", "sp-staking/std", "sp-storage/std", "sp-session/std", diff --git a/runtime/cere-dev/src/lib.rs b/runtime/cere-dev/src/lib.rs index f802d52c1..68185ac0e 100644 --- a/runtime/cere-dev/src/lib.rs +++ b/runtime/cere-dev/src/lib.rs @@ -33,6 +33,7 @@ use frame_election_provider_support::{ use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, + genesis_builder_helper::{build_state, get_preset}, pallet_prelude::Get, parameter_types, traits::{ @@ -40,7 +41,7 @@ use frame_support::{ tokens::{PayFromAccount, UnityAssetBalanceConversion}, ConstBool, ConstU128, ConstU16, ConstU32, Currency, EitherOf, EitherOfDiverse, EqualPrivilegeOnly, Imbalance, InstanceFilter, KeyOwnerProofSystem, LinearStoragePrice, - Nothing, OnUnbalanced, WithdrawReasons, + Nothing, OnUnbalanced, VariantCountOf, WithdrawReasons, }, weights::{ constants::{ @@ -154,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to 0. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 68000, + spec_version: 69000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 24, @@ -455,7 +456,7 @@ impl pallet_balances::Config for Runtime { type WeightInfo = pallet_balances::weights::SubstrateWeight; type FreezeIdentifier = RuntimeFreezeReason; type RuntimeFreezeReason = RuntimeFreezeReason; - type MaxFreezes = ConstU32<1>; + type MaxFreezes = VariantCountOf; type RuntimeHoldReason = RuntimeHoldReason; } @@ -802,13 +803,8 @@ parameter_types! { impl pallet_treasury::Config for Runtime { type PalletId = TreasuryPalletId; type Currency = Balances; - type ApproveOrigin = EitherOfDiverse, Treasurer>; type RejectOrigin = EitherOfDiverse, Treasurer>; type RuntimeEvent = RuntimeEvent; - type OnSlash = (); - type ProposalBond = ProposalBond; - type ProposalBondMinimum = ProposalBondMinimum; - type ProposalBondMaximum = (); type SpendPeriod = SpendPeriod; type Burn = Burn; type BurnDestination = (); @@ -850,6 +846,7 @@ impl pallet_bounties::Config for Runtime { type MaximumReasonLength = MaximumReasonLength; type WeightInfo = pallet_bounties::weights::SubstrateWeight; type ChildBountyManager = ChildBounties; + type OnSlash = Treasury; } parameter_types! { @@ -1148,7 +1145,6 @@ impl pallet_nomination_pools::Config for Runtime { type RewardCounter = FixedU128; type BalanceToU256 = cere_runtime_common::BalanceToU256; type U256ToBalance = cere_runtime_common::U256ToBalance; - type Staking = Staking; type PostUnbondingPoolsWindow = frame_support::traits::ConstU32<4>; type MaxMetadataLen = frame_support::traits::ConstU32<256>; // we use the same number of allowed unlocking chunks as with staking. @@ -1157,6 +1153,7 @@ impl pallet_nomination_pools::Config for Runtime { type MaxPointsToBalance = MaxPointsToBalance; type WeightInfo = (); type AdminOrigin = frame_system::EnsureRoot; + type StakeAdapter = pallet_nomination_pools::adapter::TransferStake; } parameter_types! { @@ -1500,6 +1497,20 @@ mod benches { } impl_runtime_apis! { + impl sp_genesis_builder::GenesisBuilder for Runtime { + + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + vec![] + } + + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) + } + } impl sp_api::Core for Runtime { fn version() -> RuntimeVersion { VERSION @@ -1789,6 +1800,21 @@ impl_runtime_apis! { fn balance_to_points(pool_id: pallet_nomination_pools::PoolId, new_funds: Balance) -> Balance { NominationPools::api_balance_to_points(pool_id, new_funds) } + fn pool_pending_slash(pool_id: pallet_nomination_pools::PoolId) -> Balance { + NominationPools::api_pool_pending_slash(pool_id) + } + + fn member_pending_slash(member: AccountId) -> Balance { + NominationPools::api_member_pending_slash(member) + } + + fn pool_needs_delegate_migration(pool_id: pallet_nomination_pools::PoolId) -> bool { + NominationPools::api_pool_needs_delegate_migration(pool_id) + } + + fn member_needs_delegate_migration(member: AccountId) -> bool { + NominationPools::api_member_needs_delegate_migration(member) + } } #[cfg(feature = "try-runtime")] diff --git a/runtime/cere/Cargo.toml b/runtime/cere/Cargo.toml index 43f8fe153..1641bb29a 100644 --- a/runtime/cere/Cargo.toml +++ b/runtime/cere/Cargo.toml @@ -77,6 +77,7 @@ sp-authority-discovery = { workspace = true } sp-block-builder = { workspace = true } sp-consensus-babe = { workspace = true } sp-core = { workspace = true } +sp-genesis-builder = { workspace = true, default-features = false } sp-inherents = { workspace = true } sp-io = { workspace = true } sp-offchain = { workspace = true } @@ -171,6 +172,7 @@ std = [ "sp-storage/std", "sp-api/std", "sp-runtime/std", + "sp-genesis-builder/std", "sp-staking/std", "sp-session/std", "sp-transaction-pool/std", diff --git a/runtime/cere/src/lib.rs b/runtime/cere/src/lib.rs index 60a18a71b..bd9e488fb 100644 --- a/runtime/cere/src/lib.rs +++ b/runtime/cere/src/lib.rs @@ -32,6 +32,7 @@ use frame_election_provider_support::{ use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, + genesis_builder_helper::{build_state, get_preset}, pallet_prelude::Get, parameter_types, traits::{ @@ -39,7 +40,7 @@ use frame_support::{ tokens::{PayFromAccount, UnityAssetBalanceConversion}, ConstBool, ConstU128, ConstU16, ConstU32, Currency, EitherOf, EitherOfDiverse, EqualPrivilegeOnly, Imbalance, InstanceFilter, KeyOwnerProofSystem, LinearStoragePrice, - Nothing, OnUnbalanced, WithdrawReasons, + Nothing, OnUnbalanced, VariantCountOf, WithdrawReasons, }, weights::{ constants::{ @@ -147,7 +148,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to 0. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 68000, + spec_version: 69000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 24, @@ -448,7 +449,7 @@ impl pallet_balances::Config for Runtime { type WeightInfo = pallet_balances::weights::SubstrateWeight; type FreezeIdentifier = RuntimeFreezeReason; type RuntimeFreezeReason = RuntimeFreezeReason; - type MaxFreezes = ConstU32<1>; + type MaxFreezes = VariantCountOf; type RuntimeHoldReason = RuntimeHoldReason; } @@ -820,13 +821,8 @@ parameter_types! { impl pallet_treasury::Config for Runtime { type PalletId = TreasuryPalletId; type Currency = Balances; - type ApproveOrigin = EitherOfDiverse, Treasurer>; type RejectOrigin = EitherOfDiverse, Treasurer>; type RuntimeEvent = RuntimeEvent; - type OnSlash = (); - type ProposalBond = ProposalBond; - type ProposalBondMinimum = ProposalBondMinimum; - type ProposalBondMaximum = (); type SpendPeriod = SpendPeriod; type Burn = Burn; type BurnDestination = (); @@ -868,6 +864,7 @@ impl pallet_bounties::Config for Runtime { type MaximumReasonLength = MaximumReasonLength; type WeightInfo = pallet_bounties::weights::SubstrateWeight; type ChildBountyManager = ChildBounties; + type OnSlash = Treasury; } parameter_types! { @@ -1167,7 +1164,6 @@ impl pallet_nomination_pools::Config for Runtime { type RewardCounter = FixedU128; type BalanceToU256 = cere_runtime_common::BalanceToU256; type U256ToBalance = cere_runtime_common::U256ToBalance; - type Staking = Staking; type PostUnbondingPoolsWindow = frame_support::traits::ConstU32<4>; type MaxMetadataLen = frame_support::traits::ConstU32<256>; // we use the same number of allowed unlocking chunks as with staking. @@ -1176,6 +1172,7 @@ impl pallet_nomination_pools::Config for Runtime { type MaxPointsToBalance = MaxPointsToBalance; type WeightInfo = (); type AdminOrigin = frame_system::EnsureRoot; + type StakeAdapter = pallet_nomination_pools::adapter::TransferStake; } parameter_types! { @@ -1560,6 +1557,20 @@ mod benches { } impl_runtime_apis! { + impl sp_genesis_builder::GenesisBuilder for Runtime { + + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + vec![] + } + + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) + } + } impl sp_api::Core for Runtime { fn version() -> RuntimeVersion { VERSION @@ -1848,6 +1859,21 @@ impl_runtime_apis! { fn balance_to_points(pool_id: pallet_nomination_pools::PoolId, new_funds: Balance) -> Balance { NominationPools::api_balance_to_points(pool_id, new_funds) } + fn pool_pending_slash(pool_id: pallet_nomination_pools::PoolId) -> Balance { + NominationPools::api_pool_pending_slash(pool_id) + } + + fn member_pending_slash(member: AccountId) -> Balance { + NominationPools::api_member_pending_slash(member) + } + + fn pool_needs_delegate_migration(pool_id: pallet_nomination_pools::PoolId) -> bool { + NominationPools::api_pool_needs_delegate_migration(pool_id) + } + + fn member_needs_delegate_migration(member: AccountId) -> bool { + NominationPools::api_member_needs_delegate_migration(member) + } } #[cfg(feature = "try-runtime")] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 6372b5f22..b35d913b7 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.79.0" +channel = "1.81.0" components = ["clippy", "rustfmt"] targets = ["wasm32-unknown-unknown"] diff --git a/scripts/init.sh b/scripts/init.sh index 921a3152b..981181eb0 100755 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -4,9 +4,9 @@ set -e echo "*** Initializing WASM build environment" -rustup install 1.79.0 +rustup install 1.81.0 -rustup target add wasm32-unknown-unknown --toolchain 1.79.0 +rustup target add wasm32-unknown-unknown --toolchain 1.81.0 rustup component add rust-src