Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a show-address subcommand to kaspawallet #1653

Merged
merged 3 commits into from
Apr 5, 2021

Conversation

stasatdaglabs
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Apr 5, 2021

Codecov Report

Merging #1653 (96fa94d) into v0.10.0-dev (7ad8ce5) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           v0.10.0-dev    #1653      +/-   ##
===============================================
- Coverage        59.95%   59.93%   -0.02%     
===============================================
  Files              542      543       +1     
  Lines            21286    21305      +19     
===============================================
+ Hits             12761    12770       +9     
- Misses            6522     6536      +14     
+ Partials          2003     1999       -4     
Impacted Files Coverage Δ
cmd/kaspawallet/config.go 0.00% <0.00%> (ø)
cmd/kaspawallet/main.go 0.00% <0.00%> (ø)
cmd/kaspawallet/show_address.go 0.00% <0.00%> (ø)
app/protocol/flows/blockrelay/handle_relay_invs.go 70.00% <0.00%> (+1.25%) ⬆️
infrastructure/network/netadapter/router/route.go 85.71% <0.00%> (+7.14%) ⬆️
...k/netadapter/server/grpcserver/connection_loops.go 63.46% <0.00%> (+9.61%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ad8ce5...96fa94d. Read the comment docs.

@@ -63,6 +64,11 @@ type broadcastConfig struct {
config.NetworkFlags
}

type showAddressConfig struct {
KeysFile string `long:"keys-file" short:"f" description:"Keys file location (only if different from default)"`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of "(only if different from default)" better to write something like "(default: ~/.kaspawallet/blabla.json)".

@svarogg svarogg merged commit d01a213 into v0.10.0-dev Apr 5, 2021
@svarogg svarogg deleted the kaspawallet-show-address branch April 5, 2021 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants