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

main.rs

  • Nicolas80's avatar
    66c7c2a8
    * Added support to show g1v1 base58 public key from (ed25519) ss58 address,... · 66c7c2a8
    Nicolas80 authored
    * Added support to show g1v1 base58 public key from (ed25519) ss58 address, AccountId, ed25519::Public with tests for those
    * Renamed SecretFormat.Cesium to SecretFormat.G1v1
       * Adapted `clap` display help to reflect the change
       * Still supporting using "cesium" as "-S" secret format argument and mapping it to SecretFormat.G1v1
    * Adapted display of vault
       * Changed column "Format" into "Crypto", showing either "ed25519" or "sr25519" instead of "cesium" or "substrate"
       * Adapted 1st row header to "SS58 Address/G1v1 public key"
       * For "ed25519" account, showing a 2nd row just below containing "└ G1v1: <base58 public key value>"
       * Adapted test cases and added a G1v1 account example
    * Adapted (String) Display of vault_account to include "g1v1_pub_key" value when crypto_scheme is Ed25519
    66c7c2a8
    History
    * Added support to show g1v1 base58 public key from (ed25519) ss58 address,...
    Nicolas80 authored
    * Added support to show g1v1 base58 public key from (ed25519) ss58 address, AccountId, ed25519::Public with tests for those
    * Renamed SecretFormat.Cesium to SecretFormat.G1v1
       * Adapted `clap` display help to reflect the change
       * Still supporting using "cesium" as "-S" secret format argument and mapping it to SecretFormat.G1v1
    * Adapted display of vault
       * Changed column "Format" into "Crypto", showing either "ed25519" or "sr25519" instead of "cesium" or "substrate"
       * Adapted 1st row header to "SS58 Address/G1v1 public key"
       * For "ed25519" account, showing a 2nd row just below containing "└ G1v1: <base58 public key value>"
       * Adapted test cases and added a G1v1 account example
    * Adapted (String) Display of vault_account to include "g1v1_pub_key" value when crypto_scheme is Ed25519