Skip to content
Snippets Groups Projects

add vault

Merged Hugo Trentesaux requested to merge hugo-keystore into master
2 files
+ 21
198
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 20
196
@@ -923,18 +923,6 @@ dependencies = [
"serde",
]
[[package]]
name = "bounded-collections"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32385ecb91a31bddaf908e8dcf4a15aef1bcd3913cc03ebfad02ff6d568abc1"
dependencies = [
"log",
"parity-scale-codec",
"scale-info",
"serde",
]
[[package]]
name = "bs58"
version = "0.5.0"
@@ -2106,8 +2094,7 @@ dependencies = [
"scrypt",
"serde",
"serde_json",
"sp-core 21.0.0",
"sp-core 29.0.0",
"sp-core",
"sp-runtime",
"subxt",
"tokio",
@@ -4667,7 +4654,7 @@ dependencies = [
"parity-scale-codec",
"scale-info",
"serde",
"sp-core 21.0.0",
"sp-core",
"sp-io",
"sp-std 8.0.0",
]
@@ -4714,7 +4701,7 @@ dependencies = [
"bip39",
"bitflags 1.3.2",
"blake2",
"bounded-collections 0.1.9",
"bounded-collections",
"bs58",
"dyn-clonable",
"ed25519-zebra 3.1.0",
@@ -4750,52 +4737,6 @@ dependencies = [
"zeroize",
]
[[package]]
name = "sp-core"
version = "29.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c33c7a1568175250628567d50c4e1c54a6ac5bc1190413b9be29a9e810cbe73"
dependencies = [
"array-bytes",
"bip39",
"bitflags 1.3.2",
"blake2",
"bounded-collections 0.2.0",
"bs58",
"dyn-clonable",
"ed25519-zebra 3.1.0",
"futures",
"hash-db",
"hash256-std-hasher",
"impl-serde",
"itertools 0.10.5",
"libsecp256k1",
"log",
"merlin 3.0.0",
"parity-scale-codec",
"parking_lot",
"paste",
"primitive-types",
"rand",
"scale-info",
"schnorrkel 0.11.4",
"secp256k1",
"secrecy",
"serde",
"sp-crypto-hashing",
"sp-debug-derive 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-externalities 0.26.0",
"sp-runtime-interface 25.0.0",
"sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-storage 20.0.0",
"ss58-registry",
"substrate-bip39",
"thiserror",
"tracing",
"w3f-bls",
"zeroize",
]
[[package]]
name = "sp-core-hashing"
version = "9.0.0"
@@ -4827,21 +4768,7 @@ dependencies = [
"ark-ed-on-bls12-381-bandersnatch-ext",
"ark-scale",
"sp-runtime-interface 24.0.0",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
]
[[package]]
name = "sp-crypto-hashing"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc9927a7f81334ed5b8a98a4a978c81324d12bd9713ec76b5c68fd410174c5eb"
dependencies = [
"blake2b_simd",
"byteorder",
"digest 0.10.7",
"sha2 0.10.8",
"sha3",
"twox-hash",
"sp-std 14.0.0",
]
[[package]]
@@ -4854,17 +4781,6 @@ dependencies = [
"syn 2.0.48",
]
[[package]]
name = "sp-debug-derive"
version = "14.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48d09fa0a5f7299fb81ee25ae3853d26200f7a348148aed6de76be905c007dbe"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
]
[[package]]
name = "sp-debug-derive"
version = "14.0.0"
@@ -4893,22 +4809,10 @@ source = "git+https://github.com/paritytech/polkadot-sdk#9e6298e7f773c61d384677e
dependencies = [
"environmental",
"parity-scale-codec",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-std 14.0.0",
"sp-storage 19.0.0",
]
[[package]]
name = "sp-externalities"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7096ed024cec397804864898b093b51e14c7299f1d00c67dd5800330e02bb82"
dependencies = [
"environmental",
"parity-scale-codec",
"sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-storage 20.0.0",
]
[[package]]
name = "sp-io"
version = "23.0.0"
@@ -4921,7 +4825,7 @@ dependencies = [
"parity-scale-codec",
"rustversion",
"secp256k1",
"sp-core 21.0.0",
"sp-core",
"sp-externalities 0.19.0",
"sp-keystore",
"sp-runtime-interface 17.0.0",
@@ -4940,7 +4844,7 @@ source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter
dependencies = [
"parity-scale-codec",
"parking_lot",
"sp-core 21.0.0",
"sp-core",
"sp-externalities 0.19.0",
"thiserror",
]
@@ -4973,7 +4877,7 @@ dependencies = [
"simple-mermaid",
"sp-application-crypto",
"sp-arithmetic",
"sp-core 21.0.0",
"sp-core",
"sp-io",
"sp-std 8.0.0",
"sp-weights",
@@ -5008,30 +4912,11 @@ dependencies = [
"polkavm-derive",
"primitive-types",
"sp-externalities 0.25.0",
"sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-runtime-interface-proc-macro 17.0.0",
"sp-std 14.0.0",
"sp-storage 19.0.0",
"sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"static_assertions",
]
[[package]]
name = "sp-runtime-interface"
version = "25.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e2321ab29d4bcc31f1ba1b4f076a81fb2a666465231e5c981c72320d74dbe63"
dependencies = [
"bytes",
"impl-trait-for-tuples",
"parity-scale-codec",
"primitive-types",
"sp-externalities 0.26.0",
"sp-runtime-interface-proc-macro 17.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-storage 20.0.0",
"sp-tracing 16.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-wasm-interface 20.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-tracing 16.0.0",
"sp-wasm-interface 20.0.0",
"static_assertions",
]
@@ -5048,20 +4933,6 @@ dependencies = [
"syn 2.0.48",
]
[[package]]
name = "sp-runtime-interface-proc-macro"
version = "17.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfaf6e85b2ec12a4b99cd6d8d57d083e30c94b7f1b0d8f93547121495aae6f0c"
dependencies = [
"Inflector",
"expander",
"proc-macro-crate 3.1.0",
"proc-macro2",
"quote",
"syn 2.0.48",
]
[[package]]
name = "sp-runtime-interface-proc-macro"
version = "17.0.0"
@@ -5086,7 +4957,7 @@ dependencies = [
"parking_lot",
"rand",
"smallvec",
"sp-core 21.0.0",
"sp-core",
"sp-externalities 0.19.0",
"sp-panic-handler",
"sp-std 8.0.0",
@@ -5101,12 +4972,6 @@ name = "sp-std"
version = "8.0.0"
source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?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"
[[package]]
name = "sp-std"
version = "14.0.0"
@@ -5134,22 +4999,8 @@ dependencies = [
"parity-scale-codec",
"ref-cast",
"serde",
"sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
]
[[package]]
name = "sp-storage"
version = "20.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dba5791cb3978e95daf99dad919ecb3ec35565604e88cd38d805d9d4981e8bd"
dependencies = [
"impl-serde",
"parity-scale-codec",
"ref-cast",
"serde",
"sp-debug-derive 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-debug-derive 14.0.0",
"sp-std 14.0.0",
]
[[package]]
@@ -5164,26 +5015,13 @@ dependencies = [
"tracing-subscriber",
]
[[package]]
name = "sp-tracing"
version = "16.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0351810b9d074df71c4514c5228ed05c250607cba131c1c9d1526760ab69c05c"
dependencies = [
"parity-scale-codec",
"sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tracing",
"tracing-core",
"tracing-subscriber",
]
[[package]]
name = "sp-tracing"
version = "16.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#9e6298e7f773c61d384677e6eebfa8d7eee9d2ac"
dependencies = [
"parity-scale-codec",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-std 14.0.0",
"tracing",
"tracing-core",
"tracing-subscriber",
@@ -5204,7 +5042,7 @@ dependencies = [
"rand",
"scale-info",
"schnellru",
"sp-core 21.0.0",
"sp-core",
"sp-externalities 0.19.0",
"sp-std 8.0.0",
"thiserror",
@@ -5226,20 +5064,6 @@ dependencies = [
"wasmtime",
]
[[package]]
name = "sp-wasm-interface"
version = "20.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ef97172c42eb4c6c26506f325f48463e9bc29b2034a587f1b9e48c751229bee"
dependencies = [
"anyhow",
"impl-trait-for-tuples",
"log",
"parity-scale-codec",
"sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmtime",
]
[[package]]
name = "sp-wasm-interface"
version = "20.0.0"
@@ -5249,7 +5073,7 @@ dependencies = [
"impl-trait-for-tuples",
"log",
"parity-scale-codec",
"sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-std 14.0.0",
"wasmtime",
]
@@ -5258,7 +5082,7 @@ name = "sp-weights"
version = "20.0.0"
source = "git+https://github.com/duniter/duniter-polkadot-sdk.git?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f"
dependencies = [
"bounded-collections 0.1.9",
"bounded-collections",
"parity-scale-codec",
"scale-info",
"serde",
@@ -5367,7 +5191,7 @@ dependencies = [
"scale-value",
"serde",
"serde_json",
"sp-core 21.0.0",
"sp-core",
"sp-core-hashing",
"sp-runtime",
"subxt-lightclient",
Loading