Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğ
Ğcli-v2s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Rust
Ğcli-v2s
Graph
5dd416576931cad7bf6cec31163a1d01f8aacdbc
Select Git revision
Branches
10
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
Tags
19
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.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Mar
12
11
13
Feb
9
8
5
3
1
31
Jan
29
26
18
15
6
4
3
2
1
31
Dec
29
28
8
23
Oct
10
7
4
3
1
24
Sep
6
Jun
4
3
25
May
23
22
21
19
Apr
18
15
Mar
10
22
Feb
19
17
16
14
12
7
6
2
31
Jan
4
Dec
24
Nov
16
25
Oct
23
17
Aug
8
Jun
6
3
2
27
Mar
17
16
11
20
Feb
17
16
4
16
Dec
22
Nov
18
17
12
1
Sep
9
Aug
25
Jun
24
Add profile command for nostr data
nostr
nostr
use json output for all usefull commands
json-output
json-output
add non interactive mode
choose-ed25519
choose-ed25519
remove unused methods
Add secret format in database and display
apply nico review
feat: Can choose between ed25519 ans sr25519
Added 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-violated
Adapt linux build now depending on libssl-dev. Introduce tests job (#45, #46) (clients/rust/gcli-v2s!42)
0.4.0 master
0.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 reviews
Apply 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 file
no-rename
no-rename
do not rename codec package
* Added sc_cli::arg_enums::CryptoScheme partial copy in keys.rs
Small cleanup of todo
Small cleanup for `vault use` command and saving Config
Small cleanup for data's db connection; adding method connect_db that returns a &DatabaseConnection (or panics with explanation message)
Small refactorings from MR comments
Made 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 key
Renamed vault_account CryptoType enum values and encrypted_private_key field into encrypted_suri
Removed `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