big refac and features
Showing
- Cargo.lock 2005 additions, 572 deletionsCargo.lock
- Cargo.toml 8 additions, 3 deletionsCargo.toml
- res/metadata.scale 0 additions, 0 deletionsres/metadata.scale
- src/cache.rs 4 additions, 6 deletionssrc/cache.rs
- src/commands.rs 2 additions, 0 deletionssrc/commands.rs
- src/commands/account.rs 6 additions, 5 deletionssrc/commands/account.rs
- src/commands/blockchain.rs 12 additions, 7 deletionssrc/commands/blockchain.rs
- src/commands/certification.rs 3 additions, 3 deletionssrc/commands/certification.rs
- src/commands/cesium.rs 78 additions, 0 deletionssrc/commands/cesium.rs
- src/commands/collective.rs 16 additions, 21 deletionssrc/commands/collective.rs
- src/commands/distance.rs 24 additions, 0 deletionssrc/commands/distance.rs
- src/commands/expire.rs 22 additions, 29 deletionssrc/commands/expire.rs
- src/commands/identity.rs 66 additions, 36 deletionssrc/commands/identity.rs
- src/commands/net_test.rs 22 additions, 14 deletionssrc/commands/net_test.rs
- src/commands/oneshot.rs 35 additions, 61 deletionssrc/commands/oneshot.rs
- src/commands/revocation.rs 5 additions, 4 deletionssrc/commands/revocation.rs
- src/commands/smith.rs 45 additions, 64 deletionssrc/commands/smith.rs
- src/commands/sudo.rs 44 additions, 1 deletionsrc/commands/sudo.rs
- src/commands/transfer.rs 5 additions, 5 deletionssrc/commands/transfer.rs
- src/commands/ud.rs 2 additions, 2 deletionssrc/commands/ud.rs
This diff is collapsed.
... | @@ -18,11 +18,16 @@ log = "0.4.17" | ... | @@ -18,11 +18,16 @@ log = "0.4.17" |
reqwest = "0.11.14" | reqwest = "0.11.14" | ||
rpassword = "7.2.0" | rpassword = "7.2.0" | ||
serde = { version = "1.0", features = ["derive"] } | serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0.94" | serde_json = "^1.0.107" | ||
sp-core = { git = "https://github.com/duniter/substrate", branch = "duniter-substrate-v0.9.32" } | sp-core = { git = "https://github.com/duniter/substrate.git", branch = "duniter-substrate-v0.9.42" } | ||
subxt = { git = "https://github.com/duniter/subxt.git", branch = "duniter-substrate-v0.9.32" } | sp-runtime = { git = "https://github.com/duniter/substrate", branch = "duniter-substrate-v0.9.42" } | ||
subxt = { git = "https://github.com/duniter/subxt.git", branch = "subxt-v0.32.1-duniter-substrate-v0.9.42", features = ["substrate-compat"] } | |||
# subxt-signer = { git = "https://github.com/duniter/subxt.git", branch = "subxt-v0.32.1-duniter-substrate-v0.9.42", features = ["subxt"] } | |||
tokio = { version = "1.26.0", features = ["macros"] } | tokio = { version = "1.26.0", features = ["macros"] } | ||
confy = "0.5.1" | confy = "0.5.1" | ||
scrypt = { version = "0.11", default-features = false } # for old-style key generation | |||
nacl = { version = "0.5.3" } # for old-style key generation | |||
bs58 = "0.5.0" | |||
# allows to build gcli for different runtimes and with different predefined networks | # allows to build gcli for different runtimes and with different predefined networks | ||
[features] | [features] | ||
... | ... |
No preview for this file type
src/commands/cesium.rs
0 → 100644
src/commands/distance.rs
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment