diff --git a/Cargo.lock b/Cargo.lock index fa17b62db..e18c2717f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -27,7 +27,7 @@ version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" dependencies = [ - "gimli 0.28.0", + "gimli 0.28.1", ] [[package]] @@ -632,12 +632,12 @@ dependencies = [ [[package]] name = "async-channel" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d37875bd9915b7d67c2f117ea2c30a0989874d0b2cb694fe25403c85763c0c9e" +checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c" dependencies = [ "concurrent-queue", - "event-listener 3.1.0", + "event-listener 4.0.0", "event-listener-strategy", "futures-core", "pin-project-lite 0.2.13", @@ -645,11 +645,11 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.7.2" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc5ea910c42e5ab19012bab31f53cb4d63d54c3a27730f9a833a88efcf4bb52d" +checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" dependencies = [ - "async-lock 3.1.1", + "async-lock 3.1.2", "async-task", "concurrent-queue", "fastrand 2.0.1", @@ -691,22 +691,21 @@ dependencies = [ [[package]] name = "async-io" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41ed9d5715c2d329bf1b4da8d60455b99b187f27ba726df2883799af9af60997" +checksum = "d6d3b15875ba253d1110c740755e246537483f152fa334f91abd7fe84c88b3ff" dependencies = [ - "async-lock 3.1.1", + "async-lock 3.1.2", "cfg-if", "concurrent-queue", "futures-io", "futures-lite 2.0.1", "parking", - "polling 3.3.0", + "polling 3.3.1", "rustix 0.38.25", "slab", "tracing", - "waker-fn", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -720,11 +719,11 @@ dependencies = [ [[package]] name = "async-lock" -version = "3.1.1" +version = "3.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "655b9c7fe787d3b25cc0f804a1a8401790f0c5bc395beb5a64dc77d8de079105" +checksum = "dea8b3453dd7cc96711834b75400d671b73e3656975fa68d9f277163b7f7e316" dependencies = [ - "event-listener 3.1.0", + "event-listener 4.0.0", "event-listener-strategy", "pin-project-lite 0.2.13", ] @@ -763,7 +762,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" dependencies = [ - "async-io 2.2.0", + "async-io 2.2.1", "async-lock 2.8.0", "atomic-waker", "cfg-if", @@ -918,7 +917,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "hash-db", "log", @@ -1120,8 +1119,8 @@ version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" dependencies = [ - "async-channel 2.1.0", - "async-lock 3.1.1", + "async-channel 2.1.1", + "async-lock 3.1.2", "async-task", "fastrand 2.0.1", "futures-io", @@ -1470,9 +1469,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.8" +version = "4.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64" +checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272" dependencies = [ "clap_builder", "clap_derive", @@ -1480,9 +1479,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.8" +version = "4.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc" +checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1" dependencies = [ "anstream", "anstyle", @@ -1571,7 +1570,7 @@ dependencies = [ [[package]] name = "common" version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#9d79ccf8bb72b132262ccc86e4e42e4396d1bfb8" +source = "git+https://github.com/w3f/ring-proof#42c091b62bb8cec4a28c1a635f6cbcda9fee1d93" dependencies = [ "ark-ec", "ark-ff", @@ -2010,7 +2009,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "clap", "parity-scale-codec", @@ -2027,7 +2026,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2050,7 +2049,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2092,7 +2091,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2121,7 +2120,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "anyhow", "async-trait", @@ -2136,7 +2135,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -2159,7 +2158,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2182,7 +2181,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2206,7 +2205,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2241,7 +2240,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2272,9 +2271,9 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.39", @@ -2283,7 +2282,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2297,7 +2296,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2314,7 +2313,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2337,7 +2336,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2357,7 +2356,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2381,7 +2380,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2399,7 +2398,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "array-bytes 6.2.0", "async-trait", @@ -2434,7 +2433,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2472,7 +2471,7 @@ dependencies = [ [[package]] name = "cumulus-test-client" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", @@ -2504,7 +2503,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -2518,7 +2517,7 @@ dependencies = [ [[package]] name = "cumulus-test-runtime" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -2550,7 +2549,7 @@ dependencies = [ [[package]] name = "cumulus-test-service" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "clap", @@ -3029,18 +3028,18 @@ dependencies = [ [[package]] name = "docify" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4235e9b248e2ba4b92007fe9c646f3adf0ffde16dc74713eacc92b8bc58d8d2f" +checksum = "7cc4fd38aaa9fb98ac70794c82a00360d1e165a87fbf96a8a91f9dfc602aaee2" dependencies = [ "docify_macros", ] [[package]] name = "docify_macros" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47020e12d7c7505670d1363dd53d6c23724f71a90a3ae32ff8eba40de8404626" +checksum = "63fa215f3a0d40fb2a221b3aa90d8e1fbb8379785a990cb60d62ac71ebdc6460" dependencies = [ "common-path", "derive-syn-parse", @@ -3050,7 +3049,7 @@ dependencies = [ "regex", "syn 2.0.39", "termcolor", - "toml 0.7.8", + "toml 0.8.8", "walkdir", ] @@ -3122,7 +3121,7 @@ dependencies = [ "elliptic-curve 0.13.8", "rfc6979 0.4.0", "signature 2.2.0", - "spki 0.7.2", + "spki 0.7.3", ] [[package]] @@ -3172,7 +3171,7 @@ checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek 4.1.1", "ed25519", - "hashbrown 0.14.2", + "hashbrown 0.14.3", "hex", "rand_core 0.6.4", "sha2 0.10.8", @@ -3302,12 +3301,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8" +checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" dependencies = [ "libc", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -3354,13 +3353,24 @@ dependencies = [ "pin-project-lite 0.2.13", ] +[[package]] +name = "event-listener" +version = "4.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "770d968249b5d99410d61f5bf89057f3199a077a04d087092f58e7d10692baae" +dependencies = [ + "concurrent-queue", + "parking", + "pin-project-lite 0.2.13", +] + [[package]] name = "event-listener-strategy" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d96b852f1345da36d551b9473fa1e2b1eb5c5195585c6c018118bc92a8d91160" +checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" dependencies = [ - "event-listener 3.1.0", + "event-listener 4.0.0", "pin-project-lite 0.2.13", ] @@ -3443,7 +3453,7 @@ checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd" dependencies = [ "expander 0.0.4", "indexmap 1.9.3", - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 1.0.109", @@ -3583,16 +3593,16 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", ] [[package]] name = "form_urlencoded" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" +checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" dependencies = [ "percent-encoding", ] @@ -3606,7 +3616,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-support", "frame-support-procedural", @@ -3631,7 +3641,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "Inflector", "array-bytes 6.2.0", @@ -3679,9 +3689,9 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.39", @@ -3690,7 +3700,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3707,7 +3717,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-support", "frame-system", @@ -3737,7 +3747,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "indicatif", @@ -3758,7 +3768,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "aquamarine", "bitflags 1.3.2", @@ -3798,7 +3808,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "Inflector", "cfg-expr", @@ -3817,10 +3827,10 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-support-procedural-tools-derive", - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.39", @@ -3829,7 +3839,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "proc-macro2", "quote", @@ -3839,7 +3849,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "cfg-if", "frame-support", @@ -3858,7 +3868,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -3873,7 +3883,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "sp-api", @@ -3882,7 +3892,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-support", "parity-scale-codec", @@ -4166,9 +4176,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" +checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "glob" @@ -4178,15 +4188,15 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "globset" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" +checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" dependencies = [ "aho-corasick", "bstr", - "fnv", "log", - "regex", + "regex-automata 0.4.3", + "regex-syntax 0.8.2", ] [[package]] @@ -4285,9 +4295,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.2" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" +checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" dependencies = [ "ahash 0.8.6", "allocator-api2", @@ -4300,7 +4310,7 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" dependencies = [ - "hashbrown 0.14.2", + "hashbrown 0.14.3", ] [[package]] @@ -4489,7 +4499,7 @@ dependencies = [ "rustls-native-certs", "tokio", "tokio-rustls", - "webpki-roots 0.25.2", + "webpki-roots 0.25.3", ] [[package]] @@ -4534,9 +4544,9 @@ dependencies = [ [[package]] name = "idna" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" dependencies = [ "unicode-bidi", "unicode-normalization", @@ -4558,7 +4568,7 @@ version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e" dependencies = [ - "async-io 2.2.0", + "async-io 2.2.1", "core-foundation", "fnv", "futures", @@ -4646,7 +4656,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" dependencies = [ "equivalent", - "hashbrown 0.14.2", + "hashbrown 0.14.3", ] [[package]] @@ -4810,9 +4820,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.65" +version = "0.3.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8" +checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca" dependencies = [ "wasm-bindgen", ] @@ -4850,7 +4860,7 @@ dependencies = [ "tokio-rustls", "tokio-util", "tracing", - "webpki-roots 0.25.2", + "webpki-roots 0.25.3", ] [[package]] @@ -4907,7 +4917,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44e8ab85614a08792b9bff6c8feee23be78c98d0182d4c622c05256ab553892a" dependencies = [ "heck", - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 1.0.109", @@ -5975,7 +5985,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "log", @@ -5994,7 +6004,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "anyhow", "jsonrpsee", @@ -6099,7 +6109,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd" dependencies = [ - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro-error", "proc-macro2", "quote", @@ -6498,7 +6508,7 @@ dependencies = [ "indexmap 2.1.0", "itertools 0.11.0", "petgraph", - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 1.0.109", @@ -6538,7 +6548,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6553,7 +6563,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6571,7 +6581,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6587,7 +6597,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-support", "frame-system", @@ -6603,7 +6613,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-support", "frame-system", @@ -6617,7 +6627,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6641,7 +6651,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6656,7 +6666,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-support", "frame-system", @@ -6676,7 +6686,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "array-bytes 6.2.0", "binary-merkle-tree", @@ -6701,7 +6711,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6719,7 +6729,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6738,7 +6748,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "3.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6757,7 +6767,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6774,7 +6784,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6791,7 +6801,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6809,7 +6819,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6832,7 +6842,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6846,7 +6856,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6865,7 +6875,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "docify", "frame-benchmarking", @@ -6884,7 +6894,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -6902,7 +6912,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6925,7 +6935,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6941,7 +6951,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6961,7 +6971,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6978,7 +6988,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -6995,7 +7005,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7014,7 +7024,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7032,7 +7042,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7048,7 +7058,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7064,7 +7074,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-support", "frame-system", @@ -7081,7 +7091,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7098,7 +7108,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7113,7 +7123,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7131,7 +7141,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7146,7 +7156,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7164,7 +7174,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "docify", "frame-benchmarking", @@ -7182,7 +7192,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-support", "frame-system", @@ -7204,7 +7214,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7222,7 +7232,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7244,9 +7254,9 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.39", @@ -7255,7 +7265,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "log", "sp-arithmetic", @@ -7264,7 +7274,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7281,7 +7291,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "docify", "frame-benchmarking", @@ -7297,7 +7307,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "docify", "frame-benchmarking", @@ -7317,7 +7327,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7336,7 +7346,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-support", "frame-system", @@ -7352,7 +7362,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7368,7 +7378,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7380,7 +7390,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "docify", "frame-benchmarking", @@ -7399,7 +7409,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7415,7 +7425,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7430,7 +7440,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7445,7 +7455,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7466,7 +7476,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-benchmarking", "frame-support", @@ -7485,7 +7495,7 @@ dependencies = [ [[package]] name = "parachain-info" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -7520,7 +7530,7 @@ dependencies = [ name = "parachain-template-node" version = "0.1.0" dependencies = [ - "async-io 2.2.0", + "async-io 2.2.1", "clap", "color-print", "cumulus-client-cli", @@ -7538,6 +7548,7 @@ dependencies = [ "parity-scale-codec", "polkadot-cli", "polkadot-primitives", + "polkadot-service", "sc-basic-authorship", "sc-chain-spec", "sc-cli", @@ -7573,7 +7584,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -7626,9 +7637,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.6.5" +version = "3.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dec8a8073036902368c2cdc0387e85ff9a37054d7e7c98e592145e0c92cd4fb" +checksum = "881331e34fa842a2fb61cc2db9643a8fedc615e47cfcc52597d1af0db9a7e8fe" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -7641,11 +7652,11 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.6.5" +version = "3.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "312270ee71e1cd70289dacf597cab7b207aa107d2f28191c2ae45b2ece18a260" +checksum = "be30eaf4b0a9fba5336683b38de57bb86d179a35862ba6bfcf57625d006bde5b" dependencies = [ - "proc-macro-crate", + "proc-macro-crate 2.0.0", "proc-macro2", "quote", "syn 1.0.109", @@ -7811,9 +7822,9 @@ dependencies = [ [[package]] name = "percent-encoding" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" @@ -7936,7 +7947,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" dependencies = [ "der 0.7.8", - "spki 0.7.2", + "spki 0.7.3", ] [[package]] @@ -7995,7 +8006,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "futures-timer", @@ -8013,7 +8024,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "always-assert", "futures", @@ -8029,7 +8040,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "derive_more", "fatality", @@ -8052,7 +8063,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "fatality", @@ -8074,7 +8085,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "1.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "clap", "frame-benchmarking-cli", @@ -8101,7 +8112,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bitvec", "fatality", @@ -8123,7 +8134,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "scale-info", @@ -8135,7 +8146,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "derive_more", "fatality", @@ -8160,7 +8171,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -8174,7 +8185,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "futures-timer", @@ -8195,7 +8206,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "always-assert", "async-trait", @@ -8218,7 +8229,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "parity-scale-codec", @@ -8236,7 +8247,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bitvec", "derive_more", @@ -8265,7 +8276,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bitvec", "futures", @@ -8287,7 +8298,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bitvec", "fatality", @@ -8306,7 +8317,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "polkadot-node-subsystem", @@ -8321,7 +8332,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "futures", @@ -8342,7 +8353,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "polkadot-node-metrics", @@ -8357,7 +8368,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "futures-timer", @@ -8374,7 +8385,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "fatality", "futures", @@ -8393,7 +8404,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "futures", @@ -8410,7 +8421,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bitvec", "fatality", @@ -8427,7 +8438,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bitvec", "fatality", @@ -8444,7 +8455,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "always-assert", "cfg-if", @@ -8473,7 +8484,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "polkadot-node-primitives", @@ -8489,7 +8500,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "cfg-if", "cpu-time", @@ -8513,7 +8524,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "polkadot-node-metrics", @@ -8528,7 +8539,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "lazy_static", "log", @@ -8546,7 +8557,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bs58 0.5.0", "futures", @@ -8565,7 +8576,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -8589,7 +8600,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bounded-vec", "futures", @@ -8611,7 +8622,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -8621,7 +8632,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "derive_more", @@ -8646,7 +8657,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "derive_more", @@ -8681,7 +8692,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "futures", @@ -8703,7 +8714,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bounded-collections", "derive_more", @@ -8720,7 +8731,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bitvec", "hex-literal", @@ -8746,7 +8757,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -8778,7 +8789,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bitvec", "frame-benchmarking", @@ -8827,7 +8838,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bs58 0.5.0", "frame-benchmarking", @@ -8840,7 +8851,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -8886,7 +8897,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "frame-benchmarking", @@ -8898,7 +8909,6 @@ dependencies = [ "hex-literal", "is_executable", "kvdb", - "kvdb-rocksdb", "log", "mmr-gadget", "pallet-babe", @@ -9002,7 +9012,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -9026,7 +9036,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -9036,7 +9046,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bitvec", "frame-election-provider-support", @@ -9098,7 +9108,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-system", "futures", @@ -9165,16 +9175,16 @@ dependencies = [ [[package]] name = "polling" -version = "3.3.0" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e53b6af1f60f36f8c2ac2aad5459d75a5a9b4be1e8cdd40264f315d78193e531" +checksum = "cf63fa624ab313c11656b4cda960bfc46c410187ad493c41f6ba2d8c1e991c9e" dependencies = [ "cfg-if", "concurrent-queue", "pin-project-lite 0.2.13", "rustix 0.38.25", "tracing", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -9317,7 +9327,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" dependencies = [ "once_cell", - "toml_edit", + "toml_edit 0.19.15", +] + +[[package]] +name = "proc-macro-crate" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" +dependencies = [ + "toml_edit 0.20.7", ] [[package]] @@ -9357,9 +9376,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.69" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" +checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" dependencies = [ "unicode-ident", ] @@ -9838,7 +9857,7 @@ dependencies = [ [[package]] name = "ring" version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#9d79ccf8bb72b132262ccc86e4e42e4396d1bfb8" +source = "git+https://github.com/w3f/ring-proof#42c091b62bb8cec4a28c1a635f6cbcda9fee1d93" dependencies = [ "ark-ec", "ark-ff", @@ -9868,9 +9887,9 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.5" +version = "0.17.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" +checksum = "684d5e6e18f669ccebf64a92236bb7db9a34f07be010e3627368182027180866" dependencies = [ "cc", "getrandom 0.2.11", @@ -9903,7 +9922,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -9998,7 +10017,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-support", "polkadot-primitives", @@ -10194,7 +10213,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9" dependencies = [ "log", - "ring 0.17.5", + "ring 0.17.6", "rustls-webpki", "sct 0.7.1", ] @@ -10226,7 +10245,7 @@ version = "0.101.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.17.5", + "ring 0.17.6", "untrusted 0.9.0", ] @@ -10285,7 +10304,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "log", "sp-core", @@ -10296,7 +10315,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "futures", @@ -10324,7 +10343,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "futures-timer", @@ -10347,7 +10366,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10362,7 +10381,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10381,9 +10400,9 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.39", @@ -10392,7 +10411,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "array-bytes 6.2.0", "chrono", @@ -10432,7 +10451,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "fnv", "futures", @@ -10459,7 +10478,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "hash-db", "kvdb", @@ -10485,7 +10504,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "futures", @@ -10510,7 +10529,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "futures", @@ -10539,7 +10558,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "fork-tree", @@ -10574,7 +10593,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "jsonrpsee", @@ -10596,7 +10615,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "array-bytes 6.2.0", "async-channel 1.9.0", @@ -10630,7 +10649,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "jsonrpsee", @@ -10649,7 +10668,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10662,7 +10681,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "ahash 0.8.6", "array-bytes 6.2.0", @@ -10703,7 +10722,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "finality-grandpa", "futures", @@ -10723,7 +10742,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "assert_matches", "async-trait", @@ -10758,7 +10777,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "futures", @@ -10781,7 +10800,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -10803,7 +10822,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10815,7 +10834,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "anyhow", "cfg-if", @@ -10833,7 +10852,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "ansi_term", "futures", @@ -10849,7 +10868,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "array-bytes 6.2.0", "parking_lot 0.12.1", @@ -10863,7 +10882,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.1.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -10891,7 +10910,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "array-bytes 6.2.0", "async-channel 1.9.0", @@ -10932,7 +10951,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-channel 1.9.0", "cid", @@ -10952,7 +10971,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -10969,7 +10988,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "ahash 0.8.6", "futures", @@ -10987,7 +11006,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "array-bytes 6.2.0", "async-channel 1.9.0", @@ -11008,7 +11027,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "array-bytes 6.2.0", "async-channel 1.9.0", @@ -11043,7 +11062,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "array-bytes 6.2.0", "futures", @@ -11061,7 +11080,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "array-bytes 6.2.0", "bytes", @@ -11095,7 +11114,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11104,7 +11123,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "jsonrpsee", @@ -11136,7 +11155,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11156,7 +11175,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "http", "jsonrpsee", @@ -11171,7 +11190,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "array-bytes 6.2.0", "futures", @@ -11199,7 +11218,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "directories", @@ -11263,7 +11282,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "log", "parity-scale-codec", @@ -11274,7 +11293,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "clap", "fs4", @@ -11288,7 +11307,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11307,7 +11326,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "libc", @@ -11326,7 +11345,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "chrono", "futures", @@ -11345,7 +11364,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "ansi_term", "atty", @@ -11374,9 +11393,9 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.39", @@ -11385,7 +11404,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "futures", @@ -11411,7 +11430,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "futures", @@ -11427,7 +11446,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-channel 1.9.0", "futures", @@ -11459,7 +11478,7 @@ version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "abf2c68b89cafb3b8d918dd07b42be0da66ff202cf1155c5739a4e0c1ea0dc19" dependencies = [ - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 1.0.109", @@ -11547,7 +11566,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.17.5", + "ring 0.17.6", "untrusted 0.9.0", ] @@ -11872,7 +11891,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "enumn", "parity-scale-codec", @@ -11935,7 +11954,7 @@ dependencies = [ "fnv", "futures-lite 1.13.0", "futures-util", - "hashbrown 0.14.2", + "hashbrown 0.14.3", "hex", "hmac 0.12.1", "itertools 0.11.0", @@ -11984,7 +12003,7 @@ dependencies = [ "futures-channel", "futures-lite 1.13.0", "futures-util", - "hashbrown 0.14.2", + "hashbrown 0.14.3", "hex", "itertools 0.11.0", "log", @@ -12020,7 +12039,7 @@ dependencies = [ "chacha20poly1305", "curve25519-dalek 4.1.1", "rand_core 0.6.4", - "ring 0.17.5", + "ring 0.17.6", "rustc_version", "sha2 0.10.8", "subtle 2.4.1", @@ -12066,7 +12085,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "hash-db", "log", @@ -12087,12 +12106,12 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "Inflector", "blake2 0.10.6", "expander 2.0.0", - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.39", @@ -12101,7 +12120,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "scale-info", @@ -12114,7 +12133,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "integer-sqrt", "num-traits", @@ -12128,7 +12147,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "scale-info", @@ -12141,7 +12160,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "sp-api", "sp-inherents", @@ -12152,7 +12171,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "futures", "log", @@ -12170,7 +12189,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "futures", @@ -12185,7 +12204,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "parity-scale-codec", @@ -12202,7 +12221,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "parity-scale-codec", @@ -12221,7 +12240,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "lazy_static", "parity-scale-codec", @@ -12240,7 +12259,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "finality-grandpa", "log", @@ -12258,7 +12277,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "scale-info", @@ -12270,7 +12289,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "array-bytes 6.2.0", "bandersnatch_vrfs", @@ -12317,7 +12336,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "blake2b_simd", "byteorder", @@ -12330,7 +12349,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "quote", "sp-core-hashing", @@ -12340,7 +12359,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12349,7 +12368,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "proc-macro2", "quote", @@ -12359,7 +12378,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "environmental", "parity-scale-codec", @@ -12370,7 +12389,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "serde_json", "sp-api", @@ -12381,7 +12400,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -12395,7 +12414,7 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bytes", "ed25519-dalek", @@ -12419,7 +12438,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "lazy_static", "sp-core", @@ -12430,7 +12449,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -12442,7 +12461,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "thiserror", "zstd 0.12.4", @@ -12451,7 +12470,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -12462,7 +12481,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.1.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "scale-info", @@ -12474,7 +12493,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12492,7 +12511,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "scale-info", @@ -12506,7 +12525,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "sp-api", "sp-core", @@ -12516,7 +12535,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "backtrace", "lazy_static", @@ -12526,7 +12545,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "rustc-hash", "serde", @@ -12536,7 +12555,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "either", "hash256-std-hasher", @@ -12558,7 +12577,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12576,10 +12595,10 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "Inflector", - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.39", @@ -12588,7 +12607,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "scale-info", @@ -12603,7 +12622,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -12617,7 +12636,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "hash-db", "log", @@ -12638,7 +12657,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "aes-gcm 0.10.3", "curve25519-dalek 4.1.1", @@ -12662,12 +12681,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12680,7 +12699,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "parity-scale-codec", @@ -12693,7 +12712,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "sp-std", @@ -12705,7 +12724,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "sp-api", "sp-runtime", @@ -12714,7 +12733,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "parity-scale-codec", @@ -12729,7 +12748,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "ahash 0.8.6", "hash-db", @@ -12753,7 +12772,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12770,7 +12789,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12781,7 +12800,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -12794,7 +12813,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "parity-scale-codec", "scale-info", @@ -12841,9 +12860,9 @@ dependencies = [ [[package]] name = "spki" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" +checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" dependencies = [ "base64ct", "der 0.7.8", @@ -12873,7 +12892,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "bounded-collections", "derivative", @@ -12890,7 +12909,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-support", "frame-system", @@ -12912,7 +12931,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "environmental", "frame-benchmarking", @@ -13045,12 +13064,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -13069,7 +13088,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "hyper", "log", @@ -13081,7 +13100,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "jsonrpsee", @@ -13094,7 +13113,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13111,7 +13130,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "array-bytes 6.2.0", "async-trait", @@ -13137,7 +13156,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "ansi_term", "build-helper", @@ -13277,7 +13296,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-runtime-constants" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-support", "polkadot-primitives", @@ -13582,7 +13601,19 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit", + "toml_edit 0.19.15", +] + +[[package]] +name = "toml" +version = "0.8.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit 0.21.0", ] [[package]] @@ -13607,6 +13638,30 @@ dependencies = [ "winnow", ] +[[package]] +name = "toml_edit" +version = "0.20.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" +dependencies = [ + "indexmap 2.1.0", + "toml_datetime", + "winnow", +] + +[[package]] +name = "toml_edit" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" +dependencies = [ + "indexmap 2.1.0", + "serde", + "serde_spanned", + "toml_datetime", + "winnow", +] + [[package]] name = "tower" version = "0.4.13" @@ -13694,7 +13749,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "coarsetime", "polkadot-node-jaeger", @@ -13706,10 +13761,10 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "expander 2.0.0", - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.39", @@ -13836,7 +13891,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "async-trait", "clap", @@ -13958,7 +14013,7 @@ dependencies = [ name = "tuxedo-register-validate-block" version = "0.1.0" dependencies = [ - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.39", @@ -14144,12 +14199,12 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.4.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" +checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" dependencies = [ "form_urlencoded", - "idna 0.4.0", + "idna 0.5.0", "percent-encoding", ] @@ -14264,9 +14319,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.88" +version = "0.2.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce" +checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e" dependencies = [ "cfg-if", "wasm-bindgen-macro", @@ -14274,9 +14329,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.88" +version = "0.2.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217" +checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826" dependencies = [ "bumpalo", "log", @@ -14289,9 +14344,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02" +checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12" dependencies = [ "cfg-if", "js-sys", @@ -14301,9 +14356,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.88" +version = "0.2.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2" +checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -14311,9 +14366,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.88" +version = "0.2.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907" +checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283" dependencies = [ "proc-macro2", "quote", @@ -14324,9 +14379,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.88" +version = "0.2.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b" +checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" [[package]] name = "wasm-instrument" @@ -14639,9 +14694,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.65" +version = "0.3.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85" +checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f" dependencies = [ "js-sys", "wasm-bindgen", @@ -14663,7 +14718,7 @@ version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" dependencies = [ - "ring 0.17.5", + "ring 0.17.6", "untrusted 0.9.0", ] @@ -14678,9 +14733,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.25.2" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" +checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" [[package]] name = "webrtc" @@ -14893,7 +14948,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "frame-support", "polkadot-primitives", @@ -15001,6 +15056,15 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows-sys" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" +dependencies = [ + "windows-targets 0.52.0", +] + [[package]] name = "windows-targets" version = "0.42.2" @@ -15031,6 +15095,21 @@ dependencies = [ "windows_x86_64_msvc 0.48.5", ] +[[package]] +name = "windows-targets" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" +dependencies = [ + "windows_aarch64_gnullvm 0.52.0", + "windows_aarch64_msvc 0.52.0", + "windows_i686_gnu 0.52.0", + "windows_i686_msvc 0.52.0", + "windows_x86_64_gnu 0.52.0", + "windows_x86_64_gnullvm 0.52.0", + "windows_x86_64_msvc 0.52.0", +] + [[package]] name = "windows_aarch64_gnullvm" version = "0.42.2" @@ -15043,6 +15122,12 @@ version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" + [[package]] name = "windows_aarch64_msvc" version = "0.42.2" @@ -15055,6 +15140,12 @@ version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" + [[package]] name = "windows_i686_gnu" version = "0.42.2" @@ -15067,6 +15158,12 @@ version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" +[[package]] +name = "windows_i686_gnu" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" + [[package]] name = "windows_i686_msvc" version = "0.42.2" @@ -15079,6 +15176,12 @@ version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" +[[package]] +name = "windows_i686_msvc" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" + [[package]] name = "windows_x86_64_gnu" version = "0.42.2" @@ -15091,6 +15194,12 @@ version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" +[[package]] +name = "windows_x86_64_gnu" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" + [[package]] name = "windows_x86_64_gnullvm" version = "0.42.2" @@ -15103,6 +15212,12 @@ version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" + [[package]] name = "windows_x86_64_msvc" version = "0.42.2" @@ -15115,6 +15230,12 @@ version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" + [[package]] name = "winnow" version = "0.5.19" @@ -15206,7 +15327,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "1.0.0" -source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#5fbfba164722b5f562f828200463d69311ee43a4" +source = "git+https://github.com/off-narrative-labs/polkadot-sdk?branch=tuxedo-v1.3.0#307d1069df8855a63497143a3cffc392d77fd485" dependencies = [ "Inflector", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 377048ac2..524a68b43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,7 @@ resolver = "2" async-io = "2.0" async-trait = "0.1.73" clap = "4.3.0" +color-print = "0.3.4" hex-literal = "0.4.1" jsonrpsee = "0.16.2" log = "0.4" @@ -100,16 +101,10 @@ sp-storage = { branch = "tuxedo-v1.3.0", default_features = false, git = "https: sp-timestamp = { branch = "tuxedo-v1.3.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } sp-transaction-pool = { branch = "tuxedo-v1.3.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } sp-version = { branch = "tuxedo-v1.3.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } - -# x substrate-prometheus-endpoint = { branch = "tuxedo-v1.3.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -# Polkadot -color-print = "0.3.4" -# xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false} - # Cumulus -cumulus-client-cli = { branch = "tuxedo-v1.3.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +cumulus-client-cli = { branch = "tuxedo-v1.3.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } cumulus-client-collator = { branch = "tuxedo-v1.3.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } cumulus-client-consensus-aura = { branch = "tuxedo-v1.3.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } cumulus-client-consensus-common = { branch = "tuxedo-v1.3.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } @@ -120,7 +115,7 @@ cumulus-primitives-parachain-inherent = { branch = "tuxedo-v1.3.0", default_feat cumulus-relay-chain-interface = { branch = "tuxedo-v1.3.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } cumulus-test-client = { branch = "tuxedo-v1.3.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } cumulus-test-relay-sproof-builder = { branch = "tuxedo-v1.3.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } -polkadot-cli = { features = [ "rococo-native" ], branch = "tuxedo-v1.3.0", git = "https://github.com/off-narrative-labs/polkadot-sdk" } +polkadot-cli = { branch = "tuxedo-v1.3.0", default-features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } polkadot-parachain-primitives = { branch = "tuxedo-v1.3.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } polkadot-primitives = { branch = "tuxedo-v1.3.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } @@ -130,3 +125,7 @@ sp-state-machine = { branch = "tuxedo-v1.3.0", default_features = false, git = " sp-tracing = { branch = "tuxedo-v1.3.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } sp-trie = { branch = "tuxedo-v1.3.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } trie-db = { version = "0.28.0", default-features = false } + +# We need to depend on this explicitly so we can enable the "full-node" feature +# See https://github.com/paritytech/polkadot-sdk/issues/2551 for more details +polkadot-service = { features = [ "full-node" ], branch = "tuxedo-v1.3.0", default_features = false, git = "https://github.com/off-narrative-labs/polkadot-sdk" } diff --git a/parachain-node/Cargo.toml b/parachain-node/Cargo.toml index a8243d86a..2ae925e50 100644 --- a/parachain-node/Cargo.toml +++ b/parachain-node/Cargo.toml @@ -11,6 +11,7 @@ version = "0.1.0" [dependencies] async-io = { workspace = true } clap = { features = [ "derive" ], workspace = true } +color-print = { workspace = true } futures = { workspace = true } jsonrpsee = { features = [ "server" ], workspace = true } log = { workspace = true } @@ -24,7 +25,7 @@ tuxedo-core = { path = "../tuxedo-core" } # Substrate sc-basic-authorship = { workspace = true } sc-chain-spec = { workspace = true } -sc-cli = { workspace = true } +sc-cli = { default-features = false, workspace = true } sc-client-api = { workspace = true } sc-consensus = { workspace = true } sc-consensus-manual-seal = { workspace = true } @@ -32,7 +33,7 @@ sc-executor = { workspace = true } sc-network = { workspace = true } sc-network-sync = { workspace = true } sc-rpc = { workspace = true } -sc-service = { workspace = true } +sc-service = { default-features = false, workspace = true } sc-sysinfo = { workspace = true } sc-telemetry = { workspace = true } sc-tracing = { workspace = true } @@ -49,11 +50,8 @@ sp-runtime = { workspace = true } sp-timestamp = { workspace = true } substrate-prometheus-endpoint = { workspace = true } -# Polkadot -color-print = { workspace = true } - -# Cumulus -cumulus-client-cli = { workspace = true } +# Cumulus / Polkadot +cumulus-client-cli = { default-features = false, workspace = true } cumulus-client-collator = { workspace = true } cumulus-client-consensus-aura = { workspace = true } cumulus-client-consensus-common = { workspace = true } @@ -62,9 +60,13 @@ cumulus-client-service = { workspace = true } cumulus-primitives-core = { workspace = true } cumulus-primitives-parachain-inherent = { workspace = true } cumulus-relay-chain-interface = { workspace = true } -polkadot-cli = { features = [ "rococo-native" ], workspace = true } +polkadot-cli = { features = [ "rococo-native" ], default-features = false, workspace = true } polkadot-primitives = { workspace = true } +# We need to depend on this explicitly so we can enable the "full-node" feature +# See https://github.com/paritytech/polkadot-sdk/issues/2551 for more details +polkadot-service = { workspace = true } + [build-dependencies] substrate-build-script-utils = { workspace = true }