Skip to content
Snippets Groups Projects
  • Nicolas80's avatar
    3d7b15c0
    * Added sc_cli::arg_enums::CryptoScheme partial copy in keys.rs · 3d7b15c0
    Nicolas80 authored
    * 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
    3d7b15c0
    History
    * Added sc_cli::arg_enums::CryptoScheme partial copy in keys.rs
    Nicolas80 authored
    * 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