From 17d75f7ce13d079bba6d7fcc56139f542fdb5318 Mon Sep 17 00:00:00 2001 From: Satish Mohan <54302767+smohan-dw@users.noreply.github.com> Date: Wed, 29 Jan 2025 11:48:27 +0530 Subject: [PATCH] sdk master update & revive support --- Cargo.lock | 2487 ++++++++--------- Cargo.toml | 907 +++--- node/cli/src/benchmarking.rs | 12 +- node/cli/src/service.rs | 3 +- node/testing/Cargo.toml | 2 +- runtimes/braid/src/lib.rs | 3 + runtimes/loom/src/lib.rs | 5 +- runtimes/weave/Cargo.toml | 4 + runtimes/weave/src/genesis_config_presets.rs | 4 - runtimes/weave/src/lib.rs | 193 +- .../weave/src/weights/pallet_beefy_mmr.rs | 61 +- runtimes/weave/src/weights/pallet_staking.rs | 22 + test-utils/client/Cargo.toml | 2 +- test-utils/runtime/Cargo.toml | 2 +- test-utils/service/Cargo.toml | 2 +- 15 files changed, 1851 insertions(+), 1858 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3dd77f2f..9fec0488b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,30 +626,14 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" -[[package]] -name = "asn1-rs" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" -dependencies = [ - "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", + "asn1-rs-derive", + "asn1-rs-impl", "displaydoc", "nom", "num-traits", @@ -658,18 +642,6 @@ dependencies = [ "time", ] -[[package]] -name = "asn1-rs-derive" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", - "synstructure 0.12.6", -] - [[package]] name = "asn1-rs-derive" version = "0.5.1" @@ -682,17 +654,6 @@ dependencies = [ "synstructure 0.13.1", ] -[[package]] -name = "asn1-rs-impl" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "asn1-rs-impl" version = "0.2.0" @@ -881,6 +842,19 @@ dependencies = [ "pin-project-lite", ] +[[package]] +name = "asynchronous-codec" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233" +dependencies = [ + "bytes", + "futures-sink", + "futures-util", + "memchr", + "pin-project-lite", +] + [[package]] name = "atomic-take" version = "1.1.0" @@ -923,7 +897,7 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] @@ -1010,19 +984,10 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" -[[package]] -name = "beef" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" -dependencies = [ - "serde", -] - [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "hash-db", "log", @@ -1081,7 +1046,7 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33415e24172c1b7d6066f6d999545375ab8e1d95421d6784bdfff9496f292387" dependencies = [ - "bitcoin_hashes", + "bitcoin_hashes 0.13.0", "serde", "unicode-normalization", ] @@ -1092,6 +1057,12 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" +[[package]] +name = "bitcoin-io" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" + [[package]] name = "bitcoin_hashes" version = "0.13.0" @@ -1099,7 +1070,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b" dependencies = [ "bitcoin-internals", - "hex-conservative", + "hex-conservative 0.1.2", +] + +[[package]] +name = "bitcoin_hashes" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" +dependencies = [ + "bitcoin-io", + "hex-conservative 0.2.1", ] [[package]] @@ -1574,7 +1555,7 @@ dependencies = [ "anstream", "anstyle", "clap_lex", - "strsim 0.11.1", + "strsim", "terminal_size", ] @@ -1827,7 +1808,7 @@ dependencies = [ "pallet-transaction-weight-runtime-api", "pallet-utility", "parity-scale-codec", - "primitive-types 0.13.1", + "primitive-types", "scale-info", "serde", "serde_json", @@ -1848,8 +1829,8 @@ dependencies = [ "sp-session", "sp-staking", "sp-statement-store", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-transaction-pool", "sp-version", "static_assertions", @@ -1877,7 +1858,7 @@ dependencies = [ "cord-node-cli", "cord-primitives", "futures", - "nix 0.28.0", + "nix 0.29.0", "regex", "sc-cli", "sc-service", @@ -1895,19 +1876,19 @@ dependencies = [ "cord-utilities", "frame-support", "frame-system", - "impl-serde 0.5.0", + "impl-serde", "parity-scale-codec", - "primitive-types 0.13.1", + "primitive-types", "scale-info", "serde", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-io", "sp-keystore", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] @@ -1981,7 +1962,7 @@ dependencies = [ "pallet-treasury", "pallet-utility", "parity-scale-codec", - "primitive-types 0.13.1", + "primitive-types", "scale-info", "serde", "serde_json", @@ -2002,8 +1983,8 @@ dependencies = [ "sp-session", "sp-staking", "sp-statement-store", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-transaction-pool", "sp-version", "static_assertions", @@ -2056,13 +2037,13 @@ dependencies = [ "frame-system-rpc-runtime-api", "futures", "hex", - "jsonrpsee 0.24.8", + "jsonrpsee", "kvdb", "kvdb-rocksdb", "log", "mmr-gadget", "network-membership", - "nix 0.28.0", + "nix 0.29.0", "pallet-asset-conversion", "pallet-asset-conversion-tx-payment", "pallet-babe", @@ -2116,7 +2097,7 @@ dependencies = [ "serde", "serde_json", "serial_test", - "soketto 0.8.1", + "soketto", "sp-api", "sp-application-crypto", "sp-authority-discovery", @@ -2127,8 +2108,8 @@ dependencies = [ "sp-consensus-beefy", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -2141,10 +2122,10 @@ dependencies = [ "sp-session", "sp-state-machine", "sp-statement-store", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-timestamp", - "sp-tracing 16.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-tracing 16.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -2185,7 +2166,7 @@ name = "cord-node-rpc" version = "0.9.5" dependencies = [ "cord-primitives", - "jsonrpsee 0.24.8", + "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", "sc-chain-spec", @@ -2249,7 +2230,7 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-timestamp", "tempfile", ] @@ -2297,7 +2278,7 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-weights", "static_assertions", ] @@ -2331,8 +2312,8 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-tracing 16.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-tracing 16.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-trie", "tempfile", "tokio", @@ -2397,8 +2378,8 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -2407,8 +2388,8 @@ dependencies = [ "sp-runtime", "sp-session", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-tracing 16.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-tracing 16.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-transaction-pool", "sp-trie", "sp-version", @@ -2455,7 +2436,7 @@ dependencies = [ "assert_cmd", "cord-primitives", "futures", - "nix 0.28.0", + "nix 0.29.0", "regex", "sc-service", "substrate-rpc-client", @@ -2474,20 +2455,20 @@ dependencies = [ "frame-support", "frame-system", "hex", - "impl-serde 0.5.0", + "impl-serde", "log", "parity-scale-codec", - "primitive-types 0.13.1", + "primitive-types", "scale-info", "serde", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-io", "sp-keystore", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] @@ -2513,7 +2494,7 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-weights", ] @@ -2587,6 +2568,7 @@ dependencies = [ "pallet-paged-list", "pallet-preimage", "pallet-remark", + "pallet-revive", "pallet-root-offences", "pallet-root-testing", "pallet-safe-mode", @@ -2607,7 +2589,7 @@ dependencies = [ "pallet-utility", "pallet-verify-signature", "parity-scale-codec", - "primitive-types 0.13.1", + "primitive-types", "scale-info", "separator", "serde", @@ -2634,10 +2616,10 @@ dependencies = [ "sp-staking", "sp-state-machine", "sp-statement-store", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-timestamp", - "sp-tracing 16.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-tracing 16.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -2942,6 +2924,21 @@ dependencies = [ "subtle 2.6.1", ] +[[package]] +name = "crypto_secretbox" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9d6cf87adf719ddf43a805e92c6870a531aedda35ff640442cbaf8674e141e1" +dependencies = [ + "aead", + "cipher 0.4.4", + "generic-array 0.14.7", + "poly1305", + "salsa20", + "subtle 2.6.1", + "zeroize", +] + [[package]] name = "ctr" version = "0.9.2" @@ -2954,7 +2951,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.1.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2964,11 +2961,11 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "sp-api", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-inherents", "sp-runtime", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-trie", "tracing", ] @@ -2976,7 +2973,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2992,7 +2989,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.7.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3006,22 +3003,22 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.2.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-trie", ] [[package]] name = "cumulus-relay-chain-interface" version = "0.7.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "cumulus-primitives-core", "futures", - "jsonrpsee-core 0.24.8", + "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", @@ -3035,7 +3032,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.7.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3131,38 +3128,14 @@ dependencies = [ "syn 2.0.96", ] -[[package]] -name = "darling" -version = "0.14.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" -dependencies = [ - "darling_core 0.14.4", - "darling_macro 0.14.4", -] - [[package]] name = "darling" version = "0.20.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" dependencies = [ - "darling_core 0.20.10", - "darling_macro 0.20.10", -] - -[[package]] -name = "darling_core" -version = "0.14.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" -dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim 0.10.0", - "syn 1.0.109", + "darling_core", + "darling_macro", ] [[package]] @@ -3175,28 +3148,17 @@ dependencies = [ "ident_case", "proc-macro2", "quote", - "strsim 0.11.1", + "strsim", "syn 2.0.96", ] -[[package]] -name = "darling_macro" -version = "0.14.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" -dependencies = [ - "darling_core 0.14.4", - "quote", - "syn 1.0.109", -] - [[package]] name = "darling_macro" version = "0.20.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" dependencies = [ - "darling_core 0.20.10", + "darling_core", "quote", "syn 2.0.96", ] @@ -3250,27 +3212,13 @@ dependencies = [ "zeroize", ] -[[package]] -name = "der-parser" -version = "8.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" -dependencies = [ - "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", + "asn1-rs", "displaydoc", "nom", "num-bigint", @@ -3351,6 +3299,7 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.96", + "unicode-xid", ] [[package]] @@ -3414,6 +3363,15 @@ dependencies = [ "dirs-sys-next", ] +[[package]] +name = "dirs" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" +dependencies = [ + "dirs-sys", +] + [[package]] name = "dirs-sys" version = "0.4.1" @@ -3647,18 +3605,6 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" -[[package]] -name = "enum-as-inner" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "enum-as-inner" version = "0.6.1" @@ -3770,21 +3716,52 @@ dependencies = [ ] [[package]] -name = "event-listener" -version = "2.5.3" +name = "ethabi-decode" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" +checksum = "52029c4087f9f01108f851d0d02df9c21feb5660a19713466724b7f95bd2d773" +dependencies = [ + "ethereum-types", + "tiny-keccak", +] [[package]] -name = "event-listener" -version = "4.0.3" +name = "ethbloom" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" +checksum = "8c321610643004cf908ec0f5f2aa0d8f1f8e14b540562a2887a1111ff1ecbf7b" dependencies = [ - "concurrent-queue", - "pin-project-lite", + "crunchy", + "fixed-hash", + "impl-codec", + "impl-rlp", + "impl-serde", + "scale-info", + "tiny-keccak", +] + +[[package]] +name = "ethereum-types" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ab15ed80916029f878e0267c3a9f92b67df55e79af370bf66199059ae2b4ee3" +dependencies = [ + "ethbloom", + "fixed-hash", + "impl-codec", + "impl-rlp", + "impl-serde", + "primitive-types", + "scale-info", + "uint 0.10.0", ] +[[package]] +name = "event-listener" +version = "2.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" + [[package]] name = "event-listener" version = "5.4.0" @@ -3959,16 +3936,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "finito" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2384245d85162258a14b43567a9ee3598f5ae746a1581fb5d3d2cb780f0dbf95" -dependencies = [ - "futures-timer", - "pin-project", -] - [[package]] name = "fixed-hash" version = "0.8.0" @@ -4020,7 +3987,7 @@ checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", ] @@ -4053,7 +4020,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support", "frame-support-procedural", @@ -4069,15 +4036,15 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" version = "32.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "Inflector", "array-bytes", @@ -4107,6 +4074,7 @@ dependencies = [ "sc-client-db", "sc-executor", "sc-executor-common", + "sc-runtime-utilities", "sc-service", "sc-sysinfo", "serde", @@ -4115,21 +4083,21 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-database", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-genesis-builder", "sp-inherents", "sp-io", "sp-keystore", "sp-runtime", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-timestamp", "sp-transaction-pool", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "subxt", "subxt-signer", "thiserror 1.0.69", @@ -4139,7 +4107,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-pallet-pov" version = "18.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -4150,10 +4118,24 @@ dependencies = [ "sp-runtime", ] +[[package]] +name = "frame-decode" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02d3379df61ff3dd871e2dde7d1bcdc0263e613c21c7579b149fd4f0ad9b1dc2" +dependencies = [ + "frame-metadata 17.0.0", + "parity-scale-codec", + "scale-decode 0.14.0", + "scale-info", + "scale-type-resolver", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -4164,7 +4146,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4180,7 +4162,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "aquamarine", "frame-support", @@ -4192,25 +4174,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", -] - -[[package]] -name = "frame-metadata" -version = "15.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "878babb0b136e731cc77ec2fd883ff02745ff21e6fb662729953d44923df009c" -dependencies = [ - "cfg-if", - "parity-scale-codec", - "scale-info", + "sp-tracing 16.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "frame-metadata" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cf1549fba25a6fcac22785b61698317d958e96cac72a59102ea45b9ae64692" +checksum = "701bac17e9b55e0f95067c428ebcb46496587f08e8cf4ccc0fe5903bea10dbb8" dependencies = [ "cfg-if", "parity-scale-codec", @@ -4233,7 +4204,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.1.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "const-hex", @@ -4249,16 +4220,16 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.35.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "futures", "indicatif", - "jsonrpsee 0.24.8", + "jsonrpsee", "log", "parity-scale-codec", "serde", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-io", "sp-runtime", "sp-state-machine", @@ -4271,7 +4242,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "aquamarine", "array-bytes", @@ -4295,7 +4266,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -4303,8 +4274,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-tracing 16.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-tracing 16.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-trie", "sp-weights", "static_assertions", @@ -4314,7 +4285,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "Inflector", "cfg-expr", @@ -4324,17 +4295,17 @@ dependencies = [ "frame-support-procedural-tools", "itertools 0.11.0", "macro_magic", - "proc-macro-warning 1.0.2", + "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", "syn 2.0.96", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.2.0", @@ -4346,7 +4317,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "proc-macro2", "quote", @@ -4356,7 +4327,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-executive", @@ -4384,7 +4355,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support", "frame-system", @@ -4397,7 +4368,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "cfg-if", "docify", @@ -4409,7 +4380,6 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", "sp-version", "sp-weights", ] @@ -4417,7 +4387,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -4431,7 +4401,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", "parity-scale-codec", @@ -4441,7 +4411,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support", "parity-scale-codec", @@ -4507,9 +4477,9 @@ dependencies = [ [[package]] name = "futures-bounded" -version = "0.1.0" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b07bbbe7d7e78809544c6f718d875627addc73a7c3582447abc052cd3dc67e0" +checksum = "91f328e7fb845fc832912fb6a34f40cf6d1888c92f974d1893a54e97b5ff542e" dependencies = [ "futures-timer", "futures-util", @@ -4575,12 +4545,13 @@ dependencies = [ [[package]] name = "futures-rustls" -version = "0.24.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28" +checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.21.12", + "rustls 0.23.21", + "rustls-pki-types", ] [[package]] @@ -4665,8 +4636,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", + "js-sys", "libc", "wasi", + "wasm-bindgen", ] [[package]] @@ -4702,20 +4675,14 @@ dependencies = [ [[package]] name = "gimli" -version = "0.28.1" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" +checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" dependencies = [ "fallible-iterator 0.3.0", "stable_deref_trait", ] -[[package]] -name = "gimli" -version = "0.31.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" - [[package]] name = "glob" version = "0.3.2" @@ -4912,6 +4879,15 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" +[[package]] +name = "hex-conservative" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" +dependencies = [ + "arrayvec 0.7.6", +] + [[package]] name = "hex-literal" version = "0.4.1" @@ -4927,14 +4903,15 @@ dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner 0.6.1", + "enum-as-inner", "futures-channel", "futures-io", "futures-util", - "idna 1.0.3", + "idna", "ipnet", "once_cell", "rand", + "socket2", "thiserror 1.0.69", "tinyvec", "tokio", @@ -5104,7 +5081,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.8", + "socket2", "tokio", "tower-service", "tracing", @@ -5132,22 +5109,6 @@ dependencies = [ "want", ] -[[package]] -name = "hyper-rustls" -version = "0.24.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" -dependencies = [ - "futures-util", - "http 0.2.12", - "hyper 0.14.32", - "log", - "rustls 0.21.12", - "rustls-native-certs 0.6.3", - "tokio", - "tokio-rustls 0.24.1", -] - [[package]] name = "hyper-rustls" version = "0.27.5" @@ -5180,7 +5141,7 @@ dependencies = [ "http-body 1.0.1", "hyper 1.5.2", "pin-project-lite", - "socket2 0.5.8", + "socket2", "tokio", "tower-service", "tracing", @@ -5333,27 +5294,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" -[[package]] -name = "idna" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" -dependencies = [ - "matches", - "unicode-bidi", - "unicode-normalization", -] - -[[package]] -name = "idna" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" -dependencies = [ - "unicode-bidi", - "unicode-normalization", -] - [[package]] name = "idna" version = "1.0.3" @@ -5427,15 +5367,6 @@ dependencies = [ "xmltree", ] -[[package]] -name = "impl-codec" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" -dependencies = [ - "parity-scale-codec", -] - [[package]] name = "impl-codec" version = "0.7.0" @@ -5457,12 +5388,12 @@ dependencies = [ ] [[package]] -name = "impl-serde" +name = "impl-rlp" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" +checksum = "54ed8ad1f3877f7e775b8cbf30ed1bd3209a95401817f19a0eb4402d13f8cf90" dependencies = [ - "serde", + "rlp", ] [[package]] @@ -5594,7 +5525,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.5.8", + "socket2", "widestring", "windows-sys 0.48.0", "winreg", @@ -5706,85 +5637,19 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.22.5" +version = "0.24.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" +checksum = "834af00800e962dee8f7bfc0f60601de215e73e78e5497d733a2919da837d3c8" dependencies = [ - "jsonrpsee-client-transport 0.22.5", - "jsonrpsee-core 0.22.5", - "jsonrpsee-http-client 0.22.5", - "jsonrpsee-types 0.22.5", -] - -[[package]] -name = "jsonrpsee" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" -dependencies = [ - "jsonrpsee-core 0.23.2", - "jsonrpsee-types 0.23.2", - "jsonrpsee-ws-client 0.23.2", -] - -[[package]] -name = "jsonrpsee" -version = "0.24.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "834af00800e962dee8f7bfc0f60601de215e73e78e5497d733a2919da837d3c8" -dependencies = [ - "jsonrpsee-core 0.24.8", - "jsonrpsee-http-client 0.24.8", + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-http-client", "jsonrpsee-proc-macros", "jsonrpsee-server", - "jsonrpsee-types 0.24.8", - "jsonrpsee-ws-client 0.24.8", - "tokio", - "tracing", -] - -[[package]] -name = "jsonrpsee-client-transport" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4978087a58c3ab02efc5b07c5e5e2803024536106fd5506f558db172c889b3aa" -dependencies = [ - "futures-util", - "http 0.2.12", - "jsonrpsee-core 0.22.5", - "pin-project", - "rustls-native-certs 0.7.3", - "rustls-pki-types", - "soketto 0.7.1", - "thiserror 1.0.69", + "jsonrpsee-types", + "jsonrpsee-ws-client", "tokio", - "tokio-rustls 0.25.0", - "tokio-util", "tracing", - "url", -] - -[[package]] -name = "jsonrpsee-client-transport" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" -dependencies = [ - "base64 0.22.1", - "futures-util", - "http 1.2.0", - "jsonrpsee-core 0.23.2", - "pin-project", - "rustls 0.23.21", - "rustls-pki-types", - "rustls-platform-verifier", - "soketto 0.8.1", - "thiserror 1.0.69", - "tokio", - "tokio-rustls 0.26.1", - "tokio-util", - "tracing", - "url", ] [[package]] @@ -5796,12 +5661,12 @@ dependencies = [ "base64 0.22.1", "futures-util", "http 1.2.0", - "jsonrpsee-core 0.24.8", + "jsonrpsee-core", "pin-project", "rustls 0.23.21", "rustls-pki-types", "rustls-platform-verifier", - "soketto 0.8.1", + "soketto", "thiserror 1.0.69", "tokio", "tokio-rustls 0.26.1", @@ -5810,51 +5675,6 @@ dependencies = [ "url", ] -[[package]] -name = "jsonrpsee-core" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4b257e1ec385e07b0255dde0b933f948b5c8b8c28d42afda9587c3a967b896d" -dependencies = [ - "anyhow", - "async-trait", - "beef", - "futures-timer", - "futures-util", - "hyper 0.14.32", - "jsonrpsee-types 0.22.5", - "pin-project", - "rustc-hash 1.1.0", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "jsonrpsee-core" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" -dependencies = [ - "anyhow", - "async-trait", - "beef", - "futures-timer", - "futures-util", - "jsonrpsee-types 0.23.2", - "pin-project", - "rustc-hash 1.1.0", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "jsonrpsee-core" version = "0.24.8" @@ -5868,7 +5688,7 @@ dependencies = [ "http 1.2.0", "http-body 1.0.1", "http-body-util", - "jsonrpsee-types 0.24.8", + "jsonrpsee-types", "parking_lot 0.12.3", "pin-project", "rand", @@ -5881,26 +5701,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-http-client" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" -dependencies = [ - "async-trait", - "hyper 0.14.32", - "hyper-rustls 0.24.2", - "jsonrpsee-core 0.22.5", - "jsonrpsee-types 0.22.5", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tower", - "tracing", - "url", -] - [[package]] name = "jsonrpsee-http-client" version = "0.24.8" @@ -5911,10 +5711,10 @@ dependencies = [ "base64 0.22.1", "http-body 1.0.1", "hyper 1.5.2", - "hyper-rustls 0.27.5", + "hyper-rustls", "hyper-util", - "jsonrpsee-core 0.24.8", - "jsonrpsee-types 0.24.8", + "jsonrpsee-core", + "jsonrpsee-types", "rustls 0.23.21", "rustls-platform-verifier", "serde", @@ -5951,13 +5751,13 @@ dependencies = [ "http-body-util", "hyper 1.5.2", "hyper-util", - "jsonrpsee-core 0.24.8", - "jsonrpsee-types 0.24.8", + "jsonrpsee-core", + "jsonrpsee-types", "pin-project", "route-recognizer", "serde", "serde_json", - "soketto 0.8.1", + "soketto", "thiserror 1.0.69", "tokio", "tokio-stream", @@ -5966,32 +5766,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-types" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "150d6168405890a7a3231a3c74843f58b8959471f6df76078db2619ddee1d07d" -dependencies = [ - "anyhow", - "beef", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "jsonrpsee-types" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" -dependencies = [ - "beef", - "http 1.2.0", - "serde", - "serde_json", - "thiserror 1.0.69", -] - [[package]] name = "jsonrpsee-types" version = "0.24.8" @@ -6004,19 +5778,6 @@ dependencies = [ "thiserror 1.0.69", ] -[[package]] -name = "jsonrpsee-ws-client" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" -dependencies = [ - "http 1.2.0", - "jsonrpsee-client-transport 0.23.2", - "jsonrpsee-core 0.23.2", - "jsonrpsee-types 0.23.2", - "url", -] - [[package]] name = "jsonrpsee-ws-client" version = "0.24.8" @@ -6024,9 +5785,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f4f3642a292f5b76d8a16af5c88c16a0860f2ccc778104e5c848b28183d9538" dependencies = [ "http 1.2.0", - "jsonrpsee-client-transport 0.24.8", - "jsonrpsee-core 0.24.8", - "jsonrpsee-types 0.24.8", + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-types", "url", ] @@ -6055,11 +5816,11 @@ dependencies = [ [[package]] name = "keccak-hash" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b286e6b663fb926e1eeb68528e69cb70ed46c6d65871a21b2215ae8154c6d3c" +checksum = "3e1b8590eb6148af2ea2d75f38e7d29f5ca970d5a4df456b3ef19b8b415d0264" dependencies = [ - "primitive-types 0.12.2", + "primitive-types", "tiny-keccak", ] @@ -6144,16 +5905,15 @@ checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "libp2p" -version = "0.52.4" +version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94495eb319a85b70a68b85e2389a95bb3555c71c49025b78c691a854a7e6464" +checksum = "bbbe80f9c7e00526cd6b838075b9c171919404a4732cb2fa8ece0a093223bfc4" dependencies = [ "bytes", "either", "futures", "futures-timer", "getrandom", - "instant", "libp2p-allow-block-list", "libp2p-connection-limits", "libp2p-core", @@ -6170,7 +5930,6 @@ dependencies = [ "libp2p-swarm", "libp2p-tcp", "libp2p-upnp", - "libp2p-wasm-ext", "libp2p-websocket", "libp2p-yamux", "multiaddr 0.18.2", @@ -6181,9 +5940,9 @@ dependencies = [ [[package]] name = "libp2p-allow-block-list" -version = "0.2.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55b46558c5c0bf99d3e2a1a38fd54ff5476ca66dd1737b12466a1824dd219311" +checksum = "d1027ccf8d70320ed77e984f273bc8ce952f623762cb9bf2d126df73caef8041" dependencies = [ "libp2p-core", "libp2p-identity", @@ -6193,9 +5952,9 @@ dependencies = [ [[package]] name = "libp2p-connection-limits" -version = "0.2.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f5107ad45cb20b2f6c3628c7b6014b996fcb13a88053f4569c872c6e30abf58" +checksum = "8d003540ee8baef0d254f7b6bfd79bac3ddf774662ca0abf69186d517ef82ad8" dependencies = [ "libp2p-core", "libp2p-identity", @@ -6205,17 +5964,15 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.40.1" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd44289ab25e4c9230d9246c475a22241e301b23e8f4061d3bdef304a1a99713" +checksum = "a61f26c83ed111104cd820fe9bc3aaabbac5f1652a1d213ed6e900b7918a1298" dependencies = [ "either", "fnv", "futures", "futures-timer", - "instant", "libp2p-identity", - "log", "multiaddr 0.18.2", "multihash 0.19.3", "multistream-select", @@ -6227,33 +5984,35 @@ dependencies = [ "rw-stream-sink", "smallvec", "thiserror 1.0.69", - "unsigned-varint 0.7.2", + "tracing", + "unsigned-varint 0.8.0", "void", + "web-time", ] [[package]] name = "libp2p-dns" -version = "0.40.1" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a18db73084b4da2871438f6239fef35190b05023de7656e877c18a00541a3b" +checksum = "97f37f30d5c7275db282ecd86e54f29dd2176bd3ac656f06abf43bedb21eb8bd" dependencies = [ "async-trait", "futures", + "hickory-resolver", "libp2p-core", "libp2p-identity", - "log", "parking_lot 0.12.3", "smallvec", - "trust-dns-resolver", + "tracing", ] [[package]] name = "libp2p-identify" -version = "0.43.1" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45a96638a0a176bec0a4bcaebc1afa8cf909b114477209d7456ade52c61cd9cd" +checksum = "1711b004a273be4f30202778856368683bd9a83c4c7dcc8f848847606831a4e3" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.7.0", "either", "futures", "futures-bounded", @@ -6261,12 +6020,12 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", "lru", "quick-protobuf", "quick-protobuf-codec", "smallvec", "thiserror 1.0.69", + "tracing", "void", ] @@ -6290,83 +6049,84 @@ dependencies = [ [[package]] name = "libp2p-kad" -version = "0.44.6" +version = "0.46.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" +checksum = "ced237d0bd84bbebb7c2cad4c073160dacb4fe40534963c32ed6d4c6bb7702a3" dependencies = [ "arrayvec 0.7.6", - "asynchronous-codec", + "asynchronous-codec 0.7.0", "bytes", "either", "fnv", "futures", + "futures-bounded", "futures-timer", - "instant", "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", "quick-protobuf", "quick-protobuf-codec", "rand", "sha2 0.10.8", "smallvec", "thiserror 1.0.69", + "tracing", "uint 0.9.5", - "unsigned-varint 0.7.2", "void", + "web-time", ] [[package]] name = "libp2p-mdns" -version = "0.44.0" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42a2567c305232f5ef54185e9604579a894fd0674819402bb0ac0246da82f52a" +checksum = "14b8546b6644032565eb29046b42744aee1e9f261ed99671b2c93fb140dba417" dependencies = [ "data-encoding", "futures", + "hickory-proto", "if-watch", "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", "rand", "smallvec", - "socket2 0.5.8", + "socket2", "tokio", - "trust-dns-proto 0.22.0", + "tracing", "void", ] [[package]] name = "libp2p-metrics" -version = "0.13.1" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "239ba7d28f8d0b5d77760dc6619c05c7e88e74ec8fbbe97f856f20a56745e620" +checksum = "77ebafa94a717c8442d8db8d3ae5d1c6a15e30f2d347e0cd31d057ca72e42566" dependencies = [ - "instant", + "futures", "libp2p-core", "libp2p-identify", "libp2p-identity", "libp2p-kad", "libp2p-ping", "libp2p-swarm", - "once_cell", + "pin-project", "prometheus-client", + "web-time", ] [[package]] name = "libp2p-noise" -version = "0.43.2" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2eeec39ad3ad0677551907dd304b2f13f17208ccebe333bef194076cd2e8921" +checksum = "36b137cb1ae86ee39f8e5d6245a296518912014eaa87427d24e6ff58cfc1b28c" dependencies = [ + "asynchronous-codec 0.7.0", "bytes", "curve25519-dalek", "futures", "libp2p-core", "libp2p-identity", - "log", "multiaddr 0.18.2", "multihash 0.19.3", "once_cell", @@ -6376,33 +6136,34 @@ dependencies = [ "snow", "static_assertions", "thiserror 1.0.69", + "tracing", "x25519-dalek", "zeroize", ] [[package]] name = "libp2p-ping" -version = "0.43.1" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e702d75cd0827dfa15f8fd92d15b9932abe38d10d21f47c50438c71dd1b5dae3" +checksum = "005a34420359223b974ee344457095f027e51346e992d1e0dcd35173f4cdd422" dependencies = [ "either", "futures", "futures-timer", - "instant", "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", "rand", + "tracing", "void", + "web-time", ] [[package]] name = "libp2p-quic" -version = "0.9.3" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "130d451d83f21b81eb7b35b360bc7972aeafb15177784adc56528db082e6b927" +checksum = "46352ac5cd040c70e88e7ff8257a2ae2f891a4076abad2c439584a31c15fd24e" dependencies = [ "bytes", "futures", @@ -6411,66 +6172,68 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-tls", - "log", "parking_lot 0.12.3", "quinn", "rand", - "ring 0.16.20", - "rustls 0.21.12", - "socket2 0.5.8", + "ring 0.17.8", + "rustls 0.23.21", + "socket2", "thiserror 1.0.69", "tokio", + "tracing", ] [[package]] name = "libp2p-request-response" -version = "0.25.3" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8e3b4d67870478db72bac87bfc260ee6641d0734e0e3e275798f089c3fecfd4" +checksum = "1356c9e376a94a75ae830c42cdaea3d4fe1290ba409a22c809033d1b7dcab0a6" dependencies = [ "async-trait", "futures", - "instant", + "futures-bounded", + "futures-timer", "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", "rand", "smallvec", + "tracing", "void", + "web-time", ] [[package]] name = "libp2p-swarm" -version = "0.43.7" +version = "0.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "580189e0074af847df90e75ef54f3f30059aedda37ea5a1659e8b9fca05c0141" +checksum = "d7dd6741793d2c1fb2088f67f82cf07261f25272ebe3c0b0c311e0c6b50e851a" dependencies = [ "either", "fnv", "futures", "futures-timer", - "instant", "libp2p-core", "libp2p-identity", "libp2p-swarm-derive", - "log", + "lru", "multistream-select", "once_cell", "rand", "smallvec", "tokio", + "tracing", "void", + "web-time", ] [[package]] name = "libp2p-swarm-derive" -version = "0.33.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4d5ec2a3df00c7836d7696c136274c9c59705bac69133253696a6c932cd1d74" +checksum = "206e0aa0ebe004d778d79fb0966aa0de996c19894e2c0605ba2f8524dd4443d8" dependencies = [ - "heck 0.4.1", - "proc-macro-warning 0.4.2", + "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.96", @@ -6478,9 +6241,9 @@ dependencies = [ [[package]] name = "libp2p-tcp" -version = "0.40.1" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b558dd40d1bcd1aaaed9de898e9ec6a436019ecc2420dd0016e712fbb61c5508" +checksum = "ad964f312c59dcfcac840acd8c555de8403e295d39edf96f5240048b5fcaa314" dependencies = [ "futures", "futures-timer", @@ -6488,92 +6251,80 @@ dependencies = [ "libc", "libp2p-core", "libp2p-identity", - "log", - "socket2 0.5.8", + "socket2", "tokio", + "tracing", ] [[package]] name = "libp2p-tls" -version = "0.2.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8218d1d5482b122ccae396bbf38abdcb283ecc96fa54760e1dfd251f0546ac61" +checksum = "47b23dddc2b9c355f73c1e36eb0c3ae86f7dc964a3715f0731cfad352db4d847" dependencies = [ "futures", "futures-rustls", "libp2p-core", "libp2p-identity", - "rcgen", - "ring 0.16.20", - "rustls 0.21.12", + "rcgen 0.11.3", + "ring 0.17.8", + "rustls 0.23.21", "rustls-webpki 0.101.7", "thiserror 1.0.69", - "x509-parser 0.15.1", + "x509-parser", "yasna", ] [[package]] name = "libp2p-upnp" -version = "0.1.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82775a47b34f10f787ad3e2a22e2c1541e6ebef4fe9f28f3ac553921554c94c1" +checksum = "01bf2d1b772bd3abca049214a3304615e6a36fa6ffc742bdd1ba774486200b8f" dependencies = [ "futures", "futures-timer", "igd-next", "libp2p-core", "libp2p-swarm", - "log", "tokio", + "tracing", "void", ] -[[package]] -name = "libp2p-wasm-ext" -version = "0.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e5d8e3a9e07da0ef5b55a9f26c009c8fb3c725d492d8bb4b431715786eea79c" -dependencies = [ - "futures", - "js-sys", - "libp2p-core", - "send_wrapper", - "wasm-bindgen", - "wasm-bindgen-futures", -] - [[package]] name = "libp2p-websocket" -version = "0.42.2" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "004ee9c4a4631435169aee6aad2f62e3984dc031c43b6d29731e8e82a016c538" +checksum = "888b2ff2e5d8dcef97283daab35ad1043d18952b65e05279eecbe02af4c6e347" dependencies = [ "either", "futures", "futures-rustls", "libp2p-core", "libp2p-identity", - "log", "parking_lot 0.12.3", "pin-project-lite", "rw-stream-sink", - "soketto 0.8.1", + "soketto", "thiserror 1.0.69", + "tracing", "url", "webpki-roots 0.25.4", ] [[package]] name = "libp2p-yamux" -version = "0.44.1" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eedcb62824c4300efb9cfd4e2a6edaf3ca097b9e68b36dabe45a44469fd6a85" +checksum = "788b61c80789dba9760d8c669a5bedb642c8267555c803fabd8396e4ca5c5882" dependencies = [ + "either", "futures", "libp2p-core", - "log", "thiserror 1.0.69", - "yamux", + "tracing", + "yamux 0.12.1", + "yamux 0.13.4", ] [[package]] @@ -6726,9 +6477,9 @@ checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "litep2p" -version = "0.8.4" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0fef34af8847e816003bf7fdeac5ea50b9a7a88441ac927a6166b5e812ab79" +checksum = "6ca6ee50a125dc4fc4e9a3ae3640010796d1d07bc517a0ac715fdf0b24a0b6ac" dependencies = [ "async-trait", "bs58", @@ -6751,7 +6502,7 @@ dependencies = [ "prost 0.12.6", "prost-build", "rand", - "rcgen", + "rcgen 0.10.0", "ring 0.16.20", "rustls 0.20.9", "serde", @@ -6759,7 +6510,7 @@ dependencies = [ "simple-dns", "smallvec", "snow", - "socket2 0.5.8", + "socket2", "static_assertions", "thiserror 1.0.69", "tokio", @@ -6771,7 +6522,7 @@ dependencies = [ "unsigned-varint 0.8.0", "url", "x25519-dalek", - "x509-parser 0.16.0", + "x509-parser", "yasna", "zeroize", ] @@ -6907,12 +6658,6 @@ dependencies = [ "regex-automata 0.1.10", ] -[[package]] -name = "matches" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" - [[package]] name = "matrixmultiply" version = "0.3.9" @@ -6984,7 +6729,7 @@ dependencies = [ "blake3", "frame-metadata 18.0.0", "parity-scale-codec", - "scale-decode", + "scale-decode 0.13.1", "scale-info", ] @@ -7054,7 +6799,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "29.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "futures", "log", @@ -7073,9 +6818,9 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "jsonrpsee 0.24.8", + "jsonrpsee", "parity-scale-codec", "serde", "sp-api", @@ -7400,13 +7145,13 @@ dependencies = [ [[package]] name = "nix" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ "bitflags 2.8.0", "cfg-if", - "cfg_aliases 0.1.1", + "cfg_aliases 0.2.1", "libc", ] @@ -7416,12 +7161,6 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" -[[package]] -name = "no-std-net" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" - [[package]] name = "nodrop" version = "0.1.14" @@ -7576,15 +7315,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "object" -version = "0.32.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" -dependencies = [ - "memchr", -] - [[package]] name = "object" version = "0.36.7" @@ -7594,22 +7324,13 @@ dependencies = [ "memchr", ] -[[package]] -name = "oid-registry" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" -dependencies = [ - "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", + "asn1-rs", ] [[package]] @@ -7704,13 +7425,13 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "pallet-asset-conversion" version = "10.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7728,7 +7449,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.1.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7746,7 +7467,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "10.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7761,7 +7482,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "7.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7775,7 +7496,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7792,7 +7513,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "29.1.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7808,16 +7529,13 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.1.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", "log", "pallet-assets", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-runtime", ] [[package]] @@ -7830,27 +7548,23 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "pallet-atomic-swap" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "frame-support", - "frame-system", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", ] [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support", "frame-system", @@ -7865,7 +7579,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support", "frame-system", @@ -7878,7 +7592,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7901,7 +7615,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "27.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "aquamarine", "docify", @@ -7916,13 +7630,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-tracing 16.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", "frame-benchmarking", @@ -7931,13 +7645,14 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", + "sp-core", "sp-runtime", ] [[package]] name = "pallet-beefy" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support", "frame-system", @@ -7956,7 +7671,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -7995,13 +7710,13 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", "frame-benchmarking", @@ -8040,7 +7755,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "27.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "bitflags 1.3.2", "environmental", @@ -8063,17 +7778,16 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", "staging-xcm", "staging-xcm-builder", "wasm-instrument", - "wasmi 0.32.3", + "wasmi", ] [[package]] name = "pallet-contracts-proc-macro" version = "18.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "proc-macro2", "quote", @@ -8083,7 +7797,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "5.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -8105,7 +7819,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] @@ -8122,7 +7836,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] @@ -8137,7 +7851,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] @@ -8149,7 +7863,7 @@ dependencies = [ "pallet-session", "parity-scale-codec", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] @@ -8170,7 +7884,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] @@ -8185,13 +7899,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "pallet-delegated-staking" version = "1.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support", "frame-system", @@ -8222,7 +7936,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] @@ -8239,7 +7953,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] @@ -8252,13 +7966,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "pallet-election-provider-multi-phase" version = "27.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8280,7 +7994,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "27.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8312,13 +8026,13 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", "frame-benchmarking", @@ -8336,7 +8050,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -8358,7 +8072,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "29.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "enumflags2", "frame-benchmarking", @@ -8374,7 +8088,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -8393,7 +8107,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -8402,27 +8116,24 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-keyring", "sp-runtime", ] [[package]] name = "pallet-insecure-randomness-collective-flip" version = "16.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "frame-support", - "frame-system", "parity-scale-codec", + "polkadot-sdk-frame", "safe-mix", "scale-info", - "sp-runtime", ] [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -8438,7 +8149,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "31.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "environmental", "frame-benchmarking", @@ -8473,13 +8184,13 @@ dependencies = [ "sp-keyring", "sp-keystore", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "pallet-migrations" version = "1.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "cfg-if", "docify", @@ -8497,24 +8208,19 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "27.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", "log", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-core", - "sp-io", "sp-mmr-primitives", - "sp-runtime", ] [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "log", "parity-scale-codec", @@ -8539,7 +8245,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] @@ -8557,7 +8263,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-weights", ] @@ -8579,13 +8285,13 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "pallet-nft-fractionalization" version = "10.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -8601,7 +8307,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "22.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "enumflags2", "frame-benchmarking", @@ -8618,9 +8324,8 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "14.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "pallet-nfts", "parity-scale-codec", "sp-api", ] @@ -8628,7 +8333,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "25.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support", "frame-system", @@ -8640,13 +8345,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-tracing 16.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-tracing 16.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "26.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8659,14 +8364,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-staking", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "23.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -8676,12 +8381,11 @@ dependencies = [ [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support", "frame-system", "log", - "pallet-balances", "parity-scale-codec", "scale-info", "serde", @@ -8692,7 +8396,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8715,10 +8419,9 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.6.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", - "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", @@ -8732,7 +8435,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -8748,7 +8451,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -8773,31 +8476,101 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-keystore", + "sp-keystore", + "sp-runtime", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", +] + +[[package]] +name = "pallet-remark" +version = "28.0.0" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", +] + +[[package]] +name = "pallet-revive" +version = "0.1.0" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" +dependencies = [ + "derive_more 0.99.18", + "environmental", + "ethabi-decode", + "ethereum-types", + "frame-benchmarking", + "frame-support", + "frame-system", + "hex", + "impl-trait-for-tuples", + "log", + "pallet-revive-fixtures", + "pallet-revive-proc-macro", + "pallet-revive-uapi", + "pallet-transaction-payment", + "parity-scale-codec", + "paste", + "polkavm 0.19.0", + "rlp", + "scale-info", + "serde", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "staging-xcm", + "staging-xcm-builder", + "subxt-signer", ] [[package]] -name = "pallet-remark" -version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +name = "pallet-revive-fixtures" +version = "0.1.0" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", + "anyhow", + "polkavm-linker 0.19.0", "sp-core", "sp-io", - "sp-runtime", + "toml 0.8.19", +] + +[[package]] +name = "pallet-revive-proc-macro" +version = "0.1.0" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.96", +] + +[[package]] +name = "pallet-revive-uapi" +version = "0.1.0" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" +dependencies = [ + "bitflags 1.3.2", + "pallet-revive-proc-macro", + "parity-scale-codec", + "paste", + "polkavm-derive 0.19.0", + "scale-info", ] [[package]] name = "pallet-root-offences" version = "25.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support", "frame-system", @@ -8812,7 +8585,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "4.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support", "frame-system", @@ -8831,13 +8604,13 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "pallet-safe-mode" version = "9.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", "frame-benchmarking", @@ -8855,7 +8628,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", "frame-benchmarking", @@ -8887,7 +8660,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] @@ -8907,13 +8680,13 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support", "frame-system", @@ -8934,7 +8707,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -8950,7 +8723,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8972,7 +8745,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "11.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -8983,7 +8756,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "14.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "sp-api", @@ -8993,7 +8766,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "29.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -9009,7 +8782,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "10.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support", "frame-system", @@ -9026,7 +8799,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", "frame-benchmarking", @@ -9041,7 +8814,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", "frame-benchmarking", @@ -9053,14 +8826,14 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-timestamp", ] [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -9076,9 +8849,9 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "30.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "jsonrpsee 0.24.8", + "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", "sp-api", @@ -9092,7 +8865,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -9111,14 +8884,14 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-weights", ] [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", "frame-benchmarking", @@ -9137,7 +8910,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "9.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", "frame-benchmarking", @@ -9154,7 +8927,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -9169,7 +8942,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "1.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-benchmarking", "frame-support", @@ -9188,7 +8961,7 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ - "bitcoin_hashes", + "bitcoin_hashes 0.13.0", "rand", "rand_core", "serde", @@ -9333,6 +9106,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" dependencies = [ "digest 0.10.7", + "hmac 0.12.1", "password-hash", ] @@ -9351,6 +9125,16 @@ dependencies = [ "base64 0.13.1", ] +[[package]] +name = "pem" +version = "3.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" +dependencies = [ + "base64 0.22.1", + "serde", +] + [[package]] name = "percent-encoding" version = "2.3.1" @@ -9507,9 +9291,9 @@ dependencies = [ [[package]] name = "polkadot-ckb-merkle-mountain-range" -version = "0.7.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4b44320e5f7ce2c18227537a3032ae5b2c476a7e8eddba45333e1011fc31b92" +checksum = "221c71b432b38e494a0fdedb5f720e4cb974edf03a0af09e5b2238dbac7e6947" dependencies = [ "cfg-if", "itertools 0.10.5", @@ -9518,7 +9302,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "scale-info", @@ -9529,7 +9313,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "7.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "bs58", "futures", @@ -9548,7 +9332,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "7.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -9573,7 +9357,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "7.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "bitvec", "bounded-vec", @@ -9599,7 +9383,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "7.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "bitvec", @@ -9628,7 +9412,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "7.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "futures", @@ -9650,7 +9434,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "bounded-collections", "derive_more 0.99.18", @@ -9666,7 +9450,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "bitvec", "hex-literal", @@ -9687,14 +9471,23 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "thiserror 1.0.69", ] +[[package]] +name = "polkadot-sdk" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb819108697967452fa6d8d96ab4c0d48cbaa423b3156499dcb24f1cf95d6775" +dependencies = [ + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "polkadot-sdk-frame" version = "0.1.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", "frame-benchmarking", @@ -9720,7 +9513,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-transaction-pool", "sp-version", ] @@ -9728,7 +9521,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "7.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -9738,31 +9531,44 @@ dependencies = [ [[package]] name = "polkavm" -version = "0.9.3" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd044ab1d3b11567ab6b98ca71259a992b4034220d5972988a0e96518e5d343d" +dependencies = [ + "libc", + "log", + "polkavm-assembler 0.18.0", + "polkavm-common 0.18.0", + "polkavm-linux-raw 0.18.0", +] + +[[package]] +name = "polkavm" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94" +checksum = "8379bb48ff026aa8ae0645ea45f27920bfd21c82b2e82ed914224bb233d59f83" dependencies = [ "libc", "log", - "polkavm-assembler", - "polkavm-common 0.9.0", - "polkavm-linux-raw", + "polkavm-assembler 0.19.0", + "polkavm-common 0.19.0", + "polkavm-linux-raw 0.19.0", ] [[package]] name = "polkavm-assembler" -version = "0.9.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1" +checksum = "eaad38dc420bfed79e6f731471c973ce5ff5e47ab403e63cf40358fef8a6368f" dependencies = [ "log", ] [[package]] -name = "polkavm-common" -version = "0.9.0" +name = "polkavm-assembler" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92" +checksum = "57513b596cf0bafb052dab48e9c168f473c35f7522e17f70cc9f96603012d9b7" dependencies = [ "log", ] @@ -9772,14 +9578,19 @@ name = "polkavm-common" version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "31ff33982a807d8567645d4784b9b5d7ab87bcb494f534a57cadd9012688e102" +dependencies = [ + "log", + "polkavm-assembler 0.18.0", +] [[package]] -name = "polkavm-derive" -version = "0.9.1" +name = "polkavm-common" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" +checksum = "a972bd305ba8cbf0de79951d6d49d2abfad47c277596be5a2c6a0924a163abbd" dependencies = [ - "polkavm-derive-impl-macro 0.9.0", + "log", + "polkavm-assembler 0.19.0", ] [[package]] @@ -9792,15 +9603,12 @@ dependencies = [ ] [[package]] -name = "polkavm-derive-impl" -version = "0.9.0" +name = "polkavm-derive" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" +checksum = "d8d866972a7532d82d05c26b4516563660dd6676d7ab9e64e681d8ef0e29255c" dependencies = [ - "polkavm-common 0.9.0", - "proc-macro2", - "quote", - "syn 2.0.96", + "polkavm-derive-impl-macro 0.19.0", ] [[package]] @@ -9816,12 +9624,14 @@ dependencies = [ ] [[package]] -name = "polkavm-derive-impl-macro" -version = "0.9.0" +name = "polkavm-derive-impl" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +checksum = "5cffca9d51b21153395a192b65698457687bc51daa41026629895542ccaa65c2" dependencies = [ - "polkavm-derive-impl 0.9.0", + "polkavm-common 0.19.0", + "proc-macro2", + "quote", "syn 2.0.96", ] @@ -9835,26 +9645,59 @@ dependencies = [ "syn 2.0.96", ] +[[package]] +name = "polkavm-derive-impl-macro" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc0dc0cf2e8f4d30874131eccfa36bdabd4a52cfb79c15f8630508abaf06a2a6" +dependencies = [ + "polkavm-derive-impl 0.19.0", + "syn 2.0.96", +] + [[package]] name = "polkavm-linker" -version = "0.9.2" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9bfe793b094d9ea5c99b7c43ba46e277b0f8f48f4bbfdbabf8d3ebf701a4bd3" +dependencies = [ + "dirs", + "gimli 0.31.1", + "hashbrown 0.14.5", + "log", + "object 0.36.7", + "polkavm-common 0.18.0", + "regalloc2 0.9.3", + "rustc-demangle", +] + +[[package]] +name = "polkavm-linker" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" +checksum = "caec2308f1328b5a667da45322c04fad7ff97ad8b36817d18c7635ea4dd6c6f4" dependencies = [ - "gimli 0.28.1", + "dirs", + "gimli 0.31.1", "hashbrown 0.14.5", "log", - "object 0.32.2", - "polkavm-common 0.9.0", + "object 0.36.7", + "polkavm-common 0.19.0", "regalloc2 0.9.3", "rustc-demangle", ] [[package]] name = "polkavm-linux-raw" -version = "0.9.0" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23eff02c070c70f31878a3d915e88a914ecf3e153741e2fb572dde28cce20fde" + +[[package]] +name = "polkavm-linux-raw" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" +checksum = "136ae072ab6fa38e584a06d12b1b216cff19f54d5cd202a8f8c5ec2e92e7e4bb" [[package]] name = "polling" @@ -9976,19 +9819,6 @@ dependencies = [ "syn 2.0.96", ] -[[package]] -name = "primitive-types" -version = "0.12.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" -dependencies = [ - "fixed-hash", - "impl-codec 0.6.0", - "impl-serde 0.4.0", - "scale-info", - "uint 0.9.5", -] - [[package]] name = "primitive-types" version = "0.13.1" @@ -9996,9 +9826,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d15600a7d856470b7d278b3fe0e311fe28c2526348549f8ef2ff7db3299c87f5" dependencies = [ "fixed-hash", - "impl-codec 0.7.0", + "impl-codec", "impl-num-traits", - "impl-serde 0.5.0", + "impl-rlp", + "impl-serde", "scale-info", "uint 0.10.0", ] @@ -10063,11 +9894,22 @@ dependencies = [ ] [[package]] -name = "proc-macro-warning" -version = "0.4.2" +name = "proc-macro-error-attr2" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" +dependencies = [ + "proc-macro2", + "quote", +] + +[[package]] +name = "proc-macro-error2" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" +checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" dependencies = [ + "proc-macro-error-attr2", "proc-macro2", "quote", "syn 2.0.96", @@ -10109,9 +9951,9 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.21.2" +version = "0.22.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c99afa9a01501019ac3a14d71d9f94050346f55ca471ce90c799a15c58f61e2" +checksum = "504ee9ff529add891127c4827eb481bd69dc0ebc72e9a682e187db4caa60c3ca" dependencies = [ "dtoa", "itoa", @@ -10262,63 +10104,68 @@ dependencies = [ [[package]] name = "quick-protobuf-codec" -version = "0.2.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ededb1cd78531627244d51dd0c7139fbe736c7d57af0092a76f0ffb2f56e98" +checksum = "15a0580ab32b169745d7a39db2ba969226ca16738931be152a3209b409de2474" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.7.0", "bytes", "quick-protobuf", "thiserror 1.0.69", - "unsigned-varint 0.7.2", + "unsigned-varint 0.8.0", ] [[package]] name = "quinn" -version = "0.10.2" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75" +checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" dependencies = [ "bytes", "futures-io", "pin-project-lite", "quinn-proto", "quinn-udp", - "rustc-hash 1.1.0", - "rustls 0.21.12", - "thiserror 1.0.69", + "rustc-hash 2.1.0", + "rustls 0.23.21", + "socket2", + "thiserror 2.0.11", "tokio", "tracing", ] [[package]] name = "quinn-proto" -version = "0.10.6" +version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "141bf7dfde2fbc246bfd3fe12f2455aa24b0fbd9af535d8c86c7bd1381ff2b1a" +checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" dependencies = [ "bytes", + "getrandom", "rand", - "ring 0.16.20", - "rustc-hash 1.1.0", - "rustls 0.21.12", + "ring 0.17.8", + "rustc-hash 2.1.0", + "rustls 0.23.21", + "rustls-pki-types", "slab", - "thiserror 1.0.69", + "thiserror 2.0.11", "tinyvec", "tracing", + "web-time", ] [[package]] name = "quinn-udp" -version = "0.4.1" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "055b4e778e8feb9f93c4e439f71dc2156ef13360b432b799e179a8c4cdf0b1d7" +checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904" dependencies = [ - "bytes", + "cfg_aliases 0.2.1", "libc", - "socket2 0.5.8", + "once_cell", + "socket2", "tracing", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -10435,26 +10282,22 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" dependencies = [ - "pem", + "pem 1.1.1", "ring 0.16.20", "time", "yasna", ] [[package]] -name = "reconnecting-jsonrpsee-ws-client" -version = "0.4.3" +name = "rcgen" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06fa4f17e09edfc3131636082faaec633c7baa269396b4004040bc6c52f49f65" +checksum = "52c4f3084aa3bc7dfbba4eff4fab2a54db4324965d8872ab933565e6fbd83bc6" dependencies = [ - "cfg_aliases 0.2.1", - "finito", - "futures", - "jsonrpsee 0.23.2", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tracing", + "pem 3.0.4", + "ring 0.16.20", + "time", + "yasna", ] [[package]] @@ -10651,6 +10494,16 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "rlp" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa24e92bb2a83198bb76d661a71df9f7076b8c420b8696e4d3d97d50d94479e3" +dependencies = [ + "bytes", + "rustc-hex", +] + [[package]] name = "rocksdb" version = "0.21.0" @@ -10807,20 +10660,6 @@ dependencies = [ "sct", ] -[[package]] -name = "rustls" -version = "0.22.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" -dependencies = [ - "log", - "ring 0.17.8", - "rustls-pki-types", - "rustls-webpki 0.102.8", - "subtle 2.6.1", - "zeroize", -] - [[package]] name = "rustls" version = "0.23.21" @@ -10896,6 +10735,9 @@ name = "rustls-pki-types" version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" +dependencies = [ + "web-time", +] [[package]] name = "rustls-platform-verifier" @@ -10953,13 +10795,12 @@ checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" [[package]] name = "ruzstd" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" +checksum = "5174a470eeb535a721ae9fdd6e291c2411a906b96592182d05217591d5c5cf7b" dependencies = [ "byteorder", "derive_more 0.99.18", - "twox-hash", ] [[package]] @@ -10997,6 +10838,15 @@ dependencies = [ "bytemuck", ] +[[package]] +name = "salsa20" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" +dependencies = [ + "cipher 0.4.4", +] + [[package]] name = "same-file" version = "1.0.6" @@ -11009,24 +10859,23 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "thiserror 1.0.69", ] [[package]] name = "sc-authority-discovery" version = "0.34.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "futures", "futures-timer", "ip_network", - "libp2p", "linked_hash_set", "log", "multihash 0.19.3", @@ -11050,7 +10899,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.34.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "futures", "futures-timer", @@ -11072,7 +10921,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.33.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "sp-api", @@ -11087,7 +10936,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "docify", @@ -11103,18 +10952,18 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-genesis-builder", "sp-io", "sp-runtime", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-tracing 16.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -11125,7 +10974,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.36.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "chrono", @@ -11167,7 +11016,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "fnv", "futures", @@ -11182,11 +11031,11 @@ dependencies = [ "sp-consensus", "sp-core", "sp-database", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-runtime", "sp-state-machine", "sp-statement-store", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-trie", "substrate-prometheus-endpoint", ] @@ -11194,7 +11043,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.35.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "hash-db", "kvdb", @@ -11220,7 +11069,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "futures", @@ -11244,7 +11093,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.34.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "fork-tree", @@ -11269,7 +11118,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-inherents", "sp-keystore", "sp-runtime", @@ -11280,10 +11129,10 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.34.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "futures", - "jsonrpsee 0.24.8", + "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", "sc-rpc-api", @@ -11302,7 +11151,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -11326,7 +11175,7 @@ dependencies = [ "sp-consensus", "sp-consensus-beefy", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -11338,10 +11187,10 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "13.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "futures", - "jsonrpsee 0.24.8", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.3", @@ -11358,7 +11207,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.33.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11371,7 +11220,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.19.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "ahash", "array-bytes", @@ -11405,7 +11254,7 @@ dependencies = [ "sp-consensus", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -11415,11 +11264,11 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.19.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "finality-grandpa", "futures", - "jsonrpsee 0.24.8", + "jsonrpsee", "log", "parity-scale-codec", "sc-client-api", @@ -11435,7 +11284,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.33.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "futures", @@ -11458,7 +11307,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -11468,25 +11317,25 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "polkavm", + "polkavm 0.18.0", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "thiserror 1.0.69", "wasm-instrument", ] @@ -11494,18 +11343,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "log", - "polkavm", + "polkavm 0.18.0", "sc-executor-common", - "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "anyhow", "cfg-if", @@ -11515,15 +11364,15 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "wasmtime", ] [[package]] name = "sc-informant" version = "0.33.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "console", "futures", @@ -11540,7 +11389,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "25.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -11554,7 +11403,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -11583,12 +11432,12 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "async-channel 1.9.0", "async-trait", - "asynchronous-codec", + "asynchronous-codec 0.6.2", "bytes", "cid 0.9.0", "either", @@ -11634,25 +11483,19 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "async-trait", "bitflags 1.3.2", "futures", - "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus", - "sc-network-types", - "sp-consensus", - "sp-consensus-grandpa", "sp-runtime", ] [[package]] name = "sc-network-gossip" version = "0.34.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "ahash", "futures", @@ -11671,7 +11514,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.33.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -11692,7 +11535,7 @@ dependencies = [ [[package]] name = "sc-network-statement" version = "0.16.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -11712,7 +11555,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.33.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -11748,7 +11591,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.33.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "futures", @@ -11767,11 +11610,13 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.10.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "bs58", + "bytes", "ed25519-dalek", "libp2p-identity", + "libp2p-kad", "litep2p", "log", "multiaddr 0.18.2", @@ -11784,7 +11629,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "29.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "bytes", @@ -11793,7 +11638,7 @@ dependencies = [ "futures-timer", "http-body-util", "hyper 1.5.2", - "hyper-rustls 0.27.5", + "hyper-rustls", "hyper-util", "log", "num_cpus", @@ -11810,7 +11655,7 @@ dependencies = [ "sc-utils", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-keystore", "sp-offchain", "sp-runtime", @@ -11821,7 +11666,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.17.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11830,10 +11675,10 @@ dependencies = [ [[package]] name = "sc-rpc" version = "29.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "futures", - "jsonrpsee 0.24.8", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.3", @@ -11862,9 +11707,9 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "jsonrpsee 0.24.8", + "jsonrpsee", "parity-scale-codec", "sc-chain-spec", "sc-mixnet", @@ -11882,7 +11727,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "11.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -11892,7 +11737,7 @@ dependencies = [ "http-body-util", "hyper 1.5.2", "ip_network", - "jsonrpsee 0.24.8", + "jsonrpsee", "log", "sc-rpc-api", "serde", @@ -11906,14 +11751,14 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.34.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "futures", "futures-util", "hex", "itertools 0.11.0", - "jsonrpsee 0.24.8", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.3", @@ -11935,17 +11780,32 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-runtime-utilities" +version = "0.1.0" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" +dependencies = [ + "parity-scale-codec", + "sc-executor", + "sc-executor-common", + "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-state-machine", + "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "thiserror 1.0.69", +] + [[package]] name = "sc-service" version = "0.35.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "directories", "exit-future", "futures", "futures-timer", - "jsonrpsee 0.24.8", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.3", @@ -11980,12 +11840,12 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-keystore", "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -12002,7 +11862,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.30.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "log", "parity-scale-codec", @@ -12013,7 +11873,7 @@ dependencies = [ [[package]] name = "sc-statement-store" version = "10.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "log", "parity-db", @@ -12032,7 +11892,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.16.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "clap", "fs4", @@ -12045,9 +11905,9 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.34.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "jsonrpsee 0.24.8", + "jsonrpsee", "parity-scale-codec", "sc-chain-spec", "sc-client-api", @@ -12064,7 +11924,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "27.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "derive_more 0.99.18", "futures", @@ -12077,15 +11937,14 @@ dependencies = [ "serde", "serde_json", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-io", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", ] [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "chrono", "futures", @@ -12094,7 +11953,6 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand", - "sc-network", "sc-utils", "serde", "serde_json", @@ -12105,7 +11963,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "chrono", "console", @@ -12123,7 +11981,7 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-tracing 16.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "thiserror 1.0.69", "tracing", "tracing-log", @@ -12133,7 +11991,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -12144,7 +12002,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "futures", @@ -12162,9 +12020,9 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-tracing 16.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror 1.0.69", @@ -12175,7 +12033,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "futures", @@ -12191,7 +12049,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-channel 1.9.0", "futures", @@ -12216,13 +12074,26 @@ dependencies = [ [[package]] name = "scale-decode" -version = "0.13.1" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" +dependencies = [ + "derive_more 0.99.18", + "parity-scale-codec", + "scale-bits", + "scale-type-resolver", + "smallvec", +] + +[[package]] +name = "scale-decode" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" +checksum = "f8ae9cc099ae85ff28820210732b00f019546f36f33225f509fe25d5816864a0" dependencies = [ - "derive_more 0.99.18", + "derive_more 1.0.0", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types", "scale-bits", "scale-decode-derive", "scale-type-resolver", @@ -12231,25 +12102,25 @@ dependencies = [ [[package]] name = "scale-decode-derive" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bb22f574168103cdd3133b19281639ca65ad985e24612728f727339dcaf4021" +checksum = "5ed9401effa946b493f9f84dc03714cca98119b230497df6f3df6b84a2b03648" dependencies = [ - "darling 0.14.4", + "darling", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.96", ] [[package]] name = "scale-encode" -version = "0.7.2" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "528464e6ae6c8f98e2b79633bf79ef939552e795e316579dab09c61670d56602" +checksum = "5f9271284d05d0749c40771c46180ce89905fd95aa72a2a2fddb4b7c0aa424db" dependencies = [ - "derive_more 0.99.18", + "derive_more 1.0.0", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types", "scale-bits", "scale-encode-derive", "scale-type-resolver", @@ -12258,11 +12129,11 @@ dependencies = [ [[package]] name = "scale-encode-derive" -version = "0.7.2" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef2618f123c88da9cd8853b69d766068f1eddc7692146d7dfe9b89e25ce2efd" +checksum = "102fbc6236de6c53906c0b262f12c7aa69c2bdc604862c12728f5f4d370bc137" dependencies = [ - "darling 0.20.10", + "darling", "proc-macro-crate 3.2.0", "proc-macro2", "quote", @@ -12307,9 +12178,9 @@ dependencies = [ [[package]] name = "scale-typegen" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "498d1aecf2ea61325d4511787c115791639c0fd21ef4f8e11e49dd09eff2bbac" +checksum = "0dc4c70c7fea2eef1740f0081d3fe385d8bee1eef11e9272d3bec7dc8e5438e0" dependencies = [ "proc-macro2", "quote", @@ -12320,18 +12191,17 @@ dependencies = [ [[package]] name = "scale-value" -version = "0.16.3" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cd6ab090d823e75cfdb258aad5fe92e13f2af7d04b43a55d607d25fcc38c811" +checksum = "f5e0ef2a0ee1e02a69ada37feb87ea1616ce9808aca072befe2d3131bf28576e" dependencies = [ "base58", "blake2 0.10.6", - "derive_more 0.99.18", + "derive_more 1.0.0", "either", - "frame-metadata 15.1.0", "parity-scale-codec", "scale-bits", - "scale-decode", + "scale-decode 0.14.0", "scale-encode", "scale-info", "scale-type-resolver", @@ -12390,6 +12260,18 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" +[[package]] +name = "scrypt" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" +dependencies = [ + "password-hash", + "pbkdf2", + "salsa20", + "sha2 0.10.8", +] + [[package]] name = "sct" version = "0.7.1" @@ -12421,7 +12303,18 @@ version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d24b59d129cdadea20aea4fb2352fa053712e5d713eee47d700cd4b2bc002f10" dependencies = [ - "secp256k1-sys", + "secp256k1-sys 0.9.2", +] + +[[package]] +name = "secp256k1" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" +dependencies = [ + "bitcoin_hashes 0.14.0", + "rand", + "secp256k1-sys 0.10.1", ] [[package]] @@ -12433,6 +12326,15 @@ dependencies = [ "cc", ] +[[package]] +name = "secp256k1-sys" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9" +dependencies = [ + "cc", +] + [[package]] name = "secrecy" version = "0.8.0" @@ -12442,6 +12344,15 @@ dependencies = [ "zeroize", ] +[[package]] +name = "secrecy" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a" +dependencies = [ + "zeroize", +] + [[package]] name = "security-framework" version = "2.11.1" @@ -12512,12 +12423,6 @@ 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 = "separator" version = "0.4.1" @@ -12609,19 +12514,6 @@ dependencies = [ "syn 2.0.96", ] -[[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 = "sha1" version = "0.10.6" @@ -12781,14 +12673,14 @@ dependencies = [ [[package]] name = "smoldot" -version = "0.16.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d1eaa97d77be4d026a1e7ffad1bb3b78448763b357ea6f8188d3e6f736a9b9" +checksum = "966e72d77a3b2171bb7461d0cb91f43670c63558c62d7cf42809cae6c8b6b818" dependencies = [ "arrayvec 0.7.6", "async-lock", "atomic-take", - "base64 0.21.7", + "base64 0.22.1", "bip39", "blake2-rfc", "bs58", @@ -12797,18 +12689,17 @@ dependencies = [ "derive_more 0.99.18", "ed25519-zebra", "either", - "event-listener 4.0.3", + "event-listener 5.4.0", "fnv", "futures-lite", "futures-util", "hashbrown 0.14.5", "hex", "hmac 0.12.1", - "itertools 0.12.1", + "itertools 0.13.0", "libm", "libsecp256k1", "merlin", - "no-std-net", "nom", "num-bigint", "num-rational", @@ -12827,36 +12718,36 @@ dependencies = [ "siphasher 1.0.1", "slab", "smallvec", - "soketto 0.7.1", + "soketto", "twox-hash", - "wasmi 0.31.2", + "wasmi", "x25519-dalek", "zeroize", ] [[package]] name = "smoldot-light" -version = "0.14.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5496f2d116b7019a526b1039ec2247dd172b8670633b1a64a614c9ea12c9d8c7" +checksum = "2a33b06891f687909632ce6a4e3fd7677b24df930365af3d0bcb078310129f3f" dependencies = [ "async-channel 2.3.1", "async-lock", - "base64 0.21.7", + "base64 0.22.1", "blake2-rfc", + "bs58", "derive_more 0.99.18", "either", - "event-listener 4.0.3", + "event-listener 5.4.0", "fnv", "futures-channel", "futures-lite", "futures-util", "hashbrown 0.14.5", "hex", - "itertools 0.12.1", + "itertools 0.13.0", "log", "lru", - "no-std-net", "parking_lot 0.12.3", "pin-project", "rand", @@ -12893,16 +12784,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "socket2" -version = "0.4.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" -dependencies = [ - "libc", - "winapi", -] - [[package]] name = "socket2" version = "0.5.8" @@ -12913,21 +12794,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "soketto" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" -dependencies = [ - "base64 0.13.1", - "bytes", - "futures", - "httparse", - "log", - "rand", - "sha-1", -] - [[package]] name = "soketto" version = "0.8.1" @@ -12947,7 +12813,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", "hash-db", @@ -12956,10 +12822,10 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-state-machine", "sp-trie", "sp-version", @@ -12969,7 +12835,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "Inflector", "blake2 0.10.6", @@ -12983,7 +12849,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "scale-info", @@ -12995,7 +12861,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", "integer-sqrt", @@ -13027,7 +12893,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "scale-info", @@ -13039,7 +12905,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "sp-api", "sp-inherents", @@ -13049,7 +12915,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "futures", "parity-scale-codec", @@ -13068,7 +12934,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "futures", @@ -13083,7 +12949,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "parity-scale-codec", @@ -13099,7 +12965,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "parity-scale-codec", @@ -13117,7 +12983,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "scale-info", @@ -13125,7 +12991,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -13137,7 +13003,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "finality-grandpa", "log", @@ -13154,7 +13020,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "scale-info", @@ -13165,7 +13031,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -13178,7 +13044,7 @@ dependencies = [ "futures", "hash-db", "hash256-std-hasher", - "impl-serde 0.5.0", + "impl-serde", "itertools 0.11.0", "k256", "libsecp256k1", @@ -13188,19 +13054,19 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "paste", - "primitive-types 0.13.1", + "primitive-types", "rand", "scale-info", "schnorrkel", - "secp256k1", - "secrecy", - "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-debug-derive 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "secp256k1 0.28.2", + "secrecy 0.8.0", + "serde", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-debug-derive 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "ss58-registry", "substrate-bip39", "thiserror 1.0.69", @@ -13212,7 +13078,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#17ae06272b366cbeb9429e01a3bf70d30a885a6f" +source = "git+https://github.com/paritytech/polkadot-sdk#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -13246,7 +13112,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "blake2b_simd", "byteorder", @@ -13259,17 +13125,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", "syn 2.0.96", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -13278,7 +13144,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "proc-macro2", "quote", @@ -13288,7 +13154,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#17ae06272b366cbeb9429e01a3bf70d30a885a6f" +source = "git+https://github.com/paritytech/polkadot-sdk#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "proc-macro2", "quote", @@ -13298,17 +13164,17 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#17ae06272b366cbeb9429e01a3bf70d30a885a6f" +source = "git+https://github.com/paritytech/polkadot-sdk#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "environmental", "parity-scale-codec", @@ -13318,7 +13184,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "scale-info", @@ -13330,7 +13196,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -13343,7 +13209,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "bytes", "docify", @@ -13351,16 +13217,16 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive 0.18.0", "rustversion", - "secp256k1", + "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-tracing 16.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-trie", "tracing", "tracing-core", @@ -13369,7 +13235,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "sp-core", "sp-runtime", @@ -13379,18 +13245,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -13399,7 +13265,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-metadata 18.0.0", "parity-scale-codec", @@ -13409,7 +13275,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "scale-info", @@ -13420,7 +13286,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "26.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "log", "parity-scale-codec", @@ -13429,7 +13295,7 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-runtime", "thiserror 1.0.69", ] @@ -13437,7 +13303,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "scale-info", @@ -13450,7 +13316,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "sp-api", "sp-core", @@ -13460,7 +13326,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "backtrace", "regex", @@ -13469,7 +13335,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -13479,7 +13345,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "binary-merkle-tree", "docify", @@ -13498,7 +13364,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-trie", "sp-weights", "tracing", @@ -13508,32 +13374,32 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.9.1", - "primitive-types 0.13.1", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-storage 19.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-tracing 16.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "polkavm-derive 0.18.0", + "primitive-types", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-tracing 16.0.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-wasm-interface 20.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "static_assertions", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#17ae06272b366cbeb9429e01a3bf70d30a885a6f" +source = "git+https://github.com/paritytech/polkadot-sdk#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive 0.18.0", - "primitive-types 0.13.1", + "primitive-types", "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk)", "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)", @@ -13546,7 +13412,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "Inflector", "expander", @@ -13559,7 +13425,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#17ae06272b366cbeb9429e01a3bf70d30a885a6f" +source = "git+https://github.com/paritytech/polkadot-sdk#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "Inflector", "expander", @@ -13572,7 +13438,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "scale-info", @@ -13586,7 +13452,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -13599,7 +13465,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "hash-db", "log", @@ -13608,7 +13474,7 @@ dependencies = [ "rand", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-panic-handler", "sp-trie", "thiserror 1.0.69", @@ -13619,7 +13485,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -13632,10 +13498,10 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/dhiway/sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "thiserror 1.0.69", "x25519-dalek", ] @@ -13643,31 +13509,31 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#17ae06272b366cbeb9429e01a3bf70d30a885a6f" +source = "git+https://github.com/paritytech/polkadot-sdk#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "impl-serde 0.5.0", + "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#17ae06272b366cbeb9429e01a3bf70d30a885a6f" +source = "git+https://github.com/paritytech/polkadot-sdk#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "impl-serde 0.5.0", + "impl-serde", "parity-scale-codec", "ref-cast", "serde", @@ -13677,7 +13543,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "parity-scale-codec", @@ -13689,7 +13555,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "tracing", @@ -13700,7 +13566,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#17ae06272b366cbeb9429e01a3bf70d30a885a6f" +source = "git+https://github.com/paritytech/polkadot-sdk#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", "tracing", @@ -13711,7 +13577,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "sp-api", "sp-runtime", @@ -13720,7 +13586,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", "parity-scale-codec", @@ -13734,7 +13600,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "ahash", "hash-db", @@ -13746,7 +13612,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-externalities 0.25.0 (git+https://github.com/dhiway/sdk?branch=master)", "thiserror 1.0.69", "tracing", "trie-db", @@ -13756,16 +13622,16 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "impl-serde 0.5.0", + "impl-serde", "parity-scale-codec", "parity-wasm", "scale-info", "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-std 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-version-proc-macro", "thiserror 1.0.69", ] @@ -13773,10 +13639,10 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "parity-scale-codec", - "proc-macro-warning 1.0.2", + "proc-macro-warning", "proc-macro2", "quote", "syn 2.0.96", @@ -13785,7 +13651,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13797,7 +13663,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#17ae06272b366cbeb9429e01a3bf70d30a885a6f" +source = "git+https://github.com/paritytech/polkadot-sdk#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13808,7 +13674,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -13816,7 +13682,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/dhiway/sdk?branch=master)", ] [[package]] @@ -13885,7 +13751,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "bounded-collections", @@ -13906,7 +13772,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "frame-support", "frame-system", @@ -13928,7 +13794,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "environmental", "frame-benchmarking", @@ -13990,12 +13856,6 @@ dependencies = [ "serde", ] -[[package]] -name = "strsim" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" - [[package]] name = "strsim" version = "0.11.1" @@ -14049,7 +13909,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -14061,17 +13921,17 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" [[package]] name = "substrate-frame-rpc-system" version = "28.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "docify", "frame-system-rpc-runtime-api", "futures", - "jsonrpsee 0.24.8", + "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", @@ -14086,7 +13946,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "http-body-util", "hyper 1.5.2", @@ -14100,10 +13960,10 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.33.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "async-trait", - "jsonrpsee 0.24.8", + "jsonrpsee", "log", "sc-rpc-api", "serde", @@ -14113,9 +13973,9 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "27.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ - "jsonrpsee 0.24.8", + "jsonrpsee", "parity-scale-codec", "sc-client-api", "sc-rpc-api", @@ -14130,7 +13990,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "array-bytes", "build-helper", @@ -14142,13 +14002,13 @@ dependencies = [ "merkleized-metadata", "parity-scale-codec", "parity-wasm", - "polkavm-linker", + "polkavm-linker 0.18.0", "sc-executor", "shlex", "sp-core", "sp-io", "sp-maybe-compressed-blob", - "sp-tracing 16.0.0 (git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0)", + "sp-tracing 16.0.0 (git+https://github.com/dhiway/sdk?branch=master)", "sp-version", "strum 0.26.3", "tempfile", @@ -14171,50 +14031,47 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "subxt" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a160cba1edbf3ec4fbbeaea3f1a185f70448116a6bccc8276bb39adb3b3053bd" +checksum = "1c17d7ec2359d33133b63c97e28c8b7cd3f0a5bc6ce567ae3aef9d9e85be3433" dependencies = [ "async-trait", "derive-where", "either", - "frame-metadata 16.0.0", + "frame-metadata 17.0.0", "futures", "hex", - "impl-serde 0.4.0", - "instant", - "jsonrpsee 0.22.5", + "impl-serde", + "jsonrpsee", "parity-scale-codec", - "primitive-types 0.12.2", - "reconnecting-jsonrpsee-ws-client", + "polkadot-sdk", + "primitive-types", "scale-bits", - "scale-decode", + "scale-decode 0.14.0", "scale-encode", "scale-info", "scale-value", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-core", "subxt-lightclient", "subxt-macro", "subxt-metadata", "thiserror 1.0.69", + "tokio", "tokio-util", "tracing", "url", + "web-time", ] [[package]] name = "subxt-codegen" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d703dca0905cc5272d7cc27a4ac5f37dcaae7671acc7fef0200057cc8c317786" +checksum = "6550ef451c77db6e3bc7c56fb6fe1dca9398a2c8fc774b127f6a396a769b9c5b" dependencies = [ - "frame-metadata 16.0.0", "heck 0.5.0", - "hex", - "jsonrpsee 0.22.5", "parity-scale-codec", "proc-macro2", "quote", @@ -14223,41 +14080,42 @@ dependencies = [ "subxt-metadata", "syn 2.0.96", "thiserror 1.0.69", - "tokio", ] [[package]] name = "subxt-core" -version = "0.37.1" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3af3b36405538a36b424d229dc908d1396ceb0994c90825ce928709eac1a159a" +checksum = "cb7a1bc6c9c1724971636a66e3225a7253cdb35bb6efb81524a6c71c04f08c59" dependencies = [ "base58", "blake2 0.10.6", "derive-where", - "frame-metadata 16.0.0", + "frame-decode", + "frame-metadata 17.0.0", "hashbrown 0.14.5", "hex", - "impl-serde 0.4.0", + "impl-serde", + "keccak-hash", "parity-scale-codec", - "primitive-types 0.12.2", + "polkadot-sdk", + "primitive-types", "scale-bits", - "scale-decode", + "scale-decode 0.14.0", "scale-encode", "scale-info", "scale-value", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-metadata", "tracing", ] [[package]] name = "subxt-lightclient" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d9406fbdb9548c110803cb8afa750f8b911d51eefdf95474b11319591d225d9" +checksum = "89ebc9131da4d0ba1f7814495b8cc79698798ccd52cacd7bcefe451e415bd945" dependencies = [ "futures", "futures-util", @@ -14272,56 +14130,74 @@ dependencies = [ [[package]] name = "subxt-macro" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c195f803d70687e409aba9be6c87115b5da8952cd83c4d13f2e043239818fcd" +checksum = "7819c5e09aae0319981ee853869f2fcd1fac4db8babd0d004c17161297aadc05" dependencies = [ - "darling 0.20.10", + "darling", "parity-scale-codec", - "proc-macro-error", + "proc-macro-error2", "quote", "scale-typegen", "subxt-codegen", + "subxt-utils-fetchmetadata", "syn 2.0.96", ] [[package]] name = "subxt-metadata" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "738be5890fdeff899bbffff4d9c0f244fe2a952fb861301b937e3aa40ebb55da" +checksum = "aacd4e7484fef58deaa2dcb32d94753a864b208a668c0dd0c28be1d8abeeadb2" dependencies = [ - "frame-metadata 16.0.0", + "frame-decode", + "frame-metadata 17.0.0", "hashbrown 0.14.5", "parity-scale-codec", + "polkadot-sdk", "scale-info", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "subxt-signer" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49888ae6ae90fe01b471193528eea5bd4ed52d8eecd2d13f4a2333b87388850" +checksum = "d680352d04665b1e4eb6f9d2a54b800c4d8e1b20478e69be1b7d975b08d9fc34" dependencies = [ + "base64 0.22.1", "bip32", "bip39", "cfg-if", + "crypto_secretbox", "hex", "hmac 0.12.1", "keccak-hash", "parity-scale-codec", "pbkdf2", + "polkadot-sdk", "regex", "schnorrkel", - "secp256k1", - "secrecy", + "scrypt", + "secp256k1 0.30.0", + "secrecy 0.10.3", + "serde", + "serde_json", "sha2 0.10.8", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-core", "zeroize", ] +[[package]] +name = "subxt-utils-fetchmetadata" +version = "0.38.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3c53bc3eeaacc143a2f29ace4082edd2edaccab37b69ad20befba9fb00fdb3d" +dependencies = [ + "hex", + "parity-scale-codec", + "thiserror 1.0.69", +] + [[package]] name = "syn" version = "1.0.109" @@ -14629,7 +14505,7 @@ dependencies = [ "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.8", + "socket2", "tokio-macros", "windows-sys 0.52.0", ] @@ -14666,17 +14542,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-rustls" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" -dependencies = [ - "rustls 0.22.4", - "rustls-pki-types", - "tokio", -] - [[package]] name = "tokio-rustls" version = "0.26.1" @@ -14860,7 +14725,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "7.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "coarsetime", "polkadot-primitives", @@ -14871,7 +14736,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "expander", "proc-macro-crate 3.2.0", @@ -14932,78 +14797,6 @@ dependencies = [ "hash-db", ] -[[package]] -name = "trust-dns-proto" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26" -dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner 0.5.1", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.2.3", - "ipnet", - "lazy_static", - "rand", - "smallvec", - "socket2 0.4.10", - "thiserror 1.0.69", - "tinyvec", - "tokio", - "tracing", - "url", -] - -[[package]] -name = "trust-dns-proto" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" -dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner 0.6.1", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.4.0", - "ipnet", - "once_cell", - "rand", - "smallvec", - "thiserror 1.0.69", - "tinyvec", - "tokio", - "tracing", - "url", -] - -[[package]] -name = "trust-dns-resolver" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" -dependencies = [ - "cfg-if", - "futures-util", - "ipconfig", - "lru-cache", - "once_cell", - "parking_lot 0.12.3", - "rand", - "resolv-conf", - "smallvec", - "thiserror 1.0.69", - "tokio", - "tracing", - "trust-dns-proto 0.23.2", -] - [[package]] name = "try-lock" version = "0.2.5" @@ -15112,12 +14905,6 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" -[[package]] -name = "unicode-bidi" -version = "0.3.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" - [[package]] name = "unicode-ident" version = "1.0.15" @@ -15167,7 +14954,7 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.6.2", "bytes", "futures-io", "futures-util", @@ -15202,7 +14989,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" dependencies = [ "form_urlencoded", - "idna 1.0.3", + "idna", "percent-encoding", ] @@ -15466,19 +15253,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "wasmi" -version = "0.31.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a8281d1d660cdf54c76a3efa9ddd0c270cada1383a995db3ccb43d166456c7" -dependencies = [ - "smallvec", - "spin 0.9.8", - "wasmi_arena", - "wasmi_core 0.13.0", - "wasmparser-nostd", -] - [[package]] name = "wasmi" version = "0.32.3" @@ -15492,16 +15266,10 @@ dependencies = [ "smallvec", "spin 0.9.8", "wasmi_collections", - "wasmi_core 0.32.3", + "wasmi_core", "wasmparser-nostd", ] -[[package]] -name = "wasmi_arena" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" - [[package]] name = "wasmi_collections" version = "0.32.3" @@ -15513,18 +15281,6 @@ dependencies = [ "string-interner", ] -[[package]] -name = "wasmi_core" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a" -dependencies = [ - "downcast-rs", - "libm", - "num-traits", - "paste", -] - [[package]] name = "wasmi_core" version = "0.32.3" @@ -16180,35 +15936,18 @@ dependencies = [ "zeroize", ] -[[package]] -name = "x509-parser" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" -dependencies = [ - "asn1-rs 0.5.2", - "data-encoding", - "der-parser 8.2.0", - "lazy_static", - "nom", - "oid-registry 0.6.1", - "rusticata-macros", - "thiserror 1.0.69", - "time", -] - [[package]] name = "x509-parser" version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" dependencies = [ - "asn1-rs 0.6.2", + "asn1-rs", "data-encoding", - "der-parser 9.0.0", + "der-parser", "lazy_static", "nom", - "oid-registry 0.7.1", + "oid-registry", "rusticata-macros", "thiserror 1.0.69", "time", @@ -16217,7 +15956,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/dhiway/substrate-sdk?branch=release-v1.17.0#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/dhiway/sdk?branch=master#c95e49c4c9848c42d5cbfd261de0d22eec9c2bf6" dependencies = [ "Inflector", "proc-macro2", @@ -16255,6 +15994,22 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "yamux" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17610762a1207ee816c6fadc29220904753648aba0a9ed61c7b8336e80a559c4" +dependencies = [ + "futures", + "log", + "nohash-hasher", + "parking_lot 0.12.3", + "pin-project", + "rand", + "static_assertions", + "web-time", +] + [[package]] name = "yansi" version = "1.0.1" diff --git a/Cargo.toml b/Cargo.toml index a63e6a53e..aa5348185 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,8 +89,7 @@ zero-prefixed-literal = { level = "allow", priority = 2 } # 00_1000_0 Inflector = { version = "0.11.4" } aes-gcm = { version = "0.10" } ahash = { version = "0.8.2" } -alloy-primitives = { version = "0.4.2", default-features = false } -alloy-sol-types = { version = "0.4.2", default-features = false } +alloy-core = { version = "0.8.15", default-features = false } always-assert = { version = "0.1" } anyhow = { version = "1.0.81", default-features = false } approx = { version = "0.5.1" } @@ -112,19 +111,19 @@ array-bytes = { version = "6.2.2", default-features = false } arrayvec = { version = "0.7.4" } assert_cmd = { version = "2.0.14" } assert_matches = { version = "1.5.0" } -asset-hub-rococo-emulated-chain = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -asset-hub-rococo-runtime = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -asset-hub-westend-emulated-chain = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -asset-hub-westend-runtime = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -asset-test-utils = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -assets-common = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } +asset-hub-rococo-emulated-chain = { git = "https://github.com/dhiway/sdk", branch = "master" } +asset-hub-rococo-runtime = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +asset-hub-westend-emulated-chain = { git = "https://github.com/dhiway/sdk", branch = "master" } +asset-hub-westend-runtime = { git = "https://github.com/dhiway/sdk", branch = "master" } +asset-test-utils = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +assets-common = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } async-channel = { version = "1.8.0" } async-std = { version = "1.9.0" } async-trait = { version = "0.1.79" } asynchronous-codec = { version = "0.6" } backoff = { version = "0.4" } backtrace = { version = "0.3.71" } -binary-merkle-tree = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } +binary-merkle-tree = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } bincode = { version = "1.3.3" } bip39 = { version = "2.0.0" } bitflags = { version = "1.3.2" } @@ -132,37 +131,37 @@ bitvec = { version = "1.0.1", default-features = false } blake2 = { version = "0.10.4", default-features = false } blake2b_simd = { version = "1.0.2", default-features = false } blake3 = { version = "1.5" } -bounded-collections = { version = "0.2.0", default-features = false } +bounded-collections = { version = "0.2.2", default-features = false } bounded-vec = { version = "0.7" } -bp-asset-hub-rococo = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-asset-hub-westend = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-beefy = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-bridge-hub-cumulus = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-bridge-hub-kusama = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-bridge-hub-polkadot = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-bridge-hub-rococo = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-bridge-hub-westend = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-header-chain = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-kusama = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-messages = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-parachains = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-polkadot = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-polkadot-bulletin = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-polkadot-core = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-relayers = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-rococo = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-runtime = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-test-utils = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-westend = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-xcm-bridge-hub = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bp-xcm-bridge-hub-router = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bridge-hub-common = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bridge-hub-rococo-emulated-chain = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -bridge-hub-rococo-runtime = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bridge-hub-test-utils = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bridge-hub-westend-emulated-chain = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -bridge-hub-westend-runtime = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -bridge-runtime-common = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } +bp-asset-hub-rococo = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-asset-hub-westend = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-beefy = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-bridge-hub-cumulus = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-bridge-hub-kusama = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-bridge-hub-polkadot = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-bridge-hub-rococo = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-bridge-hub-westend = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-header-chain = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-kusama = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-messages = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-parachains = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-polkadot = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-polkadot-bulletin = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-polkadot-core = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-relayers = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-rococo = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-runtime = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-test-utils = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-westend = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-xcm-bridge-hub = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bp-xcm-bridge-hub-router = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bridge-hub-common = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bridge-hub-rococo-emulated-chain = { git = "https://github.com/dhiway/sdk", branch = "master" } +bridge-hub-rococo-runtime = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bridge-hub-test-utils = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bridge-hub-westend-emulated-chain = { git = "https://github.com/dhiway/sdk", branch = "master" } +bridge-hub-westend-runtime = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +bridge-runtime-common = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } bs58 = { version = "0.5.1", default-features = false } build-helper = { version = "0.1.1" } byte-slice-cast = { version = "1.2.1", default-features = false } @@ -171,8 +170,8 @@ bytes = { version = "1.4.0", default-features = false } cargo_metadata = { version = "0.15.4" } cfg-expr = { version = "0.15.5" } cfg-if = { version = "1.0" } -chain-spec-builder = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0", package = "staging-chain-spec-builder" } -chain-spec-guide-runtime = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0", package = "staging-chain-spec-builder" } +chain-spec-builder = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master", package = "staging-chain-spec-builder" } +chain-spec-guide-runtime = { git = "https://github.com/dhiway/sdk", branch = "master", package = "staging-chain-spec-builder" } chrono = { version = "0.4.31" } cid = { version = "0.9.0" } clap = { version = "4.5.13" } @@ -181,55 +180,55 @@ clap_complete = { version = "4.5.13" } cmd_lib = { version = "1.9.5" } coarsetime = { version = "0.1.22" } codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" } -collectives-westend-emulated-chain = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -collectives-westend-runtime = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } +collectives-westend-emulated-chain = { git = "https://github.com/dhiway/sdk", branch = "master" } +collectives-westend-runtime = { git = "https://github.com/dhiway/sdk", branch = "master" } color-eyre = { version = "0.6.3", default-features = false } color-print = { version = "0.3.4" } colored = { version = "2.0.4" } comfy-table = { version = "7.1.0", default-features = false } console = { version = "0.15.8" } const-hex = { version = "1.10.0", default-features = false } -contracts-rococo-runtime = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -coretime-rococo-emulated-chain = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -coretime-rococo-runtime = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -coretime-westend-emulated-chain = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -coretime-westend-runtime = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } +contracts-rococo-runtime = { git = "https://github.com/dhiway/sdk", branch = "master" } +coretime-rococo-emulated-chain = { git = "https://github.com/dhiway/sdk", branch = "master" } +coretime-rococo-runtime = { git = "https://github.com/dhiway/sdk", branch = "master" } +coretime-westend-emulated-chain = { git = "https://github.com/dhiway/sdk", branch = "master" } +coretime-westend-runtime = { git = "https://github.com/dhiway/sdk", branch = "master" } cpu-time = { version = "1.0.0" } criterion = { version = "0.5.1", default-features = false } -cumulus-client-cli = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-client-collator = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-client-consensus-aura = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-client-consensus-common = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-client-consensus-proposer = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-client-consensus-relay-chain = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-client-network = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-client-parachain-inherent = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-client-pov-recovery = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-client-service = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-pallet-aura-ext = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-pallet-dmp-queue = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-pallet-parachain-system = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-pallet-session-benchmarking = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-pallet-solo-to-para = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-pallet-xcm = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-ping = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-primitives-aura = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-primitives-core = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-primitives-parachain-inherent = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-primitives-proof-size-hostfunction = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-primitives-timestamp = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-primitives-utility = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-relay-chain-inprocess-interface = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-relay-chain-interface = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-relay-chain-minimal-node = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-relay-chain-rpc-interface = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-test-client = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -cumulus-test-relay-sproof-builder = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -cumulus-test-runtime = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -cumulus-test-service = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } +cumulus-client-cli = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-client-collator = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-client-consensus-aura = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-client-consensus-common = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-client-consensus-proposer = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-client-consensus-relay-chain = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-client-network = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-client-parachain-inherent = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-client-pov-recovery = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-client-service = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-pallet-aura-ext = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-pallet-dmp-queue = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-pallet-parachain-system = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-pallet-session-benchmarking = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-pallet-solo-to-para = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-pallet-xcm = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-ping = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-primitives-aura = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-primitives-core = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-primitives-proof-size-hostfunction = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-primitives-timestamp = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-primitives-utility = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-relay-chain-interface = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-relay-chain-minimal-node = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-relay-chain-rpc-interface = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-test-client = { git = "https://github.com/dhiway/sdk", branch = "master" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +cumulus-test-runtime = { git = "https://github.com/dhiway/sdk", branch = "master" } +cumulus-test-service = { git = "https://github.com/dhiway/sdk", branch = "master" } curve25519-dalek = { version = "4.1.3" } derivative = { version = "2.2.0", default-features = false } derive-syn-parse = { version = "0.2.0" } @@ -243,13 +242,13 @@ dyn-clone = { version = "1.0.16" } ed25519-dalek = { version = "2.1", default-features = false } ed25519-zebra = { version = "4.0.3", default-features = false } either = { version = "1.8.1", default-features = false } -emulated-integration-tests-common = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } +emulated-integration-tests-common = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } enumflags2 = { version = "0.7.7" } enumn = { version = "0.1.13" } env_logger = { version = "0.11.2" } environmental = { version = "1.1.4", default-features = false } -equivocation-detector = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -ethabi = { version = "1.0.0", default-features = false, package = "ethabi-decode" } +equivocation-detector = { git = "https://github.com/dhiway/sdk", branch = "master" } +ethabi = { version = "2.0.0", default-features = false, package = "ethabi-decode" } ethbloom = { version = "0.14.1", default-features = false } ethereum-types = { version = "0.15.1", default-features = false } exit-future = { version = "0.2.0" } @@ -259,30 +258,30 @@ fdlimit = { version = "0.3.0" } femme = { version = "2.2.1" } filetime = { version = "0.2.16" } finality-grandpa = { version = "0.16.2", default-features = false } -finality-relay = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } +finality-relay = { git = "https://github.com/dhiway/sdk", branch = "master" } flate2 = { version = "1.0" } fnv = { version = "1.0.6" } -fork-tree = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } +fork-tree = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } forwarded-header-value = { version = "0.1.1" } fraction = { version = "0.13.1" } -frame = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0", package = "polkadot-sdk-frame" } -frame-benchmarking = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-benchmarking-cli = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-benchmarking-pallet-pov = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-election-provider-solution-type = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-election-provider-support = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-executive = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-metadata = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-metadata-hash-extension = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-support = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-support-procedural = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-support-procedural-tools = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-support-procedural-tools-derive = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-support-test = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -frame-system = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-system-benchmarking = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-system-rpc-runtime-api = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -frame-try-runtime = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } +frame = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master", package = "polkadot-sdk-frame" } +frame-benchmarking = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-benchmarking-cli = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-benchmarking-pallet-pov = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-election-provider-solution-type = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-election-provider-support = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-executive = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-metadata = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-metadata-hash-extension = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-support = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-support-procedural = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-support-procedural-tools = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-support-procedural-tools-derive = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-support-test = { git = "https://github.com/dhiway/sdk", branch = "master" } +frame-system = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-system-benchmarking = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-system-rpc-runtime-api = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +frame-try-runtime = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } fs4 = { version = "0.7.0" } fs_extra = { version = "1.3.0" } futures = { version = "0.3.31" } @@ -290,13 +289,13 @@ futures-channel = { version = "0.3.23" } futures-timer = { version = "3.0.2" } futures-util = { version = "0.3.30", default-features = false } fluent-uri = { version = "0.1.4", default-features = false } -generate-bags = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } +generate-bags = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } gethostname = { version = "0.2.3" } glob = { version = "0.3" } -glutton-westend-runtime = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } +glutton-westend-runtime = { git = "https://github.com/dhiway/sdk", branch = "master" } governor = { version = "0.6.0" } -gum = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0", package = "tracing-gum" } -gum-proc-macro = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0", package = "tracing-gum-proc-macro" } +gum = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master", package = "tracing-gum" } +gum-proc-macro = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master", package = "tracing-gum-proc-macro" } handlebars = { version = "5.1.0" } hash-db = { version = "0.16.0", default-features = false } hash256-std-hasher = { version = "0.15.2", default-features = false } @@ -334,7 +333,7 @@ jsonpath_lib = { version = "0.3" } jsonrpsee = { version = "0.24.3" } jsonrpsee-core = { version = "0.24.3" } k256 = { version = "0.13.4", default-features = false } -kitchensink-runtime = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } +kitchensink-runtime = { git = "https://github.com/dhiway/sdk", branch = "master" } kvdb = { version = "0.13.0" } kvdb-memorydb = { version = "0.13.0" } kvdb-rocksdb = { version = "0.19.0" } @@ -343,14 +342,14 @@ landlock = { version = "0.3.0" } # lazy_static = { version = "1.4.0" } libc = { version = "0.2.155" } libfuzzer-sys = { version = "0.4" } -libp2p = { version = "0.52.4" } +libp2p = { version = "0.54.1" } libp2p-identity = { version = "0.2.9" } libsecp256k1 = { version = "0.7.0", default-features = false } linked-hash-map = { version = "0.5.4" } linked_hash_set = { version = "0.1.4" } linregress = { version = "0.5.1" } lite-json = { version = "0.2.0", default-features = false } -litep2p = { version = "0.8.4", features = ["websocket"] } +litep2p = { version = "0.9.0", features = ["websocket"] } log = { version = "0.4.22", default-features = false } macro_magic = { version = "0.5.1" } maplit = { version = "1.0.2" } @@ -358,21 +357,20 @@ memmap2 = { version = "0.9.3" } memory-db = { version = "0.32.0", default-features = false } merkleized-metadata = { version = "0.2.0" } merlin = { version = "3.0", default-features = false } -messages-relay = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } +messages-relay = { git = "https://github.com/dhiway/sdk", branch = "master" } metered = { version = "0.6.1", default-features = false, package = "prioritized-metered-channel" } -# mick-jaeger = { version = "0.1.8" } milagro-bls = { version = "1.5.4", default-features = false, package = "snowbridge-milagro-bls" } mixnet = { version = "0.7.0" } -mmr-gadget = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0", package = "mmr-gadget" } +mmr-gadget = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master", package = "mmr-gadget" } mmr-lib = { version = "0.5.2", package = "ckb-merkle-mountain-range" } -mmr-rpc = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0", package = "mmr-rpc" } +mmr-rpc = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master", package = "mmr-rpc" } mockall = { version = "0.11.3" } multiaddr = { version = "0.18.1" } multihash = { version = "0.19.1", default-features = false } multihash-codetable = { version = "0.1.1" } multistream-select = { version = "0.13.0" } names = { version = "0.14.0", default-features = false } -nix = { version = "0.28.0" } +nix = { version = "0.29.0" } nohash-hasher = { version = "0.2.0" } novelpoly = { version = "2.0.0", package = "reed-solomon-novelpoly" } num-bigint = { version = "0.4.3" } @@ -382,125 +380,125 @@ num-traits = { version = "0.2.17", default-features = false } num_cpus = { version = "1.13.1" } once_cell = { version = "1.19.0" } orchestra = { version = "0.4.0", default-features = false } -pallet-asset-conversion = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-asset-conversion-ops = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-asset-conversion-tx-payment = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-asset-rate = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-asset-tx-payment = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-assets = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-assets-freezer = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-atomic-swap = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-authority-discovery = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-authorship = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-aura = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-babe = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-bags-list = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-bags-list-remote-tests = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-balances = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-beefy = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-beefy-mmr = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-bounties = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-bridge-grandpa = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-bridge-messages = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-bridge-parachains = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-bridge-relayers = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-broker = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-child-bounties = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-collator-selection = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-collective = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-collective-content = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-contracts = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-contracts-fixtures = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-contracts-mock-network = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-contracts-proc-macro = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-contracts-uapi = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-conviction-voting = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-core-fellowship = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-default-config-example = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-delegated-staking = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-democracy = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-dev-mode = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-election-provider-multi-phase = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-election-provider-support-benchmarking = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-elections-phragmen = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-fast-unstake = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-glutton = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-grandpa = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-identity = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-im-online = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-indices = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-lottery = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-membership = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-message-queue = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-migrations = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-mixnet = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-mmr = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-multisig = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-nft-fractionalization = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-nfts = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-nfts-runtime-api = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-nis = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-node-authorization = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-nomination-pools = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-nomination-pools-benchmarking = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-nomination-pools-runtime-api = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-offences = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-offences-benchmarking = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-paged-list = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-parachain-template = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-parameters = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-preimage = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-proxy = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-ranked-collective = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-recovery = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-referenda = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-remark = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-revive = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-revive-eth-rpc = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-revive-fixtures = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-revive-mock-network = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-revive-proc-macro = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-revive-uapi = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-root-offences = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-root-testing = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-safe-mode = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-salary = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-scheduler = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-scored-pool = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-session = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-session-benchmarking = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-skip-feeless-payment = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-society = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-staking = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-staking-reward-curve = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-staking-reward-fn = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-staking-runtime-api = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-state-trie-migration = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-statement = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-sudo = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-timestamp = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-tips = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-transaction-payment = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-transaction-payment-rpc = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-transaction-storage = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-treasury = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-tx-pause = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-uniques = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-utility = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-verify-signature = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-vesting = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-whitelist = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-xcm = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-xcm-benchmarks = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-xcm-bridge-hub = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -pallet-xcm-bridge-hub-router = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -parachain-info = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0", package = "staging-parachain-info" } -parachain-template-runtime = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -parachains-common = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -parachains-relay = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -parachains-runtimes-test-utils = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } +pallet-asset-conversion = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-asset-conversion-ops = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-asset-conversion-tx-payment = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-asset-rate = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-asset-tx-payment = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-assets = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-assets-freezer = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-atomic-swap = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-authority-discovery = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-authorship = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-aura = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-babe = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-bags-list = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-bags-list-remote-tests = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-balances = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-beefy = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-beefy-mmr = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-bounties = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-bridge-grandpa = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-bridge-messages = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-bridge-parachains = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-bridge-relayers = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-broker = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-child-bounties = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-collator-selection = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-collective = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-collective-content = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-contracts = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-contracts-fixtures = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-contracts-mock-network = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-contracts-proc-macro = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-contracts-uapi = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-conviction-voting = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-core-fellowship = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-default-config-example = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-delegated-staking = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-democracy = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-dev-mode = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-election-provider-multi-phase = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-election-provider-support-benchmarking = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-elections-phragmen = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-fast-unstake = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-glutton = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-grandpa = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-identity = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-im-online = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-indices = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-lottery = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-membership = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-message-queue = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-migrations = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-mixnet = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-mmr = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-multisig = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-nft-fractionalization = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-nfts = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-nfts-runtime-api = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-nis = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-node-authorization = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-nomination-pools = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-nomination-pools-benchmarking = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-nomination-pools-runtime-api = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-offences = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-offences-benchmarking = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-paged-list = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-parachain-template = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-parameters = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-preimage = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-proxy = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-ranked-collective = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-recovery = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-referenda = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-remark = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-revive = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-revive-eth-rpc = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-revive-fixtures = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-revive-mock-network = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-revive-proc-macro = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-revive-uapi = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-root-offences = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-root-testing = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-safe-mode = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-salary = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-scheduler = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-scored-pool = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-session = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-session-benchmarking = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-skip-feeless-payment = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-society = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-staking = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-staking-reward-curve = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-staking-reward-fn = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-staking-runtime-api = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-state-trie-migration = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-statement = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-sudo = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-timestamp = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-tips = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-transaction-payment = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-transaction-payment-rpc = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-transaction-storage = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-treasury = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-tx-pause = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-uniques = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-utility = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-verify-signature = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-vesting = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-whitelist = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-xcm = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-xcm-benchmarks = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-xcm-bridge-hub = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +pallet-xcm-bridge-hub-router = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +parachain-info = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master", package = "staging-parachain-info" } +parachain-template-runtime = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +parachains-common = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +parachains-relay = { git = "https://github.com/dhiway/sdk", branch = "master" } +parachains-runtimes-test-utils = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } parity-bytes = { version = "0.1.2", default-features = false } parity-db = { version = "0.4.12" } # parity-util-mem = { version = "0.12.0" } @@ -511,65 +509,65 @@ paste = { version = "1.0.15", default-features = false } pbkdf2 = { version = "0.12.2", default-features = false } pin-project = { version = "1.1.3" } platforms = { version = "3.0" } -polkadot-approval-distribution = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-availability-bitfield-distribution = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-availability-distribution = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-availability-recovery = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-cli = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-collator-protocol = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-core-primitives = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-dispute-distribution = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-erasure-coding = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-gossip-support = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-network-bridge = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-collation-generation = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-approval-voting = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-approval-voting-parallel = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-av-store = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-backing = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-bitfield-signing = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-candidate-validation = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-chain-api = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-chain-selection = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-dispute-coordinator = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-parachains-inherent = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-prospective-parachains = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-provisioner = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-pvf = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-pvf-checker = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-pvf-common = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-pvf-execute-worker = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-pvf-prepare-worker = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-core-runtime-api = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-jaeger = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-metrics = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-network-protocol = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-primitives = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-subsystem = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-subsystem-test-helpers = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-subsystem-types = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-node-subsystem-util = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-overseer = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-parachain-lib = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-parachain-primitives = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-primitives = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-primitives-test-helpers = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-rpc = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-runtime-common = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-runtime-metrics = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-runtime-parachains = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-sdk = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-sdk-docs = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-service = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-statement-distribution = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-statement-table = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-subsystem-bench = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-test-client = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-test-runtime = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkadot-test-service = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -polkavm = { version = "0.9.3", default-features = false } -polkavm-derive = "0.9.1" -polkavm-linker = "0.9.2" +polkadot-approval-distribution = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-availability-bitfield-distribution = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-availability-distribution = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-availability-recovery = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-cli = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-collator-protocol = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-core-primitives = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-dispute-distribution = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-erasure-coding = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-gossip-support = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-network-bridge = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-collation-generation = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-approval-voting = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-approval-voting-parallel = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-av-store = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-backing = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-bitfield-signing = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-candidate-validation = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-chain-api = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-chain-selection = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-dispute-coordinator = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-parachains-inherent = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-prospective-parachains = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-provisioner = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-pvf = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-pvf-checker = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-pvf-common = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-pvf-execute-worker = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-pvf-prepare-worker = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-core-runtime-api = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-jaeger = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-metrics = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-network-protocol = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-primitives = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-subsystem = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-subsystem-test-helpers = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-subsystem-types = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-node-subsystem-util = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-overseer = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-parachain-lib = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-parachain-primitives = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-primitives = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-primitives-test-helpers = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-rpc = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-runtime-common = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-runtime-metrics = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-runtime-parachains = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-sdk = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-sdk-docs = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-service = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-statement-distribution = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-statement-table = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-subsystem-bench = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-test-client = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-test-runtime = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkadot-test-service = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +polkavm = { version = "0.18.0", default-features = false } +polkavm-derive = "0.18.0" +polkavm-linker = "0.18.0" portpicker = { version = "0.1.1" } pretty_assertions = { version = "1.3.0" } primitive-types = { version = "0.13.1", default-features = false, features = [ @@ -580,7 +578,7 @@ proc-macro-warning = { version = "1.0.0", default-features = false } proc-macro2 = { version = "1.0.86" } procfs = { version = "0.16.0" } prometheus = { version = "0.13.0", default-features = false } -prometheus-endpoint = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0", package = "substrate-prometheus-endpoint" } +prometheus-endpoint = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master", package = "substrate-prometheus-endpoint" } prometheus-parse = { version = "0.2.2" } prost = { version = "0.12.4" } prost-build = { version = "0.13.2" } @@ -598,17 +596,17 @@ rayon = { version = "1.5.1" } rbtag = { version = "0.3" } ref-cast = { version = "1.0.23" } regex = { version = "1.10.2" } -relay-substrate-client = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -relay-utils = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -remote-externalities = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0", package = "frame-remote-externalities" } -reqwest = { version = "0.11", default-features = false } +relay-substrate-client = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +relay-utils = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +remote-externalities = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master", package = "frame-remote-externalities" } +reqwest = { version = "0.12.9", default-features = false } rlp = { version = "0.6.1", default-features = false } rpassword = { version = "7.0.0" } rstest = { version = "0.18.2" } rustc-hash = { version = "1.1.0" } rustc-hex = { version = "2.1.0", default-features = false } rustix = { version = "0.36.7", default-features = false } -rustls = { version = "0.23.14", default-features = false, features = [ +rustls = { version = "0.23.18", default-features = false, features = [ "logging", "ring", "std", @@ -617,64 +615,65 @@ rustls = { version = "0.23.14", default-features = false, features = [ rustversion = { version = "1.0.17" } rusty-fork = { version = "0.3.0", default-features = false } safe-mix = { version = "1.0", default-features = false } -sc-allocator = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-authority-discovery = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-basic-authorship = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-block-builder = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-chain-spec = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-chain-spec-derive = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-cli = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-client-api = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-client-db = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-consensus = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-consensus-aura = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-consensus-babe = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-consensus-babe-rpc = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-consensus-beefy = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-consensus-beefy-rpc = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-consensus-epochs = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-consensus-grandpa = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-consensus-grandpa-rpc = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-consensus-manual-seal = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-consensus-pow = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-consensus-slots = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-executor = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-executor-common = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-executor-polkavm = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-executor-wasmtime = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-informant = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-keystore = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-mixnet = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-network = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-network-common = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-network-gossip = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-network-light = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-network-statement = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-network-sync = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-network-test = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-network-transactions = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-network-types = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-offchain = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-proposer-metrics = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-rpc = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-rpc-api = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-rpc-server = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-rpc-spec-v2 = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-runtime-test = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-service = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-service-test = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-state-db = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-statement-store = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-storage-monitor = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-sync-state-rpc = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-sysinfo = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-telemetry = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-tracing = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-tracing-proc-macro = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-transaction-pool = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-transaction-pool-api = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sc-utils = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -scale-info = { version = "2.11.1", default-features = false } +sc-allocator = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-authority-discovery = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-basic-authorship = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-block-builder = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-chain-spec = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-chain-spec-derive = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-cli = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-client-api = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-client-db = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-consensus = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-consensus-aura = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-consensus-babe = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-consensus-babe-rpc = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-consensus-beefy = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-consensus-beefy-rpc = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-consensus-epochs = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-consensus-grandpa = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-consensus-grandpa-rpc = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-consensus-manual-seal = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-consensus-pow = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-consensus-slots = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-executor = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-executor-common = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-executor-polkavm = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-executor-wasmtime = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-informant = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-keystore = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-mixnet = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-network = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-network-common = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-network-gossip = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-network-light = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-network-statement = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-network-sync = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-network-test = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-network-transactions = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-network-types = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-offchain = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-proposer-metrics = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-rpc = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-rpc-api = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-rpc-server = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-rpc-spec-v2 = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-runtime-test = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-runtime-utilities = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-service = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-service-test = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-state-db = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-statement-store = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-storage-monitor = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-sync-state-rpc = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-sysinfo = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-telemetry = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-tracing = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-tracing-proc-macro = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-transaction-pool = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-transaction-pool-api = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sc-utils = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +scale-info = { version = "2.11.6", default-features = false } schemars = { version = "0.8.13", default-features = false } schnellru = { version = "0.2.3" } schnorrkel = { version = "0.11.4", default-features = false } @@ -692,84 +691,84 @@ sha1 = { version = "0.10.6" } sha2 = { version = "0.10.7", default-features = false } sha3 = { version = "0.10.0", default-features = false } shlex = { version = "1.3.0" } -slot-range-helper = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } +slot-range-helper = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } slotmap = { version = "1.0" } smallvec = { version = "1.11.0", default-features = false } smoldot = { version = "0.11.0", default-features = false } smoldot-light = { version = "0.9.0", default-features = false } -snowbridge-beacon-primitives = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -snowbridge-core = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -snowbridge-ethereum = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -snowbridge-outbound-queue-merkle-tree = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -snowbridge-outbound-queue-runtime-api = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -snowbridge-pallet-ethereum-client = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -snowbridge-pallet-ethereum-client-fixtures = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -snowbridge-pallet-inbound-queue = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -snowbridge-pallet-inbound-queue-fixtures = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -snowbridge-pallet-outbound-queue = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -snowbridge-pallet-system = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -snowbridge-router-primitives = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -snowbridge-runtime-common = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -snowbridge-runtime-test-common = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -snowbridge-system-runtime-api = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } +snowbridge-beacon-primitives = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +snowbridge-core = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +snowbridge-ethereum = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +snowbridge-outbound-queue-merkle-tree = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +snowbridge-outbound-queue-runtime-api = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +snowbridge-pallet-ethereum-client = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +snowbridge-pallet-ethereum-client-fixtures = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +snowbridge-pallet-inbound-queue = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +snowbridge-pallet-inbound-queue-fixtures = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +snowbridge-pallet-outbound-queue = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +snowbridge-pallet-system = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +snowbridge-router-primitives = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +snowbridge-runtime-common = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +snowbridge-runtime-test-common = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +snowbridge-system-runtime-api = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } soketto = { version = "0.8.0" } -sp-api = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-api-proc-macro = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-application-crypto = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-arithmetic = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-authority-discovery = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-block-builder = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-blockchain = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-cli = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-consensus = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-consensus-aura = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-consensus-babe = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-consensus-beefy = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-consensus-grandpa = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-consensus-pow = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-consensus-slots = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-core = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-core-hashing = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-core-hashing-proc-macro = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-crypto-ec-utils = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-crypto-hashing = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-crypto-hashing-proc-macro = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-database = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-debug-derive = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-externalities = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-genesis-builder = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-inherents = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-io = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-keyring = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-keystore = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-maybe-compressed-blob = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-metadata-ir = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-mixnet = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-mmr-primitives = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-npos-elections = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-offchain = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-panic-handler = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-rpc = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-runtime = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-runtime-interface = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-runtime-interface-proc-macro = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-runtime-interface-test-wasm = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-session = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-staking = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-state-machine = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-statement-store = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-std = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-storage = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-test-primitives = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-timestamp = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-tracing = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-transaction-pool = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-transaction-storage-proof = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-trie = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-version = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-version-proc-macro = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-wasm-interface = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -sp-weights = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } +sp-api = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-api-proc-macro = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-application-crypto = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-arithmetic = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-authority-discovery = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-block-builder = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-blockchain = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-cli = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-consensus = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-consensus-aura = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-consensus-babe = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-consensus-beefy = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-consensus-grandpa = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-consensus-pow = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-consensus-slots = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-core = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-core-hashing = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-core-hashing-proc-macro = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-crypto-ec-utils = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-crypto-hashing = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-crypto-hashing-proc-macro = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-database = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-debug-derive = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-externalities = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-genesis-builder = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-inherents = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-io = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-keyring = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-keystore = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-maybe-compressed-blob = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-metadata-ir = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-mixnet = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-mmr-primitives = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-npos-elections = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-offchain = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-panic-handler = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-rpc = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-runtime = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-runtime-interface = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-runtime-interface-proc-macro = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-runtime-interface-test-wasm = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-session = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-staking = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-state-machine = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-statement-store = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-std = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-storage = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-test-primitives = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-timestamp = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-tracing = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-transaction-pool = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-transaction-storage-proof = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-trie = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-version = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-version-proc-macro = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-wasm-interface = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +sp-weights = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } spinners = { version = "4.1.1" } ss58-registry = { version = "1.34.0", default-features = false } ssz_rs = { version = "0.9.0", default-features = false } @@ -778,18 +777,19 @@ static_assertions = { version = "1.1.0", default-features = false } static_init = { version = "1.0.3" } structopt = { version = "0.3" } strum = { version = "0.26.3", default-features = false } -subkey = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0", package = "subkey" } -substrate-bip39 = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -substrate-build-script-utils = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -substrate-cli-test-utils = { git = "https://github.com/dhiway/substrate-sdk", branch = "release-v1.17.0" } -substrate-frame-rpc-support = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -substrate-frame-rpc-system = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -substrate-rpc-client = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -substrate-state-trie-migration-rpc = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -substrate-wasm-builder = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -# substrate-prometheus-endpoint = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -subxt = { version = "0.37", default-features = false } -subxt-signer = { version = "0.37" } +subkey = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master", package = "subkey" } +substrate-bip39 = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +substrate-build-script-utils = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +substrate-cli-test-utils = { git = "https://github.com/dhiway/sdk", branch = "master" } +substrate-frame-rpc-support = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +substrate-frame-rpc-system = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +substrate-rpc-client = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +substrate-state-trie-migration-rpc = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +substrate-wasm-builder = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +# substrate-prometheus-endpoint = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +subxt = { version = "0.38", default-features = false } +subxt-metadata = { version = "0.38.0", default-features = false } +subxt-signer = { version = "0.38" } syn = { version = "2.0.87" } sysinfo = { version = "0.30" } tar = { version = "0.4" } @@ -817,7 +817,7 @@ tracing-core = { version = "0.1.32", default-features = false } tracing-futures = { version = "0.2.4" } tracing-log = { version = "0.2.0" } tracing-subscriber = { version = "0.3.18" } -tracking-allocator = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, package = "staging-tracking-allocator" } +tracking-allocator = { git = "https://github.com/dhiway/sdk", default-features = false, package = "staging-tracking-allocator" } trie-bench = { version = "0.39.0" } trie-db = { version = "0.29.1", default-features = false } trie-root = { version = "0.18.0", default-features = false } @@ -840,15 +840,16 @@ wasmi = { version = "0.32.3", default-features = false } wasmtime = { version = "8.0.1", default-features = false } wat = { version = "1.0.0" } x25519-dalek = { version = "2.0" } -xcm = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0", package = "staging-xcm" } -xcm-builder = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0", package = "staging-xcm-builder" } -xcm-docs = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -xcm-emulator = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -xcm-executor = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0", package = "staging-xcm-executor" } -xcm-procedural = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -xcm-runtime-apis = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } -xcm-simulator = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.17.0" } +xcm = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master", package = "staging-xcm" } +xcm-builder = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master", package = "staging-xcm-builder" } +xcm-docs = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +xcm-emulator = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +xcm-executor = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master", package = "staging-xcm-executor" } +xcm-procedural = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +xcm-runtime-apis = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } +xcm-simulator = { git = "https://github.com/dhiway/sdk", default-features = false, branch = "master" } zeroize = { version = "1.7.0", default-features = false } +zombienet-sdk = { version = "0.2.20" } zstd = { version = "0.12.4", default-features = false } # local dependencies diff --git a/node/cli/src/benchmarking.rs b/node/cli/src/benchmarking.rs index 67816cdc4..3d12243a4 100644 --- a/node/cli/src/benchmarking.rs +++ b/node/cli/src/benchmarking.rs @@ -24,7 +24,7 @@ use sc_cli::Result; use sc_client_api::UsageProvider; use sp_inherents::{InherentData, InherentDataProvider}; use sp_keyring::Sr25519Keyring; -use sp_runtime::OpaqueExtrinsic; +use sp_runtime::{generic, OpaqueExtrinsic}; use std::{sync::Arc, time::Duration}; @@ -221,6 +221,7 @@ fn braid_sign_call( frame_system::CheckWeight::::new(), pallet_transaction_payment::ChargeTransactionPayment::::from(0), frame_metadata_hash_extension::CheckMetadataHash::new(false), + frame_system::WeightReclaim::::new(), ); let payload = runtime::SignedPayload::from_raw( @@ -237,6 +238,7 @@ fn braid_sign_call( (), (), None, + (), ), ); @@ -277,6 +279,7 @@ fn loom_sign_call( frame_system::CheckWeight::::new(), pallet_transaction_payment::ChargeTransactionPayment::::from(0), frame_metadata_hash_extension::CheckMetadataHash::new(false), + frame_system::WeightReclaim::::new(), ); let payload = runtime::SignedPayload::from_raw( @@ -293,6 +296,7 @@ fn loom_sign_call( (), (), None, + (), ), ); @@ -333,6 +337,7 @@ fn weave_sign_call( frame_system::CheckWeight::::new(), pallet_asset_conversion_tx_payment::ChargeAssetTxPayment::::from(0, None), frame_metadata_hash_extension::CheckMetadataHash::new(false), + frame_system::WeightReclaim::::new(), ); let payload = runtime::SignedPayload::from_raw( @@ -348,13 +353,14 @@ fn weave_sign_call( (), (), None, + (), ), ); let signature = payload.using_encoded(|p| acc.sign(p)); - runtime::UncheckedExtrinsic::new_signed( + generic::UncheckedExtrinsic::new_signed( call, - sp_runtime::AccountId32::from(acc.public()).into(), + ::from(sp_runtime::AccountId32::from(acc.public())), cord_primitives::Signature::Sr25519(signature), extra, ) diff --git a/node/cli/src/service.rs b/node/cli/src/service.rs index 1a3f39671..a26ce8776 100644 --- a/node/cli/src/service.rs +++ b/node/cli/src/service.rs @@ -634,7 +634,7 @@ pub fn new_full_base::Hash>>( Vec::default(), )); - let (network, system_rpc_tx, tx_handler_controller, network_starter, sync_service) = + let (network, system_rpc_tx, tx_handler_controller, sync_service) = sc_service::build_network(sc_service::BuildNetworkParams { config: &config, net_config, @@ -907,7 +907,6 @@ pub fn new_full_base::Hash>>( ); } - network_starter.start_network(); Ok(NewFullBase { task_manager, client, diff --git a/node/testing/Cargo.toml b/node/testing/Cargo.toml index 75f71ee19..0a75c04d8 100644 --- a/node/testing/Cargo.toml +++ b/node/testing/Cargo.toml @@ -31,7 +31,7 @@ sc-client-api = { workspace = true } sc-client-db = { features = ["rocksdb"], workspace = true } sc-consensus = { workspace = true } sc-executor = { workspace = true } -sc-service = { features = ["rocksdb", "test-helpers"], workspace = true } +sc-service = { features = ["rocksdb"], workspace = true } sp-api = { workspace = true } sp-block-builder = { workspace = true } sp-blockchain = { workspace = true } diff --git a/runtimes/braid/src/lib.rs b/runtimes/braid/src/lib.rs index 7b39c5af9..39542b0c6 100644 --- a/runtimes/braid/src/lib.rs +++ b/runtimes/braid/src/lib.rs @@ -585,6 +585,7 @@ where frame_system::CheckWeight::::new(), pallet_transaction_payment::ChargeTransactionPayment::::from(tip), frame_metadata_hash_extension::CheckMetadataHash::new(false), + frame_system::WeightReclaim::::new(), ); let raw_payload = SignedPayload::new(call, tx_ext) .map_err(|e| { @@ -645,6 +646,7 @@ impl pallet_multisig::Config for Runtime { type DepositFactor = DepositFactor; type MaxSignatories = MaxSignatories; type WeightInfo = weights::pallet_multisig::WeightInfo; + type BlockNumberProvider = frame_system::Pallet; } parameter_types! { @@ -1249,6 +1251,7 @@ pub type TxExtension = ( frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, frame_metadata_hash_extension::CheckMetadataHash, + frame_system::WeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. diff --git a/runtimes/loom/src/lib.rs b/runtimes/loom/src/lib.rs index 3ee12fbdf..948445016 100644 --- a/runtimes/loom/src/lib.rs +++ b/runtimes/loom/src/lib.rs @@ -742,6 +742,7 @@ where frame_system::CheckWeight::::new(), pallet_transaction_payment::ChargeTransactionPayment::::from(tip), frame_metadata_hash_extension::CheckMetadataHash::new(false), + frame_system::WeightReclaim::::new(), ); let raw_payload = SignedPayload::new(call, tx_ext) .map_err(|e| { @@ -802,6 +803,7 @@ impl pallet_multisig::Config for Runtime { type DepositFactor = DepositFactor; type MaxSignatories = MaxSignatories; type WeightInfo = weights::pallet_multisig::WeightInfo; + type BlockNumberProvider = frame_system::Pallet; } parameter_types! { @@ -1424,6 +1426,7 @@ pub type TxExtension = ( frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, frame_metadata_hash_extension::CheckMetadataHash, + frame_system::WeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. @@ -1596,7 +1599,7 @@ impl_runtime_apis! { } fn current_set_id() -> sp_consensus_grandpa::SetId { - Grandpa::current_set_id() + pallet_grandpa::CurrentSetId::::get() } fn submit_report_equivocation_unsigned_extrinsic( diff --git a/runtimes/weave/Cargo.toml b/runtimes/weave/Cargo.toml index 035d0faba..46c21a98b 100644 --- a/runtimes/weave/Cargo.toml +++ b/runtimes/weave/Cargo.toml @@ -118,6 +118,7 @@ pallet-offences-benchmarking = { workspace = true, optional = true } pallet-paged-list = { workspace = true } pallet-preimage = { workspace = true } pallet-remark = { workspace = true } +pallet-revive = { workspace = true } pallet-root-offences = { workspace = true } pallet-root-testing = { workspace = true } pallet-sudo = { workspace = true } @@ -229,6 +230,7 @@ std = [ "pallet-paged-list/std", "pallet-preimage/std", "pallet-remark/std", + "pallet-revive/std", "pallet-root-offences/std", "pallet-root-testing/std", "pallet-sudo/std", @@ -319,6 +321,7 @@ runtime-benchmarks = [ "pallet-offences/runtime-benchmarks", "pallet-preimage/runtime-benchmarks", "pallet-remark/runtime-benchmarks", + "pallet-revive/runtime-benchmarks", "pallet-safe-mode/runtime-benchmarks", "pallet-scheduler/runtime-benchmarks", "pallet-session-benchmarking/runtime-benchmarks", @@ -374,6 +377,7 @@ try-runtime = [ "pallet-offences/try-runtime", "pallet-preimage/try-runtime", "pallet-remark/try-runtime", + "pallet-revive/try-runtime", "pallet-root-testing/try-runtime", "pallet-safe-mode/try-runtime", "pallet-scheduler/try-runtime", diff --git a/runtimes/weave/src/genesis_config_presets.rs b/runtimes/weave/src/genesis_config_presets.rs index 0ad3f9aba..04617a8a0 100644 --- a/runtimes/weave/src/genesis_config_presets.rs +++ b/runtimes/weave/src/genesis_config_presets.rs @@ -35,10 +35,6 @@ use sp_genesis_builder::PresetId; use sp_keyring::Sr25519Keyring; use sp_runtime::{traits::IdentifyAccount, Perbill}; -// #[cfg(not(feature = "std"))] -// use sp_std::alloc::format; -// use sp_std::{vec, vec::Vec}; - /// Helper function to generate a crypto pair from seed fn get_from_seed(seed: &str) -> ::Public { TPublic::Pair::from_string(&format!("//{}", seed), None) diff --git a/runtimes/weave/src/lib.rs b/runtimes/weave/src/lib.rs index 55b7d4ab4..27112a385 100644 --- a/runtimes/weave/src/lib.rs +++ b/runtimes/weave/src/lib.rs @@ -41,14 +41,19 @@ use frame_support::{ parameter_types, traits::{ fungible::{HoldConsideration, NativeFromLeft, NativeOrWithId, UnionOf}, - tokens::{imbalance::ResolveAssetTo, nonfungibles_v2::Inspect, pay::PayAssetFromAccount}, - AsEnsureOriginWithArg, ConstBool, ConstU128, ConstU32, Contains, EitherOfDiverse, - InsideBoth, KeyOwnerProofSystem, LinearStoragePrice, PrivilegeCmp, VariantCountOf, + tokens::{ + imbalance::{ResolveAssetTo, ResolveTo}, + nonfungibles_v2::Inspect, + pay::PayAssetFromAccount, + }, + AsEnsureOriginWithArg, ConstBool, ConstU128, ConstU32, ConstU64, Contains, EitherOfDiverse, + InsideBoth, KeyOwnerProofSystem, LinearStoragePrice, Nothing, PrivilegeCmp, VariantCountOf, }, weights::ConstantMultiplier, BoundedVec, PalletId, }; +use frame_system::limits::BlockWeights as SystemBlockWeights; use frame_system::{ EnsureRoot, EnsureRootWithSuccess, EnsureSigned, EnsureSignedBy, EnsureWithSuccess, }; @@ -58,6 +63,7 @@ pub use pallet_election_provider_multi_phase::{Call as EPMCall, GeometricDeposit use pallet_identity::legacy::IdentityInfo; use pallet_im_online::sr25519::AuthorityId as ImOnlineId; use pallet_nfts::PalletFeatures; +use pallet_revive::{evm::runtime::EthExtra, AddressMapper}; use pallet_session::historical as pallet_session_historical; use pallet_transaction_payment::{FeeDetails, FungibleAdapter, RuntimeDispatchInfo}; use pallet_tx_pause::RuntimeCallNameOf; @@ -68,7 +74,8 @@ use sp_consensus_beefy::{ mmr::MmrLeafVersion, }; use sp_consensus_grandpa::AuthorityId as GrandpaId; -use sp_core::{crypto::KeyTypeId, OpaqueMetadata}; +use sp_core::U256; +use sp_core::{crypto::KeyTypeId, OpaqueMetadata, H160}; use sp_inherents::{CheckInherentsResult, InherentData}; use sp_runtime::{ curve::PiecewiseLinear, @@ -333,6 +340,7 @@ impl pallet_multisig::Config for Runtime { type DepositFactor = DepositFactor; type MaxSignatories = ConstU32<100>; type WeightInfo = weights::pallet_multisig::WeightInfo; + type BlockNumberProvider = frame_system::Pallet; } /// Used the compare the privilege of an origin inside the scheduler. @@ -573,13 +581,15 @@ impl pallet_staking::BenchmarkingConfig for StakingBenchmarkingConfig { } impl pallet_staking::Config for Runtime { + type OldCurrency = Balances; type Currency = Balances; type CurrencyBalance = Balance; type UnixTime = Timestamp; type CurrencyToVote = CurrencyToVote; - type RewardRemainder = Treasury; + type RewardRemainder = ResolveTo; type RuntimeEvent = RuntimeEvent; - type Slash = Treasury; + type RuntimeHoldReason = RuntimeHoldReason; + type Slash = ResolveTo; type Reward = (); type SessionsPerEra = SessionsPerEra; type BondingDuration = BondingDuration; @@ -601,7 +611,7 @@ impl pallet_staking::Config for Runtime { type EventListeners = NominationPools; type WeightInfo = weights::pallet_staking::WeightInfo; type BenchmarkingConfig = StakingBenchmarkingConfig; - type DisablingStrategy = pallet_staking::UpToLimitDisablingStrategy; + type DisablingStrategy = pallet_staking::UpToLimitWithReEnablingDisablingStrategy; } impl pallet_fast_unstake::Config for Runtime { @@ -988,6 +998,7 @@ where frame_system::CheckWeight::::new(), pallet_asset_conversion_tx_payment::ChargeAssetTxPayment::::from(tip, None), frame_metadata_hash_extension::CheckMetadataHash::new(false), + frame_system::WeightReclaim::::new(), ); let raw_payload = SignedPayload::new(call, tx_ext) .map_err(|e| { @@ -1296,6 +1307,7 @@ impl pallet_nfts::Config for Runtime { type Helper = (); type CreateOrigin = AsEnsureOriginWithArg>; type Locker = (); + type BlockNumberProvider = frame_system::Pallet; } parameter_types! { @@ -1472,6 +1484,42 @@ impl pallet_verify_signature::Config for Runtime { type BenchmarkHelper = (); } +impl pallet_revive::Config for Runtime { + type Time = Timestamp; + type Currency = Balances; + type RuntimeEvent = RuntimeEvent; + type RuntimeCall = RuntimeCall; + type CallFilter = Nothing; + type DepositPerItem = DepositPerItem; + type DepositPerByte = DepositPerByte; + type WeightPrice = pallet_transaction_payment::Pallet; + type WeightInfo = pallet_revive::weights::SubstrateWeight; + type ChainExtension = (); + type AddressMapper = pallet_revive::AccountId32Mapper; + type RuntimeMemory = ConstU32<{ 128 * 1024 * 1024 }>; + type PVFMemory = ConstU32<{ 512 * 1024 * 1024 }>; + type UnsafeUnstableInterface = ConstBool; + type UploadOrigin = EnsureSigned; + type InstantiateOrigin = EnsureSigned; + type RuntimeHoldReason = RuntimeHoldReason; + type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; + type Xcm = (); + type ChainId = ConstU64<420_420_421>; + type NativeToEthRatio = ConstU32<1_000_000>; // 10^(18 - 12) Eth is 10^18, Native is 10^12. + type EthGasEncoder = (); +} + +impl TryFrom for pallet_revive::Call { + type Error = (); + + fn try_from(value: RuntimeCall) -> Result { + match value { + RuntimeCall::Revive(call) => Ok(call), + _ => Err(()), + } + } +} + parameter_types! { pub MbmServiceWeight: Weight = Perbill::from_percent(80) * BlockWeights::get().max_block; } @@ -1670,6 +1718,10 @@ mod runtime { #[runtime::pallet_index(106)] pub type VerifySignature = pallet_verify_signature::Pallet; + // Experimental EVM Pallet + #[runtime::pallet_index(107)] + pub type Revive = pallet_revive::Pallet; + #[runtime::pallet_index(255)] pub type Sudo = pallet_sudo::Pallet; } @@ -1695,11 +1747,40 @@ pub type TxExtension = ( frame_system::CheckWeight, pallet_asset_conversion_tx_payment::ChargeAssetTxPayment, frame_metadata_hash_extension::CheckMetadataHash, + frame_system::WeightReclaim, ); +/// Default extensions applied to Ethereum transactions. +#[derive(Clone, PartialEq, Eq, Debug)] +pub struct EthExtraImpl; + +impl EthExtra for EthExtraImpl { + type Config = Runtime; + type Extension = TxExtension; + + fn get_eth_extension(nonce: u32, tip: Balance) -> Self::Extension { + ( + frame_system::CheckNonZeroSender::::new(), + frame_system::CheckSpecVersion::::new(), + frame_system::CheckTxVersion::::new(), + frame_system::CheckGenesis::::new(), + frame_system::CheckMortality::from(generic::Era::Immortal), + frame_system::CheckNonce::::from(nonce), + frame_system::CheckWeight::::new(), + pallet_asset_conversion_tx_payment::ChargeAssetTxPayment::::from(tip, None), + frame_metadata_hash_extension::CheckMetadataHash::::new(false), + frame_system::WeightReclaim::::new(), + ) + .into() + } +} + /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = - generic::UncheckedExtrinsic; + pallet_revive::evm::runtime::UncheckedExtrinsic; +/// Unchecked signature payload type as expected by this runtime. +pub type UncheckedSignaturePayload = + generic::UncheckedSignaturePayload; /// The payload being signed in transactions. pub type SignedPayload = generic::SignedPayload; /// Extrinsic type that has already been checked. @@ -1939,7 +2020,7 @@ impl_runtime_apis! { } fn current_set_id() -> sp_consensus_grandpa::SetId { - Grandpa::current_set_id() + pallet_grandpa::CurrentSetId::::get() } fn submit_report_equivocation_unsigned_extrinsic( @@ -2190,6 +2271,100 @@ impl_runtime_apis! { } } + impl pallet_revive::ReviveApi for Runtime + { + fn balance(address: H160) -> U256 { + Revive::evm_balance(&address) + } + + fn block_gas_limit() -> U256 { + Revive::evm_block_gas_limit() + } + + fn nonce(address: H160) -> Nonce { + let account = ::AddressMapper::to_account_id(&address); + System::account_nonce(account) + } + + fn eth_transact(tx: pallet_revive::evm::GenericTransaction) -> Result, pallet_revive::EthTransactError> + { + let blockweights: SystemBlockWeights = ::BlockWeights::get(); + + let encoded_size = |pallet_call| { + let call = RuntimeCall::Revive(pallet_call); + let uxt: UncheckedExtrinsic = sp_runtime::generic::UncheckedExtrinsic::new_bare(call).into(); + uxt.encoded_size() as u32 + }; + + Revive::bare_eth_transact( + tx, + blockweights.max_block, + encoded_size, + ) + } + + fn call( + origin: AccountId, + dest: H160, + value: Balance, + gas_limit: Option, + storage_deposit_limit: Option, + input_data: Vec, + ) -> pallet_revive::ContractResult { + Revive::bare_call( + RuntimeOrigin::signed(origin), + dest, + value, + gas_limit.unwrap_or(BlockWeights::get().max_block), + pallet_revive::DepositLimit::Balance(storage_deposit_limit.unwrap_or(u128::MAX)), + input_data, + ) + } + + fn instantiate( + origin: AccountId, + value: Balance, + gas_limit: Option, + storage_deposit_limit: Option, + code: pallet_revive::Code, + data: Vec, + salt: Option<[u8; 32]>, + ) -> pallet_revive::ContractResult + { + Revive::bare_instantiate( + RuntimeOrigin::signed(origin), + value, + gas_limit.unwrap_or(BlockWeights::get().max_block), + pallet_revive::DepositLimit::Balance(storage_deposit_limit.unwrap_or(u128::MAX)), + code, + data, + salt, + ) + } + + fn upload_code( + origin: AccountId, + code: Vec, + storage_deposit_limit: Option, + ) -> pallet_revive::CodeUploadResult + { + Revive::bare_upload_code( + RuntimeOrigin::signed(origin), + code, + storage_deposit_limit.unwrap_or(u128::MAX), + ) + } + + fn get_storage( + address: H160, + key: [u8; 32], + ) -> pallet_revive::GetStorageResult { + Revive::get_storage( + address, + key + ) + } + } impl pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi< Block, diff --git a/runtimes/weave/src/weights/pallet_beefy_mmr.rs b/runtimes/weave/src/weights/pallet_beefy_mmr.rs index 02dd1b3e6..c899c5b9c 100644 --- a/runtimes/weave/src/weights/pallet_beefy_mmr.rs +++ b/runtimes/weave/src/weights/pallet_beefy_mmr.rs @@ -24,27 +24,56 @@ use frame_support::{traits::Get, weights::Weight}; use core::marker::PhantomData; -/// Weight functions for `pallet_balances`. +/// Weight functions for `pallet_beefy_mmr`. pub struct WeightInfo(PhantomData); impl pallet_beefy_mmr::WeightInfo for WeightInfo { + /// The range of component `n` is `[2, 512]`. + fn n_leafs_proof_is_optimal(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 622_000 picoseconds. + Weight::from_parts(1_166_954, 0) + .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 65 + .saturating_add(Weight::from_parts(1_356, 0).saturating_mul(n.into())) + } + /// Storage: `System::BlockHash` (r:1 w:0) + /// Proof: `System::BlockHash` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) fn extract_validation_context() -> Weight { - Weight::from_parts(0, 0) - .saturating_add(Weight::from_parts(0, 0)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Proof Size summary in bytes: + // Measured: `68` + // Estimated: `3509` + // Minimum execution time: 6_272_000 picoseconds. + Weight::from_parts(6_452_000, 0) + .saturating_add(Weight::from_parts(0, 3509)) + .saturating_add(T::DbWeight::get().reads(1)) } - + /// Storage: `Mmr::Nodes` (r:1 w:0) + /// Proof: `Mmr::Nodes` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) fn read_peak() -> Weight { - Weight::from_parts(0, 0) - .saturating_add(Weight::from_parts(0, 0)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Proof Size summary in bytes: + // Measured: `254` + // Estimated: `3505` + // Minimum execution time: 6_576_000 picoseconds. + Weight::from_parts(6_760_000, 0) + .saturating_add(Weight::from_parts(0, 3505)) + .saturating_add(T::DbWeight::get().reads(1)) } - - fn n_items_proof_is_non_canonical(_: u32, ) -> Weight { - Weight::from_parts(0, 0) - .saturating_add(Weight::from_parts(0, 0)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + /// Storage: `Mmr::RootHash` (r:1 w:0) + /// Proof: `Mmr::RootHash` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: `Mmr::NumberOfLeaves` (r:1 w:0) + /// Proof: `Mmr::NumberOfLeaves` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) + /// The range of component `n` is `[2, 512]`. + fn n_items_proof_is_non_canonical(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `246` + // Estimated: `1517` + // Minimum execution time: 12_538_000 picoseconds. + Weight::from_parts(24_516_023, 0) + .saturating_add(Weight::from_parts(0, 1517)) + // Standard Error: 1_923 + .saturating_add(Weight::from_parts(1_426_781, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(2)) } } diff --git a/runtimes/weave/src/weights/pallet_staking.rs b/runtimes/weave/src/weights/pallet_staking.rs index 26b711401..8183af44e 100644 --- a/runtimes/weave/src/weights/pallet_staking.rs +++ b/runtimes/weave/src/weights/pallet_staking.rs @@ -825,4 +825,26 @@ impl pallet_staking::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } + /// Storage: `Staking::VirtualStakers` (r:1 w:0) + /// Proof: `Staking::VirtualStakers` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Staking::Bonded` (r:1 w:0) + /// Proof: `Staking::Bonded` (`max_values`: None, `max_size`: Some(72), added: 2547, mode: `MaxEncodedLen`) + /// Storage: `Staking::Ledger` (r:1 w:0) + /// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, mode: `MaxEncodedLen`) + /// Storage: `Balances::Locks` (r:1 w:1) + /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) + /// Storage: `Balances::Holds` (r:1 w:1) + /// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(103), added: 2578, mode: `MaxEncodedLen`) + /// Storage: `Balances::Freezes` (r:1 w:0) + /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`) + fn migrate_currency() -> Weight { + // Proof Size summary in bytes: + // Measured: `1209` + // Estimated: `4764` + // Minimum execution time: 91_790_000 picoseconds. + Weight::from_parts(92_991_000, 0) + .saturating_add(Weight::from_parts(0, 4764)) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().writes(2)) + } } diff --git a/test-utils/client/Cargo.toml b/test-utils/client/Cargo.toml index cd3958208..60a3d524c 100644 --- a/test-utils/client/Cargo.toml +++ b/test-utils/client/Cargo.toml @@ -27,7 +27,7 @@ sc-client-db = { features = ["test-helpers"], workspace = true } sc-consensus = { workspace = true } sc-executor = { workspace = true } sc-offchain = { workspace = true } -sc-service = { features = ["test-helpers"], workspace = true } +sc-service = { workspace = true } sp-blockchain = { workspace = true } sp-consensus = { workspace = true } sp-core = { workspace = true } diff --git a/test-utils/runtime/Cargo.toml b/test-utils/runtime/Cargo.toml index a30d74fd4..30ca8bc38 100644 --- a/test-utils/runtime/Cargo.toml +++ b/test-utils/runtime/Cargo.toml @@ -44,7 +44,7 @@ sp-consensus-grandpa = { features = ["serde"], workspace = true } sp-trie = { workspace = true } sp-transaction-pool = { workspace = true } trie-db = { workspace = true } -sc-service = { features = ["test-helpers"], workspace = true, optional = true } +sc-service = { workspace = true, optional = true } sp-state-machine = { workspace = true } sp-externalities = { workspace = true } sp-crypto-hashing = { workspace = true } diff --git a/test-utils/service/Cargo.toml b/test-utils/service/Cargo.toml index b34f2e2f9..7c886ef03 100644 --- a/test-utils/service/Cargo.toml +++ b/test-utils/service/Cargo.toml @@ -31,7 +31,7 @@ sc-consensus = { workspace = true } sc-executor = { workspace = true } sc-network = { workspace = true } sc-network-sync = { workspace = true } -sc-service = { features = ["test-helpers"], workspace = true } +sc-service = { workspace = true } sc-transaction-pool-api = { workspace = true } sp-api = { workspace = true } sp-blockchain = { workspace = true }