diff --git a/Cargo.lock b/Cargo.lock index a1645e4030a..0fe27917669 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,18 +18,18 @@ version = "0.1.1" dependencies = [ "blake2-rfc", "hex", - "impl-serde", + "impl-serde 0.4.0", "libsecp256k1", "log", "parity-scale-codec", "scale-info", "serde", "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-runtime-interface 29.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -224,7 +224,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -435,7 +435,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", "synstructure 0.13.1", ] @@ -458,7 +458,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -488,8 +488,8 @@ name = "async-backing-primitives" version = "0.9.0" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2409#6fd5f8448d069ad413c661d1737fe26ea04e21ec" dependencies = [ - "sp-api", - "sp-consensus-slots", + "sp-api 34.0.0", + "sp-consensus-slots 0.40.1", ] [[package]] @@ -540,6 +540,17 @@ dependencies = [ "futures-lite 1.13.0", ] +[[package]] +name = "async-fs" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" +dependencies = [ + "async-lock 3.4.0", + "blocking", + "futures-lite 2.3.0", +] + [[package]] name = "async-io" version = "1.13.0" @@ -610,6 +621,17 @@ dependencies = [ "futures-lite 1.13.0", ] +[[package]] +name = "async-net" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" +dependencies = [ + "async-io 2.3.4", + "blocking", + "futures-lite 2.3.0", +] + [[package]] name = "async-process" version = "1.8.1" @@ -627,6 +649,25 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "async-process" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb" +dependencies = [ + "async-channel 2.3.1", + "async-io 2.3.4", + "async-lock 3.4.0", + "async-signal", + "async-task", + "blocking", + "cfg-if", + "event-listener 5.3.1", + "futures-lite 2.3.0", + "rustix 0.38.37", + "tracing", +] + [[package]] name = "async-signal" version = "0.2.10" @@ -659,7 +700,7 @@ checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -715,7 +756,7 @@ checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -751,6 +792,12 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" +[[package]] +name = "base58" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581" + [[package]] name = "base64" version = "0.13.1" @@ -775,13 +822,23 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" +[[package]] +name = "beef" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" +dependencies = [ + "serde", +] + [[package]] name = "binary-merkle-tree" -version = "15.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "hash-db", "log", + "parity-scale-codec", ] [[package]] @@ -811,7 +868,7 @@ dependencies = [ "regex", "rustc-hash 1.1.0", "shlex", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -822,6 +879,7 @@ checksum = "aa13fae8b6255872fd86f7faf4b41168661d7d78609f7bfe6771b85c6739a15b" dependencies = [ "bs58 0.5.1", "hmac 0.12.1", + "k256", "once_cell", "pbkdf2 0.12.2", "rand_core 0.6.4", @@ -838,6 +896,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes 0.11.0", + "serde", + "unicode-normalization", ] [[package]] @@ -1007,14 +1067,14 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.14.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.15.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "staging-xcm", + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "staging-xcm 15.0.1", ] [[package]] @@ -1195,6 +1255,12 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" +[[package]] +name = "cfg_aliases" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" + [[package]] name = "chacha" version = "0.3.0" @@ -1328,7 +1394,7 @@ dependencies = [ "anstream", "anstyle", "clap_lex", - "strsim", + "strsim 0.11.1", "terminal_size", ] @@ -1341,7 +1407,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -1426,6 +1492,19 @@ dependencies = [ "windows-sys 0.52.0", ] +[[package]] +name = "const-hex" +version = "1.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c" +dependencies = [ + "cfg-if", + "cpufeatures", + "hex", + "proptest", + "serde", +] + [[package]] name = "const-oid" version = "0.9.6" @@ -1486,6 +1565,16 @@ dependencies = [ "libc", ] +[[package]] +name = "core-foundation" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "core-foundation-sys" version = "0.8.7" @@ -1745,18 +1834,18 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.18.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-service", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sc-chain-spec 41.0.0", + "sc-cli 0.50.0", + "sc-client-api 38.0.0", + "sc-service 0.49.0", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", "url", ] @@ -1765,21 +1854,44 @@ name = "cumulus-client-collator" version = "0.18.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "cumulus-client-consensus-common", - "cumulus-client-network", - "cumulus-primitives-core", - "futures 0.3.30", + "cumulus-client-consensus-common 0.18.0", + "cumulus-client-network 0.18.0", + "cumulus-primitives-core 0.16.0", + "futures 0.3.31", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-node-primitives 16.0.0", + "polkadot-node-subsystem 18.0.0", + "polkadot-overseer 18.0.0", + "polkadot-primitives 16.0.0", + "sc-client-api 37.0.0", + "sp-api 34.0.0", + "sp-consensus 0.40.0", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "tracing", +] + +[[package]] +name = "cumulus-client-collator" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "cumulus-client-consensus-common 0.21.0", + "cumulus-client-network 0.21.0", + "cumulus-primitives-core 0.17.0", + "futures 0.3.31", "parity-scale-codec", "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-consensus", - "sp-core", - "sp-runtime", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", + "polkadot-overseer 21.0.0", + "polkadot-primitives 17.0.0", + "sc-client-api 38.0.0", + "sp-api 35.0.0", + "sp-consensus 0.41.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", "tracing", ] @@ -1789,27 +1901,57 @@ version = "0.18.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-trait", - "cumulus-client-pov-recovery", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", + "cumulus-client-pov-recovery 0.18.0", + "cumulus-primitives-core 0.16.0", + "cumulus-relay-chain-interface 0.18.0", + "dyn-clone", + "futures 0.3.31", + "log", + "parity-scale-codec", + "polkadot-primitives 16.0.0", + "sc-client-api 37.0.0", + "sc-consensus 0.44.0", + "sc-consensus-babe 0.45.0", + "schnellru", + "sp-blockchain 37.0.1", + "sp-consensus 0.40.0", + "sp-consensus-slots 0.40.1", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "sp-timestamp 34.0.0", + "sp-trie 37.0.0", + "sp-version 37.0.0", + "substrate-prometheus-endpoint 0.17.0", + "tracing", +] + +[[package]] +name = "cumulus-client-consensus-common" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "cumulus-client-pov-recovery 0.21.0", + "cumulus-primitives-core 0.17.0", + "cumulus-relay-chain-interface 0.21.0", "dyn-clone", - "futures 0.3.30", + "futures 0.3.31", "log", "parity-scale-codec", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", - "sc-consensus-babe", + "polkadot-primitives 17.0.0", + "sc-client-api 38.0.0", + "sc-consensus 0.47.0", + "sc-consensus-babe 0.48.0", "schnellru", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-runtime", - "sp-timestamp", - "sp-trie", - "sp-version", - "substrate-prometheus-endpoint", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "sp-timestamp 35.0.0", + "sp-trie 38.0.0", + "sp-version 38.0.0", + "substrate-prometheus-endpoint 0.17.1", "tracing", ] @@ -1820,34 +1962,49 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent", - "sp-consensus", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "cumulus-primitives-parachain-inherent 0.16.0", + "sp-consensus 0.40.0", + "sp-inherents 34.0.0", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", + "thiserror", +] + +[[package]] +name = "cumulus-client-consensus-proposer" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "anyhow", + "async-trait", + "cumulus-primitives-parachain-inherent 0.17.0", + "sp-consensus 0.41.0", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", "thiserror", ] [[package]] name = "cumulus-client-consensus-relay-chain" -version = "0.18.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "async-trait", - "cumulus-client-consensus-common", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "futures 0.3.30", + "cumulus-client-consensus-common 0.21.0", + "cumulus-primitives-core 0.17.0", + "cumulus-relay-chain-interface 0.21.0", + "futures 0.3.31", "parking_lot 0.12.3", - "sc-consensus", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-consensus 0.47.0", + "sp-api 35.0.0", + "sp-block-builder 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", + "substrate-prometheus-endpoint 0.17.1", "tracing", ] @@ -1857,23 +2014,49 @@ version = "0.18.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface", - "futures 0.3.30", + "cumulus-relay-chain-interface 0.18.0", + "futures 0.3.31", + "futures-timer", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-node-primitives 16.0.0", + "polkadot-node-subsystem 18.0.0", + "polkadot-parachain-primitives 14.0.0", + "polkadot-primitives 16.0.0", + "sc-client-api 37.0.0", + "sp-api 34.0.0", + "sp-blockchain 37.0.1", + "sp-consensus 0.40.0", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", + "sp-version 37.0.0", + "tracing", +] + +[[package]] +name = "cumulus-client-network" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "cumulus-relay-chain-interface 0.21.0", + "futures 0.3.31", "futures-timer", "parity-scale-codec", "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-version", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", + "sc-client-api 38.0.0", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", + "sp-version 38.0.0", "tracing", ] @@ -1883,19 +2066,41 @@ version = "0.12.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-trait", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-relay-chain-interface", - "cumulus-test-relay-sproof-builder", - "parity-scale-codec", - "sc-client-api", - "sp-api", - "sp-crypto-hashing", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-trie", + "cumulus-primitives-core 0.16.0", + "cumulus-primitives-parachain-inherent 0.16.0", + "cumulus-relay-chain-interface 0.18.0", + "cumulus-test-relay-sproof-builder 0.16.0", + "parity-scale-codec", + "sc-client-api 37.0.0", + "sp-api 34.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-inherents 34.0.0", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", + "sp-storage 21.0.0", + "sp-trie 37.0.0", + "tracing", +] + +[[package]] +name = "cumulus-client-parachain-inherent" +version = "0.15.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.17.0", + "cumulus-primitives-parachain-inherent 0.17.0", + "cumulus-relay-chain-interface 0.21.0", + "cumulus-test-relay-sproof-builder 0.17.0", + "parity-scale-codec", + "sc-client-api 38.0.0", + "sp-api 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", + "sp-storage 22.0.0", + "sp-trie 38.0.0", "tracing", ] @@ -1905,78 +2110,104 @@ version = "0.18.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "futures 0.3.30", + "cumulus-primitives-core 0.16.0", + "cumulus-relay-chain-interface 0.18.0", + "futures 0.3.31", + "futures-timer", + "parity-scale-codec", + "polkadot-node-primitives 16.0.0", + "polkadot-node-subsystem 18.0.0", + "polkadot-overseer 18.0.0", + "polkadot-primitives 16.0.0", + "rand 0.8.5", + "sc-client-api 37.0.0", + "sc-consensus 0.44.0", + "sp-api 34.0.0", + "sp-consensus 0.40.0", + "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-runtime 39.0.1", + "sp-version 37.0.0", + "tracing", +] + +[[package]] +name = "cumulus-client-pov-recovery" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.17.0", + "cumulus-relay-chain-interface 0.21.0", + "futures 0.3.31", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", + "polkadot-overseer 21.0.0", + "polkadot-primitives 17.0.0", "rand 0.8.5", - "sc-client-api", - "sc-consensus", - "sp-api", - "sp-consensus", - "sp-maybe-compressed-blob", - "sp-runtime", - "sp-version", + "sc-client-api 38.0.0", + "sc-consensus 0.47.0", + "sp-api 35.0.0", + "sp-consensus 0.41.0", + "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-runtime 40.1.0", + "sp-version 38.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.19.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.22.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "cumulus-client-cli", - "cumulus-client-collator", - "cumulus-client-consensus-common", - "cumulus-client-network", - "cumulus-client-pov-recovery", - "cumulus-primitives-core", - "cumulus-primitives-proof-size-hostfunction", + "cumulus-client-collator 0.21.0", + "cumulus-client-consensus-common 0.21.0", + "cumulus-client-network 0.21.0", + "cumulus-client-pov-recovery 0.21.0", + "cumulus-primitives-core 0.17.0", + "cumulus-primitives-proof-size-hostfunction 0.11.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.21.0", "cumulus-relay-chain-minimal-node", - "futures 0.3.30", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-io", - "sp-runtime", - "sp-transaction-pool", + "futures 0.3.31", + "polkadot-primitives 17.0.0", + "sc-client-api 38.0.0", + "sc-consensus 0.47.0", + "sc-network 0.48.0", + "sc-network-sync 0.47.0", + "sc-network-transactions 0.47.0", + "sc-rpc 43.0.0", + "sc-service 0.49.0", + "sc-sysinfo 41.0.0", + "sc-telemetry 28.0.0", + "sc-transaction-pool 38.0.0", + "sc-utils 18.0.0", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-transaction-pool 35.0.0", ] [[package]] name = "cumulus-pallet-dmp-queue" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", + "cumulus-primitives-core 0.17.0", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "staging-xcm 15.0.1", ] [[package]] @@ -1985,33 +2216,69 @@ version = "0.17.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-proof-size-hostfunction", + "cumulus-pallet-parachain-system-proc-macro 0.6.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "cumulus-primitives-core 0.16.0", + "cumulus-primitives-parachain-inherent 0.16.0", + "cumulus-primitives-proof-size-hostfunction 0.10.0", + "environmental", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "impl-trait-for-tuples", + "log", + "pallet-message-queue 41.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 14.0.0", + "polkadot-runtime-common 17.0.0", + "polkadot-runtime-parachains 17.0.0", + "scale-info", + "sp-core 34.0.0", + "sp-externalities 0.29.0", + "sp-inherents 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-trie 37.0.0", + "sp-version 37.0.0", + "staging-xcm 14.2.0", + "staging-xcm-builder 17.0.0", + "trie-db", +] + +[[package]] +name = "cumulus-pallet-parachain-system" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "bytes", + "cumulus-pallet-parachain-system-proc-macro 0.6.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "cumulus-primitives-core 0.17.0", + "cumulus-primitives-parachain-inherent 0.17.0", + "cumulus-primitives-proof-size-hostfunction 0.11.0", "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "impl-trait-for-tuples", "log", - "pallet-message-queue", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "scale-info", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", - "sp-version", - "staging-xcm", - "staging-xcm-builder", + "pallet-message-queue 42.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 15.0.0", + "polkadot-runtime-common 18.0.0", + "polkadot-runtime-parachains 18.0.1", + "scale-info", + "sp-core 35.0.0", + "sp-externalities 0.30.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-trie 38.0.0", + "sp-version 38.0.0", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", "trie-db", ] @@ -2023,47 +2290,58 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "cumulus-pallet-parachain-system-proc-macro" +version = "0.6.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] name = "cumulus-pallet-xcm" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", + "cumulus-primitives-core 0.17.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "staging-xcm 15.0.1", ] [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", - "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", + "cumulus-primitives-core 0.17.0", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-message-queue", + "pallet-message-queue 42.0.0", "parity-scale-codec", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-runtime-common 18.0.0", + "polkadot-runtime-parachains 18.0.1", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", ] [[package]] @@ -2072,14 +2350,30 @@ version = "0.16.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", + "polkadot-core-primitives 15.0.0", + "polkadot-parachain-primitives 14.0.0", + "polkadot-primitives 16.0.0", + "scale-info", + "sp-api 34.0.0", + "sp-runtime 39.0.1", + "sp-trie 37.0.0", + "staging-xcm 14.2.0", +] + +[[package]] +name = "cumulus-primitives-core" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives 16.0.0", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", "scale-info", - "sp-api", - "sp-runtime", - "sp-trie", - "staging-xcm", + "sp-api 35.0.0", + "sp-runtime 40.1.0", + "sp-trie 38.0.0", + "staging-xcm 15.0.1", ] [[package]] @@ -2088,12 +2382,26 @@ version = "0.16.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-trait", - "cumulus-primitives-core", + "cumulus-primitives-core 0.16.0", + "parity-scale-codec", + "scale-info", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-trie 37.0.0", +] + +[[package]] +name = "cumulus-primitives-parachain-inherent" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.17.0", "parity-scale-codec", "scale-info", - "sp-core", - "sp-inherents", - "sp-trie", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-trie 38.0.0", ] [[package]] @@ -2101,9 +2409,19 @@ name = "cumulus-primitives-proof-size-hostfunction" version = "0.10.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "sp-externalities", - "sp-runtime-interface", - "sp-trie", + "sp-externalities 0.29.0", + "sp-runtime-interface 28.0.0", + "sp-trie 37.0.0", +] + +[[package]] +name = "cumulus-primitives-proof-size-hostfunction" +version = "0.11.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "sp-externalities 0.30.0", + "sp-runtime-interface 29.0.0", + "sp-trie 38.0.0", ] [[package]] @@ -2111,66 +2429,83 @@ name = "cumulus-primitives-storage-weight-reclaim" version = "8.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "cumulus-primitives-core", - "cumulus-primitives-proof-size-hostfunction", + "cumulus-primitives-core 0.16.0", + "cumulus-primitives-proof-size-hostfunction 0.10.0", + "docify", + "frame-support 38.0.0", + "frame-system 38.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 39.0.1", +] + +[[package]] +name = "cumulus-primitives-storage-weight-reclaim" +version = "9.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "cumulus-primitives-core 0.17.0", + "cumulus-primitives-proof-size-hostfunction 0.11.0", "docify", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 40.1.0", ] [[package]] name = "cumulus-primitives-timestamp" -version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "cumulus-primitives-core", - "sp-inherents", - "sp-timestamp", + "cumulus-primitives-core 0.17.0", + "sp-inherents 35.0.0", + "sp-timestamp 35.0.0", ] [[package]] name = "cumulus-primitives-utility" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "cumulus-primitives-core", - "frame-support", + "cumulus-primitives-core 0.17.0", + "frame-support 39.0.0", "log", - "pallet-asset-conversion", + "pallet-asset-conversion 21.0.0", "parity-scale-codec", - "polkadot-runtime-common", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "polkadot-runtime-common 18.0.0", + "sp-runtime 40.1.0", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.19.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.22.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "futures 0.3.30", + "cumulus-primitives-core 0.17.0", + "cumulus-relay-chain-interface 0.21.0", + "futures 0.3.31", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli", - "sc-client-api", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sp-api", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sc-cli 0.50.0", + "sc-client-api 38.0.0", + "sc-sysinfo 41.0.0", + "sc-telemetry 28.0.0", + "sc-tracing 38.0.0", + "sp-api 35.0.0", + "sp-consensus 0.41.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", ] [[package]] @@ -2179,86 +2514,107 @@ version = "0.18.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-trait", - "cumulus-primitives-core", - "futures 0.3.30", - "jsonrpsee-core", - "parity-scale-codec", - "polkadot-overseer", - "sc-client-api", - "sp-api", - "sp-blockchain", - "sp-state-machine", - "sp-version", + "cumulus-primitives-core 0.16.0", + "futures 0.3.31", + "jsonrpsee-core 0.24.7", + "parity-scale-codec", + "polkadot-overseer 18.0.0", + "sc-client-api 37.0.0", + "sp-api 34.0.0", + "sp-blockchain 37.0.1", + "sp-state-machine 0.43.0", + "sp-version 37.0.0", + "thiserror", +] + +[[package]] +name = "cumulus-relay-chain-interface" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.17.0", + "futures 0.3.31", + "jsonrpsee-core 0.24.7", + "parity-scale-codec", + "polkadot-overseer 21.0.0", + "sc-client-api 38.0.0", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-state-machine 0.44.0", + "sp-version 38.0.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.19.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.22.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "array-bytes", "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", + "cumulus-primitives-core 0.17.0", + "cumulus-relay-chain-interface 0.21.0", "cumulus-relay-chain-rpc-interface", - "futures 0.3.30", - "polkadot-core-primitives", + "futures 0.3.31", + "polkadot-core-primitives 16.0.0", "polkadot-network-bridge", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 21.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", + "polkadot-overseer 21.0.0", + "polkadot-primitives 17.0.0", "polkadot-service", - "sc-authority-discovery", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-service", - "sc-tracing", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-authority-discovery 0.48.0", + "sc-client-api 38.0.0", + "sc-network 0.48.0", + "sc-network-common 0.47.0", + "sc-service 0.49.0", + "sc-tracing 38.0.0", + "sc-utils 18.0.0", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-consensus-babe 0.41.0", + "sp-runtime 40.1.0", + "substrate-prometheus-endpoint 0.17.1", "tokio", "tracing", ] [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.18.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", + "cumulus-primitives-core 0.17.0", + "cumulus-relay-chain-interface 0.21.0", "either", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", - "jsonrpsee", + "jsonrpsee 0.24.7", "parity-scale-codec", "pin-project", - "polkadot-overseer", + "polkadot-overseer 21.0.0", + "prometheus", "rand 0.8.5", - "sc-client-api", - "sc-rpc-api", - "sc-service", + "sc-client-api 38.0.0", + "sc-rpc-api 0.47.0", + "sc-service 0.49.0", "schnellru", "serde", "serde_json", - "smoldot", - "smoldot-light", - "sp-api", - "sp-authority-discovery", - "sp-consensus-babe", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-version", + "smoldot 0.11.0", + "smoldot-light 0.9.0", + "sp-api 35.0.0", + "sp-authority-discovery 35.0.0", + "sp-consensus-babe 0.41.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", + "sp-storage 22.0.0", + "sp-version 38.0.0", + "substrate-prometheus-endpoint 0.17.1", "thiserror", "tokio", "tokio-util", @@ -2271,12 +2627,25 @@ name = "cumulus-test-relay-sproof-builder" version = "0.16.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "cumulus-primitives-core", + "cumulus-primitives-core 0.16.0", "parity-scale-codec", - "polkadot-primitives", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "polkadot-primitives 16.0.0", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", + "sp-trie 37.0.0", +] + +[[package]] +name = "cumulus-test-relay-sproof-builder" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "cumulus-primitives-core 0.17.0", + "parity-scale-codec", + "polkadot-primitives 17.0.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", + "sp-trie 38.0.0", ] [[package]] @@ -2303,7 +2672,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -2343,7 +2712,7 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -2360,24 +2729,94 @@ checksum = "98532a60dedaebc4848cb2cba5023337cc9ea3af16a5b062633fabfd9f18fb60" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] -name = "dashmap" -version = "5.5.3" +name = "darling" +version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" +checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" dependencies = [ - "cfg-if", - "hashbrown 0.14.5", - "lock_api", - "once_cell", - "parking_lot_core 0.9.10", + "darling_core 0.14.4", + "darling_macro 0.14.4", ] [[package]] -name = "data-encoding" +name = "darling" +version = "0.20.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" +dependencies = [ + "darling_core 0.20.10", + "darling_macro 0.20.10", +] + +[[package]] +name = "darling_core" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" +dependencies = [ + "fnv", + "ident_case", + "proc-macro2", + "quote", + "strsim 0.10.0", + "syn 1.0.109", +] + +[[package]] +name = "darling_core" +version = "0.20.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" +dependencies = [ + "fnv", + "ident_case", + "proc-macro2", + "quote", + "strsim 0.11.1", + "syn 2.0.87", +] + +[[package]] +name = "darling_macro" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" +dependencies = [ + "darling_core 0.14.4", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "darling_macro" +version = "0.20.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" +dependencies = [ + "darling_core 0.20.10", + "quote", + "syn 2.0.87", +] + +[[package]] +name = "dashmap" +version = "5.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" +dependencies = [ + "cfg-if", + "hashbrown 0.14.5", + "lock_api", + "once_cell", + "parking_lot_core 0.9.10", +] + +[[package]] +name = "data-encoding" version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" @@ -2468,7 +2907,18 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "derive-where" +version = "1.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -2481,7 +2931,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -2570,7 +3020,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -2581,18 +3031,18 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "docify" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a2f138ad521dc4a2ced1a4576148a6a610b4c5923933b062a263130a6802ce" +checksum = "a772b62b1837c8f060432ddcc10b17aae1453ef17617a99bc07789252d2a5896" dependencies = [ "docify_macros", ] [[package]] name = "docify_macros" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a081e51fb188742f5a7a1164ad752121abcb22874b21e2c3b0dd040c515fdad" +checksum = "60e6be249b0a462a14784a99b19bf35a667bb5e09de611738bb7362fa4c95ff7" dependencies = [ "common-path", "derive-syn-parse", @@ -2600,7 +3050,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.77", + "syn 2.0.87", "termcolor", "toml 0.8.19", "walkdir", @@ -2768,7 +3218,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -2788,7 +3238,7 @@ checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -2799,7 +3249,7 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -2845,9 +3295,23 @@ checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" dependencies = [ "crunchy", "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", + "impl-codec 0.6.0", + "impl-rlp 0.3.0", + "impl-serde 0.4.0", + "scale-info", + "tiny-keccak", +] + +[[package]] +name = "ethbloom" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c321610643004cf908ec0f5f2aa0d8f1f8e14b540562a2887a1111ff1ecbf7b" +dependencies = [ + "crunchy", + "fixed-hash", + "impl-codec 0.7.0", + "impl-rlp 0.4.0", "scale-info", "tiny-keccak", ] @@ -2859,11 +3323,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e04d24d20b8ff2235cffbf242d5092de3aa45f77c5270ddbfadd2778ca13fea" dependencies = [ "bytes", - "ethereum-types", + "ethereum-types 0.14.1", + "hash-db", + "hash256-std-hasher", + "parity-scale-codec", + "rlp 0.5.2", + "scale-info", + "serde", + "sha3", + "trie-root", +] + +[[package]] +name = "ethereum" +version = "0.15.0" +source = "git+https://github.com/OpenZeppelin/ethereum.git?branch=master#3be0d8fd4c2ad1ba216b69ef65b9382612efc8ba" +dependencies = [ + "bytes", + "ethereum-types 0.15.1", "hash-db", "hash256-std-hasher", "parity-scale-codec", - "rlp", + "rlp 0.6.1", "scale-info", "serde", "sha3", @@ -2876,14 +3357,29 @@ version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" dependencies = [ - "ethbloom", + "ethbloom 0.13.0", + "fixed-hash", + "impl-codec 0.6.0", + "impl-rlp 0.3.0", + "impl-serde 0.4.0", + "primitive-types 0.12.2", + "scale-info", + "uint 0.9.5", +] + +[[package]] +name = "ethereum-types" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ab15ed80916029f878e0267c3a9f92b67df55e79af370bf66199059ae2b4ee3" +dependencies = [ + "ethbloom 0.14.1", "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "primitive-types", + "impl-codec 0.7.0", + "impl-rlp 0.4.0", + "primitive-types 0.13.1", "scale-info", - "uint", + "uint 0.10.0", ] [[package]] @@ -2903,6 +3399,16 @@ dependencies = [ "pin-project-lite", ] +[[package]] +name = "event-listener" +version = "4.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" +dependencies = [ + "concurrent-queue", + "pin-project-lite", +] + [[package]] name = "event-listener" version = "5.3.1" @@ -2931,14 +3437,14 @@ source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkado dependencies = [ "auto_impl", "environmental", - "ethereum", + "ethereum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "evm-core", "evm-gasometer", "evm-runtime", "log", "parity-scale-codec", - "primitive-types", - "rlp", + "primitive-types 0.12.2", + "rlp 0.5.2", "scale-info", "serde", "sha3", @@ -2950,7 +3456,7 @@ version = "0.41.0" source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2409#aeff7f361687b4c6a7fcbe1cf6e4fe5f2aea32b5" dependencies = [ "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "scale-info", "serde", ] @@ -2963,7 +3469,7 @@ dependencies = [ "environmental", "evm-core", "evm-runtime", - "primitive-types", + "primitive-types 0.12.2", ] [[package]] @@ -2974,7 +3480,7 @@ dependencies = [ "auto_impl", "environmental", "evm-core", - "primitive-types", + "primitive-types 0.12.2", "sha3", ] @@ -2983,13 +3489,13 @@ name = "evm-tracing-events" version = "0.1.0" dependencies = [ "environmental", - "ethereum", - "ethereum-types", + "ethereum 0.15.0 (git+https://github.com/OpenZeppelin/ethereum.git?branch=master)", + "ethereum-types 0.15.1", "evm", "evm-gasometer", "evm-runtime", "parity-scale-codec", - "sp-runtime-interface", + "sp-runtime-interface 29.0.0", ] [[package]] @@ -2998,7 +3504,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", ] [[package]] @@ -3013,7 +3519,7 @@ dependencies = [ "prettyplease 0.2.22", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -3070,7 +3576,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -3081,8 +3587,8 @@ dependencies = [ "async-trait", "fp-storage", "parity-scale-codec", - "sp-core", - "sp-runtime", + "sp-core 34.0.0", + "sp-runtime 39.0.1", ] [[package]] @@ -3093,11 +3599,11 @@ dependencies = [ "async-trait", "fp-consensus", "fp-rpc", - "sc-consensus", - "sp-api", - "sp-block-builder", - "sp-consensus", - "sp-runtime", + "sc-consensus 0.44.0", + "sp-api 34.0.0", + "sp-block-builder 34.0.0", + "sp-consensus 0.40.0", + "sp-runtime 39.0.1", "thiserror", ] @@ -3107,26 +3613,26 @@ version = "2.0.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ "async-trait", - "ethereum", + "ethereum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "fc-api", "fc-storage", "fp-consensus", "fp-rpc", "fp-storage", - "futures 0.3.30", + "futures 0.3.31", "kvdb-rocksdb", "log", "parity-db", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api", - "sc-client-db", + "sc-client-api 37.0.0", + "sc-client-db 0.44.1", "smallvec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-database", - "sp-runtime", + "sp-api 34.0.0", + "sp-blockchain 37.0.1", + "sp-core 34.0.0", + "sp-database 10.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-runtime 39.0.1", "sqlx", "tokio", ] @@ -3140,17 +3646,17 @@ dependencies = [ "fc-storage", "fp-consensus", "fp-rpc", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "log", "parking_lot 0.12.3", - "sc-client-api", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", + "sc-client-api 37.0.0", + "sc-utils 17.0.0", + "sp-api 34.0.0", + "sp-blockchain 37.0.1", + "sp-consensus 0.40.0", + "sp-core 34.0.0", + "sp-runtime 39.0.1", "tokio", ] @@ -3159,8 +3665,8 @@ name = "fc-rpc" version = "2.0.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ - "ethereum", - "ethereum-types", + "ethereum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ethereum-types 0.14.1", "evm", "fc-api", "fc-mapping-sync", @@ -3169,42 +3675,42 @@ dependencies = [ "fp-evm", "fp-rpc", "fp-storage", - "futures 0.3.30", + "futures 0.3.31", "hex", - "jsonrpsee", + "jsonrpsee 0.24.7", "libsecp256k1", "log", "pallet-evm", "parity-scale-codec", "prometheus", "rand 0.8.5", - "rlp", - "sc-client-api", - "sc-consensus-aura", - "sc-network", - "sc-network-sync", - "sc-rpc", - "sc-service", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", + "rlp 0.5.2", + "sc-client-api 37.0.0", + "sc-consensus-aura 0.45.0", + "sc-network 0.45.0", + "sc-network-sync 0.44.0", + "sc-rpc 40.0.0", + "sc-service 0.46.0", + "sc-transaction-pool 37.0.0", + "sc-transaction-pool-api 37.0.0", + "sc-utils 17.0.0", "schnellru", "serde", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-timestamp", - "sp-trie", - "substrate-prometheus-endpoint", + "sp-api 34.0.0", + "sp-block-builder 34.0.0", + "sp-blockchain 37.0.1", + "sp-consensus 0.40.0", + "sp-consensus-aura 0.40.0", + "sp-core 34.0.0", + "sp-externalities 0.29.0", + "sp-inherents 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", + "sp-storage 21.0.0", + "sp-timestamp 34.0.0", + "sp-trie 37.0.0", + "substrate-prometheus-endpoint 0.17.0", "thiserror", "tokio", ] @@ -3214,14 +3720,14 @@ name = "fc-rpc-core" version = "1.1.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ - "ethereum", - "ethereum-types", - "jsonrpsee", - "rlp", + "ethereum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ethereum-types 0.14.1", + "jsonrpsee 0.24.7", + "rlp 0.5.2", "rustc-hex", "serde", "serde_json", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", ] [[package]] @@ -3229,16 +3735,16 @@ name = "fc-storage" version = "1.0.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ - "ethereum", - "ethereum-types", + "ethereum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ethereum-types 0.14.1", "fp-rpc", "fp-storage", "parity-scale-codec", - "sc-client-api", - "sp-api", - "sp-io", - "sp-runtime", - "sp-storage", + "sc-client-api 37.0.0", + "sp-api 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-storage 21.0.0", ] [[package]] @@ -3306,7 +3812,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3" dependencies = [ "either", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "log", "num-traits", @@ -3315,6 +3821,16 @@ dependencies = [ "scale-info", ] +[[package]] +name = "finito" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2384245d85162258a14b43567a9ee3598f5ae746a1581fb5d3d2cb780f0dbf95" +dependencies = [ + "futures-timer", + "pin-project", +] + [[package]] name = "fixed-hash" version = "0.8.0" @@ -3395,6 +3911,14 @@ dependencies = [ "parity-scale-codec", ] +[[package]] +name = "fork-tree" +version = "13.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", +] + [[package]] name = "form_urlencoded" version = "1.2.1" @@ -3420,17 +3944,17 @@ version = "1.0.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ "hex", - "impl-serde", + "impl-serde 0.4.0", "libsecp256k1", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "staging-xcm", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-runtime-interface 28.0.0", + "staging-xcm 14.2.0", ] [[package]] @@ -3438,10 +3962,10 @@ name = "fp-consensus" version = "2.0.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ - "ethereum", + "ethereum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec", - "sp-core", - "sp-runtime", + "sp-core 34.0.0", + "sp-runtime 39.0.1", ] [[package]] @@ -3449,10 +3973,10 @@ name = "fp-ethereum" version = "1.0.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ - "ethereum", - "ethereum-types", + "ethereum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ethereum-types 0.14.1", "fp-evm", - "frame-support", + "frame-support 38.0.0", "parity-scale-codec", ] @@ -3463,13 +3987,13 @@ source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-po dependencies = [ "environmental", "evm", - "frame-support", + "frame-support 38.0.0", "num_enum 0.7.3", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-runtime", + "sp-core 34.0.0", + "sp-runtime 39.0.1", ] [[package]] @@ -3477,15 +4001,15 @@ name = "fp-rpc" version = "3.0.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ - "ethereum", - "ethereum-types", + "ethereum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ethereum-types 0.14.1", "fp-evm", "parity-scale-codec", "scale-info", - "sp-api", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-api 34.0.0", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", ] [[package]] @@ -3493,11 +4017,11 @@ name = "fp-self-contained" version = "1.0.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ - "frame-support", + "frame-support 38.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", + "sp-runtime 39.0.1", ] [[package]] @@ -3520,71 +4044,107 @@ name = "frame-benchmarking" version = "38.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-support", - "frame-support-procedural", - "frame-system", + "frame-support 38.0.0", + "frame-support-procedural 30.0.3", + "frame-system 38.0.0", + "linregress", + "log", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-runtime-interface 28.0.0", + "sp-storage 21.0.0", + "static_assertions", +] + +[[package]] +name = "frame-benchmarking" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-support 39.0.0", + "frame-support-procedural 31.0.0", + "frame-system 39.1.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-storage", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-runtime-interface 29.0.0", + "sp-storage 22.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" -version = "43.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "46.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "Inflector", "array-bytes", "chrono", "clap", "comfy-table", - "frame-benchmarking", - "frame-support", - "frame-system", + "cumulus-client-parachain-inherent 0.15.0", + "cumulus-primitives-proof-size-hostfunction 0.11.0", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "gethostname", "handlebars", + "hex", "itertools 0.11.0", - "lazy_static", "linked-hash-map", "log", "parity-scale-codec", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", "rand 0.8.5", "rand_pcg", - "sc-block-builder", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-service", - "sc-sysinfo", + "sc-block-builder 0.43.0", + "sc-chain-spec 41.0.0", + "sc-cli 0.50.0", + "sc-client-api 38.0.0", + "sc-client-db 0.45.0", + "sc-executor 0.41.0", + "sc-executor-common 0.36.0", + "sc-service 0.49.0", + "sc-sysinfo 41.0.0", "serde", "serde_json", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-database", - "sp-externalities", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-trie", - "sp-wasm-interface", + "sp-api 35.0.0", + "sp-block-builder 35.0.0", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-externalities 0.30.0", + "sp-genesis-builder 0.16.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", + "sp-storage 22.0.0", + "sp-timestamp 35.0.0", + "sp-transaction-pool 35.0.0", + "sp-trie 38.0.0", + "sp-version 38.0.0", + "sp-wasm-interface 21.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "subxt", + "subxt-signer", "thiserror", "thousands", ] @@ -3597,7 +4157,18 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "frame-election-provider-solution-type" +version = "14.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -3605,33 +4176,60 @@ name = "frame-election-provider-support" version = "38.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-election-provider-solution-type", - "frame-support", - "frame-system", + "frame-election-provider-solution-type 14.0.1 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "frame-support 38.0.0", + "frame-system 38.0.0", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-core 34.0.0", + "sp-npos-elections 34.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "frame-election-provider-support" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-election-provider-solution-type 14.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-npos-elections", - "sp-runtime", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-core 35.0.0", + "sp-npos-elections 35.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "frame-executive" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "aquamarine", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "frame-try-runtime", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-tracing", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", +] + +[[package]] +name = "frame-metadata" +version = "15.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "878babb0b136e731cc77ec2fd883ff02745ff21e6fb662729953d44923df009c" +dependencies = [ + "cfg-if", + "parity-scale-codec", + "scale-info", ] [[package]] @@ -3646,19 +4244,32 @@ dependencies = [ "serde", ] +[[package]] +name = "frame-metadata" +version = "18.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daaf440c68eb2c3d88e5760fe8c7af3f9fee9181fab6c2f2c4e7cc48dcc40bb8" +dependencies = [ + "cfg-if", + "parity-scale-codec", + "scale-info", + "serde", +] + [[package]] name = "frame-metadata-hash-extension" -version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "array-bytes", + "const-hex", "docify", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 40.1.0", ] [[package]] @@ -3671,8 +4282,50 @@ dependencies = [ "bitflags 1.3.2", "docify", "environmental", - "frame-metadata", - "frame-support-procedural", + "frame-metadata 16.0.0", + "frame-support-procedural 30.0.3", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "serde_json", + "smallvec", + "sp-api 34.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-core 34.0.0", + "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-genesis-builder 0.15.1", + "sp-inherents 34.0.0", + "sp-io 38.0.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 39.0.1", + "sp-staking 36.0.0", + "sp-state-machine 0.43.0", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-tracing 17.0.1 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "static_assertions", + "tt-call", +] + +[[package]] +name = "frame-support" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "aquamarine", + "array-bytes", + "binary-merkle-tree", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata 18.0.0", + "frame-support-procedural 31.0.0", "impl-trait-for-tuples", "k256", "log", @@ -3683,21 +4336,22 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-metadata-ir", - "sp-runtime", - "sp-staking", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-weights", + "sp-api 35.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-core 35.0.0", + "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-genesis-builder 0.16.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-metadata-ir 0.8.0", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", + "sp-state-machine 0.44.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-trie 38.0.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "static_assertions", "tt-call", ] @@ -3712,14 +4366,34 @@ dependencies = [ "derive-syn-parse", "docify", "expander", - "frame-support-procedural-tools", + "frame-support-procedural-tools 13.0.0", + "itertools 0.11.0", + "macro_magic", + "proc-macro-warning 1.0.2", + "proc-macro2", + "quote", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "syn 2.0.87", +] + +[[package]] +name = "frame-support-procedural" +version = "31.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse", + "docify", + "expander", + "frame-support-procedural-tools 13.0.1", "itertools 0.11.0", "macro_magic", "proc-macro-warning 1.0.2", "proc-macro2", "quote", - "sp-crypto-hashing", - "syn 2.0.77", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "syn 2.0.87", ] [[package]] @@ -3727,11 +4401,23 @@ name = "frame-support-procedural-tools" version = "13.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-support-procedural-tools-derive", + "frame-support-procedural-tools-derive 12.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.87", +] + +[[package]] +name = "frame-support-procedural-tools" +version = "13.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-support-procedural-tools-derive 12.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -3741,7 +4427,17 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "frame-support-procedural-tools-derive" +version = "12.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -3751,52 +4447,72 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "cfg-if", "docify", - "frame-support", + "frame-support 38.0.0", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-version 37.0.0", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", +] + +[[package]] +name = "frame-system" +version = "39.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "cfg-if", + "docify", + "frame-support 39.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-version", - "sp-weights", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-version 38.0.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] name = "frame-system-benchmarking" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "frame-system-rpc-runtime-api" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "docify", "parity-scale-codec", - "sp-api", + "sp-api 35.0.0", ] [[package]] name = "frame-try-runtime" -version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.45.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-support", + "frame-support 39.0.0", "parity-scale-codec", - "sp-api", - "sp-runtime", + "sp-api 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -3842,9 +4558,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" [[package]] name = "futures" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" +checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" dependencies = [ "futures-channel", "futures-core", @@ -3867,9 +4583,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" dependencies = [ "futures-core", "futures-sink", @@ -3877,15 +4593,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" [[package]] name = "futures-executor" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" dependencies = [ "futures-core", "futures-task", @@ -3906,9 +4622,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" @@ -3940,13 +4656,13 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -3961,15 +4677,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" [[package]] name = "futures-task" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" [[package]] name = "futures-timer" @@ -3979,9 +4695,9 @@ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" [[package]] name = "futures-util" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" dependencies = [ "futures 0.1.31", "futures-channel", @@ -4122,7 +4838,7 @@ checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b" dependencies = [ "cfg-if", "dashmap", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "no-std-compat", "nonzero_ext", @@ -4301,6 +5017,51 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" +[[package]] +name = "hickory-proto" +version = "0.24.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "447afdcdb8afb9d0a852af6dc65d9b285ce720ed7a59e42a8bf2e931c67bc1b5" +dependencies = [ + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.6.1", + "futures-channel", + "futures-io", + "futures-util", + "idna 1.0.3", + "ipnet", + "once_cell", + "rand 0.8.5", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", +] + +[[package]] +name = "hickory-resolver" +version = "0.24.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a2e2aba9c389ce5267d31cf1e4dace82390ae276b0b364ea55630b1fa1b44b4" +dependencies = [ + "cfg-if", + "futures-util", + "hickory-proto", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.3", + "rand 0.8.5", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", +] + [[package]] name = "hkdf" version = "0.12.4" @@ -4506,7 +5267,8 @@ dependencies = [ "hyper 1.4.1", "hyper-util", "log", - "rustls 0.23.13", + "rustls 0.23.21", + "rustls-native-certs 0.8.1", "rustls-pki-types", "tokio", "tokio-rustls 0.26.0", @@ -4556,6 +5318,130 @@ dependencies = [ "cc", ] +[[package]] +name = "icu_collections" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_locid" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" +dependencies = [ + "displaydoc", + "litemap", + "tinystr", + "writeable", + "zerovec", +] + +[[package]] +name = "icu_locid_transform" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" +dependencies = [ + "displaydoc", + "icu_locid", + "icu_locid_transform_data", + "icu_provider", + "tinystr", + "zerovec", +] + +[[package]] +name = "icu_locid_transform_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" + +[[package]] +name = "icu_normalizer" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_normalizer_data", + "icu_properties", + "icu_provider", + "smallvec", + "utf16_iter", + "utf8_iter", + "write16", + "zerovec", +] + +[[package]] +name = "icu_normalizer_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" + +[[package]] +name = "icu_properties" +version = "1.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_locid_transform", + "icu_properties_data", + "icu_provider", + "tinystr", + "zerovec", +] + +[[package]] +name = "icu_properties_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" + +[[package]] +name = "icu_provider" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" +dependencies = [ + "displaydoc", + "icu_locid", + "icu_provider_macros", + "stable_deref_trait", + "tinystr", + "writeable", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_provider_macros" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + +[[package]] +name = "ident_case" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" + [[package]] name = "idna" version = "0.2.3" @@ -4587,6 +5473,27 @@ dependencies = [ "unicode-normalization", ] +[[package]] +name = "idna" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" +dependencies = [ + "idna_adapter", + "smallvec", + "utf8_iter", +] + +[[package]] +name = "idna_adapter" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" +dependencies = [ + "icu_normalizer", + "icu_properties", +] + [[package]] name = "if-addrs" version = "0.10.2" @@ -4604,9 +5511,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e" dependencies = [ "async-io 2.3.4", - "core-foundation", + "core-foundation 0.9.4", "fnv", - "futures 0.3.30", + "futures 0.3.31", "if-addrs", "ipnet", "log", @@ -4625,7 +5532,7 @@ dependencies = [ "async-trait", "attohttpc", "bytes", - "futures 0.3.30", + "futures 0.3.31", "http 0.2.12", "hyper 0.14.30", "log", @@ -4644,13 +5551,42 @@ dependencies = [ "parity-scale-codec", ] +[[package]] +name = "impl-codec" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b67aa010c1e3da95bf151bd8b4c059b2ed7e75387cdb969b4f8f2723a43f9941" +dependencies = [ + "parity-scale-codec", +] + +[[package]] +name = "impl-num-traits" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "803d15461ab0dcc56706adf266158acbc44ccf719bf7d0af30705f58b90a4b8c" +dependencies = [ + "integer-sqrt", + "num-traits", + "uint 0.10.0", +] + [[package]] name = "impl-rlp" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808" dependencies = [ - "rlp", + "rlp 0.5.2", +] + +[[package]] +name = "impl-rlp" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "54ed8ad1f3877f7e775b8cbf30ed1bd3209a95401817f19a0eb4402d13f8cf90" +dependencies = [ + "rlp 0.6.1", ] [[package]] @@ -4662,6 +5598,15 @@ dependencies = [ "serde", ] +[[package]] +name = "impl-serde" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a143eada6a1ec4aefa5049037a26a6d597bfd64f8c026d07b77133e02b7dd0b" +dependencies = [ + "serde", +] + [[package]] name = "impl-trait-for-tuples" version = "0.2.2" @@ -4884,20 +5829,87 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "jsonrpsee" +version = "0.22.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" +dependencies = [ + "jsonrpsee-client-transport 0.22.5", + "jsonrpsee-core 0.22.5", + "jsonrpsee-http-client 0.22.5", + "jsonrpsee-types 0.22.5", +] + +[[package]] +name = "jsonrpsee" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" +dependencies = [ + "jsonrpsee-core 0.23.2", + "jsonrpsee-types 0.23.2", + "jsonrpsee-ws-client 0.23.2", +] + [[package]] name = "jsonrpsee" version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" dependencies = [ - "jsonrpsee-core", - "jsonrpsee-http-client", + "jsonrpsee-core 0.24.7", + "jsonrpsee-http-client 0.24.7", "jsonrpsee-proc-macros", "jsonrpsee-server", - "jsonrpsee-types", - "jsonrpsee-ws-client", + "jsonrpsee-types 0.24.7", + "jsonrpsee-ws-client 0.24.7", + "tokio", + "tracing", +] + +[[package]] +name = "jsonrpsee-client-transport" +version = "0.22.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4978087a58c3ab02efc5b07c5e5e2803024536106fd5506f558db172c889b3aa" +dependencies = [ + "futures-util", + "http 0.2.12", + "jsonrpsee-core 0.22.5", + "pin-project", + "rustls-native-certs 0.7.3", + "rustls-pki-types", + "soketto 0.7.1", + "thiserror", + "tokio", + "tokio-rustls 0.25.0", + "tokio-util", + "tracing", + "url", +] + +[[package]] +name = "jsonrpsee-client-transport" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" +dependencies = [ + "base64 0.22.1", + "futures-util", + "http 1.1.0", + "jsonrpsee-core 0.23.2", + "pin-project", + "rustls 0.23.21", + "rustls-pki-types", + "rustls-platform-verifier", + "soketto 0.8.0", + "thiserror", "tokio", + "tokio-rustls 0.26.0", + "tokio-util", "tracing", + "url", ] [[package]] @@ -4909,9 +5921,9 @@ dependencies = [ "base64 0.22.1", "futures-util", "http 1.1.0", - "jsonrpsee-core", + "jsonrpsee-core 0.24.7", "pin-project", - "rustls 0.23.13", + "rustls 0.23.21", "rustls-pki-types", "rustls-platform-verifier", "soketto 0.8.0", @@ -4923,6 +5935,51 @@ dependencies = [ "url", ] +[[package]] +name = "jsonrpsee-core" +version = "0.22.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4b257e1ec385e07b0255dde0b933f948b5c8b8c28d42afda9587c3a967b896d" +dependencies = [ + "anyhow", + "async-trait", + "beef", + "futures-timer", + "futures-util", + "hyper 0.14.30", + "jsonrpsee-types 0.22.5", + "pin-project", + "rustc-hash 1.1.0", + "serde", + "serde_json", + "thiserror", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "jsonrpsee-core" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" +dependencies = [ + "anyhow", + "async-trait", + "beef", + "futures-timer", + "futures-util", + "jsonrpsee-types 0.23.2", + "pin-project", + "rustc-hash 1.1.0", + "serde", + "serde_json", + "thiserror", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "jsonrpsee-core" version = "0.24.7" @@ -4936,7 +5993,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "jsonrpsee-types", + "jsonrpsee-types 0.24.7", "parking_lot 0.12.3", "pin-project", "rand 0.8.5", @@ -4951,20 +6008,15 @@ dependencies = [ [[package]] name = "jsonrpsee-http-client" -version = "0.24.7" +version = "0.22.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3638bc4617f96675973253b3a45006933bde93c2fd8a6170b33c777cc389e5b" +checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" dependencies = [ "async-trait", - "base64 0.22.1", - "http-body 1.0.1", - "hyper 1.4.1", - "hyper-rustls 0.27.3", - "hyper-util", - "jsonrpsee-core", - "jsonrpsee-types", - "rustls 0.23.13", - "rustls-platform-verifier", + "hyper 0.14.30", + "hyper-rustls 0.24.2", + "jsonrpsee-core 0.22.5", + "jsonrpsee-types 0.22.5", "serde", "serde_json", "thiserror", @@ -4975,7 +6027,32 @@ dependencies = [ ] [[package]] -name = "jsonrpsee-proc-macros" +name = "jsonrpsee-http-client" +version = "0.24.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3638bc4617f96675973253b3a45006933bde93c2fd8a6170b33c777cc389e5b" +dependencies = [ + "async-trait", + "base64 0.22.1", + "http-body 1.0.1", + "hyper 1.4.1", + "hyper-rustls 0.27.3", + "hyper-util", + "jsonrpsee-core 0.24.7", + "jsonrpsee-types 0.24.7", + "rustls 0.23.21", + "rustls-platform-verifier", + "serde", + "serde_json", + "thiserror", + "tokio", + "tower", + "tracing", + "url", +] + +[[package]] +name = "jsonrpsee-proc-macros" version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c06c01ae0007548e73412c08e2285ffe5d723195bf268bce67b1b77c3bb2a14d" @@ -4984,7 +6061,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -4999,8 +6076,8 @@ dependencies = [ "http-body-util", "hyper 1.4.1", "hyper-util", - "jsonrpsee-core", - "jsonrpsee-types", + "jsonrpsee-core 0.24.7", + "jsonrpsee-types 0.24.7", "pin-project", "route-recognizer", "serde", @@ -5014,6 +6091,32 @@ dependencies = [ "tracing", ] +[[package]] +name = "jsonrpsee-types" +version = "0.22.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "150d6168405890a7a3231a3c74843f58b8959471f6df76078db2619ddee1d07d" +dependencies = [ + "anyhow", + "beef", + "serde", + "serde_json", + "thiserror", +] + +[[package]] +name = "jsonrpsee-types" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" +dependencies = [ + "beef", + "http 1.1.0", + "serde", + "serde_json", + "thiserror", +] + [[package]] name = "jsonrpsee-types" version = "0.24.7" @@ -5026,6 +6129,19 @@ dependencies = [ "thiserror", ] +[[package]] +name = "jsonrpsee-ws-client" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" +dependencies = [ + "http 1.1.0", + "jsonrpsee-client-transport 0.23.2", + "jsonrpsee-core 0.23.2", + "jsonrpsee-types 0.23.2", + "url", +] + [[package]] name = "jsonrpsee-ws-client" version = "0.24.7" @@ -5033,17 +6149,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fe322e0896d0955a3ebdd5bf813571c53fea29edd713bc315b76620b327e86d" dependencies = [ "http 1.1.0", - "jsonrpsee-client-transport", - "jsonrpsee-core", - "jsonrpsee-types", + "jsonrpsee-client-transport 0.24.7", + "jsonrpsee-core 0.24.7", + "jsonrpsee-types 0.24.7", "url", ] [[package]] name = "k256" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" +checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" dependencies = [ "cfg-if", "ecdsa", @@ -5062,6 +6178,16 @@ dependencies = [ "cpufeatures", ] +[[package]] +name = "keccak-hash" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b286e6b663fb926e1eeb68528e69cb70ed46c6d65871a21b2215ae8154c6d3c" +dependencies = [ + "primitive-types 0.12.2", + "tiny-keccak", +] + [[package]] name = "keystream" version = "1.0.0" @@ -5157,7 +6283,7 @@ checksum = "e94495eb319a85b70a68b85e2389a95bb3555c71c49025b78c691a854a7e6464" dependencies = [ "bytes", "either", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "getrandom 0.2.15", "instant", @@ -5218,7 +6344,7 @@ checksum = "dd44289ab25e4c9230d9246c475a22241e301b23e8f4061d3bdef304a1a99713" dependencies = [ "either", "fnv", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "instant", "libp2p-identity", @@ -5245,7 +6371,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6a18db73084b4da2871438f6239fef35190b05023de7656e877c18a00541a3b" dependencies = [ "async-trait", - "futures 0.3.30", + "futures 0.3.31", "libp2p-core", "libp2p-identity", "log", @@ -5262,7 +6388,7 @@ checksum = "45a96638a0a176bec0a4bcaebc1afa8cf909b114477209d7456ade52c61cd9cd" dependencies = [ "asynchronous-codec", "either", - "futures 0.3.30", + "futures 0.3.31", "futures-bounded", "futures-timer", "libp2p-core", @@ -5306,7 +6432,7 @@ dependencies = [ "bytes", "either", "fnv", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "instant", "libp2p-core", @@ -5319,7 +6445,7 @@ dependencies = [ "sha2 0.10.8", "smallvec", "thiserror", - "uint", + "uint 0.9.5", "unsigned-varint 0.7.2", "void", ] @@ -5331,7 +6457,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42a2567c305232f5ef54185e9604579a894fd0674819402bb0ac0246da82f52a" dependencies = [ "data-encoding", - "futures 0.3.30", + "futures 0.3.31", "if-watch", "libp2p-core", "libp2p-identity", @@ -5370,7 +6496,7 @@ checksum = "d2eeec39ad3ad0677551907dd304b2f13f17208ccebe333bef194076cd2e8921" dependencies = [ "bytes", "curve25519-dalek", - "futures 0.3.30", + "futures 0.3.31", "libp2p-core", "libp2p-identity", "log", @@ -5394,7 +6520,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e702d75cd0827dfa15f8fd92d15b9932abe38d10d21f47c50438c71dd1b5dae3" dependencies = [ "either", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "instant", "libp2p-core", @@ -5412,7 +6538,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "130d451d83f21b81eb7b35b360bc7972aeafb15177784adc56528db082e6b927" dependencies = [ "bytes", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "if-watch", "libp2p-core", @@ -5436,7 +6562,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8e3b4d67870478db72bac87bfc260ee6641d0734e0e3e275798f089c3fecfd4" dependencies = [ "async-trait", - "futures 0.3.30", + "futures 0.3.31", "instant", "libp2p-core", "libp2p-identity", @@ -5455,7 +6581,7 @@ checksum = "580189e0074af847df90e75ef54f3f30059aedda37ea5a1659e8b9fca05c0141" dependencies = [ "either", "fnv", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "instant", "libp2p-core", @@ -5480,7 +6606,7 @@ dependencies = [ "proc-macro-warning 0.4.2", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -5489,7 +6615,7 @@ version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b558dd40d1bcd1aaaed9de898e9ec6a436019ecc2420dd0016e712fbb61c5508" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "if-watch", "libc", @@ -5506,7 +6632,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8218d1d5482b122ccae396bbf38abdcb283ecc96fa54760e1dfd251f0546ac61" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "futures-rustls", "libp2p-core", "libp2p-identity", @@ -5525,7 +6651,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82775a47b34f10f787ad3e2a22e2c1541e6ebef4fe9f28f3ac553921554c94c1" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "igd-next", "libp2p-core", @@ -5541,7 +6667,7 @@ version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e5d8e3a9e07da0ef5b55a9f26c009c8fb3c725d492d8bb4b431715786eea79c" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "js-sys", "libp2p-core", "send_wrapper", @@ -5556,7 +6682,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "004ee9c4a4631435169aee6aad2f62e3984dc031c43b6d29731e8e82a016c538" dependencies = [ "either", - "futures 0.3.30", + "futures 0.3.31", "futures-rustls", "libp2p-core", "libp2p-identity", @@ -5576,7 +6702,7 @@ version = "0.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8eedcb62824c4300efb9cfd4e2a6edaf3ca097b9e68b36dabe45a44469fd6a85" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "libp2p-core", "log", "thiserror", @@ -5742,6 +6868,12 @@ dependencies = [ "keystream", ] +[[package]] +name = "litemap" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" + [[package]] name = "litep2p" version = "0.6.2" @@ -5753,7 +6885,7 @@ dependencies = [ "bytes", "cid 0.10.1", "ed25519-dalek", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "hex-literal 0.4.1", "indexmap 2.5.0", @@ -5774,7 +6906,7 @@ dependencies = [ "rustls 0.20.9", "serde", "sha2 0.10.8", - "simple-dns", + "simple-dns 0.5.7", "smallvec", "snow", "socket2 0.5.7", @@ -5787,7 +6919,7 @@ dependencies = [ "tokio-util", "tracing", "trust-dns-resolver", - "uint", + "uint 0.9.5", "unsigned-varint 0.8.0", "url", "webpki", @@ -5797,6 +6929,58 @@ dependencies = [ "zeroize", ] +[[package]] +name = "litep2p" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ca6ee50a125dc4fc4e9a3ae3640010796d1d07bc517a0ac715fdf0b24a0b6ac" +dependencies = [ + "async-trait", + "bs58 0.5.1", + "bytes", + "cid 0.10.1", + "ed25519-dalek", + "futures 0.3.31", + "futures-timer", + "hex-literal 0.4.1", + "hickory-resolver", + "indexmap 2.5.0", + "libc", + "mockall 0.13.1", + "multiaddr 0.17.1", + "multihash 0.17.0", + "network-interface", + "nohash-hasher", + "parking_lot 0.12.3", + "pin-project", + "prost 0.12.6", + "prost-build 0.13.4", + "rand 0.8.5", + "rcgen", + "ring 0.16.20", + "rustls 0.20.9", + "serde", + "sha2 0.10.8", + "simple-dns 0.7.1", + "smallvec", + "snow", + "socket2 0.5.7", + "static_assertions", + "thiserror", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tokio-util", + "tracing", + "uint 0.9.5", + "unsigned-varint 0.8.0", + "url", + "x25519-dalek", + "x509-parser 0.16.0", + "yasna", + "zeroize", +] + [[package]] name = "lock_api" version = "0.4.12" @@ -5874,7 +7058,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -5888,7 +7072,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -5899,7 +7083,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -5910,7 +7094,7 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -6003,13 +7187,13 @@ dependencies = [ [[package]] name = "merkleized-metadata" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" +checksum = "38c592efaf1b3250df14c8f3c2d952233f0302bb81d3586db2f303666c1cd607" dependencies = [ "array-bytes", "blake3", - "frame-metadata", + "frame-metadata 18.0.0", "parity-scale-codec", "scale-decode", "scale-info", @@ -6033,7 +7217,7 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "rand 0.8.5", "thrift", ] @@ -6092,36 +7276,36 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "40.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "log", "parity-scale-codec", - "sc-client-api", + "sc-client-api 38.0.0", "sc-offchain", - "sp-api", - "sp-blockchain", - "sp-consensus", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", "sp-consensus-beefy", - "sp-core", - "sp-mmr-primitives", - "sp-runtime", + "sp-core 35.0.0", + "sp-mmr-primitives 35.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "mmr-rpc" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "jsonrpsee", + "jsonrpsee 0.24.7", "parity-scale-codec", "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-mmr-primitives", - "sp-runtime", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-mmr-primitives 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -6154,6 +7338,20 @@ dependencies = [ "predicates-tree", ] +[[package]] +name = "mockall" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39a6bfcc6c8c7eed5ee98b9c3e33adc726054389233e201c95dab2d41a3839d2" +dependencies = [ + "cfg-if", + "downcast", + "fragile", + "mockall_derive 0.13.1", + "predicates 3.1.2", + "predicates-tree", +] + [[package]] name = "mockall_derive" version = "0.11.4" @@ -6175,7 +7373,19 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "mockall_derive" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898" +dependencies = [ + "cfg-if", + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -6185,26 +7395,26 @@ dependencies = [ "account", "async-backing-primitives", "cumulus-pallet-dmp-queue", - "cumulus-pallet-parachain-system", + "cumulus-pallet-parachain-system 0.18.0", "cumulus-pallet-xcm", "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-core 0.17.0", + "cumulus-primitives-parachain-inherent 0.17.0", + "cumulus-primitives-storage-weight-reclaim 9.0.0", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "cumulus-test-relay-sproof-builder", - "ethereum", + "cumulus-test-relay-sproof-builder 0.17.0", + "ethereum 0.15.0 (git+https://github.com/OpenZeppelin/ethereum.git?branch=master)", "evm-tracing-events", "fp-evm", "fp-rpc", "fp-self-contained", - "frame-benchmarking", + "frame-benchmarking 39.0.0", "frame-executive", - "frame-metadata", + "frame-metadata 16.0.0", "frame-metadata-hash-extension", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -6226,7 +7436,7 @@ dependencies = [ "pallet-author-inherent", "pallet-author-mapping", "pallet-author-slot-filter", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-collective", "pallet-conviction-voting", "pallet-crowdloan-rewards", @@ -6266,10 +7476,10 @@ dependencies = [ "pallet-evm-precompile-xcm-utils", "pallet-evm-precompile-xtokens", "pallet-evm-precompileset-assets-erc20", - "pallet-identity", + "pallet-identity 39.0.0", "pallet-maintenance-mode", - "pallet-message-queue", - "pallet-migrations", + "pallet-message-queue 42.0.0", + "pallet-migrations 0.1.0", "pallet-moonbeam-foreign-assets", "pallet-moonbeam-lazy-migrations", "pallet-moonbeam-orbiters", @@ -6287,56 +7497,56 @@ dependencies = [ "pallet-scheduler", "pallet-society", "pallet-sudo", - "pallet-timestamp", - "pallet-transaction-payment", + "pallet-timestamp 38.0.0", + "pallet-transaction-payment 39.0.0", "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", + "pallet-treasury 38.0.0", + "pallet-utility 39.0.0", "pallet-whitelist", - "pallet-xcm", + "pallet-xcm 18.0.0", "pallet-xcm-benchmarks", "pallet-xcm-transactor", "pallet-xcm-weight-trader", "parachains-common", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-core-primitives 16.0.0", + "polkadot-parachain-primitives 15.0.0", + "polkadot-runtime-common 18.0.0", + "polkadot-runtime-parachains 18.0.1", "precompile-foreign-asset-migrator", "precompile-utils", - "rlp", + "rlp 0.5.2", "scale-info", "serde", "session-keys-primitives", "sha3", "smallvec", - "sp-api", - "sp-block-builder", - "sp-consensus-slots", - "sp-core", - "sp-debug-derive", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-std", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", + "sp-api 35.0.0", + "sp-block-builder 35.0.0", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-genesis-builder 0.16.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-offchain 35.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-timestamp 35.0.0", + "sp-transaction-pool 35.0.0", + "sp-version 38.0.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", "strum 0.26.3", "strum_macros 0.24.3", "substrate-wasm-builder", "xcm-primitives 0.1.0", "xcm-primitives 0.1.1", - "xcm-runtime-apis", + "xcm-runtime-apis 0.5.0", "xcm-simulator", ] @@ -6345,15 +7555,15 @@ name = "moonbeam" version = "0.12.3" dependencies = [ "assert_cmd", - "futures 0.3.30", + "futures 0.3.31", "hex", "moonbeam-cli", "moonbeam-service", "nix 0.28.0", - "pallet-xcm", + "pallet-xcm 18.0.0", "serde", "serde_json", - "staging-xcm-builder", + "staging-xcm-builder 18.0.0", "tempfile", "tracing-core", ] @@ -6366,7 +7576,7 @@ dependencies = [ "clap-num", "cumulus-client-cli", "cumulus-client-service", - "cumulus-primitives-core", + "cumulus-primitives-core 0.17.0", "frame-benchmarking-cli", "log", "moonbeam-cli-opt", @@ -6374,24 +7584,24 @@ dependencies = [ "nimbus-primitives", "parity-scale-codec", "polkadot-cli", - "polkadot-parachain-primitives", - "polkadot-primitives", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", "polkadot-service", - "sc-chain-spec", - "sc-cli", - "sc-client-api", + "sc-chain-spec 41.0.0", + "sc-cli 0.50.0", + "sc-client-api 38.0.0", "sc-consensus-grandpa", - "sc-network", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sp-core", - "sp-io", - "sp-runtime", - "sp-wasm-interface", + "sc-network 0.48.0", + "sc-service 0.49.0", + "sc-sysinfo 41.0.0", + "sc-telemetry 28.0.0", + "sc-tracing 38.0.0", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-wasm-interface 21.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "substrate-build-script-utils", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.17.1", "url", ] @@ -6403,9 +7613,9 @@ dependencies = [ "bip32", "clap", "libsecp256k1", - "primitive-types", + "primitive-types 0.13.1", "sha3", - "sp-runtime", + "sp-runtime 40.1.0", "tiny-bip39", "url", ] @@ -6414,15 +7624,15 @@ dependencies = [ name = "moonbeam-client-evm-tracing" version = "0.1.0" dependencies = [ - "ethereum-types", + "ethereum-types 0.15.1", "evm-tracing-events", "hex", "moonbeam-rpc-primitives-debug", "parity-scale-codec", "serde", "serde_json", - "sp-runtime", - "sp-std", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -6432,21 +7642,21 @@ dependencies = [ "account", "fp-self-contained", "hex-literal 0.4.1", - "sp-core", - "sp-runtime", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "moonbeam-dev-rpc" version = "0.1.0" dependencies = [ - "cumulus-primitives-core", + "cumulus-primitives-core 0.17.0", "flume 0.10.14", - "futures 0.3.30", + "futures 0.3.31", "hex-literal 0.4.1", - "jsonrpsee", + "jsonrpsee 0.24.7", "parity-scale-codec", - "staging-xcm", + "staging-xcm 15.0.1", "tokio", "xcm-primitives 0.1.1", ] @@ -6455,7 +7665,7 @@ dependencies = [ name = "moonbeam-evm-tracer" version = "0.1.0" dependencies = [ - "ethereum-types", + "ethereum-types 0.15.1", "evm", "evm-gasometer", "evm-runtime", @@ -6464,10 +7674,10 @@ dependencies = [ "moonbeam-primitives-ext", "pallet-evm", "parity-scale-codec", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -6478,12 +7688,12 @@ dependencies = [ "fc-api", "fc-db", "fc-rpc", - "jsonrpsee", + "jsonrpsee 0.24.7", "parity-scale-codec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", "tokio", ] @@ -6491,36 +7701,36 @@ dependencies = [ name = "moonbeam-primitives-ext" version = "0.1.0" dependencies = [ - "ethereum-types", + "ethereum-types 0.15.1", "evm-tracing-events", "parity-scale-codec", - "sp-externalities", - "sp-runtime-interface", - "sp-std", + "sp-externalities 0.30.0", + "sp-runtime-interface 29.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] name = "moonbeam-relay-encoder" version = "0.1.0" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", + "cumulus-primitives-core 0.17.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "moonbase-runtime", "moonbeam-runtime", "moonriver-runtime", "pallet-evm-precompile-relay-encoder", "pallet-proxy", - "pallet-staking", - "pallet-utility", + "pallet-staking 39.0.1", + "pallet-utility 39.0.0", "pallet-xcm-transactor", "parity-scale-codec", - "polkadot-runtime-parachains", + "polkadot-runtime-parachains 18.0.1", "rococo-runtime", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", "westend-runtime", "xcm-primitives 0.1.1", ] @@ -6529,25 +7739,25 @@ dependencies = [ name = "moonbeam-rpc-core-debug" version = "0.1.0" dependencies = [ - "ethereum", - "ethereum-types", + "ethereum 0.15.0 (git+https://github.com/OpenZeppelin/ethereum.git?branch=master)", + "ethereum-types 0.15.1", "fc-rpc-core", - "futures 0.3.30", - "jsonrpsee", + "futures 0.3.31", + "jsonrpsee 0.24.7", "moonbeam-client-evm-tracing", "moonbeam-rpc-core-types", "serde", "serde_json", - "sp-core", + "sp-core 35.0.0", ] [[package]] name = "moonbeam-rpc-core-trace" version = "0.6.0" dependencies = [ - "ethereum-types", - "futures 0.3.30", - "jsonrpsee", + "ethereum-types 0.15.1", + "futures 0.3.31", + "jsonrpsee 0.24.7", "moonbeam-client-evm-tracing", "moonbeam-rpc-core-types", "serde", @@ -6558,10 +7768,10 @@ dependencies = [ name = "moonbeam-rpc-core-txpool" version = "0.6.0" dependencies = [ - "ethereum", - "ethereum-types", + "ethereum 0.15.0 (git+https://github.com/OpenZeppelin/ethereum.git?branch=master)", + "ethereum-types 0.15.1", "fc-rpc-core", - "jsonrpsee", + "jsonrpsee 0.24.7", "serde", "serde_json", ] @@ -6570,7 +7780,7 @@ dependencies = [ name = "moonbeam-rpc-core-types" version = "0.1.0" dependencies = [ - "ethereum-types", + "ethereum-types 0.15.1", "serde", "serde_json", ] @@ -6579,8 +7789,8 @@ dependencies = [ name = "moonbeam-rpc-debug" version = "0.1.0" dependencies = [ - "ethereum", - "ethereum-types", + "ethereum 0.15.0 (git+https://github.com/OpenZeppelin/ethereum.git?branch=master)", + "ethereum-types 0.15.1", "fc-api", "fc-consensus", "fc-db", @@ -6588,22 +7798,22 @@ dependencies = [ "fc-rpc-core", "fc-storage", "fp-rpc", - "futures 0.3.30", + "futures 0.3.31", "hex-literal 0.4.1", - "jsonrpsee", + "jsonrpsee 0.24.7", "moonbeam-client-evm-tracing", "moonbeam-rpc-core-debug", "moonbeam-rpc-core-types", "moonbeam-rpc-primitives-debug", - "sc-client-api", - "sc-utils", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-io", - "sp-runtime", - "sp-trie", + "sc-client-api 38.0.0", + "sc-utils 18.0.0", + "sp-api 35.0.0", + "sp-block-builder 35.0.0", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-trie 38.0.0", "tokio", ] @@ -6612,62 +7822,62 @@ name = "moonbeam-rpc-primitives-debug" version = "0.1.0" dependencies = [ "environmental", - "ethereum", - "ethereum-types", + "ethereum 0.15.0 (git+https://github.com/OpenZeppelin/ethereum.git?branch=master)", + "ethereum-types 0.15.1", "hex", "parity-scale-codec", "serde", - "sp-api", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-api 35.0.0", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] name = "moonbeam-rpc-primitives-txpool" version = "0.6.0" dependencies = [ - "ethereum", + "ethereum 0.15.0 (git+https://github.com/OpenZeppelin/ethereum.git?branch=master)", "parity-scale-codec", "scale-info", - "sp-api", - "sp-io", - "sp-runtime", - "sp-std", + "sp-api 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] name = "moonbeam-rpc-trace" version = "0.6.0" dependencies = [ - "ethereum", - "ethereum-types", + "ethereum 0.15.0 (git+https://github.com/OpenZeppelin/ethereum.git?branch=master)", + "ethereum-types 0.15.1", "fc-consensus", "fc-rpc", "fc-rpc-core", "fc-storage", "fp-rpc", - "futures 0.3.30", - "jsonrpsee", + "futures 0.3.31", + "jsonrpsee 0.24.7", "log", "moonbeam-client-evm-tracing", "moonbeam-rpc-core-trace", "moonbeam-rpc-core-types", "moonbeam-rpc-primitives-debug", - "sc-client-api", - "sc-network", - "sc-utils", + "sc-client-api 38.0.0", + "sc-network 0.48.0", + "sc-utils 18.0.0", "serde", "sha3", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-io", - "sp-runtime", - "sp-std", - "sp-transaction-pool", - "substrate-prometheus-endpoint", + "sp-api 35.0.0", + "sp-block-builder 35.0.0", + "sp-blockchain 38.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-transaction-pool 35.0.0", + "substrate-prometheus-endpoint 0.17.1", "tokio", "tracing", ] @@ -6676,22 +7886,22 @@ dependencies = [ name = "moonbeam-rpc-txpool" version = "0.6.0" dependencies = [ - "ethereum-types", + "ethereum-types 0.15.1", "fc-rpc", - "frame-system", - "jsonrpsee", + "frame-system 39.1.0", + "jsonrpsee 0.24.7", "moonbeam-rpc-core-txpool", "moonbeam-rpc-primitives-txpool", - "rlp", - "sc-transaction-pool", - "sc-transaction-pool-api", + "rlp 0.5.2", + "sc-transaction-pool 38.0.0", + "sc-transaction-pool-api 38.0.0", "serde", "sha3", - "sp-api", - "sp-blockchain", - "sp-io", - "sp-runtime", - "sp-std", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -6701,26 +7911,26 @@ dependencies = [ "account", "async-backing-primitives", "cumulus-pallet-dmp-queue", - "cumulus-pallet-parachain-system", + "cumulus-pallet-parachain-system 0.18.0", "cumulus-pallet-xcm", "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-core 0.17.0", + "cumulus-primitives-parachain-inherent 0.17.0", + "cumulus-primitives-storage-weight-reclaim 9.0.0", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "cumulus-test-relay-sproof-builder", - "ethereum", + "cumulus-test-relay-sproof-builder 0.17.0", + "ethereum 0.15.0 (git+https://github.com/OpenZeppelin/ethereum.git?branch=master)", "evm-tracing-events", "fp-evm", "fp-rpc", "fp-self-contained", - "frame-benchmarking", + "frame-benchmarking 39.0.0", "frame-executive", - "frame-metadata", + "frame-metadata 16.0.0", "frame-metadata-hash-extension", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -6742,7 +7952,7 @@ dependencies = [ "pallet-author-inherent", "pallet-author-mapping", "pallet-author-slot-filter", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-collective", "pallet-conviction-voting", "pallet-crowdloan-rewards", @@ -6781,10 +7991,10 @@ dependencies = [ "pallet-evm-precompile-xcm-utils", "pallet-evm-precompile-xtokens", "pallet-evm-precompileset-assets-erc20", - "pallet-identity", + "pallet-identity 39.0.0", "pallet-maintenance-mode", - "pallet-message-queue", - "pallet-migrations", + "pallet-message-queue 42.0.0", + "pallet-migrations 0.1.0", "pallet-moonbeam-foreign-assets", "pallet-moonbeam-lazy-migrations", "pallet-moonbeam-orbiters", @@ -6801,54 +8011,54 @@ dependencies = [ "pallet-root-testing", "pallet-scheduler", "pallet-society", - "pallet-timestamp", - "pallet-transaction-payment", + "pallet-timestamp 38.0.0", + "pallet-transaction-payment 39.0.0", "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", + "pallet-treasury 38.0.0", + "pallet-utility 39.0.0", "pallet-whitelist", - "pallet-xcm", + "pallet-xcm 18.0.0", "pallet-xcm-benchmarks", "pallet-xcm-transactor", "pallet-xcm-weight-trader", "parachains-common", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-core-primitives 16.0.0", + "polkadot-parachain-primitives 15.0.0", + "polkadot-runtime-common 18.0.0", + "polkadot-runtime-parachains 18.0.1", "precompile-utils", - "rlp", + "rlp 0.5.2", "scale-info", "serde", "session-keys-primitives", "sha3", "smallvec", - "sp-api", - "sp-block-builder", - "sp-consensus-slots", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-std", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", + "sp-api 35.0.0", + "sp-block-builder 35.0.0", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-genesis-builder 0.16.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-offchain 35.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-timestamp 35.0.0", + "sp-transaction-pool 35.0.0", + "sp-version 38.0.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", "strum 0.26.3", "strum_macros 0.24.3", "substrate-wasm-builder", "xcm-primitives 0.1.0", "xcm-primitives 0.1.1", - "xcm-runtime-apis", + "xcm-runtime-apis 0.5.0", "xcm-simulator", ] @@ -6857,14 +8067,14 @@ name = "moonbeam-runtime-common" version = "0.8.0-dev" dependencies = [ "account", - "cumulus-pallet-parachain-system", + "cumulus-pallet-parachain-system 0.18.0", "cumulus-pallet-xcmp-queue", - "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-storage-weight-reclaim 9.0.0", "fp-ethereum", "fp-evm", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "frame-try-runtime", "hex-literal 0.3.4", "impl-trait-for-tuples", @@ -6878,16 +8088,16 @@ dependencies = [ "pallet-author-inherent", "pallet-author-mapping", "pallet-author-slot-filter", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-collective", "pallet-conviction-voting", "pallet-crowdloan-rewards", "pallet-ethereum-xcm", "pallet-evm", "pallet-evm-chain-id", - "pallet-identity", - "pallet-message-queue", - "pallet-migrations", + "pallet-identity 39.0.0", + "pallet-message-queue 42.0.0", + "pallet-migrations 0.1.0", "pallet-moonbeam-foreign-assets", "pallet-moonbeam-lazy-migrations", "pallet-moonbeam-orbiters", @@ -6902,29 +8112,29 @@ dependencies = [ "pallet-relay-storage-roots", "pallet-scheduler", "pallet-sudo", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-treasury", - "pallet-utility", + "pallet-timestamp 38.0.0", + "pallet-transaction-payment 39.0.0", + "pallet-treasury 38.0.0", + "pallet-utility 39.0.0", "pallet-whitelist", - "pallet-xcm", + "pallet-xcm 18.0.0", "pallet-xcm-transactor", "pallet-xcm-weight-trader", "parity-scale-codec", "precompile-utils", "scale-info", - "sp-api", - "sp-consensus-slots", - "sp-core", - "sp-genesis-builder", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-api 35.0.0", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-genesis-builder 0.16.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", "xcm-primitives 0.1.1", - "xcm-runtime-apis", + "xcm-runtime-apis 0.5.0", ] [[package]] @@ -6937,20 +8147,20 @@ dependencies = [ "async-trait", "bip32", "cumulus-client-cli", - "cumulus-client-collator", - "cumulus-client-consensus-common", - "cumulus-client-consensus-proposer", + "cumulus-client-collator 0.21.0", + "cumulus-client-consensus-common 0.21.0", + "cumulus-client-consensus-proposer 0.17.0", "cumulus-client-consensus-relay-chain", - "cumulus-client-network", - "cumulus-client-parachain-inherent", + "cumulus-client-network 0.21.0", + "cumulus-client-parachain-inherent 0.15.0", "cumulus-client-service", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", + "cumulus-primitives-core 0.17.0", + "cumulus-primitives-parachain-inherent 0.17.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.21.0", "cumulus-relay-chain-minimal-node", "cumulus-relay-chain-rpc-interface", - "cumulus-test-relay-sproof-builder", + "cumulus-test-relay-sproof-builder 0.17.0", "derive_more", "exit-future", "fc-api", @@ -6963,14 +8173,14 @@ dependencies = [ "fp-consensus", "fp-rpc", "fp-storage", - "frame-benchmarking", + "frame-benchmarking 39.0.0", "frame-benchmarking-cli", - "frame-system", + "frame-system 39.1.0", "frame-system-rpc-runtime-api", - "futures 0.3.30", + "futures 0.3.31", "hex", "hex-literal 0.4.1", - "jsonrpsee", + "jsonrpsee 0.24.7", "libsecp256k1", "log", "maplit", @@ -6994,73 +8204,73 @@ dependencies = [ "nimbus-primitives", "nix 0.28.0", "pallet-author-inherent", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-ethereum", "pallet-parachain-staking", "pallet-sudo", - "pallet-transaction-payment", + "pallet-transaction-payment 39.0.0", "pallet-transaction-payment-rpc", "pallet-transaction-payment-rpc-runtime-api", "pallet-xcm-transactor", "parity-scale-codec", "parking_lot 0.12.3", "polkadot-cli", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-common", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", + "polkadot-runtime-common 18.0.0", "polkadot-service", "prometheus", "rand 0.8.5", "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-consensus", + "sc-block-builder 0.43.0", + "sc-chain-spec 41.0.0", + "sc-cli 0.50.0", + "sc-client-api 38.0.0", + "sc-client-db 0.45.0", + "sc-consensus 0.47.0", "sc-consensus-grandpa", - "sc-consensus-manual-seal", - "sc-executor", - "sc-informant", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-consensus-manual-seal 0.49.0", + "sc-executor 0.41.0", + "sc-informant 0.47.0", + "sc-network 0.48.0", + "sc-network-common 0.47.0", + "sc-network-sync 0.47.0", "sc-offchain", - "sc-rpc", - "sc-rpc-api", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-rpc 43.0.0", + "sc-rpc-api 0.47.0", + "sc-service 0.49.0", + "sc-sysinfo 41.0.0", + "sc-telemetry 28.0.0", + "sc-tracing 38.0.0", + "sc-transaction-pool 38.0.0", + "sc-transaction-pool-api 38.0.0", "serde", "serde_json", "session-keys-primitives", "sha3", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-offchain", - "sp-rpc", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-storage", - "sp-timestamp", - "sp-transaction-pool", - "sp-trie", - "sp-version", - "staging-xcm", + "sp-api 35.0.0", + "sp-block-builder 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-core 35.0.0", + "sp-externalities 0.30.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-keystore 0.41.0", + "sp-offchain 35.0.0", + "sp-rpc 33.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-state-machine 0.44.0", + "sp-storage 22.0.0", + "sp-timestamp 35.0.0", + "sp-transaction-pool 35.0.0", + "sp-trie 38.0.0", + "sp-version 38.0.0", + "staging-xcm 15.0.1", "substrate-build-script-utils", "substrate-frame-rpc-system", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.17.1", "substrate-rpc-client", "substrate-test-client", "substrate-test-runtime", @@ -7072,7 +8282,7 @@ dependencies = [ "tokio-retry", "tracing", "trie-root", - "xcm-runtime-apis", + "xcm-runtime-apis 0.5.0", ] [[package]] @@ -7081,38 +8291,38 @@ version = "0.1.0" dependencies = [ "nimbus-primitives", "parity-scale-codec", - "polkadot-primitives", + "polkadot-primitives 17.0.0", "schnorrkel 0.11.4", "session-keys-primitives", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-core 35.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", ] [[package]] name = "moonbeam-xcm-benchmarks" version = "0.2.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-erc20-xcm-bridge", "pallet-moonbeam-foreign-assets", "pallet-xcm-benchmarks", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", "xcm-primitives 0.1.1", ] @@ -7131,26 +8341,26 @@ dependencies = [ "account", "async-backing-primitives", "cumulus-pallet-dmp-queue", - "cumulus-pallet-parachain-system", + "cumulus-pallet-parachain-system 0.18.0", "cumulus-pallet-xcm", "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-core 0.17.0", + "cumulus-primitives-parachain-inherent 0.17.0", + "cumulus-primitives-storage-weight-reclaim 9.0.0", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "cumulus-test-relay-sproof-builder", - "ethereum", + "cumulus-test-relay-sproof-builder 0.17.0", + "ethereum 0.15.0 (git+https://github.com/OpenZeppelin/ethereum.git?branch=master)", "evm-tracing-events", "fp-evm", "fp-rpc", "fp-self-contained", - "frame-benchmarking", + "frame-benchmarking 39.0.0", "frame-executive", - "frame-metadata", + "frame-metadata 16.0.0", "frame-metadata-hash-extension", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -7172,7 +8382,7 @@ dependencies = [ "pallet-author-inherent", "pallet-author-mapping", "pallet-author-slot-filter", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-collective", "pallet-conviction-voting", "pallet-crowdloan-rewards", @@ -7211,10 +8421,10 @@ dependencies = [ "pallet-evm-precompile-xcm-utils", "pallet-evm-precompile-xtokens", "pallet-evm-precompileset-assets-erc20", - "pallet-identity", + "pallet-identity 39.0.0", "pallet-maintenance-mode", - "pallet-message-queue", - "pallet-migrations", + "pallet-message-queue 42.0.0", + "pallet-migrations 0.1.0", "pallet-moonbeam-foreign-assets", "pallet-moonbeam-lazy-migrations", "pallet-moonbeam-orbiters", @@ -7231,55 +8441,55 @@ dependencies = [ "pallet-root-testing", "pallet-scheduler", "pallet-society", - "pallet-timestamp", - "pallet-transaction-payment", + "pallet-timestamp 38.0.0", + "pallet-transaction-payment 39.0.0", "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", + "pallet-treasury 38.0.0", + "pallet-utility 39.0.0", "pallet-whitelist", - "pallet-xcm", + "pallet-xcm 18.0.0", "pallet-xcm-benchmarks", "pallet-xcm-transactor", "pallet-xcm-weight-trader", "parachains-common", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-core-primitives 16.0.0", + "polkadot-parachain-primitives 15.0.0", + "polkadot-runtime-common 18.0.0", + "polkadot-runtime-parachains 18.0.1", "precompile-utils", - "rlp", + "rlp 0.5.2", "scale-info", "serde", "session-keys-primitives", "sha3", "smallvec", - "sp-api", - "sp-block-builder", - "sp-consensus-slots", - "sp-core", - "sp-debug-derive", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-std", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", + "sp-api 35.0.0", + "sp-block-builder 35.0.0", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-genesis-builder 0.16.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-offchain 35.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-timestamp 35.0.0", + "sp-transaction-pool 35.0.0", + "sp-version 38.0.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", "strum 0.26.3", "strum_macros 0.24.3", "substrate-wasm-builder", "xcm-primitives 0.1.0", "xcm-primitives 0.1.1", - "xcm-runtime-apis", + "xcm-runtime-apis 0.5.0", "xcm-simulator", ] @@ -7409,7 +8619,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea0df8e5eec2298a62b326ee4f0d7fe1a6b90a09dfcf9df37b38f947a8c42f19" dependencies = [ "bytes", - "futures 0.3.30", + "futures 0.3.31", "log", "pin-project", "smallvec", @@ -7440,7 +8650,7 @@ checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -7473,7 +8683,7 @@ dependencies = [ "openssl-probe", "openssl-sys", "schannel", - "security-framework", + "security-framework 2.11.1", "security-framework-sys", "tempfile", ] @@ -7523,7 +8733,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6" dependencies = [ "bytes", - "futures 0.3.30", + "futures 0.3.31", "log", "netlink-packet-core", "netlink-sys", @@ -7538,7 +8748,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "416060d346fbaf1f23f9512963e3e878f1a78e707cb699ba9215761754244307" dependencies = [ "bytes", - "futures 0.3.30", + "futures 0.3.31", "libc", "log", "tokio", @@ -7563,36 +8773,36 @@ source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot- dependencies = [ "async-backing-primitives", "async-trait", - "cumulus-client-collator", - "cumulus-client-consensus-common", - "cumulus-client-consensus-proposer", - "cumulus-client-parachain-inherent", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-relay-chain-interface", - "futures 0.3.30", + "cumulus-client-collator 0.18.0", + "cumulus-client-consensus-common 0.18.0", + "cumulus-client-consensus-proposer 0.16.0", + "cumulus-client-parachain-inherent 0.12.0", + "cumulus-primitives-core 0.16.0", + "cumulus-primitives-parachain-inherent 0.16.0", + "cumulus-relay-chain-interface 0.18.0", + "futures 0.3.31", "log", "nimbus-primitives", "parity-scale-codec", "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", - "sc-consensus-manual-seal", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-version", - "substrate-prometheus-endpoint", + "polkadot-node-primitives 16.0.0", + "polkadot-node-subsystem 18.0.0", + "polkadot-primitives 16.0.0", + "sc-client-api 37.0.0", + "sc-consensus 0.44.0", + "sc-consensus-manual-seal 0.46.0", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-block-builder 34.0.0", + "sp-blockchain 37.0.1", + "sp-consensus 0.40.0", + "sp-consensus-slots 0.40.1", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-keystore 0.40.0", + "sp-runtime 39.0.1", + "sp-version 37.0.0", + "substrate-prometheus-endpoint 0.17.0", "tracing", ] @@ -7602,16 +8812,16 @@ version = "0.9.0" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2409#6fd5f8448d069ad413c661d1737fe26ea04e21ec" dependencies = [ "async-trait", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-inherents 34.0.0", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", ] [[package]] @@ -7633,7 +8843,7 @@ checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" dependencies = [ "bitflags 2.6.0", "cfg-if", - "cfg_aliases", + "cfg_aliases 0.1.1", "libc", ] @@ -7837,7 +9047,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -7929,7 +9139,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -7974,7 +9184,7 @@ checksum = "41f6bbacc8c189a3f2e45e0fd0436e5d97f194db888e721bdbc3973e7dbed4c2" dependencies = [ "async-trait", "dyn-clonable", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "orchestra-proc-macro", "pin-project", @@ -8031,36 +9241,54 @@ name = "pallet-asset-conversion" version = "20.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-api 34.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "pallet-asset-conversion" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", + "sp-api 35.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-asset-manager" version = "0.1.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-balances", + "pallet-balances 40.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", "xcm-primitives 0.1.1", ] @@ -8069,46 +9297,60 @@ name = "pallet-asset-rate" version = "17.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 34.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "pallet-asset-rate" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-asset-tx-payment" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-transaction-payment", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", + "pallet-transaction-payment 39.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-assets" -version = "40.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "41.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -8116,19 +9358,19 @@ name = "pallet-async-backing" version = "0.9.0" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2409#6fd5f8448d069ad413c661d1737fe26ea04e21ec" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "frame-support", - "frame-system", + "cumulus-pallet-parachain-system 0.17.0", + "cumulus-primitives-core 0.16.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "nimbus-primitives", - "pallet-timestamp", + "pallet-timestamp 37.0.0", "parity-scale-codec", "scale-info", - "sp-consensus-slots", - "sp-core", - "sp-runtime", - "sp-std", + "sp-consensus-slots 0.40.1", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", ] [[package]] @@ -8136,18 +9378,18 @@ name = "pallet-author-inherent" version = "0.9.0" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2409#6fd5f8448d069ad413c661d1737fe26ea04e21ec" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "nimbus-primitives", "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-inherents 34.0.0", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", ] [[package]] @@ -8155,18 +9397,18 @@ name = "pallet-author-mapping" version = "2.0.5" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2409#6fd5f8448d069ad413c661d1737fe26ea04e21ec" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "nimbus-primitives", - "pallet-balances", + "pallet-balances 39.0.0", "parity-scale-codec", "scale-info", "serde", "session-keys-primitives", - "sp-runtime", - "sp-std", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", ] [[package]] @@ -8174,17 +9416,17 @@ name = "pallet-author-slot-filter" version = "0.9.0" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2409#6fd5f8448d069ad413c661d1737fe26ea04e21ec" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "nimbus-primitives", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", ] [[package]] @@ -8192,14 +9434,29 @@ name = "pallet-authority-discovery" version = "38.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-support", - "frame-system", - "pallet-session", + "frame-support 38.0.0", + "frame-system 38.0.0", + "pallet-session 38.0.0", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 38.0.0", + "sp-authority-discovery 34.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "pallet-authority-discovery" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-support 39.0.0", + "frame-system 39.1.0", + "pallet-session 39.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-authority-discovery", - "sp-runtime", + "sp-application-crypto 39.0.0", + "sp-authority-discovery 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -8207,12 +9464,25 @@ name = "pallet-authorship" version = "38.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-support", - "frame-system", + "frame-support 38.0.0", + "frame-system 38.0.0", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 39.0.1", +] + +[[package]] +name = "pallet-authorship" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-support 39.0.0", + "frame-system 39.1.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 40.1.0", ] [[package]] @@ -8220,43 +9490,66 @@ name = "pallet-babe" version = "38.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "log", + "pallet-authorship 38.0.0", + "pallet-session 38.0.0", + "pallet-timestamp 37.0.0", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 38.0.0", + "sp-consensus-babe 0.40.0", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-session 36.0.0", + "sp-staking 36.0.0", +] + +[[package]] +name = "pallet-babe" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-authorship", - "pallet-session", - "pallet-timestamp", + "pallet-authorship 39.0.0", + "pallet-session 39.0.0", + "pallet-timestamp 38.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-consensus-babe", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", + "sp-application-crypto 39.0.0", + "sp-consensus-babe 0.41.0", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-staking 37.0.0", ] [[package]] name = "pallet-bags-list" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "aquamarine", "docify", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-election-provider-support 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-balances", + "pallet-balances 40.0.0", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-tracing", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -8265,74 +9558,89 @@ version = "39.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 39.0.1", +] + +[[package]] +name = "pallet-balances" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "docify", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-beefy" -version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-authorship", - "pallet-session", + "pallet-authorship 39.0.0", + "pallet-session 39.0.0", "parity-scale-codec", "scale-info", "serde", "sp-consensus-beefy", - "sp-runtime", - "sp-session", - "sp-staking", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-staking 37.0.0", ] [[package]] name = "pallet-beefy-mmr" -version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "array-bytes", "binary-merkle-tree", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "pallet-beefy", - "pallet-mmr", - "pallet-session", + "pallet-mmr 39.0.0", + "pallet-session 39.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api", + "sp-api 35.0.0", "sp-consensus-beefy", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", ] [[package]] name = "pallet-bounties" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "38.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-treasury", + "pallet-treasury 38.0.0", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -8341,85 +9649,104 @@ version = "0.17.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "bitvec", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-api 34.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-core 34.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "pallet-broker" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "bitvec", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-runtime", + "sp-api 35.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-child-bounties" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "pallet-bounties", - "pallet-treasury", + "pallet-treasury 38.0.0", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-collator-selection" -version = "19.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-authorship", - "pallet-balances", - "pallet-session", + "pallet-authorship 39.0.0", + "pallet-balances 40.0.0", + "pallet-session 39.0.0", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-runtime", - "sp-staking", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", ] [[package]] name = "pallet-collective" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "docify", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-conviction-voting" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -8428,52 +9755,52 @@ version = "0.6.0" source = "git+https://github.com/moonbeam-foundation/crowdloan-rewards?branch=moonbeam-polkadot-stable2409#014056f7bb41e40d8b93d2284c283960f6c8b002" dependencies = [ "ed25519-dalek", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-balances", - "pallet-utility", + "pallet-balances 39.0.0", + "pallet-utility 38.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-trie 37.0.0", ] [[package]] name = "pallet-delegated-staking" -version = "5.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "6.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-staking", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", ] [[package]] name = "pallet-democracy" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -8481,20 +9808,42 @@ name = "pallet-election-provider-multi-phase" version = "37.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "log", + "pallet-election-provider-support-benchmarking 37.0.0", + "parity-scale-codec", + "rand 0.8.5", + "scale-info", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-npos-elections 34.0.0", + "sp-runtime 39.0.1", + "strum 0.26.3", +] + +[[package]] +name = "pallet-election-provider-multi-phase" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-benchmarking 39.0.0", + "frame-election-provider-support 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-election-provider-support-benchmarking", + "pallet-election-provider-support-benchmarking 38.0.0", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-npos-elections 35.0.0", + "sp-runtime 40.1.0", "strum 0.26.3", ] @@ -8503,30 +9852,43 @@ name = "pallet-election-provider-support-benchmarking" version = "37.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", - "sp-npos-elections", - "sp-runtime", + "sp-npos-elections 34.0.0", + "sp-runtime 39.0.1", ] [[package]] -name = "pallet-elections-phragmen" -version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +name = "pallet-election-provider-support-benchmarking" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", + "frame-benchmarking 39.0.0", + "frame-election-provider-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-staking", + "sp-npos-elections 35.0.0", + "sp-runtime 40.1.0", +] + +[[package]] +name = "pallet-elections-phragmen" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-npos-elections 35.0.0", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", ] [[package]] @@ -8534,17 +9896,17 @@ name = "pallet-emergency-para-xcm" version = "0.1.0" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2409#6fd5f8448d069ad413c661d1737fe26ea04e21ec" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "frame-support", - "frame-system", + "cumulus-pallet-parachain-system 0.17.0", + "cumulus-primitives-core 0.16.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-message-queue", + "pallet-message-queue 41.0.0", "parity-scale-codec", - "polkadot-parachain-primitives", + "polkadot-parachain-primitives 14.0.0", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", "xcm-primitives 0.1.0", ] @@ -8553,23 +9915,23 @@ name = "pallet-erc20-xcm-bridge" version = "1.0.0" dependencies = [ "environmental", - "ethereum-types", + "ethereum-types 0.15.1", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-executor", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-executor 18.0.0", ] [[package]] @@ -8578,22 +9940,22 @@ version = "4.0.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ "environmental", - "ethereum", - "ethereum-types", + "ethereum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ethereum-types 0.14.1", "evm", "fp-consensus", "fp-ethereum", "fp-evm", "fp-rpc", "fp-storage", - "frame-support", - "frame-system", + "frame-support 38.0.0", + "frame-system 38.0.0", "pallet-evm", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-version", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-version 37.0.0", ] [[package]] @@ -8601,31 +9963,31 @@ name = "pallet-ethereum-xcm" version = "1.0.0-dev" dependencies = [ "environmental", - "ethereum", - "ethereum-types", + "ethereum 0.15.0 (git+https://github.com/OpenZeppelin/ethereum.git?branch=master)", + "ethereum-types 0.15.1", "fp-ethereum", "fp-evm", "fp-rpc", "fp-self-contained", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex", "libsecp256k1", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-ethereum", "pallet-evm", "pallet-evm-precompile-proxy", "pallet-proxy", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", - "rlp", + "rlp 0.5.2", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "xcm-primitives 0.1.1", ] @@ -8634,23 +9996,23 @@ name = "pallet-evm" version = "6.0.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ - "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-storage-weight-reclaim 8.0.0", "environmental", "evm", "fp-account", "fp-evm", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "hash-db", "hex-literal 0.4.1", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", ] [[package]] @@ -8658,8 +10020,8 @@ name = "pallet-evm-chain-id" version = "1.0.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ - "frame-support", - "frame-system", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", ] @@ -8670,25 +10032,25 @@ version = "0.2.0" dependencies = [ "derive_more", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex-literal 0.4.1", "log", "nimbus-primitives", "num_enum 0.5.11", "pallet-author-mapping", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", "pallet-scheduler", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "precompile-utils", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -8698,15 +10060,15 @@ dependencies = [ "account", "derive_more", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex-literal 0.4.1", "libsecp256k1", "log", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "paste", "precompile-utils", @@ -8714,10 +10076,10 @@ dependencies = [ "serde", "sha3", "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -8727,14 +10089,14 @@ dependencies = [ "derive_more", "evm", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex-literal 0.4.1", "log", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "paste", "precompile-utils", @@ -8742,10 +10104,10 @@ dependencies = [ "serde", "sha3", "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -8762,7 +10124,7 @@ version = "2.0.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ "fp-evm", - "sp-core", + "sp-core 34.0.0", "substrate-bn", ] @@ -8773,15 +10135,15 @@ dependencies = [ "derive_more", "evm", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex-literal 0.4.1", "libsecp256k1", "log", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "paste", "precompile-utils", @@ -8789,10 +10151,10 @@ dependencies = [ "serde", "sha3", "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -8803,16 +10165,16 @@ dependencies = [ "derive_more", "evm", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex-literal 0.4.1", "log", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-collective", "pallet-evm", - "pallet-timestamp", - "pallet-treasury", + "pallet-timestamp 38.0.0", + "pallet-treasury 38.0.0", "parity-scale-codec", "paste", "precompile-utils", @@ -8821,10 +10183,10 @@ dependencies = [ "sha3", "similar-asserts", "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "xcm-primitives 0.1.1", ] @@ -8835,57 +10197,57 @@ dependencies = [ "account", "derive_more", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex-literal 0.4.1", "log", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-conviction-voting", "pallet-evm", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "precompile-utils", "rustc-hex", "scale-info", "serde", "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] name = "pallet-evm-precompile-crowdloan-rewards" version = "0.6.0" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-test-relay-sproof-builder", + "cumulus-pallet-parachain-system 0.18.0", + "cumulus-primitives-core 0.17.0", + "cumulus-primitives-parachain-inherent 0.17.0", + "cumulus-test-relay-sproof-builder 0.17.0", "derive_more", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-crowdloan-rewards", "pallet-evm", - "pallet-message-queue", + "pallet-message-queue 42.0.0", "pallet-scheduler", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "precompile-utils", "rustc-hex", "scale-info", "serde", "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -8894,10 +10256,10 @@ version = "2.0.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ "fp-evm", - "frame-support", + "frame-support 38.0.0", "pallet-evm", "parity-scale-codec", - "sp-runtime", + "sp-runtime 39.0.1", ] [[package]] @@ -8905,20 +10267,20 @@ name = "pallet-evm-precompile-gmp" version = "0.1.0" dependencies = [ "account", - "cumulus-primitives-core", + "cumulus-primitives-core 0.17.0", "derive_more", "evm", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex", "hex-literal 0.4.1", "log", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", - "pallet-timestamp", - "pallet-xcm", + "pallet-timestamp 38.0.0", + "pallet-xcm 18.0.0", "pallet-xcm-transactor", "parity-scale-codec", "paste", @@ -8927,13 +10289,13 @@ dependencies = [ "serde", "sha3", "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", "xcm-primitives 0.1.1", ] @@ -8944,24 +10306,24 @@ dependencies = [ "enumflags2", "evm", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex", "hex-literal 0.4.1", "log", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", - "pallet-identity", - "pallet-timestamp", + "pallet-identity 39.0.0", + "pallet-timestamp 38.0.0", "parity-scale-codec", "precompile-utils", "scale-info", "serde", "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -8978,7 +10340,7 @@ name = "pallet-evm-precompile-p256verify" version = "0.1.0" dependencies = [ "fp-evm", - "frame-support", + "frame-support 39.0.0", "hex-literal 0.4.1", "p256", "precompile-utils", @@ -8990,25 +10352,25 @@ version = "1.0.0" dependencies = [ "derive_more", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", "pallet-parachain-staking", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "precompile-utils", "rustc-hex", "scale-info", "serde", "sha3", - "sp-consensus-slots", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -9017,25 +10379,25 @@ version = "0.1.0" dependencies = [ "derive_more", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex-literal 0.4.1", "log", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", "pallet-preimage", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "precompile-utils", "rustc-hex", "scale-info", "serde", "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -9046,25 +10408,25 @@ dependencies = [ "derive_more", "evm", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex-literal 0.4.1", "log", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", "pallet-proxy", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "precompile-utils", "rustc-hex", "scale-info", "serde", "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -9073,26 +10435,26 @@ version = "0.1.0" dependencies = [ "derive_more", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex-literal 0.4.1", "log", "nimbus-primitives", "num_enum 0.5.11", "pallet-author-mapping", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", "pallet-randomness", "pallet-scheduler", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "precompile-utils", "scale-info", "session-keys-primitives", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -9101,27 +10463,27 @@ version = "0.1.0" dependencies = [ "derive_more", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex-literal 0.4.1", "log", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", "pallet-preimage", "pallet-referenda", "pallet-scheduler", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "precompile-utils", "rustc-hex", "scale-info", "serde", "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -9130,42 +10492,42 @@ version = "0.1.0" dependencies = [ "derive_more", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex-literal 0.4.1", "log", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", "pallet-scheduler", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "precompile-utils", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] name = "pallet-evm-precompile-relay-encoder" version = "0.1.0" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", + "cumulus-pallet-parachain-system 0.18.0", + "cumulus-primitives-core 0.17.0", "derive_more", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex-literal 0.4.1", "log", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", - "pallet-message-queue", - "pallet-staking", - "pallet-timestamp", + "pallet-message-queue 42.0.0", + "pallet-staking 39.0.1", + "pallet-timestamp 38.0.0", "pallet-xcm-transactor", "parity-scale-codec", "precompile-utils", @@ -9173,13 +10535,13 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", "xcm-primitives 0.1.1", ] @@ -9187,24 +10549,24 @@ dependencies = [ name = "pallet-evm-precompile-relay-verifier" version = "0.1.0" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", + "cumulus-pallet-parachain-system 0.18.0", + "cumulus-primitives-core 0.17.0", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", "pallet-precompile-benchmarks", "pallet-relay-storage-roots", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "precompile-utils", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "storage-proof-primitives", ] @@ -9224,7 +10586,7 @@ source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-po dependencies = [ "fp-evm", "ripemd", - "sp-io", + "sp-io 38.0.0", ] [[package]] @@ -9233,13 +10595,13 @@ version = "0.1.0" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2409#48028bbad21d66b2b9d467a5343a8707e00c8b6c" dependencies = [ "fp-evm", - "frame-support", - "frame-system", + "frame-support 38.0.0", + "frame-system 38.0.0", "pallet-evm", "parity-scale-codec", "precompile-utils", - "sp-core", - "sp-runtime", + "sp-core 34.0.0", + "sp-runtime 39.0.1", ] [[package]] @@ -9247,24 +10609,24 @@ name = "pallet-evm-precompile-xcm" version = "0.1.0" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2409#6fd5f8448d069ad413c661d1737fe26ea04e21ec" dependencies = [ - "cumulus-primitives-core", + "cumulus-primitives-core 0.16.0", "evm", "fp-evm", - "frame-support", - "frame-system", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "num_enum 0.7.3", "pallet-evm", - "pallet-xcm", + "pallet-xcm 17.0.0", "parity-scale-codec", "precompile-utils", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", - "sp-weights", - "staging-xcm", - "staging-xcm-executor", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "staging-xcm 14.2.0", + "staging-xcm-executor 17.0.0", "xcm-primitives 0.1.0", ] @@ -9272,18 +10634,18 @@ dependencies = [ name = "pallet-evm-precompile-xcm-transactor" version = "0.2.0" dependencies = [ - "cumulus-primitives-core", + "cumulus-primitives-core 0.17.0", "derive_more", "evm", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", - "pallet-timestamp", - "pallet-xcm", + "pallet-timestamp 38.0.0", + "pallet-xcm 18.0.0", "pallet-xcm-transactor", "parity-scale-codec", "precompile-utils", @@ -9291,14 +10653,14 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", "xcm-primitives 0.1.1", ] @@ -9306,30 +10668,30 @@ dependencies = [ name = "pallet-evm-precompile-xcm-utils" version = "0.1.0" dependencies = [ - "cumulus-primitives-core", + "cumulus-primitives-core 0.17.0", "derive_more", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", - "pallet-timestamp", - "pallet-xcm", + "pallet-timestamp 38.0.0", + "pallet-xcm 18.0.0", "parity-scale-codec", - "polkadot-parachain-primitives", + "polkadot-parachain-primitives 15.0.0", "precompile-utils", "scale-info", "serde", "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", "xcm-primitives 0.1.1", ] @@ -9338,17 +10700,17 @@ name = "pallet-evm-precompile-xtokens" version = "0.1.0" dependencies = [ "account", - "cumulus-primitives-core", + "cumulus-primitives-core 0.17.0", "derive_more", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "num_enum 0.5.11", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", - "pallet-timestamp", - "pallet-xcm", + "pallet-timestamp 38.0.0", + "pallet-xcm 18.0.0", "pallet-xcm-transactor", "parity-scale-codec", "precompile-utils", @@ -9356,14 +10718,14 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", "xcm-primitives 0.1.1", ] @@ -9374,27 +10736,27 @@ dependencies = [ "account", "derive_more", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex-literal 0.4.1", "libsecp256k1", "log", "num_enum 0.5.11", "pallet-assets", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", "pallet-moonbeam-lazy-migrations", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "paste", "precompile-utils", "scale-info", "serde", "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "xcm-primitives 0.1.0", ] @@ -9404,38 +10766,56 @@ version = "37.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "docify", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-staking", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-staking 36.0.0", ] [[package]] -name = "pallet-grandpa" +name = "pallet-fast-unstake" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "docify", + "frame-benchmarking 39.0.0", + "frame-election-provider-support 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", +] + +[[package]] +name = "pallet-grandpa" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-authorship", - "pallet-session", + "pallet-authorship 39.0.0", + "pallet-session 39.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-consensus-grandpa", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", + "sp-application-crypto 39.0.0", + "sp-consensus-grandpa 22.0.0", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-staking 37.0.0", ] [[package]] @@ -9444,51 +10824,67 @@ version = "38.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", +] + +[[package]] +name = "pallet-identity" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "enumflags2", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-im-online" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-authorship", + "pallet-authorship 39.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", + "sp-application-crypto 39.0.0", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", ] [[package]] name = "pallet-indices" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-keyring", - "sp-runtime", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-keyring 40.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -9496,31 +10892,31 @@ name = "pallet-maintenance-mode" version = "0.1.0" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2409#6fd5f8448d069ad413c661d1737fe26ea04e21ec" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", + "cumulus-primitives-core 0.16.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", "xcm-primitives 0.1.0", ] [[package]] name = "pallet-membership" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -9529,17 +10925,36 @@ version = "41.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", +] + +[[package]] +name = "pallet-message-queue" +version = "42.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "environmental", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -9547,89 +10962,124 @@ name = "pallet-migrations" version = "0.1.0" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2409#6fd5f8448d069ad413c661d1737fe26ea04e21ec" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", "xcm-primitives 0.1.0", ] +[[package]] +name = "pallet-migrations" +version = "9.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "cfg-if", + "docify", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 35.0.0", + "sp-runtime 40.1.0", +] + [[package]] name = "pallet-mmr" version = "38.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-mmr-primitives 34.1.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "pallet-mmr" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-mmr-primitives", - "sp-runtime", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-mmr-primitives 35.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-moonbeam-foreign-assets" version = "0.1.0" dependencies = [ - "ethereum-types", + "ethereum-types 0.15.1", "fp-evm", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex", "log", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "precompile-utils", "precompile-utils-macro", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-executor", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-executor 18.0.0", ] [[package]] name = "pallet-moonbeam-lazy-migrations" version = "0.1.0" dependencies = [ - "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-storage-weight-reclaim 9.0.0", "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "pallet-asset-manager", "pallet-assets", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", "pallet-moonbeam-foreign-assets", "pallet-scheduler", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "precompile-utils", - "rlp", + "rlp 0.5.2", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", "xcm-primitives 0.1.1", ] @@ -9637,243 +11087,234 @@ dependencies = [ name = "pallet-moonbeam-orbiters" version = "0.1.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "nimbus-primitives", - "pallet-balances", + "pallet-balances 40.0.0", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] name = "pallet-multisig" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", "log", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-io", - "sp-runtime", ] [[package]] name = "pallet-nis" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-runtime", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-nomination-pools" -version = "35.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-balances", + "pallet-balances 40.0.0", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-tracing", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] name = "pallet-nomination-pools-benchmarking" -version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-election-provider-support 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "pallet-bags-list", "pallet-delegated-staking", "pallet-nomination-pools", - "pallet-staking", + "pallet-staking 39.0.1", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-runtime-interface", - "sp-staking", + "sp-runtime 40.1.0", + "sp-runtime-interface 29.0.0", + "sp-staking 37.0.0", ] [[package]] name = "pallet-nomination-pools-runtime-api" -version = "33.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", - "sp-api", + "sp-api 35.0.0", ] [[package]] name = "pallet-offences" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-balances", + "pallet-balances 40.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-staking", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", ] [[package]] name = "pallet-offences-benchmarking" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-election-provider-support 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-babe", - "pallet-balances", + "pallet-babe 39.0.0", + "pallet-balances 40.0.0", "pallet-grandpa", "pallet-im-online", "pallet-offences", - "pallet-session", - "pallet-staking", + "pallet-session 39.0.0", + "pallet-staking 39.0.1", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-staking", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", ] [[package]] name = "pallet-parachain-staking" version = "3.0.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "nimbus-primitives", - "pallet-balances", + "pallet-balances 40.0.0", "parity-scale-codec", "scale-info", "serde", "similar-asserts", - "sp-consensus-slots", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "substrate-fixed", ] [[package]] name = "pallet-parameters" -version = "0.9.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.10.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "cumulus-primitives-storage-weight-reclaim", "docify", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-core", - "sp-runtime", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-precompile-benchmarks" version = "0.1.0" dependencies = [ - "cumulus-primitives-core", + "cumulus-primitives-core 0.17.0", "evm", "fp-evm", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "pallet-evm-precompile-p256verify", "pallet-relay-storage-roots", "parity-scale-codec", "precompile-utils", "scale-info", - "sp-core", - "sp-std", + "sp-core 35.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "storage-proof-primitives", ] [[package]] name = "pallet-preimage" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-proxy" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-io", - "sp-runtime", ] [[package]] name = "pallet-proxy-genesis-companion" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", - "pallet-balances", + "frame-support 39.0.0", + "frame-system 39.1.0", + "pallet-balances 40.0.0", "pallet-evm-precompile-proxy", "pallet-proxy", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -9882,73 +11323,73 @@ version = "0.1.0" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2409#6fd5f8448d069ad413c661d1737fe26ea04e21ec" dependencies = [ "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "hex", "log", "nimbus-primitives", - "pallet-balances", + "pallet-balances 39.0.0", "parity-scale-codec", "scale-info", "schnorrkel 0.11.4", "serde", "session-keys-primitives", - "sp-consensus-babe", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-consensus-babe 0.40.0", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", ] [[package]] name = "pallet-ranked-collective" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-recovery" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-referenda" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-io", - "sp-runtime", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -9956,53 +11397,53 @@ name = "pallet-relay-storage-roots" version = "0.1.0" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2409#6fd5f8448d069ad413c661d1737fe26ea04e21ec" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", + "cumulus-pallet-parachain-system 0.17.0", + "cumulus-primitives-core 0.16.0", "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "hex", "log", "nimbus-primitives", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", ] [[package]] name = "pallet-root-testing" -version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "15.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-scheduler" -version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-weights", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -10010,53 +11451,74 @@ name = "pallet-session" version = "38.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-support", - "frame-system", + "frame-support 38.0.0", + "frame-system 38.0.0", + "impl-trait-for-tuples", + "log", + "pallet-timestamp 37.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-session 36.0.0", + "sp-staking 36.0.0", + "sp-state-machine 0.43.0", + "sp-trie 37.0.0", +] + +[[package]] +name = "pallet-session" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-support 39.0.0", + "frame-system 39.1.0", "impl-trait-for-tuples", "log", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-state-machine", - "sp-trie", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-staking 37.0.0", + "sp-state-machine 0.44.0", + "sp-trie 38.0.0", ] [[package]] name = "pallet-session-benchmarking" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-session", - "pallet-staking", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", + "pallet-session 39.0.0", + "pallet-staking 39.0.1", "parity-scale-codec", "rand 0.8.5", - "sp-runtime", - "sp-session", + "sp-runtime 40.1.0", + "sp-session 37.0.0", ] [[package]] name = "pallet-society" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "rand_chacha 0.3.1", "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -10064,21 +11526,43 @@ name = "pallet-staking" version = "38.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "log", + "pallet-authorship 38.0.0", + "pallet-session 38.0.0", + "parity-scale-codec", + "rand_chacha 0.3.1", + "scale-info", + "serde", + "sp-application-crypto 38.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-staking 36.0.0", +] + +[[package]] +name = "pallet-staking" +version = "39.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-benchmarking 39.0.0", + "frame-election-provider-support 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-authorship", - "pallet-session", + "pallet-authorship 39.0.0", + "pallet-session 39.0.0", "parity-scale-codec", "rand_chacha 0.3.1", "scale-info", "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", + "sp-application-crypto 39.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", ] [[package]] @@ -10087,48 +11571,57 @@ version = "22.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "log", - "sp-arithmetic", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", +] + +[[package]] +name = "pallet-staking-reward-fn" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "log", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] name = "pallet-staking-runtime-api" -version = "24.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "25.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-staking", + "sp-api 35.0.0", + "sp-staking 37.0.0", ] [[package]] name = "pallet-state-trie-migration" -version = "40.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-sudo" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -10137,35 +11630,54 @@ version = "37.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-inherents 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-storage 21.0.0", + "sp-timestamp 34.0.0", +] + +[[package]] +name = "pallet-timestamp" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "docify", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-storage", - "sp-timestamp", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-storage 22.0.0", + "sp-timestamp 35.0.0", ] [[package]] name = "pallet-tips" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-treasury", + "pallet-treasury 38.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -10173,42 +11685,58 @@ name = "pallet-transaction-payment" version = "38.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-support", - "frame-system", + "frame-support 38.0.0", + "frame-system 38.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "pallet-transaction-payment" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "41.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "42.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "jsonrpsee", + "jsonrpsee 0.24.7", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-weights", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-rpc 33.0.0", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "pallet-transaction-payment", + "pallet-transaction-payment 39.0.0", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-weights", + "sp-api 35.0.0", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -10217,16 +11745,35 @@ version = "37.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "impl-trait-for-tuples", + "pallet-balances 39.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 34.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "pallet-treasury" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "docify", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "impl-trait-for-tuples", - "pallet-balances", + "log", + "pallet-balances 40.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-runtime", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -10234,14 +11781,29 @@ name = "pallet-utility" version = "38.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "pallet-utility" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -10249,27 +11811,41 @@ name = "pallet-vesting" version = "38.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 39.0.1", +] + +[[package]] +name = "pallet-vesting" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-whitelist" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "scale-info", - "sp-api", - "sp-runtime", + "sp-api 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -10278,63 +11854,86 @@ version = "17.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "bounded-collections", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-balances", + "pallet-balances 39.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "staging-xcm 14.2.0", + "staging-xcm-builder 17.0.0", + "staging-xcm-executor 17.0.0", + "xcm-runtime-apis 0.4.0", +] + +[[package]] +name = "pallet-xcm" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "bounded-collections", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", + "pallet-balances 40.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-runtime-apis", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", + "tracing", + "xcm-runtime-apis 0.5.0", ] [[package]] name = "pallet-xcm-benchmarks" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", ] [[package]] name = "pallet-xcm-transactor" version = "0.2.0" dependencies = [ - "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", + "cumulus-primitives-core 0.17.0", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-balances", - "pallet-timestamp", - "pallet-xcm", + "pallet-balances 40.0.0", + "pallet-timestamp 38.0.0", + "pallet-xcm 18.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", "xcm-primitives 0.1.1", ] @@ -10342,50 +11941,50 @@ dependencies = [ name = "pallet-xcm-weight-trader" version = "0.1.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-balances", + "pallet-balances 40.0.0", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", - "staging-xcm", - "staging-xcm-executor", - "xcm-runtime-apis", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-executor 18.0.0", + "xcm-runtime-apis 0.5.0", ] [[package]] name = "parachains-common" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "19.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "cumulus-primitives-core", + "cumulus-primitives-core 0.17.0", "cumulus-primitives-utility", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "pallet-asset-tx-payment", "pallet-assets", - "pallet-authorship", - "pallet-balances", + "pallet-authorship 39.0.0", + "pallet-balances 40.0.0", "pallet-collator-selection", - "pallet-message-queue", - "pallet-xcm", + "pallet-message-queue 42.0.0", + "pallet-xcm 18.0.0", "parity-scale-codec", - "polkadot-primitives", + "polkadot-primitives 17.0.0", "scale-info", - "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-runtime", + "sp-consensus-aura 0.41.0", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", "staging-parachain-info", - "staging-xcm", - "staging-xcm-executor", + "staging-xcm 15.0.1", + "staging-xcm-executor 18.0.0", "substrate-wasm-builder", ] @@ -10396,8 +11995,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", - "rand 0.7.3", - "rand_core 0.5.1", + "rand 0.8.5", + "rand_core 0.6.4", "serde", "unicode-normalization", ] @@ -10418,7 +12017,7 @@ dependencies = [ "memmap2 0.5.10", "parking_lot 0.12.3", "rand 0.8.5", - "siphasher", + "siphasher 0.3.11", "snap", "winapi", ] @@ -10605,7 +12204,7 @@ dependencies = [ "pest_meta", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -10646,7 +12245,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -10690,85 +12289,84 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "polkadot-approval-distribution" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "bitvec", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "itertools 0.11.0", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "polkadot-node-metrics 21.0.0", + "polkadot-node-network-protocol 21.0.0", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 17.0.0", "rand 0.8.5", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "always-assert", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", + "polkadot-node-network-protocol 21.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 17.0.0", "rand 0.8.5", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-availability-distribution" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "derive_more", "fatality", - "futures 0.3.30", + "futures 0.3.31", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "polkadot-node-network-protocol 21.0.0", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 17.0.0", "rand 0.8.5", - "sc-network", + "sc-network 0.48.0", "schnellru", - "sp-core", - "sp-keystore", + "sp-core 35.0.0", + "sp-keystore 0.41.0", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-availability-recovery" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "async-trait", "fatality", - "futures 0.3.30", + "futures 0.3.31", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "polkadot-node-network-protocol 21.0.0", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 17.0.0", "rand 0.8.5", - "sc-network", + "sc-network 0.48.0", "schnellru", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] @@ -10783,53 +12381,53 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "19.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "cfg-if", "clap", "frame-benchmarking-cli", - "futures 0.3.30", + "futures 0.3.31", "log", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 21.0.0", + "polkadot-node-primitives 17.0.0", "polkadot-service", - "sc-cli", - "sc-executor", - "sc-service", + "sc-cli 0.50.0", + "sc-executor 0.41.0", + "sc-service 0.49.0", "sc-storage-monitor", - "sc-sysinfo", - "sc-tracing", - "sp-core", - "sp-io", - "sp-keyring", - "sp-maybe-compressed-blob", - "sp-runtime", + "sc-sysinfo 41.0.0", + "sc-tracing 38.0.0", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-keyring 40.0.0", + "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-runtime 40.1.0", "substrate-build-script-utils", "thiserror", ] [[package]] name = "polkadot-collator-protocol" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "bitvec", "fatality", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "polkadot-node-network-protocol 21.0.0", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 17.0.0", "schnellru", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 35.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", "thiserror", "tokio-util", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] @@ -10839,407 +12437,450 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", + "sp-core 34.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "polkadot-core-primitives" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "polkadot-dispute-distribution" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "derive_more", "fatality", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "indexmap 2.5.0", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "polkadot-node-network-protocol 21.0.0", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-network", + "polkadot-primitives 17.0.0", + "sc-network 0.48.0", "schnellru", - "sp-application-crypto", - "sp-keystore", + "sp-application-crypto 39.0.0", + "sp-keystore 0.41.0", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-erasure-coding" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-primitives", + "polkadot-node-primitives 17.0.0", + "polkadot-primitives 17.0.0", "reed-solomon-novelpoly", - "sp-core", - "sp-trie", + "sp-core 35.0.0", + "sp-trie 38.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", + "polkadot-node-network-protocol 21.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 17.0.0", "rand 0.8.5", "rand_chacha 0.3.1", - "sc-network", - "sc-network-common", - "sp-application-crypto", - "sp-core", - "sp-crypto-hashing", - "sp-keystore", - "tracing-gum", + "sc-network 0.48.0", + "sc-network-common 0.47.0", + "sp-application-crypto 39.0.0", + "sp-core 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-keystore 0.41.0", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-network-bridge" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "always-assert", "async-trait", "bytes", "fatality", - "futures 0.3.30", + "futures 0.3.31", "parity-scale-codec", "parking_lot 0.12.3", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sc-network", - "sp-consensus", + "polkadot-node-metrics 21.0.0", + "polkadot-node-network-protocol 21.0.0", + "polkadot-node-subsystem 21.0.0", + "polkadot-overseer 21.0.0", + "polkadot-primitives 17.0.0", + "sc-network 0.48.0", + "sp-consensus 0.41.0", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-collation-generation" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-core", - "sp-maybe-compressed-blob", + "polkadot-primitives 17.0.0", + "schnellru", + "sp-core 35.0.0", + "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-core-approval-voting" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ + "async-trait", "bitvec", "derive_more", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "itertools 0.11.0", "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", + "polkadot-overseer 21.0.0", + "polkadot-primitives 17.0.0", "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore", + "sc-keystore 34.0.0", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto", - "sp-consensus", - "sp-consensus-slots", - "sp-runtime", + "sp-application-crypto 39.0.0", + "sp-consensus 0.41.0", + "sp-consensus-slots 0.41.0", + "sp-runtime 40.1.0", + "thiserror", + "tracing-gum 17.0.0", +] + +[[package]] +name = "polkadot-node-core-approval-voting-parallel" +version = "0.4.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "futures 0.3.31", + "futures-timer", + "itertools 0.11.0", + "polkadot-approval-distribution", + "polkadot-node-core-approval-voting", + "polkadot-node-metrics 21.0.0", + "polkadot-node-network-protocol 21.0.0", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", + "polkadot-node-subsystem-util", + "polkadot-overseer 21.0.0", + "polkadot-primitives 17.0.0", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "sc-keystore 34.0.0", + "sp-application-crypto 39.0.0", + "sp-consensus 0.41.0", + "sp-consensus-slots 0.41.0", + "sp-runtime 40.1.0", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-core-av-store" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "bitvec", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "sp-consensus", + "polkadot-overseer 21.0.0", + "polkadot-primitives 17.0.0", + "sp-consensus 0.41.0", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-core-backing" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "bitvec", "fatality", - "futures 0.3.30", + "futures 0.3.31", "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", - "polkadot-statement-table", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", + "polkadot-statement-table 17.0.0", "schnellru", - "sp-keystore", + "sp-keystore 0.41.0", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "futures 0.3.30", - "polkadot-node-subsystem", + "futures 0.3.31", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-keystore", + "polkadot-primitives 17.0.0", + "sp-keystore 0.41.0", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", "wasm-timer", ] [[package]] name = "polkadot-node-core-candidate-validation" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "async-trait", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "polkadot-node-metrics 21.0.0", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sp-application-crypto", - "sp-keystore", - "tracing-gum", + "polkadot-overseer 21.0.0", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", + "sp-application-crypto 39.0.0", + "sp-keystore 0.41.0", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-core-chain-api" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "futures 0.3.30", - "polkadot-node-metrics", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "sc-client-api", - "sc-consensus-babe", - "tracing-gum", + "futures 0.3.31", + "polkadot-node-metrics 21.0.0", + "polkadot-node-subsystem 21.0.0", + "polkadot-node-subsystem-types 21.0.0", + "sc-client-api 38.0.0", + "sc-consensus-babe 0.48.0", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-core-chain-selection" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 17.0.0", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "fatality", - "futures 0.3.30", + "futures 0.3.31", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-keystore", + "polkadot-primitives 17.0.0", + "sc-keystore 34.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-core-parachains-inherent" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "async-trait", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sp-blockchain", - "sp-inherents", + "polkadot-node-subsystem 21.0.0", + "polkadot-overseer 21.0.0", + "polkadot-primitives 17.0.0", + "sp-blockchain 38.0.0", + "sp-inherents 35.0.0", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "fatality", - "futures 0.3.30", - "polkadot-node-subsystem", + "futures 0.3.31", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 17.0.0", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-core-provisioner" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "bitvec", "fatality", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 17.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-core-pvf" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "always-assert", "array-bytes", "blake3", "cfg-if", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "parity-scale-codec", "pin-project", - "polkadot-core-primitives", + "polkadot-core-primitives 16.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-parachain-primitives", - "polkadot-primitives", + "polkadot-node-metrics 21.0.0", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", "rand 0.8.5", "slotmap", - "sp-core", + "sp-core 35.0.0", + "strum 0.26.3", "tempfile", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-core-pvf-checker" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "futures 0.3.30", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "futures 0.3.31", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "sp-keystore", + "polkadot-overseer 21.0.0", + "polkadot-primitives 17.0.0", + "sp-keystore 0.41.0", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "cpu-time", - "futures 0.3.30", + "futures 0.3.31", "landlock", "libc", "nix 0.28.0", "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", + "sc-executor 0.41.0", + "sc-executor-common 0.36.0", + "sc-executor-wasmtime 0.36.0", "seccompiler", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-io", - "sp-tracing", + "sp-core 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-externalities 0.30.0", + "sp-io 39.0.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] name = "polkadot-node-core-runtime-api" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "futures 0.3.30", - "polkadot-node-metrics", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-primitives", + "futures 0.3.31", + "polkadot-node-metrics 21.0.0", + "polkadot-node-subsystem 21.0.0", + "polkadot-node-subsystem-types 21.0.0", + "polkadot-primitives 17.0.0", "schnellru", - "sp-consensus-babe", - "tracing-gum", + "sp-consensus-babe 0.41.0", + "tracing-gum 17.0.0", ] [[package]] @@ -11252,11 +12893,11 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-primitives", - "sc-network", - "sc-network-types", - "sp-core", + "polkadot-node-primitives 16.0.0", + "polkadot-primitives 16.0.0", + "sc-network 0.45.0", + "sc-network-types 0.12.1", + "sp-core 34.0.0", "thiserror", "tokio", ] @@ -11267,17 +12908,36 @@ version = "18.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "bs58 0.5.1", - "futures 0.3.30", + "futures 0.3.31", + "futures-timer", + "log", + "parity-scale-codec", + "polkadot-primitives 16.0.0", + "prioritized-metered-channel", + "sc-cli 0.47.0", + "sc-service 0.46.0", + "sc-tracing 37.0.1", + "substrate-prometheus-endpoint 0.17.0", + "tracing-gum 16.0.0", +] + +[[package]] +name = "polkadot-node-metrics" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "bs58 0.5.1", + "futures 0.3.31", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives", + "polkadot-primitives 17.0.0", "prioritized-metered-channel", - "sc-cli", - "sc-service", - "sc-tracing", - "substrate-prometheus-endpoint", - "tracing-gum", + "sc-cli 0.50.0", + "sc-service 0.49.0", + "sc-tracing 38.0.0", + "substrate-prometheus-endpoint 0.17.1", + "tracing-gum 17.0.0", ] [[package]] @@ -11290,20 +12950,45 @@ dependencies = [ "bitvec", "derive_more", "fatality", - "futures 0.3.30", + "futures 0.3.31", "hex", "parity-scale-codec", "polkadot-node-jaeger", - "polkadot-node-primitives", - "polkadot-primitives", + "polkadot-node-primitives 16.0.0", + "polkadot-primitives 16.0.0", + "rand 0.8.5", + "sc-authority-discovery 0.45.0", + "sc-network 0.45.0", + "sc-network-types 0.12.1", + "sp-runtime 39.0.1", + "strum 0.26.3", + "thiserror", + "tracing-gum 16.0.0", +] + +[[package]] +name = "polkadot-node-network-protocol" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures 0.3.31", + "hex", + "parity-scale-codec", + "polkadot-node-primitives 17.0.0", + "polkadot-primitives 17.0.0", "rand 0.8.5", - "sc-authority-discovery", - "sc-network", - "sc-network-types", - "sp-runtime", + "sc-authority-discovery 0.48.0", + "sc-network 0.48.0", + "sc-network-types 0.15.0", + "sp-runtime 40.1.0", "strum 0.26.3", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] @@ -11313,21 +12998,47 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "bitvec", "bounded-vec", - "futures 0.3.30", + "futures 0.3.31", + "futures-timer", + "parity-scale-codec", + "polkadot-parachain-primitives 14.0.0", + "polkadot-primitives 16.0.0", + "sc-keystore 33.0.0", + "schnorrkel 0.11.4", + "serde", + "sp-application-crypto 38.0.0", + "sp-consensus-babe 0.40.0", + "sp-consensus-slots 0.40.1", + "sp-core 34.0.0", + "sp-keystore 0.40.0", + "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-runtime 39.0.1", + "thiserror", + "zstd 0.12.4", +] + +[[package]] +name = "polkadot-node-primitives" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "bitvec", + "bounded-vec", + "futures 0.3.31", "futures-timer", "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sc-keystore", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", + "sc-keystore 34.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-core", - "sp-keystore", - "sp-maybe-compressed-blob", - "sp-runtime", + "sp-application-crypto 39.0.0", + "sp-consensus-babe 0.41.0", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-keystore 0.41.0", + "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-runtime 40.1.0", "thiserror", "zstd 0.12.4", ] @@ -11338,8 +13049,17 @@ version = "18.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "polkadot-node-jaeger", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-subsystem-types 18.0.0", + "polkadot-overseer 18.0.0", +] + +[[package]] +name = "polkadot-node-subsystem" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "polkadot-node-subsystem-types 21.0.0", + "polkadot-overseer 21.0.0", ] [[package]] @@ -11351,36 +13071,65 @@ dependencies = [ "bitvec", "derive_more", "fatality", - "futures 0.3.30", + "futures 0.3.31", "orchestra", "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-primitives", - "polkadot-statement-table", - "sc-client-api", - "sc-network", - "sc-network-types", - "sc-transaction-pool-api", + "polkadot-node-network-protocol 18.0.0", + "polkadot-node-primitives 16.0.0", + "polkadot-primitives 16.0.0", + "polkadot-statement-table 16.0.0", + "sc-client-api 37.0.0", + "sc-network 0.45.0", + "sc-network-types 0.12.1", + "sc-transaction-pool-api 37.0.0", + "smallvec", + "sp-api 34.0.0", + "sp-authority-discovery 34.0.0", + "sp-blockchain 37.0.1", + "sp-consensus-babe 0.40.0", + "sp-runtime 39.0.1", + "substrate-prometheus-endpoint 0.17.0", + "thiserror", +] + +[[package]] +name = "polkadot-node-subsystem-types" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures 0.3.31", + "orchestra", + "polkadot-node-network-protocol 21.0.0", + "polkadot-node-primitives 17.0.0", + "polkadot-primitives 17.0.0", + "polkadot-statement-table 17.0.0", + "sc-client-api 38.0.0", + "sc-network 0.48.0", + "sc-network-types 0.15.0", + "sc-transaction-pool-api 38.0.0", "smallvec", - "sp-api", - "sp-authority-discovery", - "sp-blockchain", - "sp-consensus-babe", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-api 35.0.0", + "sp-authority-discovery 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus-babe 0.41.0", + "sp-runtime 40.1.0", + "substrate-prometheus-endpoint 0.17.1", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "async-trait", "derive_more", "fatality", - "futures 0.3.30", + "futures 0.3.31", "futures-channel", "itertools 0.11.0", "kvdb", @@ -11389,23 +13138,22 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-overseer", - "polkadot-primitives", + "polkadot-node-metrics 21.0.0", + "polkadot-node-network-protocol 21.0.0", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", + "polkadot-node-subsystem-types 21.0.0", + "polkadot-overseer 21.0.0", + "polkadot-primitives 17.0.0", "prioritized-metered-channel", "rand 0.8.5", - "sc-client-api", + "sc-client-api 38.0.0", "schnellru", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 39.0.0", + "sp-core 35.0.0", + "sp-keystore 0.41.0", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] @@ -11414,20 +13162,42 @@ version = "18.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-trait", - "futures 0.3.30", + "futures 0.3.31", + "futures-timer", + "orchestra", + "parking_lot 0.12.3", + "polkadot-node-metrics 18.0.0", + "polkadot-node-network-protocol 18.0.0", + "polkadot-node-primitives 16.0.0", + "polkadot-node-subsystem-types 18.0.0", + "polkadot-primitives 16.0.0", + "sc-client-api 37.0.0", + "sp-api 34.0.0", + "sp-core 34.0.0", + "tikv-jemalloc-ctl", + "tracing-gum 16.0.0", +] + +[[package]] +name = "polkadot-overseer" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "futures 0.3.31", "futures-timer", "orchestra", "parking_lot 0.12.3", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-types", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-core", + "polkadot-node-metrics 21.0.0", + "polkadot-node-network-protocol 21.0.0", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem-types 21.0.0", + "polkadot-primitives 17.0.0", + "sc-client-api 38.0.0", + "sp-api 35.0.0", + "sp-core 35.0.0", "tikv-jemalloc-ctl", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] @@ -11438,12 +13208,28 @@ dependencies = [ "bounded-collections", "derive_more", "parity-scale-codec", - "polkadot-core-primitives", + "polkadot-core-primitives 15.0.0", + "scale-info", + "serde", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", +] + +[[package]] +name = "polkadot-parachain-primitives" +version = "15.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "bounded-collections", + "derive_more", + "parity-scale-codec", + "polkadot-core-primitives 16.0.0", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -11455,54 +13241,82 @@ dependencies = [ "hex-literal 0.4.1", "log", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", + "polkadot-core-primitives 15.0.0", + "polkadot-parachain-primitives 14.0.0", + "scale-info", + "serde", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-authority-discovery 34.0.0", + "sp-consensus-slots 0.40.1", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-io 38.0.0", + "sp-keystore 0.40.0", + "sp-runtime 39.0.1", + "sp-staking 36.0.0", +] + +[[package]] +name = "polkadot-primitives" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "bitvec", + "hex-literal 0.4.1", + "log", + "parity-scale-codec", + "polkadot-core-primitives 16.0.0", + "polkadot-parachain-primitives 15.0.0", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-authority-discovery", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-staking", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-authority-discovery 35.0.0", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "thiserror", ] [[package]] name = "polkadot-rpc" -version = "19.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "jsonrpsee", + "jsonrpsee 0.24.7", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives", - "sc-chain-spec", - "sc-client-api", - "sc-consensus-babe", + "polkadot-primitives 17.0.0", + "sc-chain-spec 41.0.0", + "sc-client-api 38.0.0", + "sc-consensus-babe 0.48.0", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", - "sc-consensus-epochs", + "sc-consensus-epochs 0.47.0", "sc-consensus-grandpa", "sc-consensus-grandpa-rpc", - "sc-rpc", - "sc-rpc-spec-v2", + "sc-rpc 43.0.0", + "sc-rpc-spec-v2 0.48.0", "sc-sync-state-rpc", - "sc-transaction-pool-api", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", + "sc-transaction-pool-api 38.0.0", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-block-builder 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-consensus-babe 0.41.0", "sp-consensus-beefy", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -11513,47 +13327,98 @@ version = "17.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "bitvec", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "impl-trait-for-tuples", + "libsecp256k1", + "log", + "pallet-asset-rate 17.0.0", + "pallet-authorship 38.0.0", + "pallet-babe 38.0.0", + "pallet-balances 39.0.0", + "pallet-broker 0.17.0", + "pallet-election-provider-multi-phase 37.0.0", + "pallet-fast-unstake 37.0.0", + "pallet-identity 38.0.0", + "pallet-session 38.0.0", + "pallet-staking 38.0.0", + "pallet-staking-reward-fn 22.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "pallet-timestamp 37.0.0", + "pallet-transaction-payment 38.0.0", + "pallet-treasury 37.0.0", + "pallet-vesting 38.0.0", + "parity-scale-codec", + "polkadot-primitives 16.0.0", + "polkadot-runtime-parachains 17.0.0", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "slot-range-helper 15.0.0", + "sp-api 34.0.0", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-io 38.0.0", + "sp-npos-elections 34.0.0", + "sp-runtime 39.0.1", + "sp-session 36.0.0", + "sp-staking 36.0.0", + "staging-xcm 14.2.0", + "staging-xcm-builder 17.0.0", + "staging-xcm-executor 17.0.0", + "static_assertions", +] + +[[package]] +name = "polkadot-runtime-common" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "bitvec", + "frame-benchmarking 39.0.0", + "frame-election-provider-support 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-broker", - "pallet-election-provider-multi-phase", - "pallet-fast-unstake", - "pallet-identity", - "pallet-session", - "pallet-staking", - "pallet-staking-reward-fn", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-treasury", - "pallet-vesting", - "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-parachains", + "pallet-asset-rate 18.0.0", + "pallet-authorship 39.0.0", + "pallet-babe 39.0.0", + "pallet-balances 40.0.0", + "pallet-broker 0.18.0", + "pallet-election-provider-multi-phase 38.0.0", + "pallet-fast-unstake 38.0.0", + "pallet-identity 39.0.0", + "pallet-session 39.0.0", + "pallet-staking 39.0.1", + "pallet-staking-reward-fn 22.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "pallet-timestamp 38.0.0", + "pallet-transaction-payment 39.0.0", + "pallet-treasury 38.0.0", + "pallet-vesting 39.0.0", + "parity-scale-codec", + "polkadot-primitives 17.0.0", + "polkadot-runtime-parachains 18.0.1", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-session", - "sp-staking", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "slot-range-helper 16.0.0", + "sp-api 35.0.0", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-keyring 40.0.0", + "sp-npos-elections 35.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-staking 37.0.0", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", "static_assertions", ] @@ -11563,10 +13428,22 @@ version = "17.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "bs58 0.5.1", - "frame-benchmarking", + "frame-benchmarking 38.0.0", + "parity-scale-codec", + "polkadot-primitives 16.0.0", + "sp-tracing 17.0.1 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", +] + +[[package]] +name = "polkadot-runtime-metrics" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "bs58 0.5.1", + "frame-benchmarking 39.0.0", "parity-scale-codec", - "polkadot-primitives", - "sp-tracing", + "polkadot-primitives 17.0.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -11577,65 +13454,148 @@ dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "impl-trait-for-tuples", + "log", + "pallet-authority-discovery 38.0.0", + "pallet-authorship 38.0.0", + "pallet-babe 38.0.0", + "pallet-balances 39.0.0", + "pallet-broker 0.17.0", + "pallet-message-queue 41.0.0", + "pallet-mmr 38.0.0", + "pallet-session 38.0.0", + "pallet-staking 38.0.0", + "pallet-timestamp 37.0.0", + "pallet-vesting 38.0.0", + "parity-scale-codec", + "polkadot-core-primitives 15.0.0", + "polkadot-parachain-primitives 14.0.0", + "polkadot-primitives 16.0.0", + "polkadot-runtime-metrics 17.0.0", + "rand 0.8.5", + "rand_chacha 0.3.1", + "scale-info", + "serde", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-io 38.0.0", + "sp-keystore 0.40.0", + "sp-runtime 39.0.1", + "sp-session 36.0.0", + "sp-staking 36.0.0", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "staging-xcm 14.2.0", + "staging-xcm-executor 17.0.0", + "static_assertions", +] + +[[package]] +name = "polkadot-runtime-parachains" +version = "18.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "bitflags 1.3.2", + "bitvec", + "derive_more", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-broker", - "pallet-message-queue", - "pallet-mmr", - "pallet-session", - "pallet-staking", - "pallet-timestamp", - "pallet-vesting", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-metrics", + "pallet-authority-discovery 39.0.0", + "pallet-authorship 39.0.0", + "pallet-babe 39.0.0", + "pallet-balances 40.0.0", + "pallet-broker 0.18.0", + "pallet-message-queue 42.0.0", + "pallet-mmr 39.0.0", + "pallet-session 39.0.0", + "pallet-staking 39.0.1", + "pallet-timestamp 38.0.0", + "pallet-vesting 39.0.0", + "parity-scale-codec", + "polkadot-core-primitives 16.0.0", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", + "polkadot-runtime-metrics 18.0.0", "rand 0.8.5", "rand_chacha 0.3.1", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "staging-xcm", - "staging-xcm-executor", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-staking 37.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-executor 18.0.0", "static_assertions", ] +[[package]] +name = "polkadot-sdk-frame" +version = "0.8.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "docify", + "frame-benchmarking 39.0.0", + "frame-executive", + "frame-support 39.0.0", + "frame-system 39.1.0", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "log", + "parity-scale-codec", + "scale-info", + "sp-api 35.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-block-builder 35.0.0", + "sp-consensus-aura 0.41.0", + "sp-consensus-grandpa 22.0.0", + "sp-core 35.0.0", + "sp-genesis-builder 0.16.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-keyring 40.0.0", + "sp-offchain 35.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-storage 22.0.0", + "sp-transaction-pool 35.0.0", + "sp-version 38.0.0", +] + [[package]] name = "polkadot-service" -version = "19.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "async-trait", - "frame-benchmarking", + "frame-benchmarking 39.0.0", "frame-benchmarking-cli", "frame-metadata-hash-extension", - "frame-system", + "frame-system 39.1.0", "frame-system-rpc-runtime-api", - "futures 0.3.30", + "futures 0.3.31", "is_executable", "kvdb", "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-transaction-payment", + "pallet-transaction-payment 39.0.0", "pallet-transaction-payment-rpc-runtime-api", "parity-db", "parity-scale-codec", @@ -11645,12 +13605,13 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives", + "polkadot-core-primitives 16.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-approval-voting", + "polkadot-node-core-approval-voting-parallel", "polkadot-node-core-av-store", "polkadot-node-core-backing", "polkadot-node-core-bitfield-signing", @@ -11664,91 +13625,91 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-network-protocol 21.0.0", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", + "polkadot-node-subsystem-types 21.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", + "polkadot-overseer 21.0.0", + "polkadot-primitives 17.0.0", "polkadot-rpc", - "polkadot-runtime-parachains", + "polkadot-runtime-parachains 18.0.1", "polkadot-statement-distribution", "rococo-runtime", "rococo-runtime-constants", - "sc-authority-discovery", + "sc-authority-discovery 0.48.0", "sc-basic-authorship", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-consensus-babe", + "sc-chain-spec 41.0.0", + "sc-client-api 38.0.0", + "sc-consensus 0.47.0", + "sc-consensus-babe 0.48.0", "sc-consensus-beefy", "sc-consensus-grandpa", - "sc-consensus-slots", - "sc-executor", - "sc-keystore", - "sc-network", - "sc-network-sync", + "sc-consensus-slots 0.47.0", + "sc-executor 0.41.0", + "sc-keystore 34.0.0", + "sc-network 0.48.0", + "sc-network-sync 0.47.0", "sc-offchain", - "sc-service", + "sc-service 0.49.0", "sc-sync-state-rpc", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-sysinfo 41.0.0", + "sc-telemetry 28.0.0", + "sc-transaction-pool 38.0.0", + "sc-transaction-pool-api 38.0.0", "serde", "serde_json", - "sp-api", - "sp-authority-discovery", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", + "sp-api 35.0.0", + "sp-authority-discovery 35.0.0", + "sp-block-builder 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-consensus-babe 0.41.0", "sp-consensus-beefy", - "sp-consensus-grandpa", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-mmr-primitives", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", - "staging-xcm", - "substrate-prometheus-endpoint", + "sp-consensus-grandpa 22.0.0", + "sp-core 35.0.0", + "sp-genesis-builder 0.16.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-keyring 40.0.0", + "sp-mmr-primitives 35.0.0", + "sp-offchain 35.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-timestamp 35.0.0", + "sp-transaction-pool 35.0.0", + "sp-version 38.0.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "substrate-prometheus-endpoint 0.17.1", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", "westend-runtime", "westend-runtime-constants", - "xcm-runtime-apis", + "xcm-runtime-apis 0.5.0", ] [[package]] name = "polkadot-statement-distribution" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "arrayvec 0.7.6", "bitvec", "fatality", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "indexmap 2.5.0", "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", + "polkadot-node-network-protocol 21.0.0", + "polkadot-node-primitives 17.0.0", + "polkadot-node-subsystem 21.0.0", "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-keystore", - "sp-staking", + "polkadot-primitives 17.0.0", + "sp-keystore 0.41.0", + "sp-staking 37.0.0", "thiserror", - "tracing-gum", + "tracing-gum 17.0.0", ] [[package]] @@ -11757,9 +13718,20 @@ version = "16.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "parity-scale-codec", - "polkadot-primitives", - "sp-core", - "tracing-gum", + "polkadot-primitives 16.0.0", + "sp-core 34.0.0", + "tracing-gum 16.0.0", +] + +[[package]] +name = "polkadot-statement-table" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives 17.0.0", + "sp-core 35.0.0", + "tracing-gum 17.0.0", ] [[package]] @@ -11811,7 +13783,7 @@ dependencies = [ "polkavm-common", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -11821,7 +13793,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ "polkavm-derive-impl", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -11927,29 +13899,29 @@ dependencies = [ "account", "derive_more", "fp-evm", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex-literal 0.4.1", "libsecp256k1", "log", "num_enum 0.5.11", "pallet-asset-manager", "pallet-assets", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-evm", "pallet-moonbeam-foreign-assets", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "parity-scale-codec", "paste", "precompile-utils", "scale-info", "serde", "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", "xcm-primitives 0.1.0", ] @@ -11962,8 +13934,8 @@ dependencies = [ "environmental", "evm", "fp-evm", - "frame-support", - "frame-system", + "frame-support 38.0.0", + "frame-system 38.0.0", "hex", "hex-literal 0.4.1", "impl-trait-for-tuples", @@ -11975,11 +13947,11 @@ dependencies = [ "scale-info", "serde", "similar-asserts", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", - "staging-xcm", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "staging-xcm 14.2.0", ] [[package]] @@ -11992,7 +13964,7 @@ dependencies = [ "prettyplease 0.2.22", "proc-macro2", "quote", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", "syn 1.0.109", ] @@ -12054,7 +14026,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" dependencies = [ "proc-macro2", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -12073,15 +14045,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", + "impl-codec 0.6.0", + "impl-rlp 0.3.0", + "impl-serde 0.4.0", "scale-info", - "uint", + "uint 0.9.5", ] [[package]] -name = "prioritized-metered-channel" +name = "primitive-types" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d15600a7d856470b7d278b3fe0e311fe28c2526348549f8ef2ff7db3299c87f5" +dependencies = [ + "fixed-hash", + "impl-codec 0.7.0", + "impl-num-traits", + "impl-rlp 0.4.0", + "impl-serde 0.5.0", + "scale-info", + "uint 0.10.0", +] + +[[package]] +name = "prioritized-metered-channel" version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a172e6cc603231f2cf004232eabcecccc0da53ba576ab286ef7baa0cfc7927ad" @@ -12089,7 +14076,7 @@ dependencies = [ "coarsetime", "crossbeam-queue", "derive_more", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "nanorand", "thiserror", @@ -12147,7 +14134,7 @@ checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -12158,7 +14145,7 @@ checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -12204,7 +14191,23 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "proptest" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" +dependencies = [ + "bitflags 2.6.0", + "lazy_static", + "num-traits", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_xorshift", + "regex-syntax 0.8.4", + "unarray", ] [[package]] @@ -12227,6 +14230,16 @@ dependencies = [ "prost-derive 0.12.6", ] +[[package]] +name = "prost" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec" +dependencies = [ + "bytes", + "prost-derive 0.13.4", +] + [[package]] name = "prost-build" version = "0.11.9" @@ -12266,7 +14279,27 @@ dependencies = [ "prost 0.12.6", "prost-types 0.12.6", "regex", - "syn 2.0.77", + "syn 2.0.87", + "tempfile", +] + +[[package]] +name = "prost-build" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0f3e5beed80eb580c68e2c600937ac2c4eedabdfd5ef1e5b7ea4f3fba84497b" +dependencies = [ + "heck 0.5.0", + "itertools 0.12.1", + "log", + "multimap 0.10.0", + "once_cell", + "petgraph", + "prettyplease 0.2.22", + "prost 0.13.4", + "prost-types 0.13.4", + "regex", + "syn 2.0.87", "tempfile", ] @@ -12293,7 +14326,20 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "prost-derive" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" +dependencies = [ + "anyhow", + "itertools 0.12.1", + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -12314,6 +14360,15 @@ dependencies = [ "prost 0.12.6", ] +[[package]] +name = "prost-types" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc2f1e56baa61e93533aebc21af4d2134b70f66275e0fcdf3cbe43d77ff7e8fc" +dependencies = [ + "prost 0.13.4", +] + [[package]] name = "psm" version = "0.1.23" @@ -12568,6 +14623,15 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "rand_xorshift" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" +dependencies = [ + "rand_core 0.6.4", +] + [[package]] name = "raw-cpuid" version = "11.1.0" @@ -12615,6 +14679,22 @@ dependencies = [ "yasna", ] +[[package]] +name = "reconnecting-jsonrpsee-ws-client" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06fa4f17e09edfc3131636082faaec633c7baa269396b4004040bc6c52f49f65" +dependencies = [ + "cfg_aliases 0.2.1", + "finito", + "futures 0.3.31", + "jsonrpsee 0.23.2", + "serde_json", + "thiserror", + "tokio", + "tracing", +] + [[package]] name = "redox_syscall" version = "0.2.16" @@ -12673,7 +14753,7 @@ checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -12811,7 +14891,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" dependencies = [ "bytes", - "rlp-derive", + "rlp-derive 0.1.0", + "rustc-hex", +] + +[[package]] +name = "rlp" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa24e92bb2a83198bb76d661a71df9f7076b8c420b8696e4d3d97d50d94479e3" +dependencies = [ + "bytes", + "rlp-derive 0.2.0", "rustc-hex", ] @@ -12826,6 +14917,17 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "rlp-derive" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "652db34deaaa57929e10ca18e5454a32cb0efc351ae80d320334bbf907b908b3" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "rocksdb" version = "0.21.0" @@ -12838,26 +14940,26 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "binary-merkle-tree", "bitvec", - "frame-benchmarking", + "frame-benchmarking 39.0.0", "frame-executive", "frame-metadata-hash-extension", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal 0.4.1", "log", - "pallet-asset-rate", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", + "pallet-asset-rate 18.0.0", + "pallet-authority-discovery 39.0.0", + "pallet-authorship 39.0.0", + "pallet-babe 39.0.0", + "pallet-balances 40.0.0", "pallet-beefy", "pallet-beefy-mmr", "pallet-bounties", @@ -12867,11 +14969,12 @@ dependencies = [ "pallet-democracy", "pallet-elections-phragmen", "pallet-grandpa", - "pallet-identity", + "pallet-identity 39.0.0", "pallet-indices", "pallet-membership", - "pallet-message-queue", - "pallet-mmr", + "pallet-message-queue 42.0.0", + "pallet-migrations 9.0.0", + "pallet-mmr 39.0.0", "pallet-multisig", "pallet-nis", "pallet-offences", @@ -12883,73 +14986,74 @@ dependencies = [ "pallet-referenda", "pallet-root-testing", "pallet-scheduler", - "pallet-session", + "pallet-session 39.0.0", "pallet-society", - "pallet-staking", + "pallet-staking 39.0.1", "pallet-state-trie-migration", "pallet-sudo", - "pallet-timestamp", + "pallet-timestamp 38.0.0", "pallet-tips", - "pallet-transaction-payment", + "pallet-transaction-payment 39.0.0", "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-vesting", + "pallet-treasury 38.0.0", + "pallet-utility 39.0.0", + "pallet-vesting 39.0.0", "pallet-whitelist", - "pallet-xcm", + "pallet-xcm 18.0.0", "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", + "polkadot-runtime-common 18.0.0", + "polkadot-runtime-parachains 18.0.1", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "serde_json", "smallvec", - "sp-api", - "sp-arithmetic", - "sp-authority-discovery", - "sp-block-builder", - "sp-consensus-babe", + "sp-api 35.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-authority-discovery 35.0.0", + "sp-block-builder 35.0.0", + "sp-consensus-babe 0.41.0", "sp-consensus-beefy", - "sp-consensus-grandpa", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-mmr-primitives", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-storage", - "sp-transaction-pool", - "sp-version", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-consensus-grandpa 22.0.0", + "sp-core 35.0.0", + "sp-genesis-builder 0.16.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-keyring 40.0.0", + "sp-mmr-primitives 35.0.0", + "sp-offchain 35.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-staking 37.0.0", + "sp-storage 22.0.0", + "sp-transaction-pool 35.0.0", + "sp-version 38.0.0", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", "static_assertions", "substrate-wasm-builder", - "xcm-runtime-apis", + "xcm-runtime-apis 0.5.0", ] [[package]] name = "rococo-runtime-constants" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", + "frame-support 39.0.0", + "polkadot-primitives 17.0.0", + "polkadot-runtime-common 18.0.0", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", ] [[package]] @@ -12975,7 +15079,7 @@ version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "log", "netlink-packet-route", "netlink-proto", @@ -13102,9 +15206,23 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.13" +version = "0.22.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" +dependencies = [ + "log", + "ring 0.17.8", + "rustls-pki-types", + "rustls-webpki 0.102.8", + "subtle 2.6.1", + "zeroize", +] + +[[package]] +name = "rustls" +version = "0.23.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" +checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8" dependencies = [ "log", "once_cell", @@ -13124,7 +15242,7 @@ dependencies = [ "openssl-probe", "rustls-pemfile 1.0.4", "schannel", - "security-framework", + "security-framework 2.11.1", ] [[package]] @@ -13137,7 +15255,19 @@ dependencies = [ "rustls-pemfile 2.1.3", "rustls-pki-types", "schannel", - "security-framework", + "security-framework 2.11.1", +] + +[[package]] +name = "rustls-native-certs" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" +dependencies = [ + "openssl-probe", + "rustls-pki-types", + "schannel", + "security-framework 3.2.0", ] [[package]] @@ -13161,9 +15291,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.8.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" +checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" [[package]] name = "rustls-platform-verifier" @@ -13171,16 +15301,16 @@ version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" dependencies = [ - "core-foundation", + "core-foundation 0.9.4", "core-foundation-sys", "jni", "log", "once_cell", - "rustls 0.23.13", + "rustls 0.23.21", "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", - "security-framework", + "security-framework 2.11.1", "security-framework-sys", "webpki-roots 0.26.5", "winapi", @@ -13230,13 +15360,24 @@ dependencies = [ "twox-hash", ] +[[package]] +name = "ruzstd" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" +dependencies = [ + "byteorder", + "derive_more", + "twox-hash", +] + [[package]] name = "rw-stream-sink" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8c9026ff5d2f23da5e45bbc283f156383001bfb09c4e44256d02c1a685fe9a1" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "pin-project", "static_assertions", ] @@ -13271,8 +15412,19 @@ version = "29.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "log", - "sp-core", - "sp-wasm-interface", + "sp-core 34.0.0", + "sp-wasm-interface 21.0.1 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "thiserror", +] + +[[package]] +name = "sc-allocator" +version = "30.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "log", + "sp-core 35.0.0", + "sp-wasm-interface 21.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "thiserror", ] @@ -13282,7 +15434,7 @@ version = "0.45.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-trait", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "ip_network", "libp2p", @@ -13293,39 +15445,69 @@ dependencies = [ "prost 0.12.6", "prost-build 0.12.6", "rand 0.8.5", - "sc-client-api", - "sc-network", - "sc-network-types", - "sp-api", - "sp-authority-discovery", - "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-client-api 37.0.0", + "sc-network 0.45.0", + "sc-network-types 0.12.1", + "sp-api 34.0.0", + "sp-authority-discovery 34.0.0", + "sp-blockchain 37.0.1", + "sp-core 34.0.0", + "sp-keystore 0.40.0", + "sp-runtime 39.0.1", + "substrate-prometheus-endpoint 0.17.0", + "thiserror", +] + +[[package]] +name = "sc-authority-discovery" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "futures 0.3.31", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "log", + "multihash 0.19.1", + "parity-scale-codec", + "prost 0.12.6", + "prost-build 0.13.4", + "rand 0.8.5", + "sc-client-api 38.0.0", + "sc-network 0.48.0", + "sc-network-types 0.15.0", + "sp-api 35.0.0", + "sp-authority-discovery 35.0.0", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "substrate-prometheus-endpoint 0.17.1", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.45.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "log", "parity-scale-codec", - "sc-block-builder", + "sc-block-builder 0.43.0", "sc-proposer-metrics", - "sc-telemetry", - "sc-transaction-pool-api", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-telemetry 28.0.0", + "sc-transaction-pool-api 38.0.0", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", + "substrate-prometheus-endpoint 0.17.1", ] [[package]] @@ -13334,13 +15516,28 @@ version = "0.42.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-trie", + "sp-api 34.0.0", + "sp-block-builder 34.0.0", + "sp-blockchain 37.0.1", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-runtime 39.0.1", + "sp-trie 37.0.0", +] + +[[package]] +name = "sc-block-builder" +version = "0.43.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "sp-api 35.0.0", + "sp-block-builder 35.0.0", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", + "sp-trie 38.0.0", ] [[package]] @@ -13353,21 +15550,48 @@ dependencies = [ "log", "memmap2 0.9.5", "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api", - "sc-executor", - "sc-network", - "sc-telemetry", + "sc-chain-spec-derive 12.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sc-client-api 37.0.0", + "sc-executor 0.40.1", + "sc-network 0.45.0", + "sc-telemetry 25.0.0", + "serde", + "serde_json", + "sp-blockchain 37.0.1", + "sp-core 34.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-genesis-builder 0.15.1", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", + "sp-tracing 17.0.1 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", +] + +[[package]] +name = "sc-chain-spec" +version = "41.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "array-bytes", + "docify", + "log", + "memmap2 0.9.5", + "parity-scale-codec", + "sc-chain-spec-derive 12.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sc-client-api 38.0.0", + "sc-executor 0.41.0", + "sc-network 0.48.0", + "sc-telemetry 28.0.0", "serde", "serde_json", - "sp-blockchain", - "sp-core", - "sp-crypto-hashing", - "sp-genesis-builder", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-tracing", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-genesis-builder 0.16.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -13378,7 +15602,18 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "sc-chain-spec-derive" +version = "12.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -13390,7 +15625,51 @@ dependencies = [ "chrono", "clap", "fdlimit", - "futures 0.3.30", + "futures 0.3.31", + "itertools 0.11.0", + "libp2p-identity", + "log", + "names", + "parity-bip39", + "parity-scale-codec", + "rand 0.8.5", + "regex", + "rpassword", + "sc-client-api 37.0.0", + "sc-client-db 0.44.1", + "sc-executor 0.40.1", + "sc-keystore 33.0.0", + "sc-mixnet 0.15.0", + "sc-network 0.45.0", + "sc-service 0.46.0", + "sc-telemetry 25.0.0", + "sc-tracing 37.0.1", + "sc-utils 17.0.0", + "serde", + "serde_json", + "sp-blockchain 37.0.1", + "sp-core 34.0.0", + "sp-keyring 39.0.0", + "sp-keystore 0.40.0", + "sp-panic-handler 13.0.0", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", + "sp-storage 21.0.0", + "sp-version 37.0.0", + "thiserror", + "tokio", +] + +[[package]] +name = "sc-cli" +version = "0.50.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "array-bytes", + "chrono", + "clap", + "fdlimit", + "futures 0.3.31", "itertools 0.11.0", "libp2p-identity", "log", @@ -13400,27 +15679,25 @@ dependencies = [ "rand 0.8.5", "regex", "rpassword", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-keystore", - "sc-mixnet", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-utils", + "sc-client-api 38.0.0", + "sc-client-db 0.45.0", + "sc-keystore 34.0.0", + "sc-mixnet 0.18.0", + "sc-network 0.48.0", + "sc-service 0.49.0", + "sc-telemetry 28.0.0", + "sc-tracing 38.0.0", + "sc-transaction-pool 38.0.0", + "sc-utils 18.0.0", "serde", "serde_json", - "sp-blockchain", - "sp-core", - "sp-keyring", - "sp-keystore", - "sp-panic-handler", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-version", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-keyring 40.0.0", + "sp-keystore 0.41.0", + "sp-panic-handler 13.0.1", + "sp-runtime 40.1.0", + "sp-version 38.0.0", "thiserror", "tokio", ] @@ -13431,25 +15708,52 @@ version = "37.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "fnv", - "futures 0.3.30", + "futures 0.3.31", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-executor 0.40.1", + "sc-transaction-pool-api 37.0.0", + "sc-utils 17.0.0", + "sp-api 34.0.0", + "sp-blockchain 37.0.1", + "sp-consensus 0.40.0", + "sp-core 34.0.0", + "sp-database 10.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-externalities 0.29.0", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", + "sp-statement-store 18.0.0", + "sp-storage 21.0.0", + "sp-trie 37.0.0", + "substrate-prometheus-endpoint 0.17.0", +] + +[[package]] +name = "sc-client-api" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "fnv", + "futures 0.3.31", "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor", - "sc-transaction-pool-api", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-database", - "sp-externalities", - "sp-runtime", - "sp-state-machine", - "sp-statement-store", - "sp-storage", - "sp-trie", - "substrate-prometheus-endpoint", + "sc-executor 0.41.0", + "sc-transaction-pool-api 38.0.0", + "sc-utils 18.0.0", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-core 35.0.0", + "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-externalities 0.30.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", + "sp-statement-store 19.0.0", + "sp-storage 22.0.0", + "sp-trie 38.0.0", + "substrate-prometheus-endpoint 0.17.1", ] [[package]] @@ -13466,16 +15770,42 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api", - "sc-state-db", + "sc-client-api 37.0.0", + "sc-state-db 0.36.0", + "schnellru", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-blockchain 37.0.1", + "sp-core 34.0.0", + "sp-database 10.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", + "sp-trie 37.0.0", +] + +[[package]] +name = "sc-client-db" +version = "0.45.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api 38.0.0", + "sc-state-db 0.37.0", "schnellru", - "sp-arithmetic", - "sp-blockchain", - "sp-core", - "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", + "sp-trie 38.0.0", ] [[package]] @@ -13484,142 +15814,231 @@ version = "0.44.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-trait", - "futures 0.3.30", + "futures 0.3.31", "log", "mockall 0.11.4", "parking_lot 0.12.3", - "sc-client-api", - "sc-network-types", - "sc-utils", + "sc-client-api 37.0.0", + "sc-network-types 0.12.1", + "sc-utils 17.0.0", "serde", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", - "substrate-prometheus-endpoint", + "sp-api 34.0.0", + "sp-blockchain 37.0.1", + "sp-consensus 0.40.0", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", + "substrate-prometheus-endpoint 0.17.0", "thiserror", ] [[package]] -name = "sc-consensus-aura" -version = "0.45.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +name = "sc-consensus" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "async-trait", - "futures 0.3.30", - "log", - "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", - "sc-consensus-slots", - "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "futures 0.3.31", + "log", + "mockall 0.11.4", + "parking_lot 0.12.3", + "sc-client-api 38.0.0", + "sc-network-types 0.15.0", + "sc-utils 18.0.0", + "serde", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", + "substrate-prometheus-endpoint 0.17.1", "thiserror", ] [[package]] -name = "sc-consensus-babe" +name = "sc-consensus-aura" version = "0.45.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-trait", - "fork-tree", - "futures 0.3.30", + "futures 0.3.31", "log", - "num-bigint", + "parity-scale-codec", + "sc-block-builder 0.42.0", + "sc-client-api 37.0.0", + "sc-consensus 0.44.0", + "sc-consensus-slots 0.44.0", + "sc-telemetry 25.0.0", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-block-builder 34.0.0", + "sp-blockchain 37.0.1", + "sp-consensus 0.40.0", + "sp-consensus-aura 0.40.0", + "sp-consensus-slots 0.40.1", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-keystore 0.40.0", + "sp-runtime 39.0.1", + "substrate-prometheus-endpoint 0.17.0", + "thiserror", +] + +[[package]] +name = "sc-consensus-aura" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "futures 0.3.31", + "log", + "parity-scale-codec", + "sc-block-builder 0.43.0", + "sc-client-api 38.0.0", + "sc-consensus 0.47.0", + "sc-consensus-slots 0.47.0", + "sc-telemetry 28.0.0", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-block-builder 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-consensus-aura 0.41.0", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "substrate-prometheus-endpoint 0.17.1", + "thiserror", +] + +[[package]] +name = "sc-consensus-babe" +version = "0.45.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +dependencies = [ + "async-trait", + "fork-tree 13.0.0", + "futures 0.3.31", + "log", + "num-bigint", + "num-rational", + "num-traits", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api 37.0.0", + "sc-consensus 0.44.0", + "sc-consensus-epochs 0.44.0", + "sc-consensus-slots 0.44.0", + "sc-telemetry 25.0.0", + "sc-transaction-pool-api 37.0.0", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-block-builder 34.0.0", + "sp-blockchain 37.0.1", + "sp-consensus 0.40.0", + "sp-consensus-babe 0.40.0", + "sp-consensus-slots 0.40.1", + "sp-core 34.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-inherents 34.0.0", + "sp-keystore 0.40.0", + "sp-runtime 39.0.1", + "substrate-prometheus-endpoint 0.17.0", + "thiserror", +] + +[[package]] +name = "sc-consensus-babe" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "fork-tree 13.0.1", + "futures 0.3.31", + "log", + "num-bigint", "num-rational", "num-traits", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api", - "sc-consensus", - "sc-consensus-epochs", - "sc-consensus-slots", - "sc-telemetry", - "sc-transaction-pool-api", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-core", - "sp-crypto-hashing", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-client-api 38.0.0", + "sc-consensus 0.47.0", + "sc-consensus-epochs 0.47.0", + "sc-consensus-slots 0.47.0", + "sc-telemetry 28.0.0", + "sc-transaction-pool-api 38.0.0", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-block-builder 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-consensus-babe 0.41.0", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-inherents 35.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "substrate-prometheus-endpoint 0.17.1", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.45.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "futures 0.3.30", - "jsonrpsee", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-rpc-api", + "futures 0.3.31", + "jsonrpsee 0.24.7", + "sc-consensus-babe 0.48.0", + "sc-consensus-epochs 0.47.0", + "sc-rpc-api 0.47.0", "serde", - "sp-api", - "sp-application-crypto", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-consensus-babe 0.41.0", + "sp-core 35.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "24.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "array-bytes", "async-channel 1.9.0", "async-trait", "fnv", - "futures 0.3.30", + "futures 0.3.31", "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api", - "sc-consensus", - "sc-network", + "sc-client-api 38.0.0", + "sc-consensus 0.47.0", + "sc-network 0.48.0", "sc-network-gossip", - "sc-network-sync", - "sc-network-types", - "sc-utils", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", + "sc-network-sync 0.47.0", + "sc-network-types 0.15.0", + "sc-utils 18.0.0", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", "sp-consensus-beefy", - "sp-core", - "sp-crypto-hashing", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-core 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "substrate-prometheus-endpoint 0.17.1", "thiserror", "tokio", "wasm-timer", @@ -13627,21 +16046,21 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "24.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "futures 0.3.30", - "jsonrpsee", + "futures 0.3.31", + "jsonrpsee 0.24.7", "log", "parity-scale-codec", "parking_lot 0.12.3", "sc-consensus-beefy", - "sc-rpc", + "sc-rpc 43.0.0", "serde", - "sp-application-crypto", + "sp-application-crypto 39.0.0", "sp-consensus-beefy", - "sp-core", - "sp-runtime", + "sp-core 35.0.0", + "sp-runtime 40.1.0", "thiserror", ] @@ -13650,75 +16069,88 @@ name = "sc-consensus-epochs" version = "0.44.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "fork-tree", + "fork-tree 13.0.0", + "parity-scale-codec", + "sc-client-api 37.0.0", + "sc-consensus 0.44.0", + "sp-blockchain 37.0.1", + "sp-runtime 39.0.1", +] + +[[package]] +name = "sc-consensus-epochs" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "fork-tree 13.0.1", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sp-blockchain", - "sp-runtime", + "sc-client-api 38.0.0", + "sc-consensus 0.47.0", + "sp-blockchain 38.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.30.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.33.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "ahash", "array-bytes", "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree", - "futures 0.3.30", + "fork-tree 13.0.1", + "futures 0.3.31", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.3", "rand 0.8.5", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", + "sc-block-builder 0.43.0", + "sc-chain-spec 41.0.0", + "sc-client-api 38.0.0", + "sc-consensus 0.47.0", + "sc-network 0.48.0", + "sc-network-common 0.47.0", "sc-network-gossip", - "sc-network-sync", - "sc-network-types", - "sc-telemetry", - "sc-transaction-pool-api", - "sc-utils", + "sc-network-sync 0.47.0", + "sc-network-types 0.15.0", + "sc-telemetry 28.0.0", + "sc-transaction-pool-api 38.0.0", + "sc-utils 18.0.0", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-grandpa", - "sp-core", - "sp-crypto-hashing", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-consensus-grandpa 22.0.0", + "sp-core 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "substrate-prometheus-endpoint 0.17.1", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.30.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.33.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "finality-grandpa", - "futures 0.3.30", - "jsonrpsee", + "futures 0.3.31", + "jsonrpsee 0.24.7", "log", "parity-scale-codec", - "sc-client-api", + "sc-client-api 38.0.0", "sc-consensus-grandpa", - "sc-rpc", + "sc-rpc 43.0.0", "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", "thiserror", ] @@ -13729,31 +16161,66 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "assert_matches", "async-trait", - "futures 0.3.30", + "futures 0.3.31", + "futures-timer", + "jsonrpsee 0.24.7", + "log", + "parity-scale-codec", + "sc-client-api 37.0.0", + "sc-consensus 0.44.0", + "sc-consensus-aura 0.45.0", + "sc-consensus-babe 0.45.0", + "sc-consensus-epochs 0.44.0", + "sc-transaction-pool 37.0.0", + "sc-transaction-pool-api 37.0.0", + "serde", + "sp-api 34.0.0", + "sp-blockchain 37.0.1", + "sp-consensus 0.40.0", + "sp-consensus-aura 0.40.0", + "sp-consensus-babe 0.40.0", + "sp-consensus-slots 0.40.1", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-keystore 0.40.0", + "sp-runtime 39.0.1", + "sp-timestamp 34.0.0", + "substrate-prometheus-endpoint 0.17.0", + "thiserror", +] + +[[package]] +name = "sc-consensus-manual-seal" +version = "0.49.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "assert_matches", + "async-trait", + "futures 0.3.31", "futures-timer", - "jsonrpsee", + "jsonrpsee 0.24.7", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-consensus-aura", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-client-api 38.0.0", + "sc-consensus 0.47.0", + "sc-consensus-aura 0.48.0", + "sc-consensus-babe 0.48.0", + "sc-consensus-epochs 0.47.0", + "sc-transaction-pool 38.0.0", + "sc-transaction-pool-api 38.0.0", "serde", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-timestamp", - "substrate-prometheus-endpoint", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-consensus-aura 0.41.0", + "sp-consensus-babe 0.41.0", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "sp-timestamp 35.0.0", + "substrate-prometheus-endpoint 0.17.1", "thiserror", ] @@ -13763,21 +16230,44 @@ version = "0.44.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-trait", - "futures 0.3.30", + "futures 0.3.31", + "futures-timer", + "log", + "parity-scale-codec", + "sc-client-api 37.0.0", + "sc-consensus 0.44.0", + "sc-telemetry 25.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-blockchain 37.0.1", + "sp-consensus 0.40.0", + "sp-consensus-slots 0.40.1", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", +] + +[[package]] +name = "sc-consensus-slots" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "futures 0.3.31", "futures-timer", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sc-client-api 38.0.0", + "sc-consensus 0.47.0", + "sc-telemetry 28.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", ] [[package]] @@ -13788,19 +16278,42 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", + "sc-executor-common 0.35.0", + "sc-executor-polkavm 0.32.0", + "sc-executor-wasmtime 0.35.0", + "schnellru", + "sp-api 34.0.0", + "sp-core 34.0.0", + "sp-externalities 0.29.0", + "sp-io 38.0.0", + "sp-panic-handler 13.0.0", + "sp-runtime-interface 28.0.0", + "sp-trie 37.0.0", + "sp-version 37.0.0", + "sp-wasm-interface 21.0.1 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "tracing", +] + +[[package]] +name = "sc-executor" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-executor-common 0.36.0", + "sc-executor-polkavm 0.33.0", + "sc-executor-wasmtime 0.36.0", "schnellru", - "sp-api", - "sp-core", - "sp-externalities", - "sp-io", - "sp-panic-handler", - "sp-runtime-interface", - "sp-trie", - "sp-version", - "sp-wasm-interface", + "sp-api 35.0.0", + "sp-core 35.0.0", + "sp-externalities 0.30.0", + "sp-io 39.0.0", + "sp-panic-handler 13.0.1", + "sp-runtime-interface 29.0.0", + "sp-trie 38.0.0", + "sp-version 38.0.0", + "sp-wasm-interface 21.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "tracing", ] @@ -13811,9 +16324,22 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "parity-scale-codec", "polkavm", - "sc-allocator", - "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sc-allocator 29.0.0", + "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-wasm-interface 21.0.1 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "thiserror", + "wasm-instrument", +] + +[[package]] +name = "sc-executor-common" +version = "0.36.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "polkavm", + "sc-allocator 30.0.0", + "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-wasm-interface 21.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "thiserror", "wasm-instrument", ] @@ -13825,8 +16351,19 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "log", "polkavm", - "sc-executor-common", - "sp-wasm-interface", + "sc-executor-common 0.35.0", + "sp-wasm-interface 21.0.1 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", +] + +[[package]] +name = "sc-executor-polkavm" +version = "0.33.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "log", + "polkavm", + "sc-executor-common 0.36.0", + "sp-wasm-interface 21.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -13841,10 +16378,28 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", + "sc-allocator 29.0.0", + "sc-executor-common 0.35.0", + "sp-runtime-interface 28.0.0", + "sp-wasm-interface 21.0.1 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "wasmtime", +] + +[[package]] +name = "sc-executor-wasmtime" +version = "0.36.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "anyhow", + "cfg-if", + "libc", + "log", + "parking_lot 0.12.3", + "rustix 0.36.17", + "sc-allocator 30.0.0", + "sc-executor-common 0.36.0", + "sp-runtime-interface 29.0.0", + "sp-wasm-interface 21.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "wasmtime", ] @@ -13854,15 +16409,32 @@ version = "0.44.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "console", - "futures 0.3.30", + "futures 0.3.31", + "futures-timer", + "log", + "sc-client-api 37.0.0", + "sc-network 0.45.0", + "sc-network-common 0.44.0", + "sc-network-sync 0.44.0", + "sp-blockchain 37.0.1", + "sp-runtime 39.0.1", +] + +[[package]] +name = "sc-informant" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "console", + "futures 0.3.31", "futures-timer", "log", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sp-blockchain", - "sp-runtime", + "sc-client-api 38.0.0", + "sc-network 0.48.0", + "sc-network-common 0.47.0", + "sc-network-sync 0.47.0", + "sp-blockchain 38.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -13873,9 +16445,23 @@ dependencies = [ "array-bytes", "parking_lot 0.12.3", "serde_json", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 38.0.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", + "thiserror", +] + +[[package]] +name = "sc-keystore" +version = "34.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "array-bytes", + "parking_lot 0.12.3", + "serde_json", + "sp-application-crypto 39.0.0", + "sp-core 35.0.0", + "sp-keystore 0.41.0", "thiserror", ] @@ -13888,23 +16474,52 @@ dependencies = [ "arrayvec 0.7.6", "blake2 0.10.6", "bytes", - "futures 0.3.30", + "futures 0.3.31", + "futures-timer", + "log", + "mixnet", + "multiaddr 0.18.1", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api 37.0.0", + "sc-network 0.45.0", + "sc-network-types 0.12.1", + "sc-transaction-pool-api 37.0.0", + "sp-api 34.0.0", + "sp-consensus 0.40.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", + "sp-mixnet 0.12.0", + "sp-runtime 39.0.1", + "thiserror", +] + +[[package]] +name = "sc-mixnet" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "array-bytes", + "arrayvec 0.7.6", + "blake2 0.10.6", + "bytes", + "futures 0.3.31", "futures-timer", "log", "mixnet", "multiaddr 0.18.1", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api", - "sc-network", - "sc-network-types", - "sc-transaction-pool-api", - "sp-api", - "sp-consensus", - "sp-core", - "sp-keystore", - "sp-mixnet", - "sp-runtime", + "sc-client-api 38.0.0", + "sc-network 0.48.0", + "sc-network-types 0.15.0", + "sc-transaction-pool-api 38.0.0", + "sp-api 35.0.0", + "sp-consensus 0.41.0", + "sp-core 35.0.0", + "sp-keystore 0.41.0", + "sp-mixnet 0.13.0", + "sp-runtime 40.1.0", "thiserror", ] @@ -13921,12 +16536,12 @@ dependencies = [ "cid 0.9.0", "either", "fnv", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "ip_network", "libp2p", "linked_hash_set", - "litep2p", + "litep2p 0.6.2", "log", "mockall 0.11.4", "once_cell", @@ -13937,19 +16552,70 @@ dependencies = [ "prost 0.12.6", "prost-build 0.12.6", "rand 0.8.5", - "sc-client-api", - "sc-network-common", - "sc-network-types", - "sc-utils", + "sc-client-api 37.0.0", + "sc-network-common 0.44.0", + "sc-network-types 0.12.1", + "sc-utils 17.0.0", + "schnellru", + "serde", + "serde_json", + "smallvec", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-blockchain 37.0.1", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "substrate-prometheus-endpoint 0.17.0", + "thiserror", + "tokio", + "tokio-stream", + "unsigned-varint 0.7.2", + "void", + "wasm-timer", + "zeroize", +] + +[[package]] +name = "sc-network" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "array-bytes", + "async-channel 1.9.0", + "async-trait", + "asynchronous-codec", + "bytes", + "cid 0.9.0", + "either", + "fnv", + "futures 0.3.31", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "litep2p 0.9.0", + "log", + "mockall 0.11.4", + "once_cell", + "parity-scale-codec", + "parking_lot 0.12.3", + "partial_sort", + "pin-project", + "prost 0.12.6", + "prost-build 0.13.4", + "rand 0.8.5", + "sc-client-api 38.0.0", + "sc-network-common 0.47.0", + "sc-network-types 0.15.0", + "sc-utils 18.0.0", "schnellru", "serde", "serde_json", "smallvec", - "sp-arithmetic", - "sp-blockchain", - "sp-core", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "substrate-prometheus-endpoint 0.17.1", "thiserror", "tokio", "tokio-stream", @@ -13966,33 +16632,51 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "async-trait", "bitflags 1.3.2", - "futures 0.3.30", + "futures 0.3.31", "libp2p-identity", "parity-scale-codec", "prost-build 0.12.6", - "sc-consensus", - "sc-network-types", - "sp-consensus", - "sp-consensus-grandpa", - "sp-runtime", + "sc-consensus 0.44.0", + "sc-network-types 0.12.1", + "sp-consensus 0.40.0", + "sp-consensus-grandpa 21.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "sc-network-common" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "bitflags 1.3.2", + "futures 0.3.31", + "libp2p-identity", + "parity-scale-codec", + "prost-build 0.13.4", + "sc-consensus 0.47.0", + "sc-network-types 0.15.0", + "sp-consensus 0.41.0", + "sp-consensus-grandpa 22.0.0", + "sp-runtime 40.1.0", ] [[package]] name = "sc-network-gossip" -version = "0.45.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "ahash", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "log", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-network-types", + "sc-network 0.48.0", + "sc-network-common 0.47.0", + "sc-network-sync 0.47.0", + "sc-network-types 0.15.0", "schnellru", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-runtime 40.1.0", + "substrate-prometheus-endpoint 0.17.1", "tracing", ] @@ -14003,17 +16687,38 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "array-bytes", "async-channel 1.9.0", - "futures 0.3.30", + "futures 0.3.31", "log", "parity-scale-codec", "prost 0.12.6", "prost-build 0.12.6", - "sc-client-api", - "sc-network", - "sc-network-types", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sc-client-api 37.0.0", + "sc-network 0.45.0", + "sc-network-types 0.12.1", + "sp-blockchain 37.0.1", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "thiserror", +] + +[[package]] +name = "sc-network-light" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "array-bytes", + "async-channel 1.9.0", + "futures 0.3.31", + "log", + "parity-scale-codec", + "prost 0.12.6", + "prost-build 0.13.4", + "sc-client-api 38.0.0", + "sc-network 0.48.0", + "sc-network-types 0.15.0", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", "thiserror", ] @@ -14025,8 +16730,8 @@ dependencies = [ "array-bytes", "async-channel 1.9.0", "async-trait", - "fork-tree", - "futures 0.3.30", + "fork-tree 13.0.0", + "futures 0.3.31", "futures-timer", "libp2p", "log", @@ -14034,21 +16739,57 @@ dependencies = [ "parity-scale-codec", "prost 0.12.6", "prost-build 0.12.6", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-types", - "sc-utils", + "sc-client-api 37.0.0", + "sc-consensus 0.44.0", + "sc-network 0.45.0", + "sc-network-common 0.44.0", + "sc-network-types 0.12.1", + "sc-utils 17.0.0", + "schnellru", + "smallvec", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-blockchain 37.0.1", + "sp-consensus 0.40.0", + "sp-consensus-grandpa 21.0.0", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "substrate-prometheus-endpoint 0.17.0", + "thiserror", + "tokio", + "tokio-stream", +] + +[[package]] +name = "sc-network-sync" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "array-bytes", + "async-channel 1.9.0", + "async-trait", + "fork-tree 13.0.1", + "futures 0.3.31", + "futures-timer", + "log", + "mockall 0.11.4", + "parity-scale-codec", + "prost 0.12.6", + "prost-build 0.13.4", + "sc-client-api 38.0.0", + "sc-consensus 0.47.0", + "sc-network 0.48.0", + "sc-network-common 0.47.0", + "sc-network-types 0.15.0", + "sc-utils 18.0.0", "schnellru", "smallvec", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-grandpa", - "sp-core", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-consensus-grandpa 22.0.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "substrate-prometheus-endpoint 0.17.1", "thiserror", "tokio", "tokio-stream", @@ -14060,17 +16801,36 @@ version = "0.44.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "array-bytes", - "futures 0.3.30", + "futures 0.3.31", + "log", + "parity-scale-codec", + "sc-network 0.45.0", + "sc-network-common 0.44.0", + "sc-network-sync 0.44.0", + "sc-network-types 0.12.1", + "sc-utils 17.0.0", + "sp-consensus 0.40.0", + "sp-runtime 39.0.1", + "substrate-prometheus-endpoint 0.17.0", +] + +[[package]] +name = "sc-network-transactions" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "array-bytes", + "futures 0.3.31", "log", "parity-scale-codec", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-network-types", - "sc-utils", - "sp-consensus", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-network 0.48.0", + "sc-network-common 0.47.0", + "sc-network-sync 0.47.0", + "sc-network-types 0.15.0", + "sc-utils 18.0.0", + "sp-consensus 0.41.0", + "sp-runtime 40.1.0", + "substrate-prometheus-endpoint 0.17.1", ] [[package]] @@ -14081,7 +16841,7 @@ dependencies = [ "bs58 0.5.1", "ed25519-dalek", "libp2p-identity", - "litep2p", + "litep2p 0.6.2", "log", "multiaddr 0.18.1", "multihash 0.19.1", @@ -14091,35 +16851,55 @@ dependencies = [ ] [[package]] -name = "sc-offchain" -version = "40.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +name = "sc-network-types" +version = "0.15.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "array-bytes", - "bytes", - "fnv", - "futures 0.3.30", - "futures-timer", - "hyper 0.14.30", - "hyper-rustls 0.24.2", - "log", - "num_cpus", + "bs58 0.5.1", + "ed25519-dalek", + "libp2p-identity", + "litep2p 0.9.0", + "log", + "multiaddr 0.18.1", + "multihash 0.19.1", + "rand 0.8.5", + "thiserror", + "zeroize", +] + +[[package]] +name = "sc-offchain" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "array-bytes", + "bytes", + "fnv", + "futures 0.3.31", + "futures-timer", + "http-body-util", + "hyper 1.4.1", + "hyper-rustls 0.27.3", + "hyper-util", + "log", + "num_cpus", "once_cell", "parity-scale-codec", "parking_lot 0.12.3", "rand 0.8.5", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-types", - "sc-transaction-pool-api", - "sc-utils", - "sp-api", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-offchain", - "sp-runtime", + "rustls 0.23.21", + "sc-client-api 38.0.0", + "sc-network 0.48.0", + "sc-network-common 0.47.0", + "sc-network-types 0.15.0", + "sc-transaction-pool-api 38.0.0", + "sc-utils 18.0.0", + "sp-api 35.0.0", + "sp-core 35.0.0", + "sp-externalities 0.30.0", + "sp-keystore 0.41.0", + "sp-offchain 35.0.0", + "sp-runtime 40.1.0", "threadpool", "tracing", ] @@ -14127,10 +16907,10 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.18.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "log", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.17.1", ] [[package]] @@ -14138,30 +16918,62 @@ name = "sc-rpc" version = "40.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "futures 0.3.30", - "jsonrpsee", + "futures 0.3.31", + "jsonrpsee 0.24.7", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-block-builder 0.42.0", + "sc-chain-spec 38.0.0", + "sc-client-api 37.0.0", + "sc-mixnet 0.15.0", + "sc-rpc-api 0.44.0", + "sc-tracing 37.0.1", + "sc-transaction-pool-api 37.0.0", + "sc-utils 17.0.0", + "serde_json", + "sp-api 34.0.0", + "sp-blockchain 37.0.1", + "sp-core 34.0.0", + "sp-keystore 0.40.0", + "sp-offchain 34.0.0", + "sp-rpc 32.0.0", + "sp-runtime 39.0.1", + "sp-session 36.0.0", + "sp-statement-store 18.0.0", + "sp-version 37.0.0", + "tokio", +] + +[[package]] +name = "sc-rpc" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "futures 0.3.31", + "jsonrpsee 0.24.7", "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-mixnet", - "sc-rpc-api", - "sc-tracing", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.43.0", + "sc-chain-spec 41.0.0", + "sc-client-api 38.0.0", + "sc-mixnet 0.18.0", + "sc-rpc-api 0.47.0", + "sc-tracing 38.0.0", + "sc-transaction-pool-api 38.0.0", + "sc-utils 18.0.0", "serde_json", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-offchain", - "sp-rpc", - "sp-runtime", - "sp-session", - "sp-statement-store", - "sp-version", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-keystore 0.41.0", + "sp-offchain 35.0.0", + "sp-rpc 33.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-statement-store 19.0.0", + "sp-version 38.0.0", "tokio", ] @@ -14170,18 +16982,38 @@ name = "sc-rpc-api" version = "0.44.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "jsonrpsee", + "jsonrpsee 0.24.7", + "parity-scale-codec", + "sc-chain-spec 38.0.0", + "sc-mixnet 0.15.0", + "sc-transaction-pool-api 37.0.0", + "scale-info", + "serde", + "serde_json", + "sp-core 34.0.0", + "sp-rpc 32.0.0", + "sp-runtime 39.0.1", + "sp-version 37.0.0", + "thiserror", +] + +[[package]] +name = "sc-rpc-api" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "jsonrpsee 0.24.7", "parity-scale-codec", - "sc-chain-spec", - "sc-mixnet", - "sc-transaction-pool-api", + "sc-chain-spec 41.0.0", + "sc-mixnet 0.18.0", + "sc-transaction-pool-api 38.0.0", "scale-info", "serde", "serde_json", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-version", + "sp-core 35.0.0", + "sp-rpc 33.0.0", + "sp-runtime 40.1.0", + "sp-version 38.0.0", "thiserror", ] @@ -14192,18 +17024,42 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "dyn-clone", "forwarded-header-value", - "futures 0.3.30", + "futures 0.3.31", + "governor", + "http 1.1.0", + "http-body-util", + "hyper 1.4.1", + "ip_network", + "jsonrpsee 0.24.7", + "log", + "sc-rpc-api 0.44.0", + "serde", + "serde_json", + "substrate-prometheus-endpoint 0.17.0", + "tokio", + "tower", + "tower-http", +] + +[[package]] +name = "sc-rpc-server" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "dyn-clone", + "forwarded-header-value", + "futures 0.3.31", "governor", "http 1.1.0", "http-body-util", "hyper 1.4.1", "ip_network", - "jsonrpsee", + "jsonrpsee 0.24.7", "log", - "sc-rpc-api", + "sc-rpc-api 0.47.0", "serde", "serde_json", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.17.1", "tokio", "tower", "tower-http", @@ -14215,27 +17071,59 @@ version = "0.45.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "array-bytes", - "futures 0.3.30", + "futures 0.3.31", + "futures-util", + "hex", + "jsonrpsee 0.24.7", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "sc-chain-spec 38.0.0", + "sc-client-api 37.0.0", + "sc-rpc 40.0.0", + "sc-transaction-pool-api 37.0.0", + "sc-utils 17.0.0", + "schnellru", + "serde", + "sp-api 34.0.0", + "sp-blockchain 37.0.1", + "sp-core 34.0.0", + "sp-rpc 32.0.0", + "sp-runtime 39.0.1", + "sp-version 37.0.0", + "thiserror", + "tokio", + "tokio-stream", +] + +[[package]] +name = "sc-rpc-spec-v2" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "array-bytes", + "futures 0.3.31", "futures-util", "hex", - "jsonrpsee", + "itertools 0.11.0", + "jsonrpsee 0.24.7", "log", "parity-scale-codec", "parking_lot 0.12.3", "rand 0.8.5", - "sc-chain-spec", - "sc-client-api", - "sc-rpc", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 41.0.0", + "sc-client-api 38.0.0", + "sc-rpc 43.0.0", + "sc-transaction-pool-api 38.0.0", "schnellru", "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-version", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-rpc 33.0.0", + "sp-runtime 40.1.0", + "sp-version 38.0.0", "thiserror", "tokio", "tokio-stream", @@ -14249,55 +17137,119 @@ dependencies = [ "async-trait", "directories", "exit-future", - "futures 0.3.30", + "futures 0.3.31", + "futures-timer", + "jsonrpsee 0.24.7", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "sc-chain-spec 38.0.0", + "sc-client-api 37.0.0", + "sc-client-db 0.44.1", + "sc-consensus 0.44.0", + "sc-executor 0.40.1", + "sc-informant 0.44.0", + "sc-keystore 33.0.0", + "sc-network 0.45.0", + "sc-network-common 0.44.0", + "sc-network-light 0.44.0", + "sc-network-sync 0.44.0", + "sc-network-transactions 0.44.0", + "sc-network-types 0.12.1", + "sc-rpc 40.0.0", + "sc-rpc-server 17.0.0", + "sc-rpc-spec-v2 0.45.0", + "sc-sysinfo 38.0.0", + "sc-telemetry 25.0.0", + "sc-tracing 37.0.1", + "sc-transaction-pool 37.0.0", + "sc-transaction-pool-api 37.0.0", + "sc-utils 17.0.0", + "schnellru", + "serde", + "serde_json", + "sp-api 34.0.0", + "sp-blockchain 37.0.1", + "sp-consensus 0.40.0", + "sp-core 34.0.0", + "sp-externalities 0.29.0", + "sp-keystore 0.40.0", + "sp-runtime 39.0.1", + "sp-session 36.0.0", + "sp-state-machine 0.43.0", + "sp-storage 21.0.0", + "sp-transaction-pool 34.0.0", + "sp-transaction-storage-proof 34.0.0", + "sp-trie 37.0.0", + "sp-version 37.0.0", + "static_init", + "substrate-prometheus-endpoint 0.17.0", + "tempfile", + "thiserror", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "sc-service" +version = "0.49.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "directories", + "exit-future", + "futures 0.3.31", "futures-timer", - "jsonrpsee", + "jsonrpsee 0.24.7", "log", "parity-scale-codec", "parking_lot 0.12.3", "pin-project", "rand 0.8.5", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-light", - "sc-network-sync", - "sc-network-transactions", - "sc-network-types", - "sc-rpc", - "sc-rpc-server", - "sc-rpc-spec-v2", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 41.0.0", + "sc-client-api 38.0.0", + "sc-client-db 0.45.0", + "sc-consensus 0.47.0", + "sc-executor 0.41.0", + "sc-informant 0.47.0", + "sc-keystore 34.0.0", + "sc-network 0.48.0", + "sc-network-common 0.47.0", + "sc-network-light 0.47.0", + "sc-network-sync 0.47.0", + "sc-network-transactions 0.47.0", + "sc-network-types 0.15.0", + "sc-rpc 43.0.0", + "sc-rpc-server 20.0.0", + "sc-rpc-spec-v2 0.48.0", + "sc-sysinfo 41.0.0", + "sc-telemetry 28.0.0", + "sc-tracing 38.0.0", + "sc-transaction-pool 38.0.0", + "sc-transaction-pool-api 38.0.0", + "sc-utils 18.0.0", "schnellru", "serde", "serde_json", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-storage", - "sp-transaction-pool", - "sp-transaction-storage-proof", - "sp-trie", - "sp-version", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-core 35.0.0", + "sp-externalities 0.30.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-state-machine 0.44.0", + "sp-storage 22.0.0", + "sp-transaction-pool 35.0.0", + "sp-transaction-storage-proof 35.0.0", + "sp-trie 38.0.0", + "sp-version 38.0.0", "static_init", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.17.1", "tempfile", "thiserror", "tokio", @@ -14313,38 +17265,49 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sp-core", + "sp-core 34.0.0", +] + +[[package]] +name = "sc-state-db" +version = "0.37.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sp-core 35.0.0", ] [[package]] name = "sc-storage-monitor" -version = "0.22.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.23.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "clap", "fs4", "log", - "sp-core", + "sp-core 35.0.0", "thiserror", "tokio", ] [[package]] name = "sc-sync-state-rpc" -version = "0.45.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "jsonrpsee", + "jsonrpsee 0.24.7", "parity-scale-codec", - "sc-chain-spec", - "sc-client-api", - "sc-consensus-babe", - "sc-consensus-epochs", + "sc-chain-spec 41.0.0", + "sc-client-api 38.0.0", + "sc-consensus-babe 0.48.0", + "sc-consensus-epochs 0.47.0", "sc-consensus-grandpa", "serde", "serde_json", - "sp-blockchain", - "sp-runtime", + "sp-blockchain 38.0.0", + "sp-runtime 40.1.0", "thiserror", ] @@ -14354,19 +17317,40 @@ version = "38.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "derive_more", - "futures 0.3.30", + "futures 0.3.31", + "libc", + "log", + "rand 0.8.5", + "rand_pcg", + "regex", + "sc-telemetry 25.0.0", + "serde", + "serde_json", + "sp-core 34.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-io 38.0.0", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", +] + +[[package]] +name = "sc-sysinfo" +version = "41.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "derive_more", + "futures 0.3.31", "libc", "log", "rand 0.8.5", "rand_pcg", "regex", - "sc-telemetry", + "sc-telemetry 28.0.0", "serde", "serde_json", - "sp-core", - "sp-crypto-hashing", - "sp-io", - "sp-std", + "sp-core 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-io 39.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -14375,14 +17359,34 @@ version = "25.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "chrono", - "futures 0.3.30", + "futures 0.3.31", + "libp2p", + "log", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "sc-network 0.45.0", + "sc-utils 17.0.0", + "serde", + "serde_json", + "thiserror", + "wasm-timer", +] + +[[package]] +name = "sc-telemetry" +version = "28.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "chrono", + "futures 0.3.31", "libp2p", "log", "parking_lot 0.12.3", "pin-project", "rand 0.8.5", - "sc-network", - "sc-utils", + "sc-network 0.48.0", + "sc-utils 18.0.0", "serde", "serde_json", "thiserror", @@ -14403,15 +17407,43 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "rustc-hash 1.1.0", - "sc-client-api", - "sc-tracing-proc-macro", + "sc-client-api 37.0.0", + "sc-tracing-proc-macro 11.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "serde", + "sp-api 34.0.0", + "sp-blockchain 37.0.1", + "sp-core 34.0.0", + "sp-rpc 32.0.0", + "sp-runtime 39.0.1", + "sp-tracing 17.0.1 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "thiserror", + "tracing", + "tracing-log", + "tracing-subscriber", +] + +[[package]] +name = "sc-tracing" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "chrono", + "console", + "is-terminal", + "libc", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rustc-hash 1.1.0", + "sc-client-api 38.0.0", + "sc-tracing-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-tracing", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-rpc 33.0.0", + "sp-runtime 40.1.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "thiserror", "tracing", "tracing-log", @@ -14426,7 +17458,18 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "sc-tracing-proc-macro" +version = "11.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -14435,25 +17478,56 @@ version = "37.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-trait", - "futures 0.3.30", + "futures 0.3.31", + "futures-timer", + "linked-hash-map", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api 37.0.0", + "sc-transaction-pool-api 37.0.0", + "sc-utils 17.0.0", + "serde", + "sp-api 34.0.0", + "sp-blockchain 37.0.1", + "sp-core 34.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-runtime 39.0.1", + "sp-tracing 17.0.1 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-transaction-pool 34.0.0", + "substrate-prometheus-endpoint 0.17.0", + "thiserror", +] + +[[package]] +name = "sc-transaction-pool" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "futures 0.3.31", "futures-timer", + "indexmap 2.5.0", + "itertools 0.11.0", "linked-hash-map", "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 38.0.0", + "sc-transaction-pool-api 38.0.0", + "sc-utils 18.0.0", "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-crypto-hashing", - "sp-runtime", - "sp-tracing", - "sp-transaction-pool", - "substrate-prometheus-endpoint", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-runtime 40.1.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-transaction-pool 35.0.0", + "substrate-prometheus-endpoint 0.17.1", "thiserror", + "tokio", + "tokio-stream", ] [[package]] @@ -14462,13 +17536,29 @@ version = "37.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-trait", - "futures 0.3.30", + "futures 0.3.31", + "log", + "parity-scale-codec", + "serde", + "sp-blockchain 37.0.1", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "thiserror", +] + +[[package]] +name = "sc-transaction-pool-api" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "futures 0.3.31", "log", "parity-scale-codec", "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", "thiserror", ] @@ -14478,13 +17568,27 @@ version = "17.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-channel 1.9.0", - "futures 0.3.30", + "futures 0.3.31", "futures-timer", "lazy_static", "log", "parking_lot 0.12.3", "prometheus", - "sp-arithmetic", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", +] + +[[package]] +name = "sc-utils" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-channel 1.9.0", + "futures 0.3.31", + "futures-timer", + "log", + "parking_lot 0.12.3", + "prometheus", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -14494,7 +17598,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" dependencies = [ "parity-scale-codec", + "scale-info", "scale-type-resolver", + "serde", ] [[package]] @@ -14505,11 +17611,53 @@ checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" dependencies = [ "derive_more", "parity-scale-codec", + "primitive-types 0.12.2", + "scale-bits", + "scale-decode-derive", + "scale-type-resolver", + "smallvec", +] + +[[package]] +name = "scale-decode-derive" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9bb22f574168103cdd3133b19281639ca65ad985e24612728f727339dcaf4021" +dependencies = [ + "darling 0.14.4", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "scale-encode" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "528464e6ae6c8f98e2b79633bf79ef939552e795e316579dab09c61670d56602" +dependencies = [ + "derive_more", + "parity-scale-codec", + "primitive-types 0.12.2", "scale-bits", + "scale-encode-derive", "scale-type-resolver", "smallvec", ] +[[package]] +name = "scale-encode-derive" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef2618f123c88da9cd8853b69d766068f1eddc7692146d7dfe9b89e25ce2efd" +dependencies = [ + "darling 0.20.10", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "scale-info" version = "2.11.3" @@ -14541,9 +17689,47 @@ name = "scale-type-resolver" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" +dependencies = [ + "scale-info", + "smallvec", +] [[package]] -name = "schannel" +name = "scale-typegen" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "498d1aecf2ea61325d4511787c115791639c0fd21ef4f8e11e49dd09eff2bbac" +dependencies = [ + "proc-macro2", + "quote", + "scale-info", + "syn 2.0.87", + "thiserror", +] + +[[package]] +name = "scale-value" +version = "0.16.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8cd6ab090d823e75cfdb258aad5fe92e13f2af7d04b43a55d607d25fcc38c811" +dependencies = [ + "base58", + "blake2 0.10.6", + "derive_more", + "either", + "frame-metadata 15.1.0", + "parity-scale-codec", + "scale-bits", + "scale-decode", + "scale-encode", + "scale-info", + "scale-type-resolver", + "serde", + "yap", +] + +[[package]] +name = "schannel" version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b" @@ -14692,18 +17878,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ "bitflags 2.6.0", - "core-foundation", + "core-foundation 0.9.4", "core-foundation-sys", "libc", "num-bigint", "security-framework-sys", ] +[[package]] +name = "security-framework" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" +dependencies = [ + "bitflags 2.6.0", + "core-foundation 0.10.0", + "core-foundation-sys", + "libc", + "security-framework-sys", +] + [[package]] name = "security-framework-sys" -version = "2.11.1" +version = "2.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" +checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" dependencies = [ "core-foundation-sys", "libc", @@ -14741,9 +17940,9 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "serde" -version = "1.0.210" +version = "1.0.217" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" +checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" dependencies = [ "serde_derive", ] @@ -14759,20 +17958,20 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.210" +version = "1.0.217" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" +checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", @@ -14805,18 +18004,18 @@ version = "0.1.0" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2409#6fd5f8448d069ad413c661d1737fe26ea04e21ec" dependencies = [ "async-trait", - "frame-support", + "frame-support 38.0.0", "nimbus-primitives", "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-std", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-consensus-babe 0.40.0", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-keystore 0.40.0", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", ] [[package]] @@ -14974,6 +18173,15 @@ dependencies = [ "bitflags 2.6.0", ] +[[package]] +name = "simple-dns" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c80e565e7dcc4f1ef247e2f395550d4cf7d777746d5988e7e4e3156b71077fc" +dependencies = [ + "bitflags 2.6.0", +] + [[package]] name = "simple-mermaid" version = "0.1.1" @@ -14986,6 +18194,12 @@ version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" +[[package]] +name = "siphasher" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" + [[package]] name = "slab" version = "0.4.9" @@ -15021,7 +18235,18 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime", + "sp-runtime 39.0.1", +] + +[[package]] +name = "slot-range-helper" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "enumn", + "parity-scale-codec", + "paste", + "sp-runtime 40.1.0", ] [[package]] @@ -15047,15 +18272,32 @@ checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" dependencies = [ "async-channel 1.9.0", "async-executor", - "async-fs", + "async-fs 1.6.0", "async-io 1.13.0", "async-lock 2.8.0", - "async-net", - "async-process", + "async-net 1.8.0", + "async-process 1.8.1", "blocking", "futures-lite 1.13.0", ] +[[package]] +name = "smol" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f" +dependencies = [ + "async-channel 2.3.1", + "async-executor", + "async-fs 2.1.2", + "async-io 2.3.4", + "async-lock 3.4.0", + "async-net 2.0.0", + "async-process 2.3.0", + "blocking", + "futures-lite 2.3.0", +] + [[package]] name = "smoldot" version = "0.11.0" @@ -15094,13 +18336,68 @@ dependencies = [ "poly1305", "rand 0.8.5", "rand_chacha 0.3.1", - "ruzstd", + "ruzstd 0.4.0", "schnorrkel 0.10.2", "serde", "serde_json", "sha2 0.10.8", "sha3", - "siphasher", + "siphasher 0.3.11", + "slab", + "smallvec", + "soketto 0.7.1", + "twox-hash", + "wasmi", + "x25519-dalek", + "zeroize", +] + +[[package]] +name = "smoldot" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6d1eaa97d77be4d026a1e7ffad1bb3b78448763b357ea6f8188d3e6f736a9b9" +dependencies = [ + "arrayvec 0.7.6", + "async-lock 3.4.0", + "atomic-take", + "base64 0.21.7", + "bip39", + "blake2-rfc", + "bs58 0.5.1", + "chacha20", + "crossbeam-queue", + "derive_more", + "ed25519-zebra", + "either", + "event-listener 4.0.3", + "fnv", + "futures-lite 2.3.0", + "futures-util", + "hashbrown 0.14.5", + "hex", + "hmac 0.12.1", + "itertools 0.12.1", + "libm", + "libsecp256k1", + "merlin", + "no-std-net", + "nom", + "num-bigint", + "num-rational", + "num-traits", + "pbkdf2 0.12.2", + "pin-project", + "poly1305", + "rand 0.8.5", + "rand_chacha 0.3.1", + "ruzstd 0.5.0", + "schnorrkel 0.11.4", + "serde", + "serde_json", + "sha2 0.10.8", + "sha3", + "siphasher 1.0.1", "slab", "smallvec", "soketto 0.7.1", @@ -15139,10 +18436,46 @@ dependencies = [ "rand_chacha 0.3.1", "serde", "serde_json", - "siphasher", + "siphasher 0.3.11", + "slab", + "smol 1.3.0", + "smoldot 0.11.0", + "zeroize", +] + +[[package]] +name = "smoldot-light" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5496f2d116b7019a526b1039ec2247dd172b8670633b1a64a614c9ea12c9d8c7" +dependencies = [ + "async-channel 2.3.1", + "async-lock 3.4.0", + "base64 0.21.7", + "blake2-rfc", + "derive_more", + "either", + "event-listener 4.0.3", + "fnv", + "futures-channel", + "futures-lite 2.3.0", + "futures-util", + "hashbrown 0.14.5", + "hex", + "itertools 0.12.1", + "log", + "lru 0.12.4", + "no-std-net", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "rand_chacha 0.3.1", + "serde", + "serde_json", + "siphasher 1.0.1", "slab", - "smol", - "smoldot", + "smol 2.0.2", + "smoldot 0.16.0", "zeroize", ] @@ -15197,7 +18530,7 @@ checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" dependencies = [ "base64 0.13.1", "bytes", - "futures 0.3.30", + "futures 0.3.31", "httparse", "log", "rand 0.8.5", @@ -15212,7 +18545,7 @@ checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" dependencies = [ "base64 0.22.1", "bytes", - "futures 0.3.30", + "futures 0.3.31", "http 1.1.0", "httparse", "log", @@ -15230,15 +18563,37 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro", - "sp-core", - "sp-externalities", - "sp-metadata-ir", - "sp-runtime", - "sp-runtime-interface", - "sp-state-machine", - "sp-trie", - "sp-version", + "sp-api-proc-macro 20.0.0", + "sp-core 34.0.0", + "sp-externalities 0.29.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 39.0.1", + "sp-runtime-interface 28.0.0", + "sp-state-machine 0.43.0", + "sp-trie 37.0.0", + "sp-version 37.0.0", + "thiserror", +] + +[[package]] +name = "sp-api" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "docify", + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 21.0.0", + "sp-core 35.0.0", + "sp-externalities 0.30.0", + "sp-metadata-ir 0.8.0", + "sp-runtime 40.1.0", + "sp-runtime-interface 29.0.0", + "sp-state-machine 0.44.0", + "sp-trie 38.0.0", + "sp-version 38.0.0", "thiserror", ] @@ -15253,7 +18608,21 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "sp-api-proc-macro" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "Inflector", + "blake2 0.10.6", + "expander", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -15264,8 +18633,20 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", + "sp-core 34.0.0", + "sp-io 38.0.0", +] + +[[package]] +name = "sp-application-crypto" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 35.0.0", + "sp-io 39.0.0", ] [[package]] @@ -15282,6 +18663,20 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-arithmetic" +version = "26.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "docify", + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "static_assertions", +] + [[package]] name = "sp-authority-discovery" version = "34.0.0" @@ -15289,9 +18684,21 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-runtime", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "sp-authority-discovery" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -15299,9 +18706,19 @@ name = "sp-block-builder" version = "34.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "sp-api", - "sp-inherents", - "sp-runtime", + "sp-api 34.0.0", + "sp-inherents 34.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "sp-block-builder" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "sp-api 35.0.0", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -15309,16 +18726,35 @@ name = "sp-blockchain" version = "37.0.1" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "parity-scale-codec", "parking_lot 0.12.3", "schnellru", - "sp-api", - "sp-consensus", - "sp-core", - "sp-database", - "sp-runtime", - "sp-state-machine", + "sp-api 34.0.0", + "sp-consensus 0.40.0", + "sp-core 34.0.0", + "sp-database 10.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", + "thiserror", + "tracing", +] + +[[package]] +name = "sp-blockchain" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "futures 0.3.31", + "parity-scale-codec", + "parking_lot 0.12.3", + "schnellru", + "sp-api 35.0.0", + "sp-consensus 0.41.0", + "sp-core 35.0.0", + "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", "thiserror", "tracing", ] @@ -15329,12 +18765,27 @@ version = "0.40.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "async-trait", - "futures 0.3.30", + "futures 0.3.31", + "log", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-runtime 39.0.1", + "sp-state-machine 0.43.0", + "thiserror", +] + +[[package]] +name = "sp-consensus" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "futures 0.3.31", "log", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", "thiserror", ] @@ -15346,12 +18797,28 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-consensus-slots", - "sp-inherents", - "sp-runtime", - "sp-timestamp", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-consensus-slots 0.40.1", + "sp-inherents 34.0.0", + "sp-runtime 39.0.1", + "sp-timestamp 34.0.0", +] + +[[package]] +name = "sp-consensus-aura" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-consensus-slots 0.41.0", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", + "sp-timestamp 35.0.0", ] [[package]] @@ -15363,33 +18830,50 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-timestamp", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-consensus-slots 0.40.1", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-runtime 39.0.1", + "sp-timestamp 34.0.0", +] + +[[package]] +name = "sp-consensus-babe" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", + "sp-timestamp 35.0.0", ] [[package]] name = "sp-consensus-beefy" -version = "22.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "23.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-crypto-hashing", - "sp-io", - "sp-keystore", - "sp-mmr-primitives", - "sp-runtime", - "sp-weights", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-core 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-io 39.0.0", + "sp-keystore 0.41.0", + "sp-mmr-primitives 35.0.0", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "strum 0.26.3", ] @@ -15403,11 +18887,28 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "sp-consensus-grandpa" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-core 35.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", ] [[package]] @@ -15418,7 +18919,18 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp", + "sp-timestamp 34.0.0", +] + +[[package]] +name = "sp-consensus-slots" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-timestamp 35.0.0", ] [[package]] @@ -15433,10 +18945,10 @@ dependencies = [ "bs58 0.5.1", "dyn-clonable", "ed25519-zebra", - "futures 0.3.30", + "futures 0.3.31", "hash-db", "hash256-std-hasher", - "impl-serde", + "impl-serde 0.4.0", "itertools 0.11.0", "k256", "libsecp256k1", @@ -15446,27 +18958,87 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "paste", - "primitive-types", + "primitive-types 0.12.2", "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", "secrecy", "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-externalities 0.29.0", + "sp-runtime-interface 28.0.0", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-storage 21.0.0", "ss58-registry", - "substrate-bip39", + "substrate-bip39 0.6.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", "thiserror", "tracing", "w3f-bls", "zeroize", ] +[[package]] +name = "sp-core" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "array-bytes", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections", + "bs58 0.5.1", + "dyn-clonable", + "ed25519-zebra", + "futures 0.3.31", + "hash-db", + "hash256-std-hasher", + "impl-serde 0.5.0", + "itertools 0.11.0", + "k256", + "libsecp256k1", + "log", + "merlin", + "parity-bip39", + "parity-scale-codec", + "parking_lot 0.12.3", + "paste", + "primitive-types 0.13.1", + "rand 0.8.5", + "scale-info", + "schnorrkel 0.11.4", + "secp256k1", + "secrecy", + "serde", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-externalities 0.30.0", + "sp-runtime-interface 29.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-storage 22.0.0", + "ss58-registry", + "substrate-bip39 0.6.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", +] + +[[package]] +name = "sp-crypto-hashing" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc9927a7f81334ed5b8a98a4a978c81324d12bd9713ec76b5c68fd410174c5eb" +dependencies = [ + "blake2b_simd", + "byteorder", + "digest 0.10.7", + "sha2 0.10.8", + "sha3", + "twox-hash", +] + [[package]] name = "sp-crypto-hashing" version = "0.1.0" @@ -15480,14 +19052,37 @@ dependencies = [ "twox-hash", ] +[[package]] +name = "sp-crypto-hashing" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "blake2b_simd", + "byteorder", + "digest 0.10.7", + "sha2 0.10.8", + "sha3", + "twox-hash", +] + [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "quote", - "sp-crypto-hashing", - "syn 2.0.77", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "syn 2.0.87", +] + +[[package]] +name = "sp-crypto-hashing-proc-macro" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "quote", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "syn 2.0.87", ] [[package]] @@ -15499,6 +19094,15 @@ dependencies = [ "parking_lot 0.12.3", ] +[[package]] +name = "sp-database" +version = "10.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "kvdb", + "parking_lot 0.12.3", +] + [[package]] name = "sp-debug-derive" version = "14.0.0" @@ -15506,7 +19110,17 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "sp-debug-derive" +version = "14.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -15516,7 +19130,17 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "environmental", "parity-scale-codec", - "sp-storage", + "sp-storage 21.0.0", +] + +[[package]] +name = "sp-externalities" +version = "0.30.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-storage 22.0.0", ] [[package]] @@ -15527,8 +19151,20 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde_json", - "sp-api", - "sp-runtime", + "sp-api 34.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "sp-genesis-builder" +version = "0.16.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde_json", + "sp-api 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -15540,7 +19176,20 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 39.0.1", + "thiserror", +] + +[[package]] +name = "sp-inherents" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 40.1.0", "thiserror", ] @@ -15558,14 +19207,40 @@ dependencies = [ "polkavm-derive", "rustversion", "secp256k1", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-keystore", - "sp-runtime-interface", - "sp-state-machine", - "sp-tracing", - "sp-trie", + "sp-core 34.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-externalities 0.29.0", + "sp-keystore 0.40.0", + "sp-runtime-interface 28.0.0", + "sp-state-machine 0.43.0", + "sp-tracing 17.0.1 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-trie 37.0.0", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-io" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "bytes", + "docify", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive", + "rustversion", + "secp256k1", + "sp-core 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-externalities 0.30.0", + "sp-keystore 0.41.0", + "sp-runtime-interface 29.0.0", + "sp-state-machine 0.44.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-trie 38.0.0", "tracing", "tracing-core", ] @@ -15575,8 +19250,18 @@ name = "sp-keyring" version = "39.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "sp-core", - "sp-runtime", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "strum 0.26.3", +] + +[[package]] +name = "sp-keyring" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "sp-core 35.0.0", + "sp-runtime 40.1.0", "strum 0.26.3", ] @@ -15587,8 +19272,19 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", - "sp-core", - "sp-externalities", + "sp-core 34.0.0", + "sp-externalities 0.29.0", +] + +[[package]] +name = "sp-keystore" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.3", + "sp-core 35.0.0", + "sp-externalities 0.30.0", ] [[package]] @@ -15600,12 +19296,31 @@ dependencies = [ "zstd 0.12.4", ] +[[package]] +name = "sp-maybe-compressed-blob" +version = "11.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "thiserror", + "zstd 0.12.4", +] + [[package]] name = "sp-metadata-ir" version = "0.7.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-metadata", + "frame-metadata 16.0.0", + "parity-scale-codec", + "scale-info", +] + +[[package]] +name = "sp-metadata-ir" +version = "0.8.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-metadata 18.0.0", "parity-scale-codec", "scale-info", ] @@ -15617,8 +19332,19 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", +] + +[[package]] +name = "sp-mixnet" +version = "0.13.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", ] [[package]] @@ -15631,10 +19357,27 @@ dependencies = [ "polkadot-ckb-merkle-mountain-range", "scale-info", "serde", - "sp-api", - "sp-core", - "sp-debug-derive", - "sp-runtime", + "sp-api 34.0.0", + "sp-core 34.0.0", + "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-runtime 39.0.1", + "thiserror", +] + +[[package]] +name = "sp-mmr-primitives" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "log", + "parity-scale-codec", + "polkadot-ckb-merkle-mountain-range", + "scale-info", + "serde", + "sp-api 35.0.0", + "sp-core 35.0.0", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-runtime 40.1.0", "thiserror", ] @@ -15646,9 +19389,22 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-core", - "sp-runtime", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-core 34.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "sp-npos-elections" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -15656,9 +19412,19 @@ name = "sp-offchain" version = "34.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "sp-api", - "sp-core", - "sp-runtime", + "sp-api 34.0.0", + "sp-core 34.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "sp-offchain" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "sp-api 35.0.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -15671,6 +19437,15 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-panic-handler" +version = "13.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "backtrace", + "regex", +] + [[package]] name = "sp-rpc" version = "32.0.0" @@ -15678,14 +19453,51 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "rustc-hash 1.1.0", "serde", - "sp-core", + "sp-core 34.0.0", +] + +[[package]] +name = "sp-rpc" +version = "33.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "rustc-hash 1.1.0", + "serde", + "sp-core 35.0.0", +] + +[[package]] +name = "sp-runtime" +version = "39.0.1" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +dependencies = [ + "docify", + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "num-traits", + "parity-scale-codec", + "paste", + "rand 0.8.5", + "scale-info", + "serde", + "simple-mermaid", + "sp-application-crypto 38.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "tracing", ] [[package]] name = "sp-runtime" -version = "39.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "40.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ + "binary-merkle-tree", "docify", "either", "hash256-std-hasher", @@ -15698,13 +19510,15 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", - "sp-weights", + "sp-application-crypto 39.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-trie 38.0.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "tracing", + "tuplex", ] [[package]] @@ -15716,13 +19530,32 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", - "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "primitive-types 0.12.2", + "sp-externalities 0.29.0", + "sp-runtime-interface-proc-macro 18.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-storage 21.0.0", + "sp-tracing 17.0.1 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-wasm-interface 21.0.1 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "static_assertions", +] + +[[package]] +name = "sp-runtime-interface" +version = "29.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "polkavm-derive", + "primitive-types 0.13.1", + "sp-externalities 0.30.0", + "sp-runtime-interface-proc-macro 18.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-storage 22.0.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-wasm-interface 21.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", "static_assertions", ] @@ -15736,7 +19569,20 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "Inflector", + "expander", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -15746,11 +19592,25 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-staking", + "sp-api 34.0.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", + "sp-runtime 39.0.1", + "sp-staking 36.0.0", +] + +[[package]] +name = "sp-session" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 35.0.0", + "sp-core 35.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", ] [[package]] @@ -15762,8 +19622,21 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-runtime", + "sp-core 34.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "sp-staking" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -15777,10 +19650,30 @@ dependencies = [ "parking_lot 0.12.3", "rand 0.8.5", "smallvec", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-trie", + "sp-core 34.0.0", + "sp-externalities 0.29.0", + "sp-panic-handler 13.0.0", + "sp-trie 37.0.0", + "thiserror", + "tracing", + "trie-db", +] + +[[package]] +name = "sp-state-machine" +version = "0.44.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "smallvec", + "sp-core 35.0.0", + "sp-externalities 0.30.0", + "sp-panic-handler 13.0.1", + "sp-trie 38.0.0", "thiserror", "tracing", "trie-db", @@ -15799,13 +19692,37 @@ dependencies = [ "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-runtime", - "sp-runtime-interface", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-core 34.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-externalities 0.29.0", + "sp-runtime 39.0.1", + "sp-runtime-interface 28.0.0", + "thiserror", + "x25519-dalek", +] + +[[package]] +name = "sp-statement-store" +version = "19.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "aes-gcm", + "curve25519-dalek", + "ed25519-dalek", + "hkdf", + "parity-scale-codec", + "rand 0.8.5", + "scale-info", + "sha2 0.10.8", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-core 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-externalities 0.30.0", + "sp-runtime 40.1.0", + "sp-runtime-interface 29.0.0", "thiserror", "x25519-dalek", ] @@ -15815,16 +19732,33 @@ name = "sp-std" version = "14.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +[[package]] +name = "sp-std" +version = "14.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" + [[package]] name = "sp-storage" version = "21.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "impl-serde", + "impl-serde 0.4.0", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive", + "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", +] + +[[package]] +name = "sp-storage" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "impl-serde 0.5.0", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -15834,8 +19768,20 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents", - "sp-runtime", + "sp-inherents 34.0.0", + "sp-runtime 39.0.1", + "thiserror", +] + +[[package]] +name = "sp-timestamp" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "parity-scale-codec", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", "thiserror", ] @@ -15850,13 +19796,33 @@ dependencies = [ "tracing-subscriber", ] +[[package]] +name = "sp-tracing" +version = "17.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "tracing", + "tracing-core", + "tracing-subscriber", +] + [[package]] name = "sp-transaction-pool" version = "34.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "sp-api", - "sp-runtime", + "sp-api 34.0.0", + "sp-runtime 39.0.1", +] + +[[package]] +name = "sp-transaction-pool" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "sp-api 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -15867,10 +19833,24 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-trie", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-runtime 39.0.1", + "sp-trie 37.0.0", +] + +[[package]] +name = "sp-transaction-storage-proof" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", + "sp-trie 38.0.0", ] [[package]] @@ -15888,8 +19868,30 @@ dependencies = [ "rand 0.8.5", "scale-info", "schnellru", - "sp-core", - "sp-externalities", + "sp-core 34.0.0", + "sp-externalities 0.29.0", + "thiserror", + "tracing", + "trie-db", + "trie-root", +] + +[[package]] +name = "sp-trie" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "ahash", + "hash-db", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "scale-info", + "schnellru", + "sp-core 35.0.0", + "sp-externalities 0.30.0", "thiserror", "tracing", "trie-db", @@ -15901,15 +19903,32 @@ name = "sp-version" version = "37.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "impl-serde", + "impl-serde 0.4.0", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-version-proc-macro 14.0.0", + "thiserror", +] + +[[package]] +name = "sp-version" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "impl-serde 0.5.0", "parity-scale-codec", "parity-wasm", "scale-info", "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime", - "sp-std", - "sp-version-proc-macro", + "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-version-proc-macro 15.0.0", "thiserror", ] @@ -15921,7 +19940,19 @@ dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "sp-version-proc-macro" +version = "15.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "parity-scale-codec", + "proc-macro-warning 1.0.2", + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -15936,6 +19967,18 @@ dependencies = [ "wasmtime", ] +[[package]] +name = "sp-wasm-interface" +version = "21.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "wasmtime", +] + [[package]] name = "sp-weights" version = "31.0.0" @@ -15946,8 +19989,22 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic", - "sp-debug-derive", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", +] + +[[package]] +name = "sp-weights" +version = "31.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "bounded-collections", + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -16127,15 +20184,15 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", + "cumulus-primitives-core 0.17.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 40.1.0", ] [[package]] @@ -16152,9 +20209,30 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-weights", - "xcm-procedural", + "sp-runtime 39.0.1", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "xcm-procedural 10.1.0", +] + +[[package]] +name = "staging-xcm" +version = "15.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "array-bytes", + "bounded-collections", + "derivative", + "environmental", + "frame-support 39.0.0", + "hex-literal 0.4.1", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "xcm-procedural 11.0.0", ] [[package]] @@ -16162,21 +20240,43 @@ name = "staging-xcm-builder" version = "17.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-support", - "frame-system", + "frame-support 38.0.0", + "frame-system 38.0.0", + "impl-trait-for-tuples", + "log", + "pallet-asset-conversion 20.0.0", + "pallet-transaction-payment 38.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 14.0.0", + "scale-info", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "staging-xcm 14.2.0", + "staging-xcm-executor 17.0.0", +] + +[[package]] +name = "staging-xcm-builder" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-support 39.0.0", + "frame-system 39.1.0", "impl-trait-for-tuples", "log", - "pallet-asset-conversion", - "pallet-transaction-payment", + "pallet-asset-conversion 21.0.0", + "pallet-transaction-payment 39.0.0", "parity-scale-codec", - "polkadot-parachain-primitives", + "polkadot-parachain-primitives 15.0.0", "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-executor", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-executor 18.0.0", ] [[package]] @@ -16185,17 +20285,37 @@ version = "17.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "environmental", - "frame-benchmarking", - "frame-support", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 26.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.1", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "staging-xcm 14.2.0", + "tracing", +] + +[[package]] +name = "staging-xcm-executor" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "environmental", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", - "staging-xcm", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", "tracing", ] @@ -16212,7 +20332,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6" dependencies = [ "bitflags 1.3.2", - "cfg_aliases", + "cfg_aliases 0.1.1", "libc", "parking_lot 0.11.2", "parking_lot_core 0.8.6", @@ -16226,7 +20346,7 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf" dependencies = [ - "cfg_aliases", + "cfg_aliases 0.1.1", "memchr", "proc-macro2", "quote", @@ -16237,15 +20357,15 @@ dependencies = [ name = "storage-proof-primitives" version = "0.1.0" dependencies = [ - "cumulus-primitives-core", - "frame-support", + "cumulus-primitives-core 0.17.0", + "frame-support 39.0.0", "hex", "parity-scale-codec", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-trie 38.0.0", ] [[package]] @@ -16268,6 +20388,12 @@ dependencies = [ "tracing", ] +[[package]] +name = "strsim" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" + [[package]] name = "strsim" version = "0.11.1" @@ -16312,7 +20438,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -16327,6 +20453,18 @@ dependencies = [ "zeroize", ] +[[package]] +name = "substrate-bip39" +version = "0.6.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "hmac 0.12.1", + "pbkdf2 0.12.2", + "schnorrkel 0.11.4", + "sha2 0.10.8", + "zeroize", +] + [[package]] name = "substrate-bn" version = "0.6.0" @@ -16343,7 +20481,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" [[package]] name = "substrate-fixed" @@ -16357,28 +20495,42 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" -version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "42.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "docify", "frame-system-rpc-runtime-api", - "futures 0.3.30", - "jsonrpsee", + "futures 0.3.31", + "jsonrpsee 0.24.7", + "log", + "parity-scale-codec", + "sc-rpc-api 0.47.0", + "sc-transaction-pool-api 38.0.0", + "sp-api 35.0.0", + "sp-block-builder 35.0.0", + "sp-blockchain 38.0.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", +] + +[[package]] +name = "substrate-prometheus-endpoint" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +dependencies = [ + "http-body-util", + "hyper 1.4.1", + "hyper-util", "log", - "parity-scale-codec", - "sc-rpc-api", - "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-runtime", + "prometheus", + "thiserror", + "tokio", ] [[package]] name = "substrate-prometheus-endpoint" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.17.1" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "http-body-util", "hyper 1.4.1", @@ -16391,100 +20543,100 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "async-trait", - "jsonrpsee", + "jsonrpsee 0.24.7", "log", - "sc-rpc-api", + "sc-rpc-api 0.47.0", "serde", - "sp-runtime", + "sp-runtime 40.1.0", ] [[package]] name = "substrate-state-trie-migration-rpc" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "41.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "jsonrpsee", + "jsonrpsee 0.24.7", "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", + "sc-client-api 38.0.0", + "sc-rpc-api 0.47.0", "serde", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", + "sp-trie 38.0.0", "trie-db", ] [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "array-bytes", "async-trait", - "futures 0.3.30", + "futures 0.3.31", "parity-scale-codec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", + "sc-client-api 38.0.0", + "sc-client-db 0.45.0", + "sc-consensus 0.47.0", + "sc-executor 0.41.0", "sc-offchain", - "sc-service", + "sc-service 0.49.0", "serde", "serde_json", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-core 35.0.0", + "sp-keyring 40.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "sp-state-machine 0.44.0", "tokio", ] [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "array-bytes", "frame-executive", "frame-metadata-hash-extension", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "frame-system-rpc-runtime-api", "log", - "pallet-babe", - "pallet-balances", - "pallet-timestamp", + "pallet-babe 39.0.0", + "pallet-balances 40.0.0", + "pallet-timestamp 38.0.0", "parity-scale-codec", - "sc-service", + "sc-service 0.49.0", "scale-info", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-consensus-aura", - "sp-consensus-babe", - "sp-consensus-grandpa", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-block-builder 35.0.0", + "sp-consensus-aura 0.41.0", + "sp-consensus-babe 0.41.0", + "sp-consensus-grandpa 22.0.0", + "sp-core 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-externalities 0.30.0", + "sp-genesis-builder 0.16.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-keyring 40.0.0", + "sp-offchain 35.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-state-machine 0.44.0", + "sp-transaction-pool 35.0.0", + "sp-trie 38.0.0", + "sp-version 38.0.0", "substrate-wasm-builder", "tracing", "trie-db", @@ -16493,17 +20645,17 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" -dependencies = [ - "futures 0.3.30", - "sc-block-builder", - "sc-client-api", - "sc-consensus", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "futures 0.3.31", + "sc-block-builder 0.43.0", + "sc-client-api 38.0.0", + "sc-consensus 0.47.0", + "sp-api 35.0.0", + "sp-blockchain 38.0.0", + "sp-consensus 0.41.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", "substrate-test-client", "substrate-test-runtime", ] @@ -16520,26 +20672,27 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "24.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "25.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "array-bytes", "build-helper", "cargo_metadata", "console", "filetime", - "frame-metadata", + "frame-metadata 18.0.0", "jobserver", "merkleized-metadata", "parity-scale-codec", "parity-wasm", "polkavm-linker", - "sc-executor", - "sp-core", - "sp-io", - "sp-maybe-compressed-blob", - "sp-tracing", - "sp-version", + "sc-executor 0.41.0", + "shlex", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-version 38.0.0", "strum 0.26.3", "tempfile", "toml 0.8.19", @@ -16565,6 +20718,159 @@ version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" +[[package]] +name = "subxt" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a160cba1edbf3ec4fbbeaea3f1a185f70448116a6bccc8276bb39adb3b3053bd" +dependencies = [ + "async-trait", + "derive-where", + "either", + "frame-metadata 16.0.0", + "futures 0.3.31", + "hex", + "impl-serde 0.4.0", + "instant", + "jsonrpsee 0.22.5", + "parity-scale-codec", + "primitive-types 0.12.2", + "reconnecting-jsonrpsee-ws-client", + "scale-bits", + "scale-decode", + "scale-encode", + "scale-info", + "scale-value", + "serde", + "serde_json", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "subxt-core", + "subxt-lightclient", + "subxt-macro", + "subxt-metadata", + "thiserror", + "tokio-util", + "tracing", + "url", +] + +[[package]] +name = "subxt-codegen" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d703dca0905cc5272d7cc27a4ac5f37dcaae7671acc7fef0200057cc8c317786" +dependencies = [ + "frame-metadata 16.0.0", + "heck 0.5.0", + "hex", + "jsonrpsee 0.22.5", + "parity-scale-codec", + "proc-macro2", + "quote", + "scale-info", + "scale-typegen", + "subxt-metadata", + "syn 2.0.87", + "thiserror", + "tokio", +] + +[[package]] +name = "subxt-core" +version = "0.37.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3af3b36405538a36b424d229dc908d1396ceb0994c90825ce928709eac1a159a" +dependencies = [ + "base58", + "blake2 0.10.6", + "derive-where", + "frame-metadata 16.0.0", + "hashbrown 0.14.5", + "hex", + "impl-serde 0.4.0", + "parity-scale-codec", + "primitive-types 0.12.2", + "scale-bits", + "scale-decode", + "scale-encode", + "scale-info", + "scale-value", + "serde", + "serde_json", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "subxt-metadata", + "tracing", +] + +[[package]] +name = "subxt-lightclient" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d9406fbdb9548c110803cb8afa750f8b911d51eefdf95474b11319591d225d9" +dependencies = [ + "futures 0.3.31", + "futures-util", + "serde", + "serde_json", + "smoldot-light 0.14.0", + "thiserror", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "subxt-macro" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c195f803d70687e409aba9be6c87115b5da8952cd83c4d13f2e043239818fcd" +dependencies = [ + "darling 0.20.10", + "parity-scale-codec", + "proc-macro-error", + "quote", + "scale-typegen", + "subxt-codegen", + "syn 2.0.87", +] + +[[package]] +name = "subxt-metadata" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "738be5890fdeff899bbffff4d9c0f244fe2a952fb861301b937e3aa40ebb55da" +dependencies = [ + "frame-metadata 16.0.0", + "hashbrown 0.14.5", + "parity-scale-codec", + "scale-info", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "subxt-signer" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f49888ae6ae90fe01b471193528eea5bd4ed52d8eecd2d13f4a2333b87388850" +dependencies = [ + "bip32", + "bip39", + "cfg-if", + "hex", + "hmac 0.12.1", + "keccak-hash", + "parity-scale-codec", + "pbkdf2 0.12.2", + "regex", + "schnorrkel 0.11.4", + "secp256k1", + "secrecy", + "sha2 0.10.8", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "subxt-core", + "zeroize", +] + [[package]] name = "summarize-precompile-checks" version = "0.0.0" @@ -16590,9 +20896,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.77" +version = "2.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" +checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" dependencies = [ "proc-macro2", "quote", @@ -16619,7 +20925,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -16629,7 +20935,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" dependencies = [ "bitflags 1.3.2", - "core-foundation", + "core-foundation 0.9.4", "system-configuration-sys", ] @@ -16695,9 +21001,9 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ "thiserror-impl", ] @@ -16719,18 +21025,18 @@ checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -16851,6 +21157,16 @@ dependencies = [ "crunchy", ] +[[package]] +name = "tinystr" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" +dependencies = [ + "displaydoc", + "zerovec", +] + [[package]] name = "tinyvec" version = "1.8.0" @@ -16892,7 +21208,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -16916,13 +21232,24 @@ dependencies = [ "tokio", ] +[[package]] +name = "tokio-rustls" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" +dependencies = [ + "rustls 0.22.4", + "rustls-pki-types", + "tokio", +] + [[package]] name = "tokio-rustls" version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.13", + "rustls 0.23.21", "rustls-pki-types", "tokio", ] @@ -17075,7 +21402,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", ] [[package]] @@ -17104,9 +21431,20 @@ version = "16.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ "coarsetime", - "polkadot-primitives", + "polkadot-primitives 16.0.0", "tracing", - "tracing-gum-proc-macro", + "tracing-gum-proc-macro 5.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", +] + +[[package]] +name = "tracing-gum" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "coarsetime", + "polkadot-primitives 17.0.0", + "tracing", + "tracing-gum-proc-macro 5.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", ] [[package]] @@ -17118,7 +21456,19 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "tracing-gum-proc-macro" +version = "5.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "expander", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -17277,6 +21627,12 @@ dependencies = [ "utf-8", ] +[[package]] +name = "tuplex" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "676ac81d5454c4dcf37955d34fa8626ede3490f744b86ca14a7b90168d2a08aa" + [[package]] name = "twox-hash" version = "1.6.3" @@ -17285,7 +21641,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.7.3", + "rand 0.8.5", "static_assertions", ] @@ -17313,6 +21669,24 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "uint" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "909988d098b2f738727b161a106cfc7cab00c539c2687a8836f8e565976fb53e" +dependencies = [ + "byteorder", + "crunchy", + "hex", + "static_assertions", +] + +[[package]] +name = "unarray" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" + [[package]] name = "unicode-bidi" version = "0.3.15" @@ -17425,6 +21799,18 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" +[[package]] +name = "utf16_iter" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" + +[[package]] +name = "utf8_iter" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" + [[package]] name = "utf8parse" version = "0.2.2" @@ -17556,7 +21942,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", "wasm-bindgen-shared", ] @@ -17590,7 +21976,7 @@ checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -17656,7 +22042,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "js-sys", "parking_lot 0.11.2", "pin-utils", @@ -17947,44 +22333,45 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ "binary-merkle-tree", "bitvec", - "frame-benchmarking", - "frame-election-provider-support", + "frame-benchmarking 39.0.0", + "frame-election-provider-support 39.0.0", "frame-executive", "frame-metadata-hash-extension", - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal 0.4.1", "log", - "pallet-asset-rate", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", + "pallet-asset-rate 18.0.0", + "pallet-authority-discovery 39.0.0", + "pallet-authorship 39.0.0", + "pallet-babe 39.0.0", "pallet-bags-list", - "pallet-balances", + "pallet-balances 40.0.0", "pallet-beefy", "pallet-beefy-mmr", "pallet-collective", "pallet-conviction-voting", "pallet-delegated-staking", "pallet-democracy", - "pallet-election-provider-multi-phase", - "pallet-election-provider-support-benchmarking", + "pallet-election-provider-multi-phase 38.0.0", + "pallet-election-provider-support-benchmarking 38.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake", + "pallet-fast-unstake 38.0.0", "pallet-grandpa", - "pallet-identity", + "pallet-identity 39.0.0", "pallet-indices", "pallet-membership", - "pallet-message-queue", - "pallet-mmr", + "pallet-message-queue 42.0.0", + "pallet-migrations 9.0.0", + "pallet-mmr 39.0.0", "pallet-multisig", "pallet-nomination-pools", "pallet-nomination-pools-benchmarking", @@ -17998,75 +22385,76 @@ dependencies = [ "pallet-referenda", "pallet-root-testing", "pallet-scheduler", - "pallet-session", + "pallet-session 39.0.0", "pallet-session-benchmarking", "pallet-society", - "pallet-staking", + "pallet-staking 39.0.1", "pallet-staking-runtime-api", "pallet-state-trie-migration", "pallet-sudo", - "pallet-timestamp", - "pallet-transaction-payment", + "pallet-timestamp 38.0.0", + "pallet-transaction-payment 39.0.0", "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-vesting", + "pallet-treasury 38.0.0", + "pallet-utility 39.0.0", + "pallet-vesting 39.0.0", "pallet-whitelist", - "pallet-xcm", + "pallet-xcm 18.0.0", "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", + "polkadot-runtime-common 18.0.0", + "polkadot-runtime-parachains 18.0.1", "scale-info", "serde", "serde_derive", "serde_json", "smallvec", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-authority-discovery", - "sp-block-builder", - "sp-consensus-babe", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "sp-authority-discovery 35.0.0", + "sp-block-builder 35.0.0", + "sp-consensus-babe 0.41.0", "sp-consensus-beefy", - "sp-consensus-grandpa", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-mmr-primitives", - "sp-npos-elections", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-storage", - "sp-transaction-pool", - "sp-version", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-consensus-grandpa 22.0.0", + "sp-core 35.0.0", + "sp-genesis-builder 0.16.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-keyring 40.0.0", + "sp-mmr-primitives 35.0.0", + "sp-npos-elections 35.0.0", + "sp-offchain 35.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-staking 37.0.0", + "sp-storage 22.0.0", + "sp-transaction-pool 35.0.0", + "sp-version 38.0.0", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", "substrate-wasm-builder", "westend-runtime-constants", - "xcm-runtime-apis", + "xcm-runtime-apis 0.5.0", ] [[package]] name = "westend-runtime-constants" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", + "frame-support 39.0.0", + "polkadot-primitives 17.0.0", + "polkadot-runtime-common 18.0.0", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", ] [[package]] @@ -18404,6 +22792,18 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "write16" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" + +[[package]] +name = "writeable" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" + [[package]] name = "wyz" version = "0.5.1" @@ -18464,42 +22864,42 @@ name = "xcm-primitives" version = "0.1.0" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2409#6fd5f8448d069ad413c661d1737fe26ea04e21ec" dependencies = [ - "frame-support", + "frame-support 38.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", - "primitive-types", - "sp-core", - "sp-runtime", - "sp-std", - "staging-xcm", + "primitive-types 0.12.2", + "sp-core 34.0.0", + "sp-runtime 39.0.1", + "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "staging-xcm 14.2.0", ] [[package]] name = "xcm-primitives" version = "0.1.1" dependencies = [ - "cumulus-primitives-core", - "ethereum", - "ethereum-types", - "frame-benchmarking", - "frame-support", - "frame-system", + "cumulus-primitives-core 0.17.0", + "ethereum 0.15.0 (git+https://github.com/OpenZeppelin/ethereum.git?branch=master)", + "ethereum-types 0.15.1", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "hex", "impl-trait-for-tuples", "log", - "pallet-staking", + "pallet-staking 39.0.1", "parity-scale-codec", - "polkadot-runtime-common", + "polkadot-runtime-common 18.0.0", "scale-info", "serde", "sha3", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", ] [[package]] @@ -18510,7 +22910,18 @@ dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "xcm-procedural" +version = "11.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "Inflector", + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] @@ -18518,35 +22929,49 @@ name = "xcm-runtime-apis" version = "0.4.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" dependencies = [ - "frame-support", + "frame-support 38.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 34.0.0", + "sp-weights 31.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409)", + "staging-xcm 14.2.0", + "staging-xcm-executor 17.0.0", +] + +[[package]] +name = "xcm-runtime-apis" +version = "0.5.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" +dependencies = [ + "frame-support 39.0.0", "parity-scale-codec", "scale-info", - "sp-api", - "sp-weights", - "staging-xcm", - "staging-xcm-executor", + "sp-api 35.0.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-executor 18.0.0", ] [[package]] name = "xcm-simulator" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2409#03832ee1cf6e8c908d7b420229acb834ea5534bd" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394#54a4ec0a11558fb82ea17575c9bbff5fb785e394" dependencies = [ - "frame-support", - "frame-system", + "frame-support 39.0.0", + "frame-system 39.1.0", "parity-scale-codec", "paste", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-parachains", + "polkadot-core-primitives 16.0.0", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", + "polkadot-runtime-parachains 18.0.1", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=54a4ec0a11558fb82ea17575c9bbff5fb785e394)", + "staging-xcm 15.0.1", + "staging-xcm-builder 18.0.0", + "staging-xcm-executor 18.0.0", ] [[package]] @@ -18570,7 +22995,7 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ed0164ae619f2dc144909a9f082187ebb5893693d8c0196e8085283ccd4b776" dependencies = [ - "futures 0.3.30", + "futures 0.3.31", "log", "nohash-hasher", "parking_lot 0.12.3", @@ -18579,6 +23004,12 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "yap" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff4524214bc4629eba08d78ceb1d6507070cc0bcbbed23af74e19e6e924a24cf" + [[package]] name = "yasna" version = "0.5.2" @@ -18588,6 +23019,30 @@ dependencies = [ "time", ] +[[package]] +name = "yoke" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" +dependencies = [ + "serde", + "stable_deref_trait", + "yoke-derive", + "zerofrom", +] + +[[package]] +name = "yoke-derive" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", + "synstructure 0.13.1", +] + [[package]] name = "zerocopy" version = "0.7.35" @@ -18606,7 +23061,28 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "zerofrom" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" +dependencies = [ + "zerofrom-derive", +] + +[[package]] +name = "zerofrom-derive" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", + "synstructure 0.13.1", ] [[package]] @@ -18626,7 +23102,29 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.77", + "syn 2.0.87", +] + +[[package]] +name = "zerovec" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" +dependencies = [ + "yoke", + "zerofrom", + "zerovec-derive", +] + +[[package]] +name = "zerovec-derive" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0f99718cf77..29d6c602403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,114 +135,111 @@ moonbase-runtime = { path = "runtime/moonbase" } moonbeam-runtime = { path = "runtime/moonbeam" } moonriver-runtime = { path = "runtime/moonriver" } -frame-benchmarking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -frame-executive = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -frame-support = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -frame-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -frame-system-benchmarking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -frame-try-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-assets = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-balances = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-collective = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-conviction-voting = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-identity = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-message-queue = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-multisig = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-preimage = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-parameters = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-proxy = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-referenda = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-root-testing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-scheduler = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-society = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-staking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-sudo = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-transaction-payment = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-treasury = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-utility = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-whitelist = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -parity-scale-codec = { version = "3.2.2", default-features = false, features = [ +frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-assets = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-conviction-voting = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-message-queue = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-preimage = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-parameters = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-referenda = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-root-testing = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-society = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-whitelist = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +parity-scale-codec = { version = "3.6.12", default-features = false, features = [ "derive", ] } -scale-info = { version = "2.0", default-features = false, features = [ +scale-info = { version = "2.11.1", default-features = false, features = [ "derive", ] } -sp-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-application-crypto = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-block-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-consensus-babe = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-consensus-slots = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-core = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-debug-derive = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-externalities = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-inherents = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-io = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-keystore = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-offchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-runtime-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-session = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-std = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-state-machine = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-tracing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-transaction-pool = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-trie = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-version = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-weights = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -sp-genesis-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } +sp-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-consensus-slots = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-debug-derive = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-io = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-std = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-trie = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-version = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +sp-genesis-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", default-features = false } # Substrate (client) -frame-benchmarking-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -pallet-transaction-payment-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-basic-authorship = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-block-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-chain-spec = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-client-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-client-db = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-consensus = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-consensus-grandpa = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-consensus-manual-seal = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-executor = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-informant = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-network = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-network-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-network-sync = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-offchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-rpc-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-sysinfo = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-telemetry = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-tracing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-transaction-pool = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-transaction-pool-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sc-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sp-blockchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sp-consensus = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sp-storage = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sp-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sp-wasm-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -sp-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -substrate-build-script-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -substrate-frame-rpc-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -substrate-prometheus-endpoint = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -substrate-test-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -substrate-test-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -substrate-test-runtime-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -substrate-wasm-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -substrate-rpc-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-client-db = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-informant = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-network = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-network-common = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-service = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-tracing = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sc-utils = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sp-consensus = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sp-storage = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sp-wasm-interface = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +sp-rpc = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +substrate-test-client = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +substrate-test-runtime = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +substrate-test-runtime-client = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +substrate-rpc-client = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } # Frontier (wasm) - -ethereum = { version = "0.15.0", default-features = false, features = [ - "with-codec", -] } -ethereum-types = { version = "0.14", default-features = false } +ethereum = { git = "https://github.com/OpenZeppelin/ethereum.git", branch = "master", default-features = false, features = ["with-scale"] } +ethereum-types = { version = "0.15.1", default-features = false } evm = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2409", default-features = false } evm-gasometer = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2409", default-features = false } evm-runtime = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2409", default-features = false } @@ -284,54 +281,54 @@ fp-storage = { git = "https://github.com/moonbeam-foundation/frontier", branch = # Cumulus (wasm) -cumulus-pallet-dmp-queue = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -cumulus-pallet-parachain-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -cumulus-pallet-xcm = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -cumulus-primitives-core = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -cumulus-primitives-parachain-inherent = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -cumulus-primitives-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -cumulus-test-relay-sproof-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -parachain-info = { package = "staging-parachain-info", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -parachains-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } +cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +cumulus-pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +cumulus-primitives-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +cumulus-test-relay-sproof-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +parachain-info = { package = "staging-parachain-info", git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +parachains-common = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } # Cumulus (client) -cumulus-client-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -cumulus-client-collator = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -cumulus-client-consensus-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -cumulus-client-consensus-proposer = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -cumulus-client-consensus-relay-chain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -cumulus-client-network = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -cumulus-client-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -cumulus-client-parachain-inherent = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -cumulus-relay-chain-inprocess-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -cumulus-relay-chain-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -cumulus-relay-chain-minimal-node = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -cumulus-relay-chain-rpc-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } +cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +cumulus-client-consensus-common = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +cumulus-client-consensus-proposer = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +cumulus-client-consensus-relay-chain = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +cumulus-client-network = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +cumulus-client-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +cumulus-relay-chain-rpc-interface = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } # Polkadot / XCM (wasm) -pallet-xcm = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -pallet-xcm-benchmarks = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -polkadot-core-primitives = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -polkadot-runtime-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -polkadot-runtime-parachains = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -xcm = { package = "staging-xcm", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } -xcm-runtime-apis = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } +pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } +xcm-runtime-apis = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } # Polkadot / XCM (client) -#kusama-runtime = { package = "staging-kusama-runtime", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -polkadot-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -polkadot-primitives = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -#polkadot-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -polkadot-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -rococo-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -westend-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } -xcm-simulator = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" } +#kusama-runtime = { package = "staging-kusama-runtime", git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +#polkadot-runtime = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +polkadot-service = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +rococo-runtime = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +westend-runtime = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } +xcm-simulator = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394" } # Moonkit (wasm) async-backing-primitives = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2409", default-features = false } @@ -360,7 +357,7 @@ environmental = { version = "1.1.4", default-features = false } frame-metadata = { version = "16.0.0", default-features = false, features = [ "current", ] } -frame-metadata-hash-extension = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false } +frame-metadata-hash-extension = { git = "https://github.com/paritytech/polkadot-sdk", rev = "54a4ec0a11558fb82ea17575c9bbff5fb785e394", default-features = false } hex = { version = "0.4.3", default-features = false } hex-literal = { version = "0.4.1", default-features = false } impl-serde = { version = "0.4.0", default-features = false } @@ -394,7 +391,7 @@ jsonrpsee = { version = "0.24.7", default-features = false } maplit = "1.0.2" nix = "0.28" parking_lot = "0.12.1" -primitive-types = "0.12.1" +primitive-types = "0.13.1" prometheus = { version = "0.13.0", default-features = false } rand = "0.8.5" serde_json = { version = "1.0.114" } diff --git a/client/rpc-core/debug/Cargo.toml b/client/rpc-core/debug/Cargo.toml index 99836a02324..4847e76ad02 100644 --- a/client/rpc-core/debug/Cargo.toml +++ b/client/rpc-core/debug/Cargo.toml @@ -8,7 +8,7 @@ repository = { workspace = true } version = "0.1.0" [dependencies] -ethereum = { workspace = true, features = [ "with-codec" ] } +ethereum = { workspace = true, features = [ "with-scale" ] } ethereum-types = { workspace = true, features = [ "std" ] } futures = { workspace = true, features = [ "compat" ] } jsonrpsee = { workspace = true, features = [ "macros", "server" ] } diff --git a/client/rpc-core/txpool/Cargo.toml b/client/rpc-core/txpool/Cargo.toml index 9467c94070e..dd466f97869 100644 --- a/client/rpc-core/txpool/Cargo.toml +++ b/client/rpc-core/txpool/Cargo.toml @@ -8,7 +8,7 @@ repository = { workspace = true } version = "0.6.0" [dependencies] -ethereum = { workspace = true, features = [ "std", "with-codec" ] } +ethereum = { workspace = true, features = [ "std", "with-scale" ] } ethereum-types = { workspace = true, features = [ "std" ] } jsonrpsee = { workspace = true, features = [ "macros", "server" ] } serde = { workspace = true, features = [ "derive" ] } diff --git a/client/rpc/debug/Cargo.toml b/client/rpc/debug/Cargo.toml index dc2944dc9c3..55a8b3b5566 100644 --- a/client/rpc/debug/Cargo.toml +++ b/client/rpc/debug/Cargo.toml @@ -31,7 +31,7 @@ sp-runtime = { workspace = true, features = [ "std" ] } sp-trie = { workspace = true, features = [ "std" ] } # Frontier -ethereum = { workspace = true, features = [ "std", "with-codec" ] } +ethereum = { workspace = true, features = [ "std", "with-scale" ] } ethereum-types = { workspace = true, features = [ "std" ] } fc-consensus = { workspace = true } fc-db = { workspace = true } diff --git a/client/rpc/trace/Cargo.toml b/client/rpc/trace/Cargo.toml index 3b6850cedf0..887afc5ab86 100644 --- a/client/rpc/trace/Cargo.toml +++ b/client/rpc/trace/Cargo.toml @@ -8,7 +8,7 @@ repository = { workspace = true } version = "0.6.0" [dependencies] -ethereum = { workspace = true, features = [ "with-codec" ] } +ethereum = { workspace = true, features = [ "with-scale" ] } ethereum-types = { workspace = true } futures = { workspace = true } jsonrpsee = { workspace = true, features = [ "macros", "server" ] } diff --git a/pallets/ethereum-xcm/Cargo.toml b/pallets/ethereum-xcm/Cargo.toml index a175661676a..cf864a0c61b 100644 --- a/pallets/ethereum-xcm/Cargo.toml +++ b/pallets/ethereum-xcm/Cargo.toml @@ -11,7 +11,7 @@ version = "1.0.0-dev" targets = [ "x86_64-unknown-linux-gnu" ] [dependencies] -ethereum = { workspace = true, features = [ "with-codec" ] } +ethereum = { workspace = true, features = [ "with-scale" ] } serde = { workspace = true, optional = true } # Parity diff --git a/pallets/xcm-transactor/src/benchmarks.rs b/pallets/xcm-transactor/src/benchmarks.rs index 1c5c3099983..8fe430ed194 100644 --- a/pallets/xcm-transactor/src/benchmarks.rs +++ b/pallets/xcm-transactor/src/benchmarks.rs @@ -51,7 +51,7 @@ benchmarks! { let location = Location::parent(); }: _( RawOrigin::Root, - Box::new(xcm::VersionedLocation::V4(location.clone())), + Box::new(xcm::VersionedLocation::V5(location.clone())), extra_weight, max_weight, None @@ -70,12 +70,12 @@ benchmarks! { let location = Location::parent(); Pallet::::set_transact_info( RawOrigin::Root.into(), - Box::new(xcm::VersionedLocation::V4(location.clone())), + Box::new(xcm::VersionedLocation::V5(location.clone())), extra_weight, max_weight, None ).expect("must succeed"); - }: _(RawOrigin::Root, Box::new(xcm::VersionedLocation::V4(location.clone()))) + }: _(RawOrigin::Root, Box::new(xcm::VersionedLocation::V5(location.clone()))) verify { assert!(Pallet::::transact_info(&location).is_none()); } @@ -85,7 +85,7 @@ benchmarks! { let location = Location::parent(); }: _( RawOrigin::Root, - Box::new(xcm::VersionedLocation::V4(location.clone())), + Box::new(xcm::VersionedLocation::V5(location.clone())), fee_per_second ) verify { @@ -105,14 +105,14 @@ benchmarks! { let user: T::AccountId = account("account id", 0u32, 0u32); Pallet::::set_transact_info( RawOrigin::Root.into(), - Box::new(xcm::VersionedLocation::V4(location.clone())), + Box::new(xcm::VersionedLocation::V5(location.clone())), extra_weight, max_weight, Some(extra_weight) ).expect("must succeed"); Pallet::::set_fee_per_second( RawOrigin::Root.into(), - Box::new(xcm::VersionedLocation::V4(location.clone())), + Box::new(xcm::VersionedLocation::V5(location.clone())), fee_per_second ).expect("must succeed"); Pallet::::register( @@ -162,21 +162,21 @@ benchmarks! { let user: T::AccountId = account("account id", 0u32, 0u32); Pallet::::set_transact_info( RawOrigin::Root.into(), - Box::new(xcm::VersionedLocation::V4(location.clone())), + Box::new(xcm::VersionedLocation::V5(location.clone())), extra_weight, max_weight, Some(extra_weight) ).expect("must succeed"); Pallet::::set_fee_per_second( RawOrigin::Root.into(), - Box::new(xcm::VersionedLocation::V4(location.clone())), + Box::new(xcm::VersionedLocation::V5(location.clone())), fee_per_second ).expect("must succeed"); }: { let result = Pallet::::transact_through_sovereign( RawOrigin::Root.into(), - Box::new(xcm::VersionedLocation::V4(location.clone())), + Box::new(xcm::VersionedLocation::V5(location.clone())), Some(user.clone()), CurrencyPayment { // This might involve a db Read when translating, therefore worst case @@ -215,19 +215,19 @@ benchmarks! { let user: T::AccountId = account("account id", 0u32, 0u32); Pallet::::set_transact_info( RawOrigin::Root.into(), - Box::new(xcm::VersionedLocation::V4(location.clone())), + Box::new(xcm::VersionedLocation::V5(location.clone())), extra_weight, max_weight, Some(extra_weight) ).expect("must succeed"); Pallet::::set_fee_per_second( RawOrigin::Root.into(), - Box::new(xcm::VersionedLocation::V4(location.clone())), + Box::new(xcm::VersionedLocation::V5(location.clone())), fee_per_second ).expect("must succeed"); }: _( RawOrigin::Signed(user.clone()), - Box::new(xcm::VersionedLocation::V4(location.clone())), + Box::new(xcm::VersionedLocation::V5(location.clone())), CurrencyPayment { // This might involve a db Read when translating, therefore worst case currency: Currency::AsCurrencyId(currency), @@ -254,14 +254,14 @@ benchmarks! { let user: T::AccountId = account("account id", 0u32, 0u32); Pallet::::set_transact_info( RawOrigin::Root.into(), - Box::new(xcm::VersionedLocation::V4(location.clone())), + Box::new(xcm::VersionedLocation::V5(location.clone())), extra_weight, max_weight, Some(extra_weight) ).expect("must succeed"); Pallet::::set_fee_per_second( RawOrigin::Root.into(), - Box::new(xcm::VersionedLocation::V4(location.clone())), + Box::new(xcm::VersionedLocation::V5(location.clone())), fee_per_second ).expect("must succeed"); }: _( diff --git a/pallets/xcm-transactor/src/lib.rs b/pallets/xcm-transactor/src/lib.rs index 48e219a43ed..5a592d3aed0 100644 --- a/pallets/xcm-transactor/src/lib.rs +++ b/pallets/xcm-transactor/src/lib.rs @@ -1106,7 +1106,7 @@ pub mod pallet { } instructions.push(Transact { origin_kind, - require_weight_at_most: dispatch_weight, + fallback_max_weight: Some(dispatch_weight), call: call.into(), }); Ok(Xcm(instructions)) diff --git a/pallets/xcm-transactor/src/tests.rs b/pallets/xcm-transactor/src/tests.rs index 3aea4681657..cef617436ca 100644 --- a/pallets/xcm-transactor/src/tests.rs +++ b/pallets/xcm-transactor/src/tests.rs @@ -62,7 +62,7 @@ fn test_transact_through_derivative_errors() { Transactors::Relay, 1, CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: None @@ -87,7 +87,7 @@ fn test_transact_through_derivative_errors() { Transactors::Relay, 1, CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: None @@ -105,7 +105,7 @@ fn test_transact_through_derivative_errors() { // Root can set transact info assert_ok!(XcmTransactor::set_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 0.into(), 10000.into(), None @@ -118,7 +118,7 @@ fn test_transact_through_derivative_errors() { Transactors::Relay, 1, CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: None @@ -136,7 +136,7 @@ fn test_transact_through_derivative_errors() { // Set fee per second assert_ok!(XcmTransactor::set_fee_per_second( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::new( + Box::new(xcm::VersionedLocation::V5(Location::new( 1, [Junction::Parachain(1000)] ))), @@ -150,7 +150,7 @@ fn test_transact_through_derivative_errors() { Transactors::Relay, 1, CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::new(1, [Junction::Parachain(1000)]) ))), fee_amount: None @@ -168,7 +168,7 @@ fn test_transact_through_derivative_errors() { // Set fee per second assert_ok!(XcmTransactor::set_fee_per_second( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 1 )); @@ -179,7 +179,7 @@ fn test_transact_through_derivative_errors() { Transactors::Relay, 1, CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: None @@ -206,9 +206,9 @@ fn test_transact_through_signed_errors() { assert_noop!( XcmTransactor::transact_through_signed( RuntimeOrigin::signed(1u64), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: None @@ -226,7 +226,7 @@ fn test_transact_through_signed_errors() { // Root can set transact info without extra_signed being None assert_ok!(XcmTransactor::set_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 0.into(), 10000.into(), None @@ -236,9 +236,9 @@ fn test_transact_through_signed_errors() { assert_noop!( XcmTransactor::transact_through_signed( RuntimeOrigin::signed(1u64), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: None @@ -256,7 +256,7 @@ fn test_transact_through_signed_errors() { // Root can set transact info, with extra signed assert_ok!(XcmTransactor::set_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 0.into(), 15000.into(), Some(12000.into()) @@ -266,9 +266,9 @@ fn test_transact_through_signed_errors() { assert_noop!( XcmTransactor::transact_through_signed( RuntimeOrigin::signed(1u64), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: None @@ -286,7 +286,7 @@ fn test_transact_through_signed_errors() { // Set fee per second assert_ok!(XcmTransactor::set_fee_per_second( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::new( + Box::new(xcm::VersionedLocation::V5(Location::new( 1, [Junction::Parachain(1000)] ))), @@ -297,9 +297,9 @@ fn test_transact_through_signed_errors() { assert_noop!( XcmTransactor::transact_through_signed( RuntimeOrigin::signed(1u64), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::new(1, [Junction::Parachain(1000)]) ))), fee_amount: None @@ -328,7 +328,7 @@ fn test_transact_through_derivative_multilocation_success() { // Root can set transact info assert_ok!(XcmTransactor::set_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 0.into(), 10000.into(), None @@ -337,7 +337,7 @@ fn test_transact_through_derivative_multilocation_success() { // Set fee per second assert_ok!(XcmTransactor::set_fee_per_second( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 1 )); @@ -347,7 +347,7 @@ fn test_transact_through_derivative_multilocation_success() { Transactors::Relay, 1, CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: None @@ -400,7 +400,7 @@ fn test_transact_through_derivative_success() { // Root can set transact info assert_ok!(XcmTransactor::set_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 0.into(), 10000.into(), None @@ -409,7 +409,7 @@ fn test_transact_through_derivative_success() { // Set fee per second assert_ok!(XcmTransactor::set_fee_per_second( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 1 )); @@ -482,10 +482,10 @@ fn test_root_can_transact_through_sovereign() { assert_noop!( XcmTransactor::transact_through_sovereign( RuntimeOrigin::signed(1), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), Some(1u64), CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: None @@ -504,7 +504,7 @@ fn test_root_can_transact_through_sovereign() { // Root can set transact info assert_ok!(XcmTransactor::set_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 0.into(), 10000.into(), None @@ -513,17 +513,17 @@ fn test_root_can_transact_through_sovereign() { // Set fee per second assert_ok!(XcmTransactor::set_fee_per_second( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 1 )); // fee as destination are the same, this time it should work assert_ok!(XcmTransactor::transact_through_sovereign( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), Some(1u64), CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: None @@ -628,7 +628,7 @@ fn removing_transact_info_works() { // Root can set transact info assert_ok!(XcmTransactor::set_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 0.into(), 10000.into(), None @@ -637,7 +637,7 @@ fn removing_transact_info_works() { // Root can remove transact info assert_ok!(XcmTransactor::remove_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), )); assert!(XcmTransactor::transact_info(Location::parent()).is_none()); @@ -669,7 +669,7 @@ fn test_transact_through_signed_fails_if_transact_info_not_set_at_all() { assert_noop!( XcmTransactor::transact_through_signed( RuntimeOrigin::signed(1u64), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), CurrencyPayment { currency: Currency::AsCurrencyId(CurrencyId::OtherReserve(0)), fee_amount: None @@ -695,7 +695,7 @@ fn test_transact_through_signed_fails_if_weight_is_not_set() { // Root can set transact info assert_ok!(XcmTransactor::set_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 0.into(), 10000.into(), None @@ -705,7 +705,7 @@ fn test_transact_through_signed_fails_if_weight_is_not_set() { assert_noop!( XcmTransactor::transact_through_signed( RuntimeOrigin::signed(1u64), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), CurrencyPayment { currency: Currency::AsCurrencyId(CurrencyId::OtherReserve(0)), fee_amount: None @@ -731,7 +731,7 @@ fn test_transact_through_signed_fails_if_weight_overflows() { // Root can set transact info assert_ok!(XcmTransactor::set_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 0.into(), 10000.into(), Some(Weight::MAX) @@ -741,7 +741,7 @@ fn test_transact_through_signed_fails_if_weight_overflows() { assert_noop!( XcmTransactor::transact_through_signed( RuntimeOrigin::signed(1u64), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), CurrencyPayment { currency: Currency::AsCurrencyId(CurrencyId::OtherReserve(0)), fee_amount: None @@ -767,7 +767,7 @@ fn test_transact_through_signed_fails_if_weight_is_bigger_than_max_weight() { // Root can set transact info assert_ok!(XcmTransactor::set_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 0.into(), 10000.into(), Some(1.into()) @@ -777,7 +777,7 @@ fn test_transact_through_signed_fails_if_weight_is_bigger_than_max_weight() { assert_noop!( XcmTransactor::transact_through_signed( RuntimeOrigin::signed(1u64), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), CurrencyPayment { currency: Currency::AsCurrencyId(CurrencyId::OtherReserve(0)), fee_amount: None @@ -803,7 +803,7 @@ fn test_transact_through_signed_fails_if_fee_per_second_not_set() { // Root can set transact info assert_ok!(XcmTransactor::set_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 0.into(), 10000.into(), Some(1.into()) @@ -813,7 +813,7 @@ fn test_transact_through_signed_fails_if_fee_per_second_not_set() { assert_noop!( XcmTransactor::transact_through_signed( RuntimeOrigin::signed(1u64), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), CurrencyPayment { currency: Currency::AsCurrencyId(CurrencyId::OtherReserve(0)), fee_amount: None @@ -839,7 +839,7 @@ fn test_transact_through_signed_works() { // Root can set transact info assert_ok!(XcmTransactor::set_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 0.into(), 10000.into(), Some(1.into()) @@ -848,7 +848,7 @@ fn test_transact_through_signed_works() { // Set fee per second assert_ok!(XcmTransactor::set_fee_per_second( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 1 )); @@ -856,7 +856,7 @@ fn test_transact_through_signed_works() { // this time it should work assert_ok!(XcmTransactor::transact_through_signed( RuntimeOrigin::signed(1u64), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), CurrencyPayment { currency: Currency::AsCurrencyId(CurrencyId::OtherReserve(0)), fee_amount: None @@ -981,10 +981,10 @@ fn test_send_through_sovereign_with_custom_weight_and_fee() { // fee as destination are the same, this time it should work assert_ok!(XcmTransactor::transact_through_sovereign( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), Some(1u64), CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: Some(total_fee) @@ -1043,12 +1043,12 @@ fn test_transact_through_sovereign_with_fee_payer_none() { assert_ok!(XcmTransactor::transact_through_sovereign( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), // We don't specify any fee_payer, instead we pay fees with the // sovereign account funds directly on the destination. None, CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: Some(total_fee) @@ -1112,9 +1112,9 @@ fn test_send_through_signed_with_custom_weight_and_fee() { // fee as destination are the same, this time it should work assert_ok!(XcmTransactor::transact_through_signed( RuntimeOrigin::signed(1u64), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: Some(total_fee) @@ -1171,7 +1171,7 @@ fn test_hrmp_manipulator_init() { proposed_max_message_size: 1 }), CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: Some(total_fee) @@ -1223,7 +1223,7 @@ fn test_hrmp_manipulator_init_v2_convert_works() { proposed_max_message_size: 1 }), CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: Some(total_fee) @@ -1287,7 +1287,7 @@ fn test_hrmp_manipulator_init_v3_convert_works() { proposed_max_message_size: 1 }), CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: Some(total_fee) @@ -1352,7 +1352,7 @@ fn test_hrmp_manipulator_init_v5_convert_fails() { proposed_max_message_size: 1 }), CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: Some(total_fee) @@ -1386,7 +1386,7 @@ fn test_hrmp_max_fee_errors() { proposed_max_message_size: 1 }), CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: Some(total_fee) @@ -1419,7 +1419,7 @@ fn test_hrmp_manipulator_accept() { para_id: 1u32.into() }, CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: Some(total_fee) @@ -1472,7 +1472,7 @@ fn test_hrmp_manipulator_cancel() { open_requests }, CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: Some(total_fee) @@ -1520,7 +1520,7 @@ fn test_hrmp_manipulator_close() { recipient: 1u32.into() }), CurrencyPayment { - currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V4( + currency: Currency::AsMultiLocation(Box::new(xcm::VersionedLocation::V5( Location::parent() ))), fee_amount: Some(total_fee) @@ -1561,7 +1561,7 @@ fn test_transact_through_derivative_with_refund_works() { // Root can set transact info assert_ok!(XcmTransactor::set_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 0.into(), 10000.into(), None @@ -1570,7 +1570,7 @@ fn test_transact_through_derivative_with_refund_works() { // Set fee per second assert_ok!(XcmTransactor::set_fee_per_second( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 1 )); @@ -1645,7 +1645,7 @@ fn test_transact_through_derivative_with_refund_fails_overall_weight_not_set() { // Root can set transact info assert_ok!(XcmTransactor::set_transact_info( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 0.into(), 10000.into(), None @@ -1654,7 +1654,7 @@ fn test_transact_through_derivative_with_refund_fails_overall_weight_not_set() { // Set fee per second assert_ok!(XcmTransactor::set_fee_per_second( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 1 )); @@ -1689,7 +1689,7 @@ fn test_transact_through_signed_with_refund_works() { // Set fee per second assert_ok!(XcmTransactor::set_fee_per_second( RuntimeOrigin::root(), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), 1 )); @@ -1697,7 +1697,7 @@ fn test_transact_through_signed_with_refund_works() { let total_weight: Weight = 10_100u64.into(); assert_ok!(XcmTransactor::transact_through_signed( RuntimeOrigin::signed(1u64), - Box::new(xcm::VersionedLocation::V4(Location::parent())), + Box::new(xcm::VersionedLocation::V5(Location::parent())), CurrencyPayment { currency: Currency::AsCurrencyId(CurrencyId::OtherReserve(0)), fee_amount: None diff --git a/pallets/xcm-weight-trader/src/lib.rs b/pallets/xcm-weight-trader/src/lib.rs index 7811bcd5cd7..46fe20aab76 100644 --- a/pallets/xcm-weight-trader/src/lib.rs +++ b/pallets/xcm-weight-trader/src/lib.rs @@ -38,7 +38,7 @@ use frame_support::weights::WeightToFee; use frame_system::pallet_prelude::*; use sp_runtime::traits::{Convert, Zero}; use sp_std::vec::Vec; -use xcm::v4::{Asset, AssetId as XcmAssetId, Error as XcmError, Fungibility, Location, XcmContext}; +use xcm::v5::{Asset, AssetId as XcmAssetId, Error as XcmError, Fungibility, Location, XcmContext}; use xcm::{IntoVersion, VersionedAssetId}; use xcm_executor::traits::{TransactAsset, WeightTrader}; use xcm_runtime_apis::fees::Error as XcmPaymentApiError; @@ -269,13 +269,13 @@ pub mod pallet { return Err(XcmPaymentApiError::UnhandledXcmVersion); } - let v4_assets = [VersionedAssetId::V4(XcmAssetId::from( + let v4_assets = [VersionedAssetId::V5(XcmAssetId::from( T::NativeLocation::get(), ))] .into_iter() .chain( SupportedAssets::::iter().filter_map(|(asset_location, (enabled, _))| { - enabled.then(|| VersionedAssetId::V4(XcmAssetId(asset_location))) + enabled.then(|| VersionedAssetId::V5(XcmAssetId(asset_location))) }), ) .collect::>(); @@ -294,7 +294,7 @@ pub mod pallet { weight: Weight, asset: VersionedAssetId, ) -> Result { - if let VersionedAssetId::V4(XcmAssetId(asset_location)) = asset + if let VersionedAssetId::V5(XcmAssetId(asset_location)) = asset .into_version(4) .map_err(|_| XcmPaymentApiError::VersionedConversionFailed)? { diff --git a/primitives/rpc/evm-tracing-events/Cargo.toml b/primitives/rpc/evm-tracing-events/Cargo.toml index e10f9dc1214..be662bd024f 100644 --- a/primitives/rpc/evm-tracing-events/Cargo.toml +++ b/primitives/rpc/evm-tracing-events/Cargo.toml @@ -15,7 +15,7 @@ parity-scale-codec = { workspace = true } sp-runtime-interface = { workspace = true } # Ethereum -ethereum = { workspace = true, features = [ "with-codec" ] } +ethereum = { workspace = true, features = [ "with-scale" ] } ethereum-types = { workspace = true } evm = { workspace = true, features = [ "with-codec" ] } evm-gasometer = { workspace = true } diff --git a/primitives/rpc/txpool/Cargo.toml b/primitives/rpc/txpool/Cargo.toml index 1aa1ff088c9..28c975dfed2 100644 --- a/primitives/rpc/txpool/Cargo.toml +++ b/primitives/rpc/txpool/Cargo.toml @@ -8,7 +8,7 @@ repository = { workspace = true } version = "0.6.0" [dependencies] -ethereum = { workspace = true, features = [ "with-codec" ] } +ethereum = { workspace = true, features = [ "with-scale" ] } # Substrate parity-scale-codec = { workspace = true } diff --git a/primitives/xcm/Cargo.toml b/primitives/xcm/Cargo.toml index 1fb2bbe4aef..b0488641db0 100644 --- a/primitives/xcm/Cargo.toml +++ b/primitives/xcm/Cargo.toml @@ -11,7 +11,8 @@ version = "0.1.1" targets = [ "x86_64-unknown-linux-gnu" ] [dependencies] -ethereum = { workspace = true, features = [ "with-codec" ] } +# TODO: replace with ethereum fork usage +ethereum = { workspace = true, features = [ "with-scale" ] } ethereum-types = { workspace = true } hex = { workspace = true } impl-trait-for-tuples = { workspace = true } diff --git a/primitives/xcm/src/asset_id_conversions.rs b/primitives/xcm/src/asset_id_conversions.rs index ca0e8c3924c..04b43ebfdf0 100644 --- a/primitives/xcm/src/asset_id_conversions.rs +++ b/primitives/xcm/src/asset_id_conversions.rs @@ -16,7 +16,7 @@ use sp_runtime::traits::MaybeEquivalence; use sp_std::marker::PhantomData; -use xcm::v3::Location; +use xcm::v4::Location; use xcm_executor::traits::ConvertLocation; /// Converter struct implementing `AssetIdConversion` converting a numeric asset ID @@ -41,22 +41,22 @@ where AssetIdInfoGetter::get_asset_type(what.clone()).and_then(Into::into) } } -impl MaybeEquivalence +impl MaybeEquivalence for AsAssetType where AssetId: Clone, AssetType: From + Into> + Clone, AssetIdInfoGetter: AssetTypeGetter, { - fn convert(id: &xcm::v4::Location) -> Option { - let v3_location = - xcm_builder::WithLatestLocationConverter::::convert(id)?; - AssetIdInfoGetter::get_asset_id(v3_location.clone().into()) + fn convert(id: &xcm::v5::Location) -> Option { + let v4_location = + xcm_builder::WithLatestLocationConverter::::convert(id)?; + AssetIdInfoGetter::get_asset_id(v4_location.clone().into()) } - fn convert_back(what: &AssetId) -> Option { - let v3_location: Location = + fn convert_back(what: &AssetId) -> Option { + let v4_location: Location = AssetIdInfoGetter::get_asset_type(what.clone()).and_then(Into::into)?; - xcm_builder::WithLatestLocationConverter::convert_back(&v3_location) + xcm_builder::WithLatestLocationConverter::convert_back(&v4_location) } } impl ConvertLocation @@ -66,10 +66,10 @@ where AssetType: From + Into> + Clone, AssetIdInfoGetter: AssetTypeGetter, { - fn convert_location(id: &xcm::v4::Location) -> Option { - let v3_location = - xcm_builder::WithLatestLocationConverter::::convert(id)?; - AssetIdInfoGetter::get_asset_id(v3_location.clone().into()) + fn convert_location(id: &xcm::v5::Location) -> Option { + let v4_location = + xcm_builder::WithLatestLocationConverter::::convert(id)?; + AssetIdInfoGetter::get_asset_id(v4_location.clone().into()) } } diff --git a/rust-toolchain b/rust-toolchain index 47a114dc5e0..d129d221c27 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,5 +1,5 @@ [toolchain] -channel = "1.77.0" +channel = "1.81.0" components = [ "rustfmt", "clippy", "rust-src" ] targets = [ "wasm32-unknown-unknown" ] profile = "minimal"