* Added sc_cli::arg_enums::CryptoScheme partial copy in keys.rs
* Started to investigate being able to make subkey command and trying to use sp_core::crypto::CryptoType instead of custom KeyPair * Big refactoring to have all in one vault_account db table; using recursion through `parent` property * Added AccountTreeNode object and related methods to be able to more easily handle whole tree of accounts * Removed now unused vault_derivation * Replaced remaining usages of `rpassword` and removed the dependency * Added `indoc` dependency to support cleaner display of multi-line strings in tests
parent
a205dce4
No related branches found
No related tags found
Showing
- Cargo.lock 7 additions, 22 deletionsCargo.lock
- Cargo.toml 1 addition, 1 deletionCargo.toml
- doc/config.md 2 additions, 0 deletionsdoc/config.md
- src/commands/vault.rs 502 additions, 433 deletionssrc/commands/vault.rs
- src/conf.rs 5 additions, 4 deletionssrc/conf.rs
- src/database.rs 1 addition, 2 deletionssrc/database.rs
- src/entities.rs 0 additions, 1 deletionsrc/entities.rs
- src/entities/vault_account.rs 1164 additions, 45 deletionssrc/entities/vault_account.rs
- src/entities/vault_derivation.rs 0 additions, 158 deletionssrc/entities/vault_derivation.rs
- src/inputs.rs 12 additions, 2 deletionssrc/inputs.rs
- src/keys.rs 143 additions, 6 deletionssrc/keys.rs
Loading
Please register or sign in to comment