diff --git a/Cargo.lock b/Cargo.lock index 0346bf09cc95f731c65d2065ee61f17036927d55..607ccf92f4e4e8d09fae9ac1906c40083dc8865f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,9 +639,9 @@ dependencies = [ [[package]] name = "async-io" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb41eb19024a91746eba0773aa5e16036045bbf45733766661099e182ea6a744" +checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65" dependencies = [ "async-lock 3.3.0", "cfg-if 1.0.0", @@ -1574,14 +1574,14 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic 16.0.0", + "sp-arithmetic", "sp-consensus-babe", - "sp-core 21.0.0", + "sp-core", "sp-membership", - "sp-runtime 24.0.0", + "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-weights 20.0.0", + "sp-std 8.0.0", + "sp-weights", ] [[package]] @@ -2195,10 +2195,10 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "scale-info", - "sp-core 21.0.0", + "sp-core", "sp-distance", - "sp-keystore 0.27.0", - "sp-runtime 24.0.0", + "sp-keystore", + "sp-runtime", "thiserror", ] @@ -2374,9 +2374,9 @@ dependencies = [ "parity-scale-codec", "rayon", "simple_logger", - "sp-core 21.0.0", + "sp-core", "sp-distance", - "sp-runtime 24.0.0", + "sp-runtime", "subxt", "time", "time-macros", @@ -2522,21 +2522,21 @@ dependencies = [ "sp-consensus", "sp-consensus-babe", "sp-consensus-grandpa", - "sp-core 21.0.0", + "sp-core", "sp-distance", "sp-inherents", - "sp-io 23.0.0", - "sp-keyring 24.0.0", - "sp-keystore 0.27.0", + "sp-io", + "sp-keyring", + "sp-keystore", "sp-membership", "sp-offchain", - "sp-runtime 24.0.0", + "sp-runtime", "sp-session", - "sp-storage 13.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-storage 13.0.0", "sp-timestamp", "sp-transaction-pool", "sp-transaction-storage-proof", - "sp-trie 22.0.0", + "sp-trie", "substrate-build-script-utils", "substrate-frame-rpc-system", "tracing-core", @@ -2559,10 +2559,10 @@ dependencies = [ "parity-scale-codec", "portpicker", "serde_json", - "sp-core 28.0.0", - "sp-core-hashing 15.0.0", - "sp-keyring 31.0.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-core-hashing", + "sp-keyring", + "sp-runtime", "subxt", "tokio", ] @@ -2574,8 +2574,8 @@ dependencies = [ "frame-support", "parity-scale-codec", "scale-info", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] @@ -3021,7 +3021,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "parity-scale-codec", ] @@ -3044,7 +3044,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-support", "frame-support-procedural", @@ -3056,20 +3056,20 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto 23.0.0", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-runtime-interface 17.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-storage 13.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface 17.0.0", + "sp-std 8.0.0", + "sp-storage 13.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "Inflector", "array-bytes 6.2.2", @@ -3099,17 +3099,17 @@ dependencies = [ "serde_json", "sp-api", "sp-blockchain", - "sp-core 21.0.0", + "sp-core", "sp-database", - "sp-externalities 0.19.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-externalities 0.19.0", "sp-inherents", - "sp-io 23.0.0", - "sp-keystore 0.27.0", - "sp-runtime 24.0.0", - "sp-state-machine 0.28.0", - "sp-storage 13.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-trie 22.0.0", - "sp-wasm-interface 14.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-storage 13.0.0", + "sp-trie", + "sp-wasm-interface 14.0.0", "thiserror", "thousands", ] @@ -3117,7 +3117,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-support", "frame-system", @@ -3125,11 +3125,11 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-tracing 10.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", + "sp-tracing 10.0.0", ] [[package]] @@ -3158,7 +3158,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "futures 0.3.30", "indicatif", @@ -3166,10 +3166,10 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-state-machine 0.28.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", "spinners", "substrate-rpc-client", "tokio", @@ -3179,7 +3179,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "aquamarine", "array-bytes 6.2.2", @@ -3199,20 +3199,20 @@ dependencies = [ "serde_json", "smallvec", "sp-api", - "sp-arithmetic 16.0.0", - "sp-core 21.0.0", + "sp-arithmetic", + "sp-core", "sp-core-hashing-proc-macro", - "sp-debug-derive 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-debug-derive 8.0.0", "sp-genesis-builder", "sp-inherents", - "sp-io 23.0.0", + "sp-io", "sp-metadata-ir", - "sp-runtime 24.0.0", + "sp-runtime", "sp-staking", - "sp-state-machine 0.28.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-tracing 10.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-weights 20.0.0", + "sp-state-machine", + "sp-std 8.0.0", + "sp-tracing 10.0.0", + "sp-weights", "static_assertions", "tt-call", ] @@ -3220,7 +3220,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "Inflector", "cfg-expr", @@ -3232,14 +3232,14 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-core-hashing 9.0.0", + "sp-core-hashing", "syn 2.0.48", ] [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -3251,7 +3251,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "proc-macro2", "quote", @@ -3261,7 +3261,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "cfg-if 1.0.0", "docify", @@ -3270,33 +3270,33 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", "sp-version", - "sp-weights 20.0.0", + "sp-weights", ] [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "parity-scale-codec", "sp-api", @@ -3305,13 +3305,13 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] @@ -3575,21 +3575,21 @@ dependencies = [ "serde", "serde_derive", "sp-api", - "sp-arithmetic 16.0.0", + "sp-arithmetic", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-grandpa", - "sp-core 21.0.0", + "sp-core", "sp-distance", "sp-inherents", - "sp-keyring 24.0.0", + "sp-keyring", "sp-membership", "sp-offchain", - "sp-runtime 24.0.0", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-std 8.0.0", "sp-transaction-pool", "sp-version", "substrate-wasm-builder", @@ -3650,22 +3650,22 @@ dependencies = [ "serde", "serde_derive", "sp-api", - "sp-arithmetic 16.0.0", + "sp-arithmetic", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-grandpa", - "sp-core 21.0.0", + "sp-core", "sp-distance", "sp-inherents", - "sp-io 23.0.0", - "sp-keyring 24.0.0", + "sp-io", + "sp-keyring", "sp-membership", "sp-offchain", - "sp-runtime 24.0.0", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-std 8.0.0", "sp-transaction-pool", "sp-version", "substrate-wasm-builder", @@ -3834,7 +3834,7 @@ dependencies = [ "aho-corasick", "bstr", "log", - "regex-automata 0.4.4", + "regex-automata 0.4.5", "regex-syntax 0.8.2", ] @@ -3973,21 +3973,21 @@ dependencies = [ "serde", "serde_derive", "sp-api", - "sp-arithmetic 16.0.0", + "sp-arithmetic", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-grandpa", - "sp-core 21.0.0", + "sp-core", "sp-distance", "sp-inherents", - "sp-keyring 24.0.0", + "sp-keyring", "sp-membership", "sp-offchain", - "sp-runtime 24.0.0", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-std 8.0.0", "sp-transaction-pool", "sp-version", "substrate-wasm-builder", @@ -4005,7 +4005,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 2.1.0", + "indexmap 2.2.1", "slab", "tokio", "tokio-util", @@ -4379,7 +4379,7 @@ dependencies = [ "globset", "log", "memchr", - "regex-automata 0.4.4", + "regex-automata 0.4.5", "same-file", "walkdir", "winapi-util", @@ -4446,9 +4446,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b" dependencies = [ "equivalent", "hashbrown 0.14.3", @@ -5441,9 +5441,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.14" +version = "1.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "295c17e837573c8c821dbaeb3cceb3d745ad082f7572191409e69cbc1b3fd050" +checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6" dependencies = [ "cc", "cmake", @@ -5536,9 +5536,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7" +checksum = "db2c024b41519440580066ba82aab04092b333e09066a5eb86c7c4890df31f22" dependencies = [ "hashbrown 0.14.3", ] @@ -6117,10 +6117,10 @@ checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ - "sp-core 21.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -6397,32 +6397,32 @@ checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" [[package]] name = "pallet-atomic-swap" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-support", "frame-system", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 23.0.0", + "sp-application-crypto", "sp-authority-discovery", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] @@ -6439,32 +6439,32 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-staking", - "sp-state-machine 0.28.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-state-machine", + "sp-std 8.0.0", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6475,20 +6475,20 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 23.0.0", + "sp-application-crypto", "sp-consensus-babe", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-std 8.0.0", ] [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6496,8 +6496,8 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] @@ -6510,16 +6510,16 @@ dependencies = [ "maplit", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6527,10 +6527,10 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] @@ -6550,13 +6550,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-consensus-babe", - "sp-core 21.0.0", + "sp-core", "sp-distance", "sp-inherents", - "sp-io 23.0.0", - "sp-keystore 0.27.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] @@ -6577,10 +6577,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] @@ -6594,9 +6594,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] @@ -6622,18 +6622,18 @@ dependencies = [ "pallet-membership", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", + "sp-core", + "sp-io", "sp-membership", - "sp-runtime 24.0.0", - "sp-state-machine 0.28.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-state-machine", + "sp-std 8.0.0", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6643,14 +6643,14 @@ dependencies = [ "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 23.0.0", + "sp-application-crypto", "sp-consensus-grandpa", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-std 8.0.0", ] [[package]] @@ -6664,19 +6664,19 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-keystore 0.27.0", - "sp-runtime 24.0.0", - "sp-state-machine 0.28.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-std 8.0.0", "substrate-wasm-builder", ] [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6685,12 +6685,12 @@ dependencies = [ "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto 23.0.0", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-std 8.0.0", ] [[package]] @@ -6703,17 +6703,17 @@ dependencies = [ "maplit", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", + "sp-core", + "sp-io", "sp-membership", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6721,9 +6721,9 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] @@ -6736,11 +6736,11 @@ dependencies = [ "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-std 8.0.0", ] [[package]] @@ -6755,16 +6755,16 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6772,10 +6772,10 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] @@ -6788,25 +6788,25 @@ dependencies = [ "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] @@ -6820,16 +6820,16 @@ dependencies = [ "pallet-identity", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "docify", "frame-benchmarking", @@ -6838,16 +6838,16 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-weights 20.0.0", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", + "sp-weights", ] [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-support", "frame-system", @@ -6856,14 +6856,14 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", "sp-staking", - "sp-state-machine 0.28.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-trie 22.0.0", + "sp-state-machine", + "sp-std 8.0.0", + "sp-trie", ] [[package]] @@ -6879,11 +6879,11 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-std 8.0.0", ] [[package]] @@ -6899,17 +6899,17 @@ dependencies = [ "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-std 8.0.0", ] [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "docify", "frame-benchmarking", @@ -6917,15 +6917,15 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "docify", "frame-benchmarking", @@ -6935,61 +6935,61 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-inherents", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-storage 13.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", + "sp-storage 13.0.0", "sp-timestamp", ] [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "jsonrpsee 0.16.3", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", "sp-api", "sp-blockchain", - "sp-core 21.0.0", + "sp-core", "sp-rpc", - "sp-runtime 24.0.0", - "sp-weights 20.0.0", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "sp-api", - "sp-runtime 24.0.0", - "sp-weights 20.0.0", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "docify", "frame-benchmarking", @@ -7000,9 +7000,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 21.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] @@ -7017,11 +7017,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 16.0.0", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] @@ -7033,25 +7033,25 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] @@ -7298,23 +7298,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 2.1.0", + "indexmap 2.2.1", ] [[package]] name = "pin-project" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" +checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" +checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690" dependencies = [ "proc-macro2", "quote", @@ -7950,7 +7950,7 @@ checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.4", + "regex-automata 0.4.5", "regex-syntax 0.8.2", ] @@ -7965,9 +7965,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a" +checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" dependencies = [ "aho-corasick", "memchr", @@ -8383,18 +8383,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "log", - "sp-core 21.0.0", - "sp-wasm-interface 14.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-wasm-interface 14.0.0", "thiserror", ] [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "futures 0.3.30", "futures-timer", @@ -8407,31 +8407,31 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 21.0.0", + "sp-core", "sp-inherents", - "sp-runtime 24.0.0", + "sp-runtime", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "parity-scale-codec", "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core 21.0.0", + "sp-core", "sp-inherents", - "sp-runtime 24.0.0", - "sp-trie 22.0.0", + "sp-runtime", + "sp-trie", ] [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "array-bytes 6.2.2", "docify", @@ -8446,17 +8446,17 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 21.0.0", + "sp-core", "sp-genesis-builder", - "sp-io 23.0.0", - "sp-runtime 24.0.0", - "sp-state-machine 0.28.0", + "sp-io", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -8467,7 +8467,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "array-bytes 6.2.2", "bip39", @@ -8495,11 +8495,11 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 21.0.0", - "sp-keyring 24.0.0", - "sp-keystore 0.27.0", - "sp-panic-handler 8.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-keyring", + "sp-keystore", + "sp-panic-handler", + "sp-runtime", "sp-version", "thiserror", "tokio", @@ -8508,7 +8508,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "fnv", "futures 0.3.30", @@ -8521,21 +8521,21 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 21.0.0", + "sp-core", "sp-database", - "sp-externalities 0.19.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-runtime 24.0.0", - "sp-state-machine 0.28.0", + "sp-externalities 0.19.0", + "sp-runtime", + "sp-state-machine", "sp-statement-store", - "sp-storage 13.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-trie 22.0.0", + "sp-storage 13.0.0", + "sp-trie", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "hash-db", "kvdb", @@ -8549,19 +8549,19 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 16.0.0", + "sp-arithmetic", "sp-blockchain", - "sp-core 21.0.0", + "sp-core", "sp-database", - "sp-runtime 24.0.0", - "sp-state-machine 0.28.0", - "sp-trie 22.0.0", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "futures 0.3.30", @@ -8576,9 +8576,9 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 21.0.0", - "sp-runtime 24.0.0", - "sp-state-machine 0.28.0", + "sp-core", + "sp-runtime", + "sp-state-machine", "substrate-prometheus-endpoint", "thiserror", ] @@ -8586,7 +8586,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "futures 0.3.30", @@ -8598,16 +8598,16 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sp-api", - "sp-application-crypto 23.0.0", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core 21.0.0", + "sp-core", "sp-inherents", - "sp-keystore 0.27.0", - "sp-runtime 24.0.0", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -8615,7 +8615,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "fork-tree", @@ -8633,16 +8633,16 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool-api", "sp-api", - "sp-application-crypto 23.0.0", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", - "sp-core 21.0.0", + "sp-core", "sp-inherents", - "sp-keystore 0.27.0", - "sp-runtime 24.0.0", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -8650,7 +8650,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "futures 0.3.30", "jsonrpsee 0.16.3", @@ -8659,33 +8659,33 @@ dependencies = [ "sc-rpc-api", "serde", "sp-api", - "sp-application-crypto 23.0.0", + "sp-application-crypto", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 21.0.0", - "sp-keystore 0.27.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", ] [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 24.0.0", + "sp-runtime", ] [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "ahash 0.8.7", "array-bytes 6.2.2", @@ -8712,14 +8712,14 @@ dependencies = [ "sc-utils", "serde_json", "sp-api", - "sp-application-crypto 23.0.0", - "sp-arithmetic 16.0.0", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 21.0.0", - "sp-keystore 0.27.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -8727,7 +8727,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "assert_matches", "async-trait", @@ -8750,10 +8750,10 @@ dependencies = [ "sp-consensus-aura", "sp-consensus-babe", "sp-consensus-slots", - "sp-core 21.0.0", + "sp-core", "sp-inherents", - "sp-keystore 0.27.0", - "sp-runtime 24.0.0", + "sp-keystore", + "sp-runtime", "sp-timestamp", "substrate-prometheus-endpoint", "thiserror", @@ -8762,7 +8762,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "futures 0.3.30", @@ -8772,20 +8772,20 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 16.0.0", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core 21.0.0", + "sp-core", "sp-inherents", - "sp-runtime 24.0.0", - "sp-state-machine 0.28.0", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -8793,25 +8793,25 @@ dependencies = [ "sc-executor-wasmtime", "schnellru", "sp-api", - "sp-core 21.0.0", - "sp-externalities 0.19.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-io 23.0.0", - "sp-panic-handler 8.0.0", - "sp-runtime-interface 17.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-trie 22.0.0", + "sp-core", + "sp-externalities 0.19.0", + "sp-io", + "sp-panic-handler", + "sp-runtime-interface 17.0.0", + "sp-trie", "sp-version", - "sp-wasm-interface 14.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-wasm-interface 14.0.0", "tracing", ] [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 14.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-wasm-interface 14.0.0", "thiserror", "wasm-instrument", ] @@ -8819,7 +8819,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "anyhow", "cfg-if 1.0.0", @@ -8829,15 +8829,15 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 17.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-wasm-interface 14.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime-interface 17.0.0", + "sp-wasm-interface 14.0.0", "wasmtime", ] [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "ansi_term", "futures 0.3.30", @@ -8848,27 +8848,27 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 24.0.0", + "sp-runtime", ] [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 23.0.0", - "sp-core 21.0.0", - "sp-keystore 0.27.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", ] [[package]] name = "sc-mixnet" version = "0.1.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -8887,17 +8887,17 @@ dependencies = [ "sc-transaction-pool-api", "sp-api", "sp-consensus", - "sp-core 21.0.0", - "sp-keystore 0.27.0", + "sp-core", + "sp-keystore", "sp-mixnet", - "sp-runtime 24.0.0", + "sp-runtime", "thiserror", ] [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -8924,10 +8924,10 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 16.0.0", + "sp-arithmetic", "sp-blockchain", - "sp-core 21.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -8940,7 +8940,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-channel 1.9.0", "cid", @@ -8952,7 +8952,7 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-runtime 24.0.0", + "sp-runtime", "thiserror", "unsigned-varint", ] @@ -8960,7 +8960,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -8971,13 +8971,13 @@ dependencies = [ "sc-consensus", "sp-consensus", "sp-consensus-grandpa", - "sp-runtime 24.0.0", + "sp-runtime", ] [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "ahash 0.8.7", "futures 0.3.30", @@ -8988,7 +8988,7 @@ dependencies = [ "sc-network-common", "sc-network-sync", "schnellru", - "sp-runtime 24.0.0", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -8996,7 +8996,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -9009,15 +9009,15 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-core 21.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -9038,12 +9038,12 @@ dependencies = [ "sc-utils", "schnellru", "smallvec", - "sp-arithmetic 16.0.0", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 21.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -9053,7 +9053,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "array-bytes 6.2.2", "futures 0.3.30", @@ -9065,14 +9065,14 @@ dependencies = [ "sc-network-sync", "sc-utils", "sp-consensus", - "sp-runtime 24.0.0", + "sp-runtime", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -9094,11 +9094,11 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "sp-api", - "sp-core 21.0.0", - "sp-externalities 0.19.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-keystore 0.27.0", + "sp-core", + "sp-externalities 0.19.0", + "sp-keystore", "sp-offchain", - "sp-runtime 24.0.0", + "sp-runtime", "threadpool", "tracing", ] @@ -9106,7 +9106,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9115,7 +9115,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "futures 0.3.30", "jsonrpsee 0.16.3", @@ -9133,11 +9133,11 @@ dependencies = [ "serde_json", "sp-api", "sp-blockchain", - "sp-core 21.0.0", - "sp-keystore 0.27.0", + "sp-core", + "sp-keystore", "sp-offchain", "sp-rpc", - "sp-runtime 24.0.0", + "sp-runtime", "sp-session", "sp-statement-store", "sp-version", @@ -9147,7 +9147,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "jsonrpsee 0.16.3", "parity-scale-codec", @@ -9157,9 +9157,9 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 21.0.0", + "sp-core", "sp-rpc", - "sp-runtime 24.0.0", + "sp-runtime", "sp-version", "thiserror", ] @@ -9167,7 +9167,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "http", "jsonrpsee 0.16.3", @@ -9182,7 +9182,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "array-bytes 6.2.2", "futures 0.3.30", @@ -9199,9 +9199,9 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core 21.0.0", + "sp-core", "sp-rpc", - "sp-runtime 24.0.0", + "sp-runtime", "sp-version", "thiserror", "tokio", @@ -9211,7 +9211,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "directories", @@ -9251,16 +9251,16 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 21.0.0", - "sp-externalities 0.19.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-keystore 0.27.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-externalities 0.19.0", + "sp-keystore", + "sp-runtime", "sp-session", - "sp-state-machine 0.28.0", - "sp-storage 13.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-state-machine", + "sp-storage 13.0.0", "sp-transaction-pool", "sp-transaction-storage-proof", - "sp-trie 22.0.0", + "sp-trie", "sp-version", "static_init", "substrate-prometheus-endpoint", @@ -9274,18 +9274,18 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 21.0.0", + "sp-core", ] [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "derive_more", "futures 0.3.30", @@ -9297,15 +9297,15 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-io", + "sp-std 8.0.0", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "chrono", "futures 0.3.30", @@ -9324,7 +9324,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "ansi_term", "chrono", @@ -9341,10 +9341,10 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core 21.0.0", + "sp-core", "sp-rpc", - "sp-runtime 24.0.0", - "sp-tracing 10.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-tracing 10.0.0", "thiserror", "tracing", "tracing-log", @@ -9354,7 +9354,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -9365,7 +9365,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "futures 0.3.30", @@ -9380,9 +9380,9 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core 21.0.0", - "sp-runtime 24.0.0", - "sp-tracing 10.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-runtime", + "sp-tracing 10.0.0", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -9391,7 +9391,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "futures 0.3.30", @@ -9399,15 +9399,15 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 21.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-channel 1.9.0", "futures 0.3.30", @@ -9416,7 +9416,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic 16.0.0", + "sp-arithmetic", ] [[package]] @@ -9736,9 +9736,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.195" +version = "1.0.196" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" +checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" dependencies = [ "serde_derive", ] @@ -9754,9 +9754,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.195" +version = "1.0.196" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" +checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" dependencies = [ "proc-macro2", "quote", @@ -9765,9 +9765,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.111" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" +checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" dependencies = [ "itoa", "ryu", @@ -9797,11 +9797,11 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.30" +version = "0.9.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38" +checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" dependencies = [ - "indexmap 2.1.0", + "indexmap 2.2.1", "itoa", "ryu", "serde", @@ -9919,12 +9919,6 @@ name = "simple-mermaid" version = "0.1.0" source = "git+https://github.com/kianenigma/simple-mermaid.git?rev=e48b187bcfd5cc75111acd9d241f1bd36604344b#e48b187bcfd5cc75111acd9d241f1bd36604344b" -[[package]] -name = "simple-mermaid" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "620a1d43d70e142b1d46a929af51d44f383db9c7a2ec122de2cd992ccfcf3c18" - [[package]] name = "simple_logger" version = "4.3.3" @@ -10063,7 +10057,7 @@ dependencies = [ "hex", "itertools 0.12.0", "log", - "lru 0.12.1", + "lru 0.12.2", "no-std-net", "parking_lot 0.12.1", "pin-project", @@ -10086,9 +10080,9 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] name = "snow" -version = "0.9.5" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e87c18a6608909007e75a60e04d03eda77b601c94de1c74d9a9dc2c04ab789a" +checksum = "850948bee068e713b8ab860fe1adc4d109676ab4c3b621fd8147f06b261f2f85" dependencies = [ "aes-gcm", "blake2 0.10.6", @@ -10141,20 +10135,20 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", "sp-api-proc-macro", - "sp-core 21.0.0", - "sp-externalities 0.19.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-externalities 0.19.0", "sp-metadata-ir", - "sp-runtime 24.0.0", - "sp-state-machine 0.28.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-trie 22.0.0", + "sp-runtime", + "sp-state-machine", + "sp-std 8.0.0", + "sp-trie", "sp-version", "thiserror", ] @@ -10162,7 +10156,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "Inflector", "blake2 0.10.6", @@ -10176,56 +10170,27 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", -] - -[[package]] -name = "sp-application-crypto" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e4fe7a9b7fa9da76272b201e2fb3c7900d97d32a46b66af9a04dad457f73c71" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-std 14.0.0", + "sp-core", + "sp-io", + "sp-std 8.0.0", ] [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "static_assertions", -] - -[[package]] -name = "sp-arithmetic" -version = "23.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f42721f072b421f292a072e8f52a3b3c0fbc27428f0c9fe24067bc47046bad63" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std 14.0.0", + "sp-std 8.0.0", "static_assertions", ] @@ -10250,31 +10215,31 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-application-crypto 23.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-application-crypto", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "sp-api", "sp-inherents", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "futures 0.3.30", "log", @@ -10284,66 +10249,66 @@ dependencies = [ "sp-api", "sp-consensus", "sp-database", - "sp-runtime 24.0.0", - "sp-state-machine 0.28.0", + "sp-runtime", + "sp-state-machine", "thiserror", ] [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "futures 0.3.30", "log", - "sp-core 21.0.0", + "sp-core", "sp-inherents", - "sp-runtime 24.0.0", - "sp-state-machine 0.28.0", + "sp-runtime", + "sp-state-machine", "thiserror", ] [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-api", - "sp-application-crypto 23.0.0", + "sp-application-crypto", "sp-consensus-slots", "sp-inherents", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", "sp-api", - "sp-application-crypto 23.0.0", + "sp-application-crypto", "sp-consensus-slots", - "sp-core 21.0.0", + "sp-core", "sp-inherents", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", "sp-timestamp", ] [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "finality-grandpa", "log", @@ -10351,29 +10316,29 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto 23.0.0", - "sp-core 21.0.0", - "sp-keystore 0.27.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-std 8.0.0", "sp-timestamp", ] [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "array-bytes 6.2.2", "bandersnatch_vrfs", @@ -10402,58 +10367,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing 9.0.0", - "sp-debug-derive 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-externalities 0.19.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-runtime-interface 17.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-storage 13.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "ss58-registry", - "substrate-bip39", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", -] - -[[package]] -name = "sp-core" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f230cb12575455070da0fc174815958423a0b9a641d5e304a9457113c7cb4007" -dependencies = [ - "array-bytes 6.2.2", - "bip39", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections", - "bs58 0.5.0", - "dyn-clonable", - "ed25519-zebra 3.1.0", - "futures 0.3.30", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.10.5", - "libsecp256k1", - "log", - "merlin 3.0.0", - "parity-scale-codec", - "parking_lot 0.12.1", - "paste", - "primitive-types", - "rand 0.8.5", - "scale-info", - "schnorrkel 0.11.4", - "secp256k1", - "secrecy", - "serde", - "sp-core-hashing 15.0.0", - "sp-debug-derive 14.0.0", - "sp-externalities 0.25.0", - "sp-runtime-interface 24.0.0", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-core-hashing", + "sp-debug-derive 8.0.0", + "sp-externalities 0.19.0", + "sp-runtime-interface 17.0.0", + "sp-std 8.0.0", + "sp-storage 13.0.0", "ss58-registry", "substrate-bip39", "thiserror", @@ -10465,21 +10384,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.8", - "sha3", - "twox-hash", -] - -[[package]] -name = "sp-core-hashing" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e0f4990add7b2cefdeca883c0efa99bb4d912cb2196120e1500c0cc099553b0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "blake2b_simd", "byteorder", @@ -10492,17 +10397,17 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "quote", - "sp-core-hashing 9.0.0", + "sp-core-hashing", "syn 2.0.48", ] [[package]] name = "sp-crypto-ec-utils" -version = "0.4.1" -source = "git+https://github.com/paritytech/polkadot-sdk#4ca193f88b55dc9b12d7a586113f9db192e1bdd8" +version = "0.10.0" +source = "git+https://github.com/paritytech/polkadot-sdk#3e8139e7de6a50bae1fad81d2ea818bd804c5c72" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -10516,14 +10421,14 @@ dependencies = [ "ark-ed-on-bls12-381-bandersnatch", "ark-ed-on-bls12-381-bandersnatch-ext", "ark-scale", - "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk)", - "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-runtime-interface 24.0.0", + "sp-std 14.0.0", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10532,17 +10437,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.48", -] - -[[package]] -name = "sp-debug-derive" -version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4ca193f88b55dc9b12d7a586113f9db192e1bdd8" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "proc-macro2", "quote", @@ -10552,8 +10447,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d09fa0a5f7299fb81ee25ae3853d26200f7a348148aed6de76be905c007dbe" +source = "git+https://github.com/paritytech/polkadot-sdk#3e8139e7de6a50bae1fad81d2ea818bd804c5c72" dependencies = [ "proc-macro2", "quote", @@ -10570,38 +10464,26 @@ dependencies = [ "scale-info", "serde", "sp-inherents", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", "thiserror", ] [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "environmental", "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-storage 13.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", -] - -[[package]] -name = "sp-externalities" -version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4ca193f88b55dc9b12d7a586113f9db192e1bdd8" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", - "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-std 8.0.0", + "sp-storage 13.0.0", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63867ec85950ced90d4ab1bba902a47db1b1efdf2829f653945669b2bb470a9c" +source = "git+https://github.com/paritytech/polkadot-sdk#3e8139e7de6a50bae1fad81d2ea818bd804c5c72" dependencies = [ "environmental", "parity-scale-codec", @@ -10612,32 +10494,32 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.1.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "serde_json", "sp-api", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", "thiserror", ] [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "bytes", "ed25519-dalek", @@ -10646,39 +10528,14 @@ dependencies = [ "parity-scale-codec", "rustversion", "secp256k1", - "sp-core 21.0.0", - "sp-externalities 0.19.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-keystore 0.27.0", - "sp-runtime-interface 17.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-state-machine 0.28.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-tracing 10.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-trie 22.0.0", - "tracing", - "tracing-core", -] - -[[package]] -name = "sp-io" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c55f26d89feedaf0faf81688b6e1e1e81329cd8b4c6a4fd6c5b97ed9dd068b8a" -dependencies = [ - "bytes", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "rustversion", - "secp256k1", - "sp-core 28.0.0", - "sp-externalities 0.25.0", - "sp-keystore 0.34.0", - "sp-runtime-interface 24.0.0", - "sp-state-machine 0.35.0", - "sp-std 14.0.0", - "sp-tracing 16.0.0", - "sp-trie 29.0.0", + "sp-core", + "sp-externalities 0.19.0", + "sp-keystore", + "sp-runtime-interface 17.0.0", + "sp-state-machine", + "sp-std 8.0.0", + "sp-tracing 10.0.0", + "sp-trie", "tracing", "tracing-core", ] @@ -10686,53 +10543,29 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" -dependencies = [ - "sp-core 21.0.0", - "sp-runtime 24.0.0", - "strum 0.24.1", -] - -[[package]] -name = "sp-keyring" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98165ce7c625a8cdb88d39c6bbd56fe8b32ada64ed0894032beba99795f557da" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ - "sp-core 28.0.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-runtime", "strum 0.24.1", ] [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 21.0.0", - "sp-externalities 0.19.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "thiserror", -] - -[[package]] -name = "sp-keystore" -version = "0.34.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96806a28a62ed9ddecd0b28857b1344d029390f7c5c42a2ff9199cbf5638635c" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 28.0.0", - "sp-externalities 0.25.0", + "sp-core", + "sp-externalities 0.19.0", "thiserror", ] [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "thiserror", "zstd 0.12.4", @@ -10747,58 +10580,47 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", "scale-info", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-std 8.0.0", ] [[package]] name = "sp-mixnet" version = "0.1.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-application-crypto 23.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-application-crypto", + "sp-std 8.0.0", ] [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "sp-api", - "sp-core 21.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-runtime", ] [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" -dependencies = [ - "backtrace", - "lazy_static", - "regex", -] - -[[package]] -name = "sp-panic-handler" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8f5a17a0a11de029a8b811cb6e8b32ce7e02183cc04a3e965c383246798c416" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "backtrace", "lazy_static", @@ -10808,42 +10630,17 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "rustc-hash", "serde", - "sp-core 21.0.0", + "sp-core", ] [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand 0.8.5", - "scale-info", - "serde", - "simple-mermaid 0.1.0", - "sp-application-crypto 23.0.0", - "sp-arithmetic 16.0.0", - "sp-core 21.0.0", - "sp-io 23.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-weights 20.0.0", -] - -[[package]] -name = "sp-runtime" -version = "31.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3bb49a4475d390198dfd3d41bef4564ab569fbaf1b5e38ae69b35fc01199d91" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "docify", "either", @@ -10855,56 +10652,37 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "simple-mermaid 0.1.1", - "sp-application-crypto 30.0.0", - "sp-arithmetic 23.0.0", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-std 14.0.0", - "sp-weights 27.0.0", + "simple-mermaid", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std 8.0.0", + "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities 0.19.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-runtime-interface-proc-macro 11.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-storage 13.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-tracing 10.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-wasm-interface 14.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4ca193f88b55dc9b12d7a586113f9db192e1bdd8" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk)", - "sp-runtime-interface-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk)", - "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", - "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk)", - "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk)", - "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-externalities 0.19.0", + "sp-runtime-interface-proc-macro 11.0.0", + "sp-std 8.0.0", + "sp-storage 13.0.0", + "sp-tracing 10.0.0", + "sp-wasm-interface 14.0.0", "static_assertions", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f66b66d8cec3d785fa6289336c1d9cbd4305d5d84f7134378c4d79ed7983e6fb" +source = "git+https://github.com/paritytech/polkadot-sdk#3e8139e7de6a50bae1fad81d2ea818bd804c5c72" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -10922,20 +10700,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" -dependencies = [ - "Inflector", - "expander", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.48", -] - -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4ca193f88b55dc9b12d7a586113f9db192e1bdd8" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "Inflector", "expander", @@ -10948,8 +10713,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfaf6e85b2ec12a4b99cd6d8d57d083e30c94b7f1b0d8f93547121495aae6f0c" +source = "git+https://github.com/paritytech/polkadot-sdk#3e8139e7de6a50bae1fad81d2ea818bd804c5c72" dependencies = [ "Inflector", "expander", @@ -10962,58 +10726,36 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-core 21.0.0", - "sp-keystore 0.27.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-keystore", + "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-std 8.0.0", ] [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 21.0.0", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-runtime", + "sp-std 8.0.0", ] [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand 0.8.5", - "smallvec", - "sp-core 21.0.0", - "sp-externalities 0.19.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-panic-handler 8.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-trie 22.0.0", - "thiserror", - "tracing", - "trie-db", -] - -[[package]] -name = "sp-state-machine" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "718c779ad1d6fcc0be64c7ce030b33fa44b5c8914b3a1319ef63bb5f27fb98df" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "hash-db", "log", @@ -11021,11 +10763,11 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.8.5", "smallvec", - "sp-core 28.0.0", - "sp-externalities 0.25.0", - "sp-panic-handler 13.0.0", - "sp-std 14.0.0", - "sp-trie 29.0.0", + "sp-core", + "sp-externalities 0.19.0", + "sp-panic-handler", + "sp-std 8.0.0", + "sp-trie", "thiserror", "tracing", "trie-db", @@ -11034,7 +10776,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.1", @@ -11045,12 +10787,12 @@ dependencies = [ "scale-info", "sha2 0.10.8", "sp-api", - "sp-application-crypto 23.0.0", - "sp-core 21.0.0", - "sp-externalities 0.19.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-runtime 24.0.0", - "sp-runtime-interface 17.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-application-crypto", + "sp-core", + "sp-externalities 0.19.0", + "sp-runtime", + "sp-runtime-interface 17.0.0", + "sp-std 8.0.0", "thiserror", "x25519-dalek 2.0.0", ] @@ -11058,50 +10800,30 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" - -[[package]] -name = "sp-std" -version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4ca193f88b55dc9b12d7a586113f9db192e1bdd8" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" [[package]] name = "sp-std" version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12f8ee986414b0a9ad741776762f4083cd3a5128449b982a3919c4df36874834" +source = "git+https://github.com/paritytech/polkadot-sdk#3e8139e7de6a50bae1fad81d2ea818bd804c5c72" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", -] - -[[package]] -name = "sp-storage" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4ca193f88b55dc9b12d7a586113f9db192e1bdd8" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", - "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-debug-derive 8.0.0", + "sp-std 8.0.0", ] [[package]] name = "sp-storage" version = "19.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb92d7b24033a8a856d6e20dd980b653cbd7af7ec471cc988b1b7c1d2e3a32b" +source = "git+https://github.com/paritytech/polkadot-sdk#3e8139e7de6a50bae1fad81d2ea818bd804c5c72" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11114,35 +10836,23 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", "thiserror", ] [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "tracing", - "tracing-core", - "tracing-subscriber", -] - -[[package]] -name = "sp-tracing" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4ca193f88b55dc9b12d7a586113f9db192e1bdd8" -dependencies = [ - "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-std 8.0.0", "tracing", "tracing-core", "tracing-subscriber", @@ -11151,8 +10861,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0351810b9d074df71c4514c5228ed05c250607cba131c1c9d1526760ab69c05c" +source = "git+https://github.com/paritytech/polkadot-sdk#3e8139e7de6a50bae1fad81d2ea818bd804c5c72" dependencies = [ "parity-scale-codec", "sp-std 14.0.0", @@ -11164,56 +10873,31 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "sp-api", - "sp-runtime 24.0.0", + "sp-runtime", ] [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 21.0.0", + "sp-core", "sp-inherents", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-trie 22.0.0", + "sp-runtime", + "sp-std 8.0.0", + "sp-trie", ] [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" -dependencies = [ - "ahash 0.8.7", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand 0.8.5", - "scale-info", - "schnellru", - "sp-core 21.0.0", - "sp-externalities 0.19.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - -[[package]] -name = "sp-trie" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e4d24d84a0beb44a71dcac1b41980e1edf7fb722c7f3046710136a283cd479b" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "ahash 0.8.7", "hash-db", @@ -11225,9 +10909,9 @@ dependencies = [ "rand 0.8.5", "scale-info", "schnellru", - "sp-core 28.0.0", - "sp-externalities 0.25.0", - "sp-std 14.0.0", + "sp-core", + "sp-externalities 0.19.0", + "sp-std 8.0.0", "thiserror", "tracing", "trie-db", @@ -11237,7 +10921,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11245,8 +10929,8 @@ dependencies = [ "scale-info", "serde", "sp-core-hashing-proc-macro", - "sp-runtime 24.0.0", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-runtime", + "sp-std 8.0.0", "sp-version-proc-macro", "thiserror", ] @@ -11254,7 +10938,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11265,34 +10949,20 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "wasmtime", -] - -[[package]] -name = "sp-wasm-interface" -version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4ca193f88b55dc9b12d7a586113f9db192e1bdd8" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-std 8.0.0", "wasmtime", ] [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ef97172c42eb4c6c26506f325f48463e9bc29b2034a587f1b9e48c751229bee" +source = "git+https://github.com/paritytech/polkadot-sdk#3e8139e7de6a50bae1fad81d2ea818bd804c5c72" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11305,32 +10975,16 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" -dependencies = [ - "bounded-collections", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 16.0.0", - "sp-debug-derive 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-std 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", -] - -[[package]] -name = "sp-weights" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e874bdf9dd3fd3242f5b7867a4eaedd545b02f29041a46d222a9d9d5caaaa5c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "bounded-collections", "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-arithmetic 23.0.0", - "sp-debug-derive 14.0.0", - "sp-std 14.0.0", + "sp-arithmetic", + "sp-debug-derive 8.0.0", + "sp-std 8.0.0", ] [[package]] @@ -11484,12 +11138,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.30", @@ -11501,14 +11155,14 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core 21.0.0", - "sp-runtime 24.0.0", + "sp-core", + "sp-runtime", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "hyper", "log", @@ -11520,20 +11174,20 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "jsonrpsee 0.16.3", "log", "sc-rpc-api", "serde", - "sp-runtime 24.0.0", + "sp-runtime", ] [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "ansi_term", "build-helper", @@ -11582,7 +11236,7 @@ dependencies = [ [[package]] name = "subxt" version = "0.34.0" -source = "git+https://github.com/paritytech/subxt.git?tag=v0.34.0#0ea9c7ede6e8312bf3de0da06124361e5c2120c5" +source = "git+https://github.com/duniter/subxt?branch=duniter-substrate-v1.6.0#b648c5e3a260d4e7d47df42d784ad4c723637411" dependencies = [ "async-trait", "base58", @@ -11604,9 +11258,9 @@ dependencies = [ "scale-value", "serde", "serde_json", - "sp-core 28.0.0", - "sp-core-hashing 15.0.0", - "sp-runtime 31.0.1", + "sp-core", + "sp-core-hashing", + "sp-runtime", "subxt-lightclient", "subxt-macro", "subxt-metadata", @@ -11619,7 +11273,7 @@ dependencies = [ [[package]] name = "subxt-codegen" version = "0.34.0" -source = "git+https://github.com/paritytech/subxt.git?tag=v0.34.0#0ea9c7ede6e8312bf3de0da06124361e5c2120c5" +source = "git+https://github.com/duniter/subxt?branch=duniter-substrate-v1.6.0#b648c5e3a260d4e7d47df42d784ad4c723637411" dependencies = [ "frame-metadata 16.0.0", "heck 0.4.1", @@ -11639,7 +11293,7 @@ dependencies = [ [[package]] name = "subxt-lightclient" version = "0.34.0" -source = "git+https://github.com/paritytech/subxt.git?tag=v0.34.0#0ea9c7ede6e8312bf3de0da06124361e5c2120c5" +source = "git+https://github.com/duniter/subxt?branch=duniter-substrate-v1.6.0#b648c5e3a260d4e7d47df42d784ad4c723637411" dependencies = [ "futures 0.3.30", "futures-util", @@ -11655,7 +11309,7 @@ dependencies = [ [[package]] name = "subxt-macro" version = "0.34.0" -source = "git+https://github.com/paritytech/subxt.git?tag=v0.34.0#0ea9c7ede6e8312bf3de0da06124361e5c2120c5" +source = "git+https://github.com/duniter/subxt?branch=duniter-substrate-v1.6.0#b648c5e3a260d4e7d47df42d784ad4c723637411" dependencies = [ "darling 0.20.3", "parity-scale-codec", @@ -11669,12 +11323,12 @@ dependencies = [ [[package]] name = "subxt-metadata" version = "0.34.0" -source = "git+https://github.com/paritytech/subxt.git?tag=v0.34.0#0ea9c7ede6e8312bf3de0da06124361e5c2120c5" +source = "git+https://github.com/duniter/subxt?branch=duniter-substrate-v1.6.0#b648c5e3a260d4e7d47df42d784ad4c723637411" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", "scale-info", - "sp-core-hashing 15.0.0", + "sp-core-hashing", "thiserror", ] @@ -12092,7 +11746,7 @@ version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ - "indexmap 2.1.0", + "indexmap 2.2.1", "toml_datetime", "winnow", ] @@ -12103,7 +11757,7 @@ version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" dependencies = [ - "indexmap 2.1.0", + "indexmap 2.2.1", "serde", "serde_spanned", "toml_datetime", @@ -12319,7 +11973,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0#464ca15fc2c5dc162aa941935347f9cd65fa5b02" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" dependencies = [ "async-trait", "clap 4.4.18", @@ -12334,19 +11988,19 @@ dependencies = [ "sp-api", "sp-consensus-aura", "sp-consensus-babe", - "sp-core 21.0.0", - "sp-debug-derive 8.0.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", - "sp-externalities 0.19.0 (git+https://github.com/bgallois/duniter-polkadot-sdk?branch=duniter-v1.6.0)", + "sp-core", + "sp-debug-derive 8.0.0", + "sp-externalities 0.19.0", "sp-inherents", - "sp-io 23.0.0", - "sp-keystore 0.27.0", + "sp-io", + "sp-keystore", "sp-rpc", - "sp-runtime 24.0.0", - "sp-state-machine 0.28.0", + "sp-runtime", + "sp-state-machine", "sp-timestamp", "sp-transaction-storage-proof", "sp-version", - "sp-weights 20.0.0", + "sp-weights", "substrate-rpc-client", "zstd 0.12.4", ] @@ -13373,9 +13027,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winnow" -version = "0.5.34" +version = "0.5.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16" +checksum = "1931d78a9c73861da0134f453bb1f790ce49b2e30eba8410b4b79bac72b46a2d" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 5f9ff1a926b9b9a8790d0fd44f11556de645909a..e0fe00ada660224d02a65285437ee908893f5769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,16 +53,16 @@ std = [ [build-dependencies] clap = { version = "4.4.18" } #clap_complete = { version = "4.0" } -substrate-build-script-utils = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0' } +substrate-build-script-utils = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0' } [dev-dependencies] rusty-hook = "^0.11.2" # Dependencies for specific targets [target.'cfg(any(target_arch="x86_64", target_arch="aarch64"))'.dependencies] -sc-cli = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-service = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-trie = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0" } +sc-cli = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-service = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-trie = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0" } [dependencies] @@ -78,9 +78,9 @@ distance-oracle = { path = 'distance-oracle', default-features = false, optional enum-as-inner = { version = "=0.5.1", default-features = false } #https://github.com/bluejekyll/trust-dns/issues/1946 # substrate dependencies -frame-benchmarking = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -frame-benchmarking-cli = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -frame-system = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } +frame-benchmarking = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +frame-benchmarking-cli = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +frame-system = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } futures = { version = "0.3.28", default-features = false, features = ["compat"] } g1-runtime = { path = 'runtime/g1', optional = true } gdev-runtime = { path = 'runtime/gdev', optional = true } @@ -93,61 +93,61 @@ maplit = { version = '1.0.2', default-features = false } memmap2 = { version = "0.9.3", default-features = false } num-format = "0.4.4" pallet-certification = { path = 'pallets/certification' } -pallet-grandpa = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -pallet-im-online = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } +pallet-grandpa = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +pallet-im-online = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } pallet-oneshot-account = { path = 'pallets/oneshot-account' } -pallet-transaction-payment = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -pallet-transaction-payment-rpc = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -pallet-treasury = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-basic-authorship = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-chain-spec = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-cli = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-client-api = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-client-db = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-consensus = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-consensus-babe = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-consensus-babe-rpc = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-consensus-grandpa = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sc-consensus-manual-seal = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-executor = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-keystore = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-network = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-network-common = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-rpc-api = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-service = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-telemetry = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-transaction-pool = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-transaction-pool-api = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } +pallet-transaction-payment = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +pallet-transaction-payment-rpc = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +pallet-treasury = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-basic-authorship = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-chain-spec = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-cli = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-client-api = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-client-db = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-consensus = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-consensus-babe = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-consensus-babe-rpc = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-consensus-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sc-consensus-manual-seal = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-executor = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-keystore = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-network = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-network-common = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-rpc-api = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-service = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-telemetry = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-transaction-pool = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-transaction-pool-api = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } serde = { version = "1.0.195", default-features = false } serde_json = { version = "1.0.64", default-features = false } serde_yaml = { version = "0.9.27", default-features = false } -sp-api = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-authority-discovery = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-block-builder = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-blockchain = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-consensus = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-consensus-babe = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-consensus-grandpa = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-core = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } +sp-api = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-authority-discovery = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-block-builder = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-blockchain = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-consensus = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-consensus-babe = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-consensus-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-core = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } sp-distance = { path = 'primitives/distance' } -sp-inherents = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-io = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-keyring = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-keystore = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } +sp-inherents = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-io = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-keyring = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-keystore = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } sp-membership = { path = 'primitives/membership' } -sp-offchain = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sc-offchain = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-runtime = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-session = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-storage = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-timestamp = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-transaction-pool = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-transaction-storage-proof = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -sp-trie = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } -substrate-frame-rpc-system = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", default-features = false } +sp-offchain = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sc-offchain = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-runtime = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-session = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-storage = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-timestamp = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-transaction-pool = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-transaction-storage-proof = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-trie = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +substrate-frame-rpc-system = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } tracing-core = { version = "0.1.28", default-features = false } -try-runtime-cli = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0", optional = true, default-features = false } +try-runtime-cli = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", optional = true, default-features = false } [workspace] resolver = "2" @@ -243,7 +243,7 @@ panic = "unwind" # # the following patch can be useful to debug substrate dependency # # added by tuxmain on 0.9.32 update # # updated by hugo on 0.9.42 update (benjamin) -# [patch.'https://github.com/bgallois/duniter-polkadot-sdk'] +# [patch.'https://github.com/duniter/duniter-polkadot-sdk'] # pallet-balances = {path = '../substrate/frame/balances'} # fork-tree = { path = "../substrate/utils/fork-tree" } # frame-support = { path = "../substrate/frame/support" } diff --git a/client/distance/Cargo.toml b/client/distance/Cargo.toml index e33c5f1db34ad84fc1254bbe7b26c1dff36e5156..11a8f9d37c9e83393a3971384ed2bf7418bc36a6 100644 --- a/client/distance/Cargo.toml +++ b/client/distance/Cargo.toml @@ -26,25 +26,25 @@ package = 'parity-scale-codec' version = '3.1.5' [dependencies.frame-support] -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sc-client-api] -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-core] -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-keystore] -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DOC ### [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] [dependencies.sp-runtime] -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' diff --git a/distance-oracle/Cargo.toml b/distance-oracle/Cargo.toml index 7992f90983bf23d26527496512713e8325b6d984..561c35d44c706707722771102e33a8e2398ccdb9 100644 --- a/distance-oracle/Cargo.toml +++ b/distance-oracle/Cargo.toml @@ -19,10 +19,10 @@ rayon = "1.8.1" simple_logger = "4.3.3" hex = "0.4.3" -sp-core = { git = "https://github.com/bgallois/duniter-polkadot-sdk.git", branch = "duniter-v1.6.0" } +sp-core = { git = "https://github.com/duniter/duniter-polkadot-sdk.git", branch = "duniter-substrate-v1.6.0" } sp-distance = { path = "../primitives/distance" } -sp-runtime = { git = "https://github.com/bgallois/duniter-polkadot-sdk.git", branch = "duniter-v1.6.0" } -subxt = { git = 'https://github.com/paritytech/subxt.git', tag = 'v0.34.0', default-features = false, features = ["substrate-compat", "native", "jsonrpsee"] } +sp-runtime = { git = "https://github.com/duniter/duniter-polkadot-sdk.git", branch = "duniter-substrate-v1.6.0" } +subxt = { git = 'https://github.com/duniter/subxt', branch = 'duniter-substrate-v1.6.0', default-features = false, features = ["substrate-compat", "native", "jsonrpsee"] } time = "0.3.31" time-macros = "0.2.16" tokio = { version = "1.35.1", features = [ diff --git a/end2end-tests/Cargo.toml b/end2end-tests/Cargo.toml index 11381cb8fc9f650900a91a65fff1ccb6321603b6..f2bd584e88378ab01e4d4b97ad5ba5c685f6c245 100644 --- a/end2end-tests/Cargo.toml +++ b/end2end-tests/Cargo.toml @@ -21,11 +21,11 @@ notify = "4.0" parity-scale-codec = "3.4.0" portpicker = "0.1.1" serde_json = "1.0.96" -sp-core = { version = "28.0.0", default-features = false } -sp-core-hashing = { version = "15.0.0", default-features = false } -sp-runtime = "31.0.0" -sp-keyring = "31.0.0" -subxt = { git = 'https://github.com/paritytech/subxt.git', tag = 'v0.34.0', default-features = false, features = ["substrate-compat", "native", "jsonrpsee"] } +sp-core = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-core-hashing = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0", default-features = false } +sp-runtime = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0" } +sp-keyring = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0" } +subxt = { git = 'https://github.com/duniter/subxt', branch = 'duniter-substrate-v1.6.0', default-features = false, features = ["substrate-compat", "native", "jsonrpsee"] } tokio = { version = "1.28", features = ["macros", "time", "rt-multi-thread"], default-features = false } [[test]] diff --git a/live-tests/Cargo.toml b/live-tests/Cargo.toml index 1a944b176f2edef1d435eb5d28a8783f2ff262db..d29c9455c0250a2b66b5bc5afc2928bfb310d680 100644 --- a/live-tests/Cargo.toml +++ b/live-tests/Cargo.toml @@ -13,7 +13,7 @@ anyhow = "1.0" countmap = "0.2.0" hex-literal = "0.4" parity-scale-codec = "3.4.0" -sp-core = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-runtime = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false, features = ["std"] } # https://github.com/paritytech/subxt/issues/437 +sp-core = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false, features = ["std"] } # https://github.com/paritytech/subxt/issues/437 subxt = { git = 'https://github.com/paritytech/subxt.git', tag = 'v0.33.0', default-features = false, features = ["substrate-compat", "native"] } tokio = { version = "1.28", features = ["macros", "time", "rt-multi-thread"], default-features = false } diff --git a/pallets/authority-members/Cargo.toml b/pallets/authority-members/Cargo.toml index b33ba6bfe33e07676a65e60513cd25cc61fe179e..92333b0c15b171b6c5b7472ed7f334226784255e 100644 --- a/pallets/authority-members/Cargo.toml +++ b/pallets/authority-members/Cargo.toml @@ -56,25 +56,25 @@ version = "3.6.9" # substrate [dependencies.frame-benchmarking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' +git = 'https://github.com/duniter/duniter-polkadot-sdk' optional = true -branch = 'duniter-v1.6.0' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-system] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.pallet-session] default-features = false features = ["historical"] -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.serde] optional = true @@ -84,26 +84,26 @@ features = ["derive"] [dependencies.sp-core] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-staking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dev-dependencies.maplit] default-features = false @@ -111,10 +111,10 @@ version = '1.0.2' [dev-dependencies.sp-io] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dev-dependencies.sp-state-machine] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' diff --git a/pallets/certification/Cargo.toml b/pallets/certification/Cargo.toml index 011be8bcc7d670d8b65f1864e4fa9d79226b90b3..a6b25208e32e882528bc6c02786ab286feb7ba22 100644 --- a/pallets/certification/Cargo.toml +++ b/pallets/certification/Cargo.toml @@ -47,19 +47,19 @@ version = "3.6.9" [dependencies.frame-benchmarking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' +git = 'https://github.com/duniter/duniter-polkadot-sdk' optional = true -branch = 'duniter-v1.6.0' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-system] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.maplit] default-features = false @@ -67,13 +67,13 @@ version = '1.0.2' [dependencies.sp-core] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DOC ### [package.metadata.docs.rs] @@ -82,10 +82,10 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dev-dependencies.sp-io] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' diff --git a/pallets/distance/Cargo.toml b/pallets/distance/Cargo.toml index 854c81d11bba26dca417bf4acf08f8ef0ad6a040..f9ae014d79ee08c70c77adbcc05a6470827152a8 100644 --- a/pallets/distance/Cargo.toml +++ b/pallets/distance/Cargo.toml @@ -61,7 +61,7 @@ getrandom = { version = "0.2.12", features = ["js"], default-features = false } pallet-authority-members = { path = "../authority-members", default-features = false } -pallet-balances = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', optional = true, default-features = false } +pallet-balances = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', optional = true, default-features = false } pallet-identity = { path = "../identity", default-features = false } pallet-membership = { path = "../membership", default-features = false } @@ -79,44 +79,44 @@ version = '3.6.9' [dependencies.frame-benchmarking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' +git = 'https://github.com/duniter/duniter-polkadot-sdk' optional = true -branch = 'duniter-v1.6.0' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-system] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.pallet-authorship] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.pallet-session] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-core] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-inherents] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DOC ### [package.metadata.docs.rs] @@ -125,14 +125,14 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-consensus-babe] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dev-dependencies] -sp-io = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-keystore = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-io = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-keystore = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } diff --git a/pallets/duniter-account/Cargo.toml b/pallets/duniter-account/Cargo.toml index d5e7660503c9024542ec1141d5c14c1707bbd13b..8e1dca7dc499963b0fbcce19c5ff1ffc341b5ee6 100644 --- a/pallets/duniter-account/Cargo.toml +++ b/pallets/duniter-account/Cargo.toml @@ -67,34 +67,34 @@ scale-info = { version = "2.10.0", default-features = false, features = ["derive # substrate [dependencies.frame-benchmarking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' +git = 'https://github.com/duniter/duniter-polkadot-sdk' optional = true -branch = 'duniter-v1.6.0' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-system] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.pallet-balances] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.pallet-transaction-payment] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.pallet-treasury] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.serde] default-features = false @@ -103,23 +103,23 @@ features = ["derive"] [dependencies.sp-core] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-io] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DOC ### diff --git a/pallets/duniter-test-parameters/Cargo.toml b/pallets/duniter-test-parameters/Cargo.toml index 75abb2302ad3cb21d0a1f6c67866ba21588adea6..faf557e6a4443fce594363c57c007849d18efd87 100644 --- a/pallets/duniter-test-parameters/Cargo.toml +++ b/pallets/duniter-test-parameters/Cargo.toml @@ -48,19 +48,19 @@ version = "3.6.9" [dependencies.frame-benchmarking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' +git = 'https://github.com/duniter/duniter-polkadot-sdk' optional = true -branch = 'duniter-v1.6.0' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-system] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DOC ### [package.metadata.docs.rs] @@ -69,15 +69,15 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies.sp-io] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' diff --git a/pallets/duniter-wot/Cargo.toml b/pallets/duniter-wot/Cargo.toml index 4b3d46e36b62eced6f404ae60bfeda40f445d649..7e17bd1271b436217c36260def0250f974ff4231 100644 --- a/pallets/duniter-wot/Cargo.toml +++ b/pallets/duniter-wot/Cargo.toml @@ -69,34 +69,34 @@ version = "3.6.9" [dependencies.frame-benchmarking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' +git = 'https://github.com/duniter/duniter-polkadot-sdk' optional = true -branch = 'duniter-v1.6.0' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-system] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-core] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-io] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DOC ### [package.metadata.docs.rs] @@ -105,11 +105,11 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DEV ### [dev-dependencies.sp-state-machine] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' diff --git a/pallets/identity/Cargo.toml b/pallets/identity/Cargo.toml index 9dd46fe181af8ab603b836317ee70fb1c3a08018..361e07a69e416d9924a1f572c3ebc55e1440f0ab 100644 --- a/pallets/identity/Cargo.toml +++ b/pallets/identity/Cargo.toml @@ -43,7 +43,7 @@ default-features = false targets = ['x86_64-unknown-linux-gnu'] [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = "duniter-v1.6.0" } +substrate-wasm-builder = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0" } [dependencies] @@ -56,40 +56,40 @@ serde = { version = "1.0.195", features = ["derive"], default-features = false } [dependencies.frame-benchmarking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' +git = 'https://github.com/duniter/duniter-polkadot-sdk' optional = true -branch = 'duniter-v1.6.0' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-system] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-core] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-io] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dev-dependencies] -sp-keystore = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-state-machine = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-keystore = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-state-machine = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } diff --git a/pallets/membership/Cargo.toml b/pallets/membership/Cargo.toml index 16c5f72c88edddf2ecf0670cdba8dbc012e13d75..ea0bc3465aaf2d1f8e60243cf157f80e4a640850 100644 --- a/pallets/membership/Cargo.toml +++ b/pallets/membership/Cargo.toml @@ -50,19 +50,19 @@ version = "3.6.9" [dependencies.frame-benchmarking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' +git = 'https://github.com/duniter/duniter-polkadot-sdk' optional = true -branch = 'duniter-v1.6.0' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-system] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DOC ### @@ -71,18 +71,18 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies.sp-core] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dev-dependencies.maplit] default-features = false @@ -90,5 +90,5 @@ version = '1.0.2' [dev-dependencies.sp-io] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' diff --git a/pallets/offences/Cargo.toml b/pallets/offences/Cargo.toml index f10d36aa2872299a4227c856be3fb7d54e0730eb..fb7737eb17f8d327c4af81e702b38c6a6694e51c 100644 --- a/pallets/offences/Cargo.toml +++ b/pallets/offences/Cargo.toml @@ -16,16 +16,16 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.9", features = ["derive"], default-features = false } log = { version = "0.4.20", default-features = false } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } -frame-support = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -frame-system = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-balances = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-runtime = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-staking = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-std = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +frame-support = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +frame-system = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-balances = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-staking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-std = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } [dev-dependencies] -sp-core = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-io = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-core = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-io = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } [features] default = ["std"] diff --git a/pallets/oneshot-account/Cargo.toml b/pallets/oneshot-account/Cargo.toml index c0717f7ff16eaa037068b0648b028e62a9fa295c..b3d33e6ff2fba1e35f7a984205b93a1a8d7424fe 100644 --- a/pallets/oneshot-account/Cargo.toml +++ b/pallets/oneshot-account/Cargo.toml @@ -45,45 +45,45 @@ codec = { package = 'parity-scale-codec', version = "3.6.9", default-features = log = { version = "0.4.20", default-features = false } # benchmarks -pallet-balances = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', optional = true, default-features = false } +pallet-balances = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', optional = true, default-features = false } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } # substrate [dependencies.frame-benchmarking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' +git = 'https://github.com/duniter/duniter-polkadot-sdk' optional = true -branch = 'duniter-v1.6.0' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-system] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.pallet-transaction-payment] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-core] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-io] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DOC ### [package.metadata.docs.rs] @@ -92,10 +92,10 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dev-dependencies.pallet-balances] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' diff --git a/pallets/provide-randomness/Cargo.toml b/pallets/provide-randomness/Cargo.toml index 3e3c18e3c83967919bae68f61ed7bcb0fd25c6a1..e845c2d85f54f636d21780e00515431819c30492 100644 --- a/pallets/provide-randomness/Cargo.toml +++ b/pallets/provide-randomness/Cargo.toml @@ -42,7 +42,7 @@ std = [ scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } # benchmarks -pallet-balances = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', optional = true, default-features = false } +pallet-balances = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', optional = true, default-features = false } [dependencies.codec] default-features = false @@ -52,39 +52,39 @@ version = "3.6.9" [dependencies.frame-benchmarking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' +git = 'https://github.com/duniter/duniter-polkadot-sdk' optional = true -branch = 'duniter-v1.6.0' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-system] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-core] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-io] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DOC ### diff --git a/pallets/quota/Cargo.toml b/pallets/quota/Cargo.toml index 90876282e041ce538b807fc789be935f403c961e..c2133c79ef7409f56177697ba355d668c15bd911 100644 --- a/pallets/quota/Cargo.toml +++ b/pallets/quota/Cargo.toml @@ -52,40 +52,40 @@ scale-info = { version = "2.10.0", default-features = false, features = ["derive [dependencies.frame-benchmarking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' +git = 'https://github.com/duniter/duniter-polkadot-sdk' optional = true -branch = 'duniter-v1.6.0' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-system] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' # substrate [dependencies.pallet-balances] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-core] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dev-dependencies] -sp-io = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-io = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } diff --git a/pallets/session-benchmarking/Cargo.toml b/pallets/session-benchmarking/Cargo.toml index 9dc5db6d1963ed87dd0d1ef5a907845d67e0b8c2..b1658a6c648d668219ee0a50f230361238196ce6 100644 --- a/pallets/session-benchmarking/Cargo.toml +++ b/pallets/session-benchmarking/Cargo.toml @@ -19,39 +19,39 @@ pallet-authority-members = { path = "../authority-members", default-features = f [dependencies.frame-benchmarking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' +git = 'https://github.com/duniter/duniter-polkadot-sdk' optional = true -branch = 'duniter-v1.6.0' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-system] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.pallet-session] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-session] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.parity-scale-codec] default-features = false @@ -61,23 +61,23 @@ version = "3.1.5" [dev-dependencies.pallet-balances] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dev-dependencies.pallet-timestamp] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dev-dependencies.sp-core] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dev-dependencies.sp-io] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [features] default = ["std"] diff --git a/pallets/smith-members/Cargo.toml b/pallets/smith-members/Cargo.toml index d86ea4e79cb10cfd0512d14541547a783b0bcf49..8949b9149ec2197df2dd8688e508e13f977ac780 100644 --- a/pallets/smith-members/Cargo.toml +++ b/pallets/smith-members/Cargo.toml @@ -14,26 +14,26 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.9", features = ["derive"], default-features = false } -frame-support = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -frame-system = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +frame-support = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +frame-system = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } log = { version = "0.4.20", default-features = false } pallet-authority-members = { path = "../authority-members", default-features = false } -pallet-balances = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-balances = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } -sp-runtime = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-staking = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-std = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-staking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-std = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } [dependencies.frame-benchmarking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' +git = 'https://github.com/duniter/duniter-polkadot-sdk' optional = true -branch = 'duniter-v1.6.0' +branch = 'duniter-substrate-v1.6.0' [dev-dependencies] maplit = { version = "1.0.2", default-features = false } -sp-core = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-io = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-core = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-io = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } [features] default = ["std"] diff --git a/pallets/universal-dividend/Cargo.toml b/pallets/universal-dividend/Cargo.toml index d7268a36fee3e21aa78555c340b9d4a03506a91b..bb15b5881f177ae86e7fa0da57b606d40306a743 100644 --- a/pallets/universal-dividend/Cargo.toml +++ b/pallets/universal-dividend/Cargo.toml @@ -46,40 +46,40 @@ std = [ codec = { package = 'parity-scale-codec', version = "3.6.9", default-features = false, features = ["derive", "max-encoded-len"] } # substrate bencharks -frame-benchmarking = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', optional = true, default-features = false } -pallet-balances = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', optional = true, default-features = false } +frame-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', optional = true, default-features = false } +pallet-balances = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', optional = true, default-features = false } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } serde = { version = "1.0.195", features = ["derive"], default-features = false } [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-system] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.pallet-timestamp] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-arithmetic] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-io] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DOC ### [package.metadata.docs.rs] @@ -88,11 +88,11 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DEV ### [dev-dependencies.sp-core] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' diff --git a/pallets/upgrade-origin/Cargo.toml b/pallets/upgrade-origin/Cargo.toml index bb1d1c838d59f1f8b6e0b930b5f511e8fb33bde5..6aabbaeb067ccfbcb9419ac3d87231e9fe4ed31d 100644 --- a/pallets/upgrade-origin/Cargo.toml +++ b/pallets/upgrade-origin/Cargo.toml @@ -45,29 +45,29 @@ version = "3.6.9" [dependencies.frame-benchmarking] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' +git = 'https://github.com/duniter/duniter-polkadot-sdk' optional = true -branch = 'duniter-v1.6.0' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.frame-system] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-io] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DOC ### [package.metadata.docs.rs] @@ -76,5 +76,5 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' diff --git a/primitives/distance/Cargo.toml b/primitives/distance/Cargo.toml index 1c32d76cfdad92dc4f58d743e1374aac1774bda4..afd7e3c3c5784b9efbb239dd0cfa500094573594 100644 --- a/primitives/distance/Cargo.toml +++ b/primitives/distance/Cargo.toml @@ -42,8 +42,8 @@ version = "3.6.9" [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.serde] default-features = false @@ -52,13 +52,13 @@ features = ["derive"] [dependencies.sp-inherents] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DOC ### [package.metadata.docs.rs] @@ -67,5 +67,5 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' diff --git a/primitives/duniter/Cargo.toml b/primitives/duniter/Cargo.toml index d2406768552f6b3bbb31d7ec63899d2db09fd3e7..9cb227fb8939bee810a0c0d6fa619307543b0cfc 100644 --- a/primitives/duniter/Cargo.toml +++ b/primitives/duniter/Cargo.toml @@ -36,18 +36,18 @@ version = "3.6.9" [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DOC ### diff --git a/primitives/membership/Cargo.toml b/primitives/membership/Cargo.toml index f165e8e754f319da3aa5f3c3966b15adc5154d42..a66bc91dc3926e6b23b921bc3b1715ac8fcb80e1 100644 --- a/primitives/membership/Cargo.toml +++ b/primitives/membership/Cargo.toml @@ -40,8 +40,8 @@ version = "3.6.9" [dependencies.frame-support] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' [dependencies.serde] default-features = false @@ -50,8 +50,8 @@ features = ["derive"] [dependencies.sp-runtime] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' ### DOC ### [package.metadata.docs.rs] @@ -60,5 +60,5 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies.sp-std] default-features = false -git = 'https://github.com/bgallois/duniter-polkadot-sdk' -branch = 'duniter-v1.6.0' +git = 'https://github.com/duniter/duniter-polkadot-sdk' +branch = 'duniter-substrate-v1.6.0' diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index be3ac18b6ece4c4f22e8abed318ea0c3a3d1a351..11e953e402c132883ac0f904458bcca3ca5b42fe 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -120,54 +120,54 @@ codec = { package = "parity-scale-codec", version = "3.6.9", features = ["derive duniter-primitives = { path = '../../primitives/duniter', default-features = false } # substrate benchmarks -frame-system-benchmarking = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = 'duniter-v1.6.0', default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/bgallois/duniter-polkadot-sdk", branch = 'duniter-v1.6.0', default-features = false, optional = true } -frame-support = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -frame-system = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +frame-system-benchmarking = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = 'duniter-substrate-v1.6.0', default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = 'duniter-substrate-v1.6.0', default-features = false, optional = true } +frame-support = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +frame-system = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } # Substrate pallet-authority-members = { path = '../../pallets/authority-members', default-features = false } -pallet-babe = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-balances = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-balances = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-certification = { path = '../../pallets/certification', default-features = false } -pallet-collective = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-collective = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-distance = { path = "../../pallets/distance", default-features = false } pallet-duniter-account = { path = '../../pallets/duniter-account', default-features = false } pallet-duniter-wot = { path = '../../pallets/duniter-wot', default-features = false } -pallet-grandpa = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-identity = { path = '../../pallets/identity', default-features = false } -pallet-im-online = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-im-online = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-membership = { path = '../../pallets/membership', default-features = false } -pallet-multisig = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-multisig = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-offences = { path = '../../pallets/offences', default-features = false } pallet-oneshot-account = { path = '../../pallets/oneshot-account', default-features = false } -pallet-preimage = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-preimage = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-provide-randomness = { path = '../../pallets/provide-randomness', default-features = false } -pallet-proxy = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-proxy = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-quota = { path = '../../pallets/quota', default-features = false } -pallet-scheduler = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-session = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-scheduler = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-smith-members = { path = '../../pallets/smith-members', default-features = false } -pallet-sudo = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-timestamp = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-treasury = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-sudo = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-timestamp = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-treasury = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-universal-dividend = { path = '../../pallets/universal-dividend', default-features = false } pallet-upgrade-origin = { path = '../../pallets/upgrade-origin', default-features = false } -pallet-utility = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-utility = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } serde = { version = "1.0.195", default-features = false } smallvec = { version = "1.13.1", default-features = false } -sp-arithmetic = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-consensus-babe = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-core = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-arithmetic = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-consensus-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-core = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } sp-membership = { path = '../../primitives/membership', default-features = false } -sp-runtime = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } # TODO: there is a bad coupling in substrate that force to add this dependency -sp-staking = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-std = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-weights = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -node-primitives = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-staking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-std = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-weights = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +node-primitives = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/runtime/g1/Cargo.toml b/runtime/g1/Cargo.toml index 8893e6ae22e108d1b18a6b4e114703fe6d58d3c3..fb0cc12856fead6e4bbf4e841cbd3eb95a95ffc7 100644 --- a/runtime/g1/Cargo.toml +++ b/runtime/g1/Cargo.toml @@ -159,11 +159,11 @@ try-runtime = [ ] [dev-dependencies] -sp-keyring = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-staking = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-keyring = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-staking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/bgallois/duniter-polkadot-sdk", optional = true , branch = "duniter-v1.6.0" } +substrate-wasm-builder = { git = "https://github.com/duniter/duniter-polkadot-sdk", optional = true , branch = "duniter-substrate-v1.6.0" } [dependencies] @@ -173,72 +173,72 @@ codec = { package = "parity-scale-codec", version = "3.6.9", features = ["derive common-runtime = { path = "../common", default-features = false } # substrate benchmarking -frame-benchmarking = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false, optional = false } -frame-executive = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -frame-support = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -frame-system = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -frame-system-benchmarking = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false, optional = true } -frame-system-rpc-runtime-api = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +frame-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false, optional = false } +frame-executive = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +frame-support = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +frame-system = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +frame-system-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false, optional = true } +frame-system-rpc-runtime-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } # substrate -frame-try-runtime = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false, optional = true } +frame-try-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false, optional = true } hex-literal = { version = '0.4.1', default-features = false, optional = true } log = { version = "0.4.20", default-features = false } -pallet-atomic-swap = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-authority-discovery = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-atomic-swap = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-authority-discovery = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-authority-members = { path = '../../pallets/authority-members', default-features = false } -pallet-authorship = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-babe = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-balances = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-authorship = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-balances = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-certification = { path = '../../pallets/certification', default-features = false } -pallet-collective = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-collective = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-distance = { path = "../../pallets/distance", default-features = false } pallet-duniter-account = { path = '../../pallets/duniter-account', default-features = false } pallet-duniter-test-parameters = { path = '../../pallets/duniter-test-parameters', default-features = false } pallet-duniter-wot = { path = '../../pallets/duniter-wot', default-features = false } -pallet-grandpa = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-identity = { path = '../../pallets/identity', default-features = false } -pallet-im-online = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-im-online = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-membership = { path = '../../pallets/membership', default-features = false } -pallet-multisig = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-multisig = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-offences = { path = '../../pallets/offences', default-features = false } pallet-oneshot-account = { path = '../../pallets/oneshot-account', default-features = false } -pallet-preimage = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-preimage = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-provide-randomness = { path = '../../pallets/provide-randomness', default-features = false } -pallet-proxy = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-proxy = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-quota = { path = '../../pallets/quota', default-features = false } -pallet-scheduler = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-session = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-scheduler = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-session-benchmarking = { path = '../../pallets/session-benchmarking', default-features = false } pallet-smith-members = { path = '../../pallets/smith-members', default-features = false } -pallet-sudo = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-timestamp = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-transaction-payment = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-treasury = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-sudo = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-timestamp = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-transaction-payment = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-treasury = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-universal-dividend = { path = '../../pallets/universal-dividend', default-features = false } pallet-upgrade-origin = { path = '../../pallets/upgrade-origin', default-features = false } -pallet-utility = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-utility = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } serde = { version = "1.0.195", default-features = false } serde_derive = { version = "1.0.195", default-features = false, optional = true } -sp-api = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-arithmetic = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-authority-discovery = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-block-builder = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-consensus-babe = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-consensus-grandpa = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-core = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-arithmetic = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-authority-discovery = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-block-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-consensus-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-consensus-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-core = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } sp-distance = { path = '../../primitives/distance', default-features = false } -sp-inherents = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-inherents = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } sp-membership = { path = '../../primitives/membership', default-features = false } -sp-offchain = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-runtime = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-session = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-std = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-transaction-pool = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-version = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -node-primitives = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-offchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-std = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-transaction-pool = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-version = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +node-primitives = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/runtime/gdev/Cargo.toml b/runtime/gdev/Cargo.toml index e4cc31bda600e18c3270d1c35d0e94d991769947..7a10663810dbfe38ba98afa6ae2e4ea641ced8cd 100644 --- a/runtime/gdev/Cargo.toml +++ b/runtime/gdev/Cargo.toml @@ -161,12 +161,12 @@ try-runtime = [ ] [dev-dependencies] -sp-keyring = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-staking = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-io = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-keyring = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-staking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-io = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/bgallois/duniter-polkadot-sdk", optional = true , branch = "duniter-v1.6.0" } +substrate-wasm-builder = { git = "https://github.com/duniter/duniter-polkadot-sdk", optional = true , branch = "duniter-substrate-v1.6.0" } [dependencies] @@ -176,72 +176,72 @@ codec = { package = "parity-scale-codec", version = "3.6.9", features = ["derive common-runtime = { path = "../common", default-features = false } # substrate benchmarking -frame-benchmarking = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false, optional = true } -frame-executive = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -frame-support = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -frame-system = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -frame-system-benchmarking = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false, optional = true } -frame-system-rpc-runtime-api = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +frame-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false, optional = true } +frame-executive = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +frame-support = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +frame-system = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +frame-system-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false, optional = true } +frame-system-rpc-runtime-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } # substrate -frame-try-runtime = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false, optional = true } +frame-try-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false, optional = true } hex-literal = { version = '0.4.1', default-features = false, optional = true } log = { version = "0.4.20", default-features = false } -pallet-atomic-swap = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-authority-discovery = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-atomic-swap = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-authority-discovery = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-authority-members = { path = '../../pallets/authority-members', default-features = false } -pallet-authorship = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-babe = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-balances = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-authorship = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-balances = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-certification = { path = '../../pallets/certification', default-features = false } -pallet-collective = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-collective = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-distance = { path = "../../pallets/distance", default-features = false } pallet-duniter-account = { path = '../../pallets/duniter-account', default-features = false } pallet-duniter-test-parameters = { path = '../../pallets/duniter-test-parameters', default-features = false } pallet-duniter-wot = { path = '../../pallets/duniter-wot', default-features = false } -pallet-grandpa = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-identity = { path = '../../pallets/identity', default-features = false } -pallet-im-online = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-im-online = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-membership = { path = '../../pallets/membership', default-features = false } -pallet-multisig = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-multisig = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-offences = { path = '../../pallets/offences', default-features = false } pallet-oneshot-account = { path = '../../pallets/oneshot-account', default-features = false } -pallet-preimage = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-preimage = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-provide-randomness = { path = '../../pallets/provide-randomness', default-features = false } -pallet-proxy = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-proxy = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-quota = { path = '../../pallets/quota', default-features = false } -pallet-scheduler = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-session = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-scheduler = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-session-benchmarking = { path = '../../pallets/session-benchmarking', default-features = false } pallet-smith-members = { path = '../../pallets/smith-members', default-features = false } -pallet-sudo = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-timestamp = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-transaction-payment = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-treasury = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-sudo = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-timestamp = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-transaction-payment = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-treasury = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-universal-dividend = { path = '../../pallets/universal-dividend', default-features = false } pallet-upgrade-origin = { path = '../../pallets/upgrade-origin', default-features = false } -pallet-utility = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-utility = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } serde = { version = "1.0.195", default-features = false } serde_derive = { version = "1.0.195", default-features = false, optional = true } -sp-api = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-arithmetic = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-authority-discovery = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-block-builder = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-consensus-babe = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-consensus-grandpa = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-core = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-arithmetic = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-authority-discovery = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-block-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-consensus-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-consensus-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-core = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } sp-distance = { path = '../../primitives/distance', default-features = false } -sp-inherents = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-inherents = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } sp-membership = { path = '../../primitives/membership', default-features = false } -sp-offchain = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-runtime = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-session = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-std = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-transaction-pool = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-version = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -node-primitives = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-offchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-std = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-transaction-pool = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-version = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +node-primitives = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/runtime/gtest/Cargo.toml b/runtime/gtest/Cargo.toml index 01b0a9c91bbde7894aa6b49b1b4cfe67b350b1ea..9c7a497a0d1ba271cc7254a036cb73e06c0f8d64 100644 --- a/runtime/gtest/Cargo.toml +++ b/runtime/gtest/Cargo.toml @@ -159,11 +159,11 @@ try-runtime = [ ] [dev-dependencies] -sp-keyring = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-staking = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-keyring = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-staking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/bgallois/duniter-polkadot-sdk", optional = true , branch = "duniter-v1.6.0" } +substrate-wasm-builder = { git = "https://github.com/duniter/duniter-polkadot-sdk", optional = true , branch = "duniter-substrate-v1.6.0" } [dependencies] @@ -173,72 +173,72 @@ codec = { package = "parity-scale-codec", version = "3.6.9", features = ["derive common-runtime = { path = "../common", default-features = false } # substrate benchmarking -frame-benchmarking = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false, optional = false } -frame-executive = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -frame-support = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -frame-system = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -frame-system-benchmarking = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false, optional = true } -frame-system-rpc-runtime-api = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +frame-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false, optional = false } +frame-executive = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +frame-support = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +frame-system = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +frame-system-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false, optional = true } +frame-system-rpc-runtime-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } # substrate -frame-try-runtime = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false, optional = true } +frame-try-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false, optional = true } hex-literal = { version = '0.4.1', default-features = false, optional = true } log = { version = "0.4.20", default-features = false } -pallet-atomic-swap = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-authority-discovery = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-atomic-swap = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-authority-discovery = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-authority-members = { path = '../../pallets/authority-members', default-features = false } -pallet-authorship = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-babe = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-balances = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-authorship = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-balances = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-certification = { path = '../../pallets/certification', default-features = false } -pallet-collective = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-collective = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-distance = { path = "../../pallets/distance", default-features = false } pallet-duniter-account = { path = '../../pallets/duniter-account', default-features = false } pallet-duniter-test-parameters = { path = '../../pallets/duniter-test-parameters', default-features = false } pallet-duniter-wot = { path = '../../pallets/duniter-wot', default-features = false } -pallet-grandpa = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-identity = { path = '../../pallets/identity', default-features = false } -pallet-im-online = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-im-online = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-membership = { path = '../../pallets/membership', default-features = false } -pallet-multisig = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-multisig = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-offences = { path = '../../pallets/offences', default-features = false } pallet-oneshot-account = { path = '../../pallets/oneshot-account', default-features = false } -pallet-preimage = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-preimage = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-provide-randomness = { path = '../../pallets/provide-randomness', default-features = false } -pallet-proxy = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-proxy = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-quota = { path = '../../pallets/quota', default-features = false } -pallet-scheduler = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-session = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-scheduler = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-session-benchmarking = { path = '../../pallets/session-benchmarking', default-features = false } pallet-smith-members = { path = '../../pallets/smith-members', default-features = false } -pallet-sudo = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-timestamp = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-transaction-payment = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -pallet-treasury = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-sudo = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-timestamp = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-transaction-payment = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +pallet-treasury = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } pallet-universal-dividend = { path = '../../pallets/universal-dividend', default-features = false } pallet-upgrade-origin = { path = '../../pallets/upgrade-origin', default-features = false } -pallet-utility = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +pallet-utility = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } serde = { version = "1.0.195", default-features = false } serde_derive = { version = "1.0.195", default-features = false, optional = true } -sp-api = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-arithmetic = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-authority-discovery = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-block-builder = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-consensus-babe = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-consensus-grandpa = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-core = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-arithmetic = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-authority-discovery = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-block-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-consensus-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-consensus-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-core = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } sp-distance = { path = '../../primitives/distance', default-features = false } -sp-inherents = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-inherents = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } sp-membership = { path = '../../primitives/membership', default-features = false } -sp-offchain = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-runtime = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-session = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-std = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-transaction-pool = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -sp-version = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } -node-primitives = { git = 'https://github.com/bgallois/duniter-polkadot-sdk', branch = 'duniter-v1.6.0', default-features = false } +sp-offchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-std = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-transaction-pool = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +sp-version = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } +node-primitives = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.6.0', default-features = false } [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu']