Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Problem: client-cli history/balance may display outdated information #1051

Merged
merged 1 commit into from
Feb 11, 2020
Merged

Problem: client-cli history/balance may display outdated information #1051

merged 1 commit into from
Feb 11, 2020

Conversation

devashishdxt
Copy link
Collaborator

Solution: Added a warning mentioning that the information may be outdated. One possible improvement is that we can record the time of last synced block and display that in the warning. Fixes #980.

Solution: Added a warning mentioning that the information may be
outdated. One possible improvement is that we can record the time of
last synced block and display that in the warning.
@tomtau
Copy link
Contributor

tomtau commented Feb 11, 2020

bors r+

bors bot added a commit that referenced this pull request Feb 11, 2020
1051: Problem: client-cli history/balance may display outdated information r=tomtau a=devashishdxt

Solution: Added a warning mentioning that the information may be outdated. One possible improvement is that we can record the time of last synced block and display that in the warning. Fixes #980. 



Co-authored-by: Devashish Dixit <devashishdxt@gmail.com>
@codecov
Copy link

codecov bot commented Feb 11, 2020

Codecov Report

Merging #1051 into master will decrease coverage by 0.7%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           master    #1051      +/-   ##
==========================================
- Coverage   67.51%   66.81%   -0.71%     
==========================================
  Files         145      147       +2     
  Lines       18804    19004     +200     
==========================================
+ Hits        12696    12697       +1     
- Misses       6108     6307     +199
Impacted Files Coverage Δ
client-cli/src/command.rs 0% <0%> (ø) ⬆️
...action_builder/raw_transfer_transaction_builder.rs 95.04% <0%> (-0.3%) ⬇️
cro-clib/src/types.rs 0% <0%> (ø) ⬆️
cro-clib/src/transaction_build.rs 0% <0%> (ø)
cro-clib/src/fee.rs 0% <0%> (ø)

@bors
Copy link
Contributor

bors bot commented Feb 11, 2020

@bors bors bot merged commit f62056b into crypto-com:master Feb 11, 2020
@devashishdxt devashishdxt deleted the issue-980 branch February 12, 2020 02:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem: client-cli history/balance may display outdated information
4 participants