Skip to content
Snippets Groups Projects
Select Git revision
  • 48-error-base-58-requirement-is-violated
  • choose-ed25519
  • hugo/dev
  • hugo/tx-comments
  • json-output
  • master default protected
  • no-rename
  • nostr
  • poka/dev
  • tuxmain/mail
  • 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
  • 0.2.1
  • 0.2.0
  • 0.1.0
29 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.013Mar121113Feb9853131Jan292618156432131Dec2928823Oct10743124Sep6Jun4325May23222119Apr1815Mar1022Feb191716141276231Jan4Dec24Nov1625Oct2317Aug8Jun63227Mar17161120Feb1716416Dec22Nov1817121Sep9Aug25Jun24Add profile command for nostr datanostrnostruse json output for all usefull commandsjson-outputjson-outputadd non interactive modechoose-ed25519choose-ed25519remove unused methodsAdd secret format in database and displayapply nico reviewfeat: Can choose between ed25519 ans sr25519Added extra message when the DB parsing of DbAccountId fails, so we know for which string it failed.48-error-base-5…48-error-base-58-requirement-is-violatedAdapt linux build now depending on libssl-dev. Introduce tests job (#45, #46) (clients/rust/gcli-v2s!42)0.4.0 master0.4.0 master* Small changes in doc* Adapted vault display to have a space before address value (for derivations); which fixes the incorrect selection when double-clicking an address in the terminal* Bumped version to 0.4.0* Re-did the mapping of DbAccountId so that we don't have to rely on derive macro FromJsonQueryResult that resulted in using JSON_TEXT in database column instead of VARCHAR* Adapted data::keypair() method so it doesn't block the user's terminal anymore* Added support to show g1v1 base58 public key from (ed25519) ss58 address, AccountId, ed25519::Public with tests for those* Moved Vault display only functions and tests into display sub module* Small code reviewsApply 1 suggestion(s) to 1 file(s)Apply 1 suggestion(s) to 1 file(s)Apply 1 suggestion(s) to 1 file(s)* Small clean up of `clap` arguments* Small cleanup refactoring* Added replacement options for `import` and `derive`Modify subxt and add nix fileno-renameno-renamedo not rename codec package* Added sc_cli::arg_enums::CryptoScheme partial copy in keys.rsSmall cleanup of todoSmall cleanup for `vault use` command and saving ConfigSmall cleanup for data's db connection; adding method connect_db that returns a &DatabaseConnection (or panics with explanation message)Small refactorings from MR commentsMade an extra check of derivation path to make sure it's not linking to the same SS58 Address as "root" suri when doing `vault import|migrate`Added extra confirmation when importing a G1v1/Cesium key; showing the old G1v1 public keyRenamed vault_account CryptoType enum values and encrypted_private_key field into encrypted_suriRemoved `nacl` dependency and now using sp_core::ed25519::Pair instead of nacl::sign::Keypair.* Small refactorings & rewordings* Renaming to refer to "<Account>" instead of "<Root> derivation" to avoid confusion.* Added a test to verify we don't need the nacl::sign::Keypair to handle cesium v1 (we can keep using scrypt to retrieve the seed and then sp_core::ed25519::Pair)* Fixed small bug after switching from `dialoguer` to `inquire`: using `prompt_skippable()` only returns `None` if the user presses `Esc` (returned "" when user just pressed enter)* Adapted to have more coherent commands descriptions and added `long_about` more detailed description for `import` and `derivation`Reusing `inquire` dependency (which I didn't see in the first place) for user inputs
Loading