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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Rust
Ğcli-v2s
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
nostr
Select Git revision
Selected
nostr
Branches
8
master
default
protected
48-error-base-58-requirement-is-violated
hugo/dev
hugo/tx-comments
json-output
no-rename
poka/dev
tuxmain/mail
Tags
20
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
Begin with the selected commit
Created with Raphaël 2.2.0
13
Jun
4
31
May
19
18
17
16
12
8
Apr
26
Mar
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
* Adapted several commands to the new structure with SerializeHuman
0.4.3-RC2 json-…
0.4.3-RC2 json-output
* Extra changes for better json output support
* Added json serialization for `vault remove` command using the new system.
* Added SerializeJson & SerializeHuman traits
ok
nostr
nostr
examples for toto
adding -o json --no-password behaviour
Add twinkey support
NIP-39 compatibility : need some test
Added new version 0.4.3-RC1 changelogs for Release Candidate.
0.4.3-RC1
0.4.3-RC1
Added simple tests of display::compute_vault_accounts_json method
Adapting `vault inspect`
* small fix for `vault use` with Json output format.
changes from `cargo fmt`
use json output for all usefull commands
fix warn
Add Nostr profile support
Small change to assign proper link_type to generated assets; so that all binary & packages are assigned to "package" and completion scripts stay in "other".
master
master
gcli command auto completion and arm64 build
0.4.2
0.4.2
gcli command auto completion and arm64 build
feat: Can choose between ed25519 ans sr25519 (clients/rust/gcli-v2s!44)
0.4.1
0.4.1
* Added `debug!` log inside `impl From<DbAccountId> for Value` used to serialize DbAccountId into the String value for the db
48-error-base-5…
48-error-base-58-requirement-is-violated
* Kind of ugly; but needed to adapt fn find_direct_children_accounts to also match lines that have extra double quotes inside the parent column
* Adapted `impl FromStr for DbAccountId` so that it is the only one that does the conversion from &str to DbAccountId
Added extra message when the DB parsing of DbAccountId fails, so we know for which string it failed.
Adapt linux build now depending on libssl-dev. Introduce tests job (#45, #46) (clients/rust/gcli-v2s!42)
0.4.0
0.4.0
* 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`
Loading