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 wallet daemon state messages to a terminal window log #2062

Merged
merged 5 commits into from
May 25, 2022

Conversation

Aleoami
Copy link
Contributor

@Aleoami Aleoami commented May 24, 2022

Aimed to clarify to the user the state and operational progress of the wallet daemon as it starts: shows launch process stages and UTXO set gathering progress, updating the info as the new addresses appear in the derived chain

@codecov
Copy link

codecov bot commented May 24, 2022

Codecov Report

Merging #2062 (b156706) into dev (0521938) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

❗ Current head b156706 differs from pull request most recent head d606ef3. Consider uploading reports for the commit d606ef3 to get more accurate results

@@            Coverage Diff             @@
##              dev    #2062      +/-   ##
==========================================
- Coverage   59.37%   59.34%   -0.03%     
==========================================
  Files         674      674              
  Lines       32371    32399      +28     
==========================================
+ Hits        19220    19228       +8     
- Misses      10388    10409      +21     
+ Partials     2763     2762       -1     
Impacted Files Coverage Δ
cmd/kaspawallet/create.go 0.00% <0.00%> (ø)
cmd/kaspawallet/daemon/server/server.go 0.00% <0.00%> (ø)
cmd/kaspawallet/daemon/server/sync.go 0.00% <0.00%> (ø)
cmd/kaspawallet/keys/create.go 0.00% <0.00%> (ø)
app/rpc/rpccontext/notificationmanager.go 60.82% <0.00%> (+1.38%) ⬆️
...ructure/network/rpcclient/grpcclient/grpcclient.go 81.25% <0.00%> (+4.68%) ⬆️
app/protocol/flows/v5/blockrelay/block_locator.go 64.70% <0.00%> (+11.76%) ⬆️

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 968d47c...d606ef3. Read the comment docs.

cmd/kaspawallet/daemon/server/sync.go Outdated Show resolved Hide resolved
@Aleoami Aleoami closed this May 25, 2022
@Aleoami Aleoami reopened this May 25, 2022
cmd/kaspawallet/daemon/server/sync.go Outdated Show resolved Hide resolved
@someone235 someone235 merged commit 440aea1 into kaspanet:dev May 25, 2022
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

3 participants