Skip to content
Snippets Groups Projects
Select Git revision
  • json-output
  • nostr
  • master default protected
  • 48-error-base-58-requirement-is-violated
  • no-rename
  • hugo/tx-comments
  • poka/dev
  • hugo/dev
  • tuxmain/mail
  • 0.4.3-RC2
  • 0.4.3-RC1
  • 0.4.2
  • 0.4.1
  • 0.4.0
  • 0.3.0
  • 0.2.17
  • 0.2.16
  • 0.2.15
  • 0.2.14
  • 0.2.13
  • 0.2.12
  • 0.2.10
  • 0.2.9
  • 0.2.8
  • 0.2.7
  • 0.2.6
  • 0.2.5
  • 0.2.4
  • 0.2.3
29 results

data.rs

  • Nicolas80's avatar
    07ea8692
    * Adapted data::keypair() method so it doesn't block the user's terminal anymore · 07ea8692
    Nicolas80 authored
       * Now checking if GcliError Input message was for doing "ctrl+c" or "Esc" key in a prompt; in wich case we terminate the execution with the message.
       * Small correction in vault_account::compute_suri_account_tree_node where it's better to return GcliError instead of panic using unwrap if the password was incorrect.
    * Renamed `clap` arguments "value_name" in different places where it wasn't clear what kind of value was expected.
       * Using "ADDRESS" everytime we expect an AccountId
       * Using "USERNAME" everytime we expect a Username (most were requesting "TARGET")
    * Small corrections in `clap` help messages for `vault derive`
    * Added print of selected Vault item when using vault::try_fetch_key_pair method; just before requesting it's associated password (whenever we will try to sign for an action mostly)
    07ea8692
    History
    * Adapted data::keypair() method so it doesn't block the user's terminal anymore
    Nicolas80 authored
       * Now checking if GcliError Input message was for doing "ctrl+c" or "Esc" key in a prompt; in wich case we terminate the execution with the message.
       * Small correction in vault_account::compute_suri_account_tree_node where it's better to return GcliError instead of panic using unwrap if the password was incorrect.
    * Renamed `clap` arguments "value_name" in different places where it wasn't clear what kind of value was expected.
       * Using "ADDRESS" everytime we expect an AccountId
       * Using "USERNAME" everytime we expect a Username (most were requesting "TARGET")
    * Small corrections in `clap` help messages for `vault derive`
    * Added print of selected Vault item when using vault::try_fetch_key_pair method; just before requesting it's associated password (whenever we will try to sign for an action mostly)