From 6673f4169baa47641abf7c51f4d6db01f7620246 Mon Sep 17 00:00:00 2001 From: brenzi Date: Tue, 27 Feb 2024 13:13:43 +0100 Subject: [PATCH] Ab/polkadot v1.7.0 (#371) * bump majore rev * upgrade to polkadot-v1.7.0 * bump deps --- Cargo.lock | 482 ++++++++---------- Cargo.toml | 80 +-- balances-tx-payment/Cargo.toml | 2 +- balances-tx-payment/rpc/Cargo.toml | 2 +- .../rpc/runtime-api/Cargo.toml | 2 +- balances-tx-payment/rpc/src/lib.rs | 19 +- balances/Cargo.toml | 2 +- bazaar/Cargo.toml | 2 +- bazaar/rpc/Cargo.toml | 2 +- bazaar/rpc/runtime-api/Cargo.toml | 2 +- ceremonies/Cargo.toml | 2 +- ceremonies/assignment/Cargo.toml | 2 +- ceremonies/meetup-validation/Cargo.toml | 2 +- ceremonies/rpc/Cargo.toml | 2 +- ceremonies/rpc/runtime-api/Cargo.toml | 2 +- communities/Cargo.toml | 2 +- communities/rpc/Cargo.toml | 2 +- communities/rpc/runtime-api/Cargo.toml | 2 +- democracy/Cargo.toml | 2 +- faucet/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- primitives/core/Cargo.toml | 2 +- reputation-commitments/Cargo.toml | 2 +- rpc/Cargo.toml | 2 +- rpc/src/error.rs | 8 +- scheduler/Cargo.toml | 2 +- test-utils/Cargo.toml | 2 +- test-utils/src/lib.rs | 1 - vouches/Cargo.toml | 2 +- 29 files changed, 293 insertions(+), 345 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d589f1d..9c0cbf0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,9 +185,9 @@ dependencies = [ [[package]] name = "aquamarine" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "074b80d14d0240b6ce94d68f059a2d26a5d77280ae142662365a21ef6e2594ef" +checksum = "21cc1548309245035eb18aa7f0967da6bc65587005170c56e6ef2788a4cf3f4e" dependencies = [ "include_dir", "itertools", @@ -323,7 +323,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand 0.8.5", + "rand", ] [[package]] @@ -535,7 +535,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes", - "rand 0.8.5", + "rand", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -644,9 +644,9 @@ dependencies = [ [[package]] name = "bounded-collections" -version = "0.1.8" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb5b05133427c07c4776906f673ccf36c21b102c9829c641a5b56bd151d44fd6" +checksum = "d32385ecb91a31bddaf908e8dcf4a15aef1bcd3913cc03ebfad02ff6d568abc1" dependencies = [ "log", "parity-scale-codec", @@ -669,16 +669,6 @@ dependencies = [ "tinyvec", ] -[[package]] -name = "bstr" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" -dependencies = [ - "memchr", - "serde", -] - [[package]] name = "bumpalo" version = "3.13.0" @@ -1524,7 +1514,7 @@ dependencies = [ [[package]] name = "encointer-balances-tx-payment" -version = "5.0.0" +version = "6.0.0" dependencies = [ "encointer-primitives", "frame-support", @@ -1544,7 +1534,7 @@ dependencies = [ [[package]] name = "encointer-balances-tx-payment-rpc" -version = "5.0.0" +version = "6.0.0" dependencies = [ "encointer-balances-tx-payment-rpc-runtime-api", "encointer-primitives", @@ -1567,7 +1557,7 @@ dependencies = [ [[package]] name = "encointer-balances-tx-payment-rpc-runtime-api" -version = "5.0.0" +version = "6.0.0" dependencies = [ "encointer-primitives", "frame-support", @@ -1579,7 +1569,7 @@ dependencies = [ [[package]] name = "encointer-ceremonies-assignment" -version = "5.0.0" +version = "6.0.0" dependencies = [ "encointer-primitives", "sp-core", @@ -1589,7 +1579,7 @@ dependencies = [ [[package]] name = "encointer-meetup-validation" -version = "5.0.0" +version = "6.0.0" dependencies = [ "encointer-primitives", "parity-scale-codec", @@ -1603,10 +1593,10 @@ dependencies = [ [[package]] name = "encointer-primitives" -version = "5.0.0" +version = "6.0.0" dependencies = [ "approx", - "bs58 0.4.0", + "bs58 0.5.0", "crc", "ep-core", "frame-support", @@ -1626,7 +1616,7 @@ dependencies = [ [[package]] name = "encointer-rpc" -version = "5.0.0" +version = "6.0.0" dependencies = [ "jsonrpsee", "jsonrpsee-core", @@ -1667,7 +1657,7 @@ checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" [[package]] name = "ep-core" -version = "5.0.0" +version = "6.0.0" dependencies = [ "array-bytes 6.1.0", "impl-serde", @@ -1804,7 +1794,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand 0.8.5", + "rand", "rustc-hex", "static_assertions", ] @@ -1858,9 +1848,9 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b16f7f853f64ec6fbc981b3e224cc3400752662da140ec62c160b5b859bab68" +checksum = "4090659c6aaa3c4d5b6c6ec909b4b0a25dec10ad92aad5f729efa8d5bd4d806a" dependencies = [ "frame-support", "frame-support-procedural", @@ -1896,9 +1886,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48b00bb3e82c465a435b08827e7abe5144345bc1a998848bdd7ce72fa203bb5" +checksum = "a3b24824d29c43d0af94be3356bbf30338ededed649f6841d315a9ae067ce872" dependencies = [ "aquamarine", "array-bytes 6.1.0", @@ -1920,7 +1910,7 @@ dependencies = [ "sp-api", "sp-arithmetic", "sp-core", - "sp-core-hashing-proc-macro", + "sp-crypto-hashing-proc-macro", "sp-debug-derive", "sp-genesis-builder", "sp-inherents", @@ -1938,9 +1928,9 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "23.0.0" +version = "24.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0be717139a0da9b31b559356db73f6ce48876d331e833ebdc32de3a9ad581e15" +checksum = "3bf1d648c4007d421b9677b3c893256913498fff159dc2d85022cdd9cc432f3c" dependencies = [ "Inflector", "cfg-expr", @@ -1952,7 +1942,7 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-core-hashing", + "sp-crypto-hashing", "syn 2.0.49", ] @@ -1982,9 +1972,9 @@ dependencies = [ [[package]] name = "frame-system" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "983b3215c8d97775b90dc1db88f858c46401682bd2fb8572bdd102ff8c2ca2a6" +checksum = "5bc20a793c3cec0b11165c1075fe11a255b2491f3eef8230bb3073cb296e7383" dependencies = [ "cfg-if", "docify", @@ -2192,7 +2182,7 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand 0.8.5", + "rand", "rand_core 0.6.4", ] @@ -2233,19 +2223,6 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" -[[package]] -name = "globset" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" -dependencies = [ - "aho-corasick", - "bstr", - "fnv", - "log", - "regex", -] - [[package]] name = "group" version = "0.13.0" @@ -2720,34 +2697,32 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.16.3" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "367a292944c07385839818bb71c8d76611138e2dedb0677d035b8da21d29c78b" +checksum = "affdc52f7596ccb2d7645231fc6163bb314630c989b64998f3699a28b4d5d4dc" dependencies = [ "jsonrpsee-core", "jsonrpsee-proc-macros", "jsonrpsee-server", "jsonrpsee-types", + "tokio", "tracing", ] [[package]] name = "jsonrpsee-core" -version = "0.16.3" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5dde66c53d6dcdc8caea1874a45632ec0fcf5b437789f1e45766a1512ce803" +checksum = "da2327ba8df2fdbd5e897e2b5ed25ce7f299d345b9736b6828814c3dbd1fd47b" dependencies = [ "anyhow", - "arrayvec 0.7.4", "async-trait", "beef", - "futures-channel", "futures-util", - "globset", "hyper", "jsonrpsee-types", "parking_lot 0.12.1", - "rand 0.8.5", + "rand", "rustc-hash", "serde", "serde_json", @@ -2759,9 +2734,9 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.16.3" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44e8ab85614a08792b9bff6c8feee23be78c98d0182d4c622c05256ab553892a" +checksum = "29110019693a4fa2dbda04876499d098fa16d70eba06b1e6e2b3f1b251419515" dependencies = [ "heck", "proc-macro-crate 1.1.3", @@ -2772,19 +2747,20 @@ dependencies = [ [[package]] name = "jsonrpsee-server" -version = "0.16.3" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4d945a6008c9b03db3354fb3c83ee02d2faa9f2e755ec1dfb69c3551b8f4ba" +checksum = "82c39a00449c9ef3f50b84fc00fc4acba20ef8f559f07902244abf4c15c5ab9c" dependencies = [ - "futures-channel", "futures-util", "http", "hyper", "jsonrpsee-core", "jsonrpsee-types", + "route-recognizer", "serde", "serde_json", "soketto", + "thiserror", "tokio", "tokio-stream", "tokio-util", @@ -2794,9 +2770,9 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.16.3" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "245ba8e5aa633dd1c1e4fae72bce06e71f42d34c14a2767c6b4d173b57bee5e5" +checksum = "5be0be325642e850ed0bdff426674d2e66b2b7117c9be23a7caef68a2902b7d9" dependencies = [ "anyhow", "beef", @@ -2851,9 +2827,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.147" +version = "0.2.153" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" +checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "libm" @@ -2938,7 +2914,7 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "quick-protobuf", - "rand 0.8.5", + "rand", "rw-stream-sink", "smallvec", "thiserror", @@ -2994,7 +2970,7 @@ dependencies = [ "multiaddr", "multihash", "quick-protobuf", - "rand 0.8.5", + "rand", "sha2 0.10.7", "thiserror", "zeroize", @@ -3019,7 +2995,7 @@ dependencies = [ "libp2p-swarm", "log", "quick-protobuf", - "rand 0.8.5", + "rand", "sha2 0.10.7", "smallvec", "thiserror", @@ -3041,7 +3017,7 @@ dependencies = [ "libp2p-identity", "libp2p-swarm", "log", - "rand 0.8.5", + "rand", "smallvec", "socket2 0.4.9", "tokio", @@ -3077,7 +3053,7 @@ dependencies = [ "log", "once_cell", "quick-protobuf", - "rand 0.8.5", + "rand", "sha2 0.10.7", "snow", "static_assertions", @@ -3099,7 +3075,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "rand 0.8.5", + "rand", "void", ] @@ -3119,7 +3095,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "quinn-proto", - "rand 0.8.5", + "rand", "rustls", "thiserror", "tokio", @@ -3137,7 +3113,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "rand 0.8.5", + "rand", "smallvec", ] @@ -3156,7 +3132,7 @@ dependencies = [ "libp2p-identity", "libp2p-swarm-derive", "log", - "rand 0.8.5", + "rand", "smallvec", "tokio", "void", @@ -3267,7 +3243,7 @@ dependencies = [ "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand 0.8.5", + "rand", "serde", "sha2 0.9.9", "typenum", @@ -3506,9 +3482,9 @@ dependencies = [ [[package]] name = "memmap2" -version = "0.5.10" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" +checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" dependencies = [ "libc", ] @@ -3607,8 +3583,8 @@ dependencies = [ "lioness", "log", "parking_lot 0.12.1", - "rand 0.8.5", - "rand_chacha 0.3.1", + "rand", + "rand_chacha", "rand_distr", "subtle 2.4.1", "thiserror", @@ -3964,9 +3940,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "pallet-asset-tx-payment" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e967664d86219ca9f7d33504e8d914225cdb92e9e793d35edaab1fd2574f162f" +checksum = "9ed783679921ad8b96807d683d320c314e305753b230d5c04dc713bab7aca64c" dependencies = [ "frame-benchmarking", "frame-support", @@ -3983,10 +3959,11 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8406b5616e468d80972b6365f3cd8211d0dbf4d107b379fac85fddcfdf0b5562" +checksum = "942007f4f7aace74b77009db1675e7ca98683a42dde5e2d85bba2a9f404d2e5a" dependencies = [ + "docify", "frame-benchmarking", "frame-support", "frame-system", @@ -3999,7 +3976,7 @@ dependencies = [ [[package]] name = "pallet-encointer-balances" -version = "5.0.0" +version = "6.0.0" dependencies = [ "approx", "encointer-primitives", @@ -4019,7 +3996,7 @@ dependencies = [ [[package]] name = "pallet-encointer-bazaar" -version = "5.0.0" +version = "6.0.0" dependencies = [ "encointer-primitives", "frame-benchmarking", @@ -4037,7 +4014,7 @@ dependencies = [ [[package]] name = "pallet-encointer-bazaar-rpc" -version = "5.0.0" +version = "6.0.0" dependencies = [ "encointer-primitives", "encointer-rpc", @@ -4056,7 +4033,7 @@ dependencies = [ [[package]] name = "pallet-encointer-bazaar-rpc-runtime-api" -version = "5.0.0" +version = "6.0.0" dependencies = [ "encointer-primitives", "frame-support", @@ -4067,7 +4044,7 @@ dependencies = [ [[package]] name = "pallet-encointer-ceremonies" -version = "5.0.0" +version = "6.0.0" dependencies = [ "approx", "encointer-ceremonies-assignment", @@ -4096,7 +4073,7 @@ dependencies = [ [[package]] name = "pallet-encointer-ceremonies-rpc" -version = "5.0.0" +version = "6.0.0" dependencies = [ "encointer-primitives", "encointer-rpc", @@ -4115,7 +4092,7 @@ dependencies = [ [[package]] name = "pallet-encointer-ceremonies-rpc-runtime-api" -version = "5.0.0" +version = "6.0.0" dependencies = [ "encointer-primitives", "frame-support", @@ -4126,7 +4103,7 @@ dependencies = [ [[package]] name = "pallet-encointer-communities" -version = "5.0.0" +version = "6.0.0" dependencies = [ "approx", "encointer-primitives", @@ -4147,7 +4124,7 @@ dependencies = [ [[package]] name = "pallet-encointer-communities-rpc" -version = "5.0.0" +version = "6.0.0" dependencies = [ "encointer-primitives", "encointer-rpc", @@ -4167,7 +4144,7 @@ dependencies = [ [[package]] name = "pallet-encointer-communities-rpc-runtime-api" -version = "5.0.0" +version = "6.0.0" dependencies = [ "encointer-primitives", "parity-scale-codec", @@ -4177,7 +4154,7 @@ dependencies = [ [[package]] name = "pallet-encointer-democracy" -version = "5.0.0" +version = "6.0.0" dependencies = [ "approx", "encointer-primitives", @@ -4206,7 +4183,7 @@ dependencies = [ [[package]] name = "pallet-encointer-faucet" -version = "5.0.0" +version = "6.0.0" dependencies = [ "approx", "encointer-primitives", @@ -4228,7 +4205,7 @@ dependencies = [ [[package]] name = "pallet-encointer-reputation-commitments" -version = "5.0.0" +version = "6.0.0" dependencies = [ "approx", "encointer-primitives", @@ -4251,7 +4228,7 @@ dependencies = [ [[package]] name = "pallet-encointer-scheduler" -version = "5.0.0" +version = "6.0.0" dependencies = [ "encointer-primitives", "frame-benchmarking", @@ -4270,7 +4247,7 @@ dependencies = [ [[package]] name = "pallet-encointer-vouches" -version = "5.0.0" +version = "6.0.0" dependencies = [ "approx", "encointer-primitives", @@ -4290,9 +4267,9 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "688b89bdd377609b592bd094b304ebca33f4767fe72935465e2fd7db0e797968" +checksum = "c1b8810ddfb254c7fb8cd7698229cce513d309a43ff117b38798dae6120f477b" dependencies = [ "docify", "frame-benchmarking", @@ -4311,9 +4288,9 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18b4ca7a1af9b1f091900a354a96319c7614d7a32106ba86cb7f0b6f90239065" +checksum = "39f690f5c287ad34b28ca951ef7fae80b08cc9218d970723b7a70e4d29396872" dependencies = [ "frame-support", "frame-system", @@ -4328,9 +4305,9 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba1486d58f38892df779a7812f28ff962d0b0632b955ea3c348f605caa01ba6d" +checksum = "08ef209d2d5d077e325bf49b024fd2eff109a5c2ca0d84ce0d50a65839e6b026" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -4345,9 +4322,9 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acdfd7c882439b8198c99ece57b5bf785965545a6fa6d0bb7b56b264df1e437a" +checksum = "c78bcba80c7c61712b98a6b5640975ebd25ceb688c18e975af78a0fac81785b0" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -4358,9 +4335,9 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75cb7498228e1a150fa09ce64acafe7105ff39b75dae1c266ba58b7e3eb225e" +checksum = "1605eb5083a2cd172544f33c6e59eca2e23ac49f02f13d1562b1b8a409df9c60" dependencies = [ "docify", "frame-benchmarking", @@ -4909,7 +4886,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f31999cfc7927c4e212e60fd50934ab40e8e8bfd2d493d6095d2d306bc0764d9" dependencies = [ "bytes", - "rand 0.8.5", + "rand", "ring", "rustc-hash", "rustls", @@ -4935,19 +4912,6 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" -[[package]] -name = "rand" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" -dependencies = [ - "getrandom 0.1.16", - "libc", - "rand_chacha 0.2.2", - "rand_core 0.5.1", - "rand_hc", -] - [[package]] name = "rand" version = "0.8.5" @@ -4955,20 +4919,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", - "rand_chacha 0.3.1", + "rand_chacha", "rand_core 0.6.4", ] -[[package]] -name = "rand_chacha" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" -dependencies = [ - "ppv-lite86", - "rand_core 0.5.1", -] - [[package]] name = "rand_chacha" version = "0.3.1" @@ -5004,16 +4958,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand 0.8.5", -] - -[[package]] -name = "rand_hc" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" -dependencies = [ - "rand_core 0.5.1", + "rand", ] [[package]] @@ -5196,6 +5141,12 @@ dependencies = [ "winapi", ] +[[package]] +name = "route-recognizer" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" + [[package]] name = "rstest" version = "0.12.0" @@ -5356,9 +5307,9 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "23.0.0" +version = "24.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43b05714bc70605d5f8983612d1643d875cd4782ef53a8720907a0eb75070cba" +checksum = "357127c91373ed6d1ae582f6e3300ab5b13bcde43bbf270a891f44194ef48b70" dependencies = [ "log", "sp-core", @@ -5368,9 +5319,9 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "656b85de8aad8dd758f2e5f250f300e4711f294f238c9299064fbd624cb263f7" +checksum = "8e8b0640994965c6ff3afa13242d95a61611b83da21fd86ac2b1ebd03e241a02" dependencies = [ "parity-scale-codec", "sp-api", @@ -5384,9 +5335,9 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7f6a6926973e084fe9b23ffee9784cd41d84ea0627c605891542661bd9ff958" +checksum = "0f73880050f8b04fed7f6301279ef3899df13a3891bd06156d56f9a1c50fefba" dependencies = [ "array-bytes 6.1.0", "docify", @@ -5402,6 +5353,7 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", + "sp-crypto-hashing", "sp-genesis-builder", "sp-io", "sp-runtime", @@ -5422,9 +5374,9 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af05565a0f6467ebe0b430f3a44524fecee9e4aff621647ea5eab8833f775b6f" +checksum = "3e914dfadaaf384d8869ae47f3ec783bf6a1ac24e7827f5fec2e0e649a450a91" dependencies = [ "fnv", "futures", @@ -5450,9 +5402,9 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b0409758bb01f2e975b01c7cb2203aa27746e9796a483b18c57123e6e78fae5" +checksum = "c8e1ac2c698b828073982b6f5b1a466fcc345a452983356af74254ade8e9987d" dependencies = [ "async-trait", "futures", @@ -5476,9 +5428,9 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3129f8af1f8aa5b05829ffec942feff61163054a536704ba48fdcc2276f6042a" +checksum = "aa2ac6c356538d67987bbb867e11a12a84ba87250c70fd50005b6d74f570a4f7" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -5499,9 +5451,9 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0285a4a14c0d2c1d04380ff83cddd79181ded510c605d36804cb9c6eb3bbf2ae" +checksum = "07498138dee3ddf2c71299ca372d8449880bb3a8a8a299a483094e9c26b0823e" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -5512,9 +5464,9 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c2ba6ea0e68400caf4847fbcfca6123952b05a817e06f024e9cbafa665ac9d8" +checksum = "30a387779ab54ec1ffce0bf3a6631faada079459d42796c1895683767918a642" dependencies = [ "anyhow", "cfg-if", @@ -5531,9 +5483,9 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cac7d7145c712c4a8b184b3979fe1a154c200ebb1b9f11f1e4e39db97a389f8" +checksum = "45fb213c15679fe5b87c383815d7fb758c70d3e7c573948bd7fe26ff344d2272" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -5561,9 +5513,9 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f2f49eccabc1de61ff976a184f5380a230f07baa5cb075a31c8ec9459fcd076" +checksum = "f231c7d5e749ec428b4cfa669d759ae76cd3da4f50d7352a2d711acdc7532891" dependencies = [ "array-bytes 6.1.0", "async-channel", @@ -5583,7 +5535,7 @@ dependencies = [ "parking_lot 0.12.1", "partial_sort", "pin-project", - "rand 0.8.5", + "rand", "sc-client-api", "sc-network-common", "sc-utils", @@ -5605,9 +5557,9 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b798acc12d5b3120b2d5e8a078fcec39d6732089261136ac31c993235ade917" +checksum = "3504bbff5ab016948dbab0f21a8be26324810b76eff3627ce744adb5bfc1b3ce" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -5623,9 +5575,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ac0d83b9117c9c004e58331a593a28044eaf6414e5b3c605d1571b4a6981966" +checksum = "4a5acf6d89f062d1334a0c5b67e9dea97666cd47a49acb2696eab55ff1a1bf74" dependencies = [ "futures", "jsonrpsee", @@ -5656,9 +5608,9 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630e81a436f32487452ae1a57ad0ba31f320ddf864bb7faefd7490fe16b3e139" +checksum = "e9db6aaabfa7e0c27ec15d0f0a11b994cd4bcf86e362f0d9732b4a414d793f0f" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -5677,9 +5629,9 @@ dependencies = [ [[package]] name = "sc-telemetry" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96841bdc22e1ad5931e6cb7557b06ef33aeda7f5eef3864653359840f9fd025a" +checksum = "0673a93aa0684b606abfc5fce6c882ada7bb5fad8a2ddc66a09a42bcc9664d91" dependencies = [ "chrono", "futures", @@ -5687,7 +5639,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "pin-project", - "rand 0.8.5", + "rand", "sc-utils", "serde", "serde_json", @@ -5697,9 +5649,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90864e5e042d1238bcb082b0fa73ce58b7eb4897127783dae1dd66eee59cdaef" +checksum = "e77b4fdb4f359f19c395ba862430f3ca0efb50b0310b09753caaa06997edd606" dependencies = [ "ansi_term", "chrono", @@ -5740,9 +5692,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3402336f81a52fd6b1fd5a16fa3f4279032de1e113fe4a973865bf0b0e28679c" +checksum = "93ae888ce3491acb1b489c3dba930d0c46c7ef9f9893ba0ab8af9125362f3d14" dependencies = [ "async-trait", "futures", @@ -5757,9 +5709,9 @@ dependencies = [ [[package]] name = "sc-utils" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c4d5d1f106d670dd0c56fe540e8b0916aaeff6960bb39440ed8f3c80b52f8d4" +checksum = "28b1a238f5baa56405db4e440e2d2f697583736fa2e2f1aac345c438a42975f1" dependencies = [ "async-channel", "futures", @@ -5817,9 +5769,7 @@ dependencies = [ "arrayref", "arrayvec 0.5.2", "curve25519-dalek 2.1.3", - "getrandom 0.1.16", "merlin 2.0.1", - "rand 0.7.3", "rand_core 0.5.1", "sha2 0.8.2", "subtle 2.4.1", @@ -6125,15 +6075,15 @@ dependencies = [ "http", "httparse", "log", - "rand 0.8.5", + "rand", "sha-1", ] [[package]] name = "sp-api" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dea138c6dbf282ab57756492f0232ea0a08575ca9cbe2b7b1ead49000f238a7" +checksum = "6ef42aa652381ade883c14ffbbb5c0fec36d382d2217b5bace01b8a0e8634778" dependencies = [ "hash-db", "log", @@ -6168,9 +6118,9 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e4fe7a9b7fa9da76272b201e2fb3c7900d97d32a46b66af9a04dad457f73c71" +checksum = "547cad7a6eabb52c639ec117b3db9c6b43cf1b29a9393b18feb19e101a91833f" dependencies = [ "parity-scale-codec", "scale-info", @@ -6182,9 +6132,9 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "23.0.0" +version = "24.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f42721f072b421f292a072e8f52a3b3c0fbc27428f0c9fe24067bc47046bad63" +checksum = "afa823ca5adc490d47dccb41d69ad482bc57a317bd341de275868378f48f131c" dependencies = [ "integer-sqrt", "num-traits", @@ -6197,9 +6147,9 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d2aa0943101367b955f5806c3ecea2e23df7c90059708107470dbfb9d3d7ab" +checksum = "1b36ce171caa7eb2bbe682c089f755fdefa71d3702e4fb1ba30d10146aef99d5" dependencies = [ "sp-api", "sp-inherents", @@ -6209,9 +6159,9 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9adee5ddcf0682d0302ed640a285b9f922d933a205b63c7819a74d6092b6f78" +checksum = "a31303e766d2e53812641bbc1f1cec03a85793fc9e627e55f0a6854b28708758" dependencies = [ "futures", "log", @@ -6228,9 +6178,9 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcac16e85f78db9c99c9424659bb25790be079a0b758a3674ee8e1e7ef635b0" +checksum = "cb6e512b862c4ff7a26cdcd364898cc42e181ff5cb35fbb226ff27d88c81569a" dependencies = [ "async-trait", "futures", @@ -6244,9 +6194,9 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a906b20409a5a69b1d9580848f502af20cf2c51a1ae028ba208375eb11f332b" +checksum = "64b606164600db36e596db7abf32b4533dc9a74526d9444c4c45035427b2199b" dependencies = [ "finality-grandpa", "log", @@ -6263,9 +6213,9 @@ dependencies = [ [[package]] name = "sp-core" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f230cb12575455070da0fc174815958423a0b9a641d5e304a9457113c7cb4007" +checksum = "7c33c7a1568175250628567d50c4e1c54a6ac5bc1190413b9be29a9e810cbe73" dependencies = [ "array-bytes 6.1.0", "bip39", @@ -6287,13 +6237,13 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand 0.8.5", + "rand", "scale-info", "schnorrkel 0.11.4", "secp256k1", "secrecy", "serde", - "sp-core-hashing", + "sp-crypto-hashing", "sp-debug-derive", "sp-externalities", "sp-runtime-interface", @@ -6308,10 +6258,10 @@ dependencies = [ ] [[package]] -name = "sp-core-hashing" -version = "15.0.0" +name = "sp-crypto-hashing" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e0f4990add7b2cefdeca883c0efa99bb4d912cb2196120e1500c0cc099553b0" +checksum = "bc9927a7f81334ed5b8a98a4a978c81324d12bd9713ec76b5c68fd410174c5eb" dependencies = [ "blake2b_simd", "byteorder", @@ -6322,13 +6272,13 @@ dependencies = [ ] [[package]] -name = "sp-core-hashing-proc-macro" -version = "15.0.0" +name = "sp-crypto-hashing-proc-macro" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7527f8dda7667c41009b2cd0efaddcb81709b9741bd5ee6d17b11bad835cc698" +checksum = "b85d0f1f1e44bd8617eb2a48203ee854981229e3e79e6f468c7175d5fd37489b" dependencies = [ "quote", - "sp-core-hashing", + "sp-crypto-hashing", "syn 2.0.49", ] @@ -6355,9 +6305,9 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63867ec85950ced90d4ab1bba902a47db1b1efdf2829f653945669b2bb470a9c" +checksum = "e7096ed024cec397804864898b093b51e14c7299f1d00c67dd5800330e02bb82" dependencies = [ "environmental", "parity-scale-codec", @@ -6367,9 +6317,9 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfdc79df83221ec5a279cbbd08fd6f8be164b9b081c8e84593ce2c2ebd5d66c0" +checksum = "fd865540ec19479c7349b584ccd78cc34c3f3a628a2a69dbb6365ceec36295ee" dependencies = [ "serde_json", "sp-api", @@ -6379,9 +6329,9 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3caf2d1288549d7e6c32b453f2d4855d498bb88600101011e35653e022a6f2" +checksum = "607c9e35e96966645ff180a9e9f976433b96e905d0a91d8d5315e605a21f4bc0" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -6394,9 +6344,9 @@ dependencies = [ [[package]] name = "sp-io" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c55f26d89feedaf0faf81688b6e1e1e81329cd8b4c6a4fd6c5b97ed9dd068b8a" +checksum = "ec43aa073eab35fcb920d7592474d5427ea3be2bf938706a3ad955d7ba54fd8d" dependencies = [ "bytes", "ed25519-dalek", @@ -6406,6 +6356,7 @@ dependencies = [ "rustversion", "secp256k1", "sp-core", + "sp-crypto-hashing", "sp-externalities", "sp-keystore", "sp-runtime-interface", @@ -6419,9 +6370,9 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98165ce7c625a8cdb88d39c6bbd56fe8b32ada64ed0894032beba99795f557da" +checksum = "69cf0a2f881958466fc92bc9b39bbc2c0d815ded4a21f8f953372b0ac2e11b02" dependencies = [ "sp-core", "sp-runtime", @@ -6430,9 +6381,9 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96806a28a62ed9ddecd0b28857b1344d029390f7c5c42a2ff9199cbf5638635c" +checksum = "444f2d53968b1ce5e908882710ff1f3873fcf3e95f59d57432daf685bbacb959" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -6465,9 +6416,9 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85ed83d2f899484bde61c72cbae6edfb25708d43e6b19934e206f3c706df67df" +checksum = "7bebd44b915c65aeb7e7eeaea466aba3b27cdd915c83ea83d4643c54f21ffbbf" dependencies = [ "parity-scale-codec", "scale-info", @@ -6478,9 +6429,9 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb45b3e397dc9c7b81cb2d8d641d0bcb1f525b60e83835783413ba73b3f61ac9" +checksum = "4d83b955dce0b6d143bec3f60571311168f362b1c16cf044da7037a407b66c19" dependencies = [ "sp-api", "sp-core", @@ -6500,9 +6451,9 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a55f2c7660b579627d22932ecfe2e5f001a7671d2fa77667387517c7f80e6fb" +checksum = "9af4b73fe7ddd88b1641cca90048c4e525e721763199e6fd29c4f590884f4d16" dependencies = [ "rustc-hash", "serde", @@ -6511,9 +6462,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "31.0.1" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3bb49a4475d390198dfd3d41bef4564ab569fbaf1b5e38ae69b35fc01199d91" +checksum = "0a95e71603a6281e91b0f1fd3d68057644be16d75a4602013187b8137db8abee" dependencies = [ "docify", "either", @@ -6522,7 +6473,7 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand 0.8.5", + "rand", "scale-info", "serde", "simple-mermaid", @@ -6536,9 +6487,9 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "24.0.0" +version = "25.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f66b66d8cec3d785fa6289336c1d9cbd4305d5d84f7134378c4d79ed7983e6fb" +checksum = "4e2321ab29d4bcc31f1ba1b4f076a81fb2a666465231e5c981c72320d74dbe63" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -6569,9 +6520,9 @@ dependencies = [ [[package]] name = "sp-session" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8048981db53d4f5171e6003f5e11fbfc27a8c196b0827619907a4214746a623b" +checksum = "3b86531090cc04d2ab3535df07146258e2fb3ab6257b0a77ef14aa08282c3d4a" dependencies = [ "parity-scale-codec", "scale-info", @@ -6585,9 +6536,9 @@ dependencies = [ [[package]] name = "sp-staking" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0e68be3fff84dd8ee552f9d13dd2e9eab3663e0bddfc6c6c88de02aaca1e311" +checksum = "1e14d003ecf0b610bf1305a92bdab875289b39d514c073f30e75e78c2763a788" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6600,15 +6551,15 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "718c779ad1d6fcc0be64c7ce030b33fa44b5c8914b3a1319ef63bb5f27fb98df" +checksum = "a67297e702aa32027d7766803f362a420d6d3ec9e2f84961f3c64e2e52b5aaf9" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand 0.8.5", + "rand", "smallvec", "sp-core", "sp-externalities", @@ -6622,21 +6573,22 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fee6d4ceb2513f180e6e017fd6d6f3c9a1a122dcedee5fc8e4254d8a7ecf793d" +checksum = "309a9ae4e8134bbed8ffc510cf4d461a4a651f9250b556de782cedd876abe1ff" dependencies = [ "aes-gcm 0.10.2", "curve25519-dalek 4.1.2", "ed25519-dalek", "hkdf", "parity-scale-codec", - "rand 0.8.5", + "rand", "scale-info", "sha2 0.10.7", "sp-api", "sp-application-crypto", "sp-core", + "sp-crypto-hashing", "sp-externalities", "sp-runtime", "sp-runtime-interface", @@ -6653,9 +6605,9 @@ checksum = "12f8ee986414b0a9ad741776762f4083cd3a5128449b982a3919c4df36874834" [[package]] name = "sp-storage" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb92d7b24033a8a856d6e20dd980b653cbd7af7ec471cc988b1b7c1d2e3a32b" +checksum = "8dba5791cb3978e95daf99dad919ecb3ec35565604e88cd38d805d9d4981e8bd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6667,9 +6619,9 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "347eaddd5b07856ccec69ac3300e72e392a5efc3aea5fb4b7230888a0b447b9e" +checksum = "249cd06624f2edb53b25af528ab216a508dc9d0870e158b43caac3a97e86699f" dependencies = [ "async-trait", "parity-scale-codec", @@ -6694,9 +6646,9 @@ dependencies = [ [[package]] name = "sp-trie" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e4d24d84a0beb44a71dcac1b41980e1edf7fb722c7f3046710136a283cd479b" +checksum = "eed48dfd05081e8b36741b10ce4eb686c135a2952227a11fe71caec89890ddbb" dependencies = [ "ahash 0.8.3", "hash-db", @@ -6705,7 +6657,7 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand 0.8.5", + "rand", "scale-info", "schnellru", "sp-core", @@ -6719,16 +6671,16 @@ dependencies = [ [[package]] name = "sp-version" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afd1b053394347e22f541696bca4a9ac3ec848b50d1b86f5018d2b771f39f11a" +checksum = "ff4a660c68995663d6778df324f4e2b4efc48d55a8e9c92c22a5fb7dae7899cd" dependencies = [ "impl-serde", "parity-scale-codec", "parity-wasm", "scale-info", "serde", - "sp-core-hashing-proc-macro", + "sp-crypto-hashing-proc-macro", "sp-runtime", "sp-std", "sp-version-proc-macro", @@ -6763,9 +6715,9 @@ dependencies = [ [[package]] name = "sp-weights" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e874bdf9dd3fd3242f5b7867a4eaedd545b02f29041a46d222a9d9d5caaaa5c" +checksum = "a3be30aec904994451dcacf841a9168cfbbaf817de6b24b6a1c1418cbf1af2fe" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -6844,9 +6796,9 @@ dependencies = [ [[package]] name = "substrate-bip39" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c" +checksum = "e620c7098893ba667438b47169c00aacdd9e7c10e042250ce2b60b087ec97328" dependencies = [ "hmac 0.11.0", "pbkdf2", @@ -7010,7 +6962,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-utils" -version = "5.0.0" +version = "6.0.0" dependencies = [ "encointer-primitives", "frame-benchmarking", @@ -7373,7 +7325,7 @@ dependencies = [ "idna 0.2.3", "ipnet", "lazy_static", - "rand 0.8.5", + "rand", "smallvec", "socket2 0.4.9", "thiserror", @@ -7423,7 +7375,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.8.5", + "rand", "static_assertions", ] @@ -7560,8 +7512,8 @@ dependencies = [ "arrayref", "constcat", "digest 0.10.7", - "rand 0.8.5", - "rand_chacha 0.3.1", + "rand", + "rand_chacha", "rand_core 0.6.4", "sha2 0.10.7", "sha3", @@ -7674,9 +7626,9 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" [[package]] name = "wasm-instrument" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd" +checksum = "2a47ecb37b9734d1085eaa5ae1a81e60801fd8c28d4cabdd8aedb982021918bc" dependencies = [ "parity-wasm", ] @@ -7881,7 +7833,7 @@ dependencies = [ "memfd", "memoffset 0.8.0", "paste", - "rand 0.8.5", + "rand", "rustix 0.36.15", "wasmtime-asm-macros", "wasmtime-environ", @@ -8260,7 +8212,7 @@ dependencies = [ "log", "nohash-hasher", "parking_lot 0.12.1", - "rand 0.8.5", + "rand", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index f7bf20b9..9df44f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,26 +28,26 @@ members = [ [workspace.dependencies] # local pin -encointer-ceremonies-assignment = { path = "ceremonies/assignment", default-features = false, version = "5.0.0" } -encointer-meetup-validation = { path = "ceremonies/meetup-validation", default-features = false, version = "5.0.0" } -encointer-primitives = { path = "primitives", default-features = false, features = ["serde_derive"], version = "5.0.0" } -encointer-rpc = { path = "rpc", version = "5.0.0" } -ep-core = { path = "primitives/core", default-features = false, version = "5.0.0" } -pallet-encointer-balances = { path = "balances", default-features = false, version = "5.0.0" } -pallet-encointer-ceremonies = { path = "ceremonies", default-features = false, version = "5.0.0" } -pallet-encointer-communities = { path = "communities", default-features = false, version = "5.0.0" } -pallet-encointer-reputation-commitments = { path = "reputation-commitments", default-features = false, version = "5.0.0" } -pallet-encointer-scheduler = { path = "scheduler", default-features = false, version = "5.0.0" } +encointer-ceremonies-assignment = { path = "ceremonies/assignment", default-features = false, version = "6.0.0" } +encointer-meetup-validation = { path = "ceremonies/meetup-validation", default-features = false, version = "6.0.0" } +encointer-primitives = { path = "primitives", default-features = false, features = ["serde_derive"], version = "6.0.0" } +encointer-rpc = { path = "rpc", version = "6.0.0" } +ep-core = { path = "primitives/core", default-features = false, version = "6.0.0" } +pallet-encointer-balances = { path = "balances", default-features = false, version = "6.0.0" } +pallet-encointer-ceremonies = { path = "ceremonies", default-features = false, version = "6.0.0" } +pallet-encointer-communities = { path = "communities", default-features = false, version = "6.0.0" } +pallet-encointer-reputation-commitments = { path = "reputation-commitments", default-features = false, version = "6.0.0" } +pallet-encointer-scheduler = { path = "scheduler", default-features = false, version = "6.0.0" } test-utils = { path = "test-utils" } # rpc apis -encointer-balances-tx-payment-rpc-runtime-api = { path = "balances-tx-payment/rpc/runtime-api", version = "5.0.0" } -pallet-encointer-bazaar-rpc-runtime-api = { path = "bazaar/rpc/runtime-api", version = "5.0.0" } -pallet-encointer-ceremonies-rpc-runtime-api = { path = "ceremonies/rpc/runtime-api", version = "5.0.0" } -pallet-encointer-communities-rpc-runtime-api = { path = "communities/rpc/runtime-api", version = "5.0.0" } +encointer-balances-tx-payment-rpc-runtime-api = { path = "balances-tx-payment/rpc/runtime-api", version = "6.0.0" } +pallet-encointer-bazaar-rpc-runtime-api = { path = "bazaar/rpc/runtime-api", version = "6.0.0" } +pallet-encointer-ceremonies-rpc-runtime-api = { path = "ceremonies/rpc/runtime-api", version = "6.0.0" } +pallet-encointer-communities-rpc-runtime-api = { path = "communities/rpc/runtime-api", version = "6.0.0" } # various array-bytes = "6.1.0" -bs58 = { version = "0.4.0", default-features = false, features = ["alloc"] } +bs58 = { version = "0.5.0", default-features = false, features = ["alloc"] } crc = "2.1.0" fixed = { package = "substrate-fixed", default-features = false, version = "0.5.9" } geohash = { package = "substrate-geohash", version = "0.13.0" } @@ -61,40 +61,40 @@ serde = { version = "1.0.195", default-features = false, features = ["derive", " thiserror = "1.0.50" # polkadot-sdk [no_std] -frame-benchmarking = { default-features = false, version = "28.0.0" } -frame-support = { default-features = false, version = "28.0.0" } -frame-system = { default-features = false, version = "28.0.0" } -pallet-asset-tx-payment = { default-features = false, version = "28.0.0" } -pallet-balances = { default-features = false, version = "28.0.0" } -pallet-timestamp = { default-features = false, version = "27.0.0" } -pallet-transaction-payment = { default-features = false, version = "28.0.0" } -pallet-treasury = { default-features = false, version = "27.0.0" } -sp-api = { default-features = false, version = "26.0.0" } -sp-application-crypto = { default-features = false, version = "30.0.0" } -sp-arithmetic = { default-features = false, version = "23.0.0" } -sp-core = { default-features = false, version = "28.0.0" } -sp-io = { default-features = false, version = "30.0.0" } -sp-runtime = { default-features = false, version = "31.0.0" } +frame-benchmarking = { default-features = false, version = "29.0.0" } +frame-support = { default-features = false, version = "29.0.0" } +frame-system = { default-features = false, version = "29.0.0" } +pallet-asset-tx-payment = { default-features = false, version = "29.0.0" } +pallet-balances = { default-features = false, version = "29.0.0" } +pallet-timestamp = { default-features = false, version = "28.0.0" } +pallet-transaction-payment = { default-features = false, version = "29.0.0" } +pallet-treasury = { default-features = false, version = "28.0.0" } +sp-api = { default-features = false, version = "27.0.0" } +sp-application-crypto = { default-features = false, version = "31.0.0" } +sp-arithmetic = { default-features = false, version = "24.0.0" } +sp-core = { default-features = false, version = "29.0.0" } +sp-io = { default-features = false, version = "31.0.0" } +sp-runtime = { default-features = false, version = "32.0.0" } sp-std = { default-features = false, version = "14.0.0" } # rpc stuff [std] -jsonrpsee = { version = "0.16.3", features = ["client-core", "server", "macros"] } -jsonrpsee-core = { version = "0.16.3" } -jsonrpsee-types = { version = "0.16.3" } -pallet-transaction-payment-rpc = { version = "30.0.0" } -sc-rpc = "29.0.0" -sc-rpc-api = "0.33.0" -sp-blockchain = "28.0.0" -sp-rpc = "26.0.0" +jsonrpsee = { version = "0.20.3", features = ["client-core", "server", "macros"] } +jsonrpsee-core = { version = "0.20.3" } +jsonrpsee-types = { version = "0.20.3" } +pallet-transaction-payment-rpc = { version = "31.0.0" } +sc-rpc = "30.0.0" +sc-rpc-api = "0.34.0" +sp-blockchain = "29.0.0" +sp-rpc = "27.0.0" # dev deps approx = "0.5.1" itertools = "0.10.5" rstest = "0.12.0" serde_json = "1.0.111" -sp-inherents = "26.0.0" -sp-keyring = "31.0.0" -sp-keystore = "0.34.0" +sp-inherents = "27.0.0" +sp-keyring = "32.0.0" +sp-keystore = "0.35.0" #[patch."https://github.com/encointer/substrate-fixed"] #substrate-fixed = { path = "../substrate-fixed"} diff --git a/balances-tx-payment/Cargo.toml b/balances-tx-payment/Cargo.toml index 94e242ec..c6940d64 100644 --- a/balances-tx-payment/Cargo.toml +++ b/balances-tx-payment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encointer-balances-tx-payment" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Balances tx payment for the Encointer blockchain runtime" diff --git a/balances-tx-payment/rpc/Cargo.toml b/balances-tx-payment/rpc/Cargo.toml index 64f4ae5a..e6194659 100644 --- a/balances-tx-payment/rpc/Cargo.toml +++ b/balances-tx-payment/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encointer-balances-tx-payment-rpc" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Balances tx payment rpc for the Encointer blockchain runtime" diff --git a/balances-tx-payment/rpc/runtime-api/Cargo.toml b/balances-tx-payment/rpc/runtime-api/Cargo.toml index b4323e82..74b9e3a7 100644 --- a/balances-tx-payment/rpc/runtime-api/Cargo.toml +++ b/balances-tx-payment/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encointer-balances-tx-payment-rpc-runtime-api" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Balances tx payment rpc runtime api for the Encointer blockchain runtime" diff --git a/balances-tx-payment/rpc/src/lib.rs b/balances-tx-payment/rpc/src/lib.rs index 33ef18a3..be2781db 100644 --- a/balances-tx-payment/rpc/src/lib.rs +++ b/balances-tx-payment/rpc/src/lib.rs @@ -18,11 +18,8 @@ use core::fmt::Display; use encointer_balances_tx_payment_rpc_runtime_api::{ BalancesTxPaymentApi as BalancesTxPaymentApiRuntimeApi, Error, }; -use jsonrpsee::{ - core::RpcResult, - proc_macros::rpc, - types::error::{CallError, ErrorObject}, -}; +use jsonrpsee::types::ErrorObjectOwned; +use jsonrpsee::{core::RpcResult, proc_macros::rpc, types::error::ErrorObject}; pub use pallet_transaction_payment::RuntimeDispatchInfo; use pallet_transaction_payment::{FeeDetails, InclusionFee}; use pallet_transaction_payment_rpc::TransactionPaymentRuntimeApi; @@ -94,18 +91,18 @@ where let encoded_len = encoded_xt.len() as u32; let uxt: Block::Extrinsic = Decode::decode(&mut &*encoded_xt).map_err(|e| { - CallError::Custom(ErrorObject::owned( + ErrorObject::owned( Error::DecodeError.into(), "Unable to query fee details.", Some(format!("{e:?}")), - )) + ) })?; let fee_details = api.query_fee_details(at, uxt, encoded_len).map_err(|e| { - CallError::Custom(ErrorObject::owned( + ErrorObject::owned( Error::RuntimeError.into(), "Unable to query fee details.", Some(e.to_string()), - )) + ) })?; Ok(FeeDetails { @@ -150,6 +147,6 @@ where } } -fn runtime_api_error_into_rpc_error(e: E, msg: &str) -> CallError { - CallError::Custom(ErrorObject::owned(Error::RuntimeError.into(), msg, Some(e.to_string()))) +fn runtime_api_error_into_rpc_error(e: E, msg: &str) -> ErrorObjectOwned { + ErrorObject::owned(Error::RuntimeError.into(), msg, Some(e.to_string())) } diff --git a/balances/Cargo.toml b/balances/Cargo.toml index de67b16c..51a91af1 100644 --- a/balances/Cargo.toml +++ b/balances/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-balances" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Balances pallet for the Encointer blockchain runtime" diff --git a/bazaar/Cargo.toml b/bazaar/Cargo.toml index a17d5f97..6bfbea6f 100644 --- a/bazaar/Cargo.toml +++ b/bazaar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-bazaar" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Bazaar pallet for the Encointer blockchain runtime" diff --git a/bazaar/rpc/Cargo.toml b/bazaar/rpc/Cargo.toml index f99a7a9f..6971244b 100644 --- a/bazaar/rpc/Cargo.toml +++ b/bazaar/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-bazaar-rpc" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Bazaar rpc for the Encointer blockchain runtime" diff --git a/bazaar/rpc/runtime-api/Cargo.toml b/bazaar/rpc/runtime-api/Cargo.toml index 52bfad31..009fe81e 100644 --- a/bazaar/rpc/runtime-api/Cargo.toml +++ b/bazaar/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-bazaar-rpc-runtime-api" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Bazaar rpc runtime API for the Encointer blockchain runtime" diff --git a/ceremonies/Cargo.toml b/ceremonies/Cargo.toml index 11b98b50..119800a2 100644 --- a/ceremonies/Cargo.toml +++ b/ceremonies/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-ceremonies" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Ceremonies pallet for the Encointer blockchain runtime" diff --git a/ceremonies/assignment/Cargo.toml b/ceremonies/assignment/Cargo.toml index 41ab05d1..87c85a85 100644 --- a/ceremonies/assignment/Cargo.toml +++ b/ceremonies/assignment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encointer-ceremonies-assignment" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Ceremonies assignments for the Encointer blockchain runtime" diff --git a/ceremonies/meetup-validation/Cargo.toml b/ceremonies/meetup-validation/Cargo.toml index 5be0e082..51ca7afe 100644 --- a/ceremonies/meetup-validation/Cargo.toml +++ b/ceremonies/meetup-validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encointer-meetup-validation" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Meetup validation for the Encointer blockchain runtime" diff --git a/ceremonies/rpc/Cargo.toml b/ceremonies/rpc/Cargo.toml index 24f8e9a1..938fa3bd 100644 --- a/ceremonies/rpc/Cargo.toml +++ b/ceremonies/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-ceremonies-rpc" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Ceremonies rpc for the Encointer blockchain runtime" diff --git a/ceremonies/rpc/runtime-api/Cargo.toml b/ceremonies/rpc/runtime-api/Cargo.toml index 17f960f6..e9334d01 100644 --- a/ceremonies/rpc/runtime-api/Cargo.toml +++ b/ceremonies/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-ceremonies-rpc-runtime-api" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Ceremonies rpc runtime API for the Encointer blockchain runtime" diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 31f3e2ef..fbb28208 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-communities" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Communities pallet for the Encointer blockchain runtime" diff --git a/communities/rpc/Cargo.toml b/communities/rpc/Cargo.toml index fc1224e8..10b79b84 100644 --- a/communities/rpc/Cargo.toml +++ b/communities/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-communities-rpc" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Communities rpc for the Encointer blockchain runtime" diff --git a/communities/rpc/runtime-api/Cargo.toml b/communities/rpc/runtime-api/Cargo.toml index 8ce15fe2..fc15bcf3 100644 --- a/communities/rpc/runtime-api/Cargo.toml +++ b/communities/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-communities-rpc-runtime-api" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Communities rpc runtime api for the Encointer blockchain runtime" diff --git a/democracy/Cargo.toml b/democracy/Cargo.toml index 7090298f..1370f860 100644 --- a/democracy/Cargo.toml +++ b/democracy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-democracy" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Democracy pallet for the Encointer blockchain runtime" diff --git a/faucet/Cargo.toml b/faucet/Cargo.toml index 3d409cf0..0118c74e 100644 --- a/faucet/Cargo.toml +++ b/faucet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-faucet" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Faucet pallet for the Encointer blockchain runtime" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index f3df88f9..0cded5e0 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encointer-primitives" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Primitives for the Encointer blockchain runtime" diff --git a/primitives/core/Cargo.toml b/primitives/core/Cargo.toml index ca7649d7..3affdb85 100644 --- a/primitives/core/Cargo.toml +++ b/primitives/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ep-core" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Core primitives for the Encointer blockchain runtime" diff --git a/reputation-commitments/Cargo.toml b/reputation-commitments/Cargo.toml index d07b5e10..c404f4e3 100644 --- a/reputation-commitments/Cargo.toml +++ b/reputation-commitments/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-reputation-commitments" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Reputation commitments pallet for the Encointer blockchain runtime" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 27fcb833..22cbf072 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encointer-rpc" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "RPC for the Encointer blockchain runtime" diff --git a/rpc/src/error.rs b/rpc/src/error.rs index 1459b854..59d4403a 100644 --- a/rpc/src/error.rs +++ b/rpc/src/error.rs @@ -1,5 +1,5 @@ -use jsonrpsee_core::error::Error as JsonRpseeError; -use jsonrpsee_types::error::{CallError, ErrorObject}; +use jsonrpsee_types::error::ErrorObject; +use jsonrpsee_types::ErrorObjectOwned; mod error_codes { pub const RUNTIME_ERROR: i32 = 1; // Arbitrary number, but substrate uses the same @@ -36,8 +36,8 @@ impl Error { } } -impl From for JsonRpseeError { +impl From for ErrorObjectOwned { fn from(err: Error) -> Self { - CallError::Custom(ErrorObject::owned(err.code(), err.to_string(), None::<()>)).into() + ErrorObject::owned(err.code(), err.to_string(), None::<()>) } } diff --git a/scheduler/Cargo.toml b/scheduler/Cargo.toml index 08391fa4..ae3a62ce 100644 --- a/scheduler/Cargo.toml +++ b/scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-scheduler" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Scheduler pallet for the Encointer blockchain runtime" diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index f63b6eca..ba778a50 100644 --- a/test-utils/Cargo.toml +++ b/test-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-utils" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Test utils for the Encointer blockchain runtime" diff --git a/test-utils/src/lib.rs b/test-utils/src/lib.rs index 18e4f5fe..b03189a8 100644 --- a/test-utils/src/lib.rs +++ b/test-utils/src/lib.rs @@ -150,7 +150,6 @@ macro_rules! impl_balances { type RuntimeHoldReason = (); type RuntimeFreezeReason = RuntimeFreezeReason; type FreezeIdentifier = (); - type MaxHolds = frame_support::traits::ConstU32<0>; type MaxFreezes = frame_support::traits::ConstU32<0>; } }; diff --git a/vouches/Cargo.toml b/vouches/Cargo.toml index 4fae9889..0b5ca5bb 100644 --- a/vouches/Cargo.toml +++ b/vouches/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-vouches" -version = "5.0.0" +version = "6.0.0" authors = ["Encointer Association "] edition = "2021" description = "Vouches pallet for the Encointer blockchain runtime"