-
Notifications
You must be signed in to change notification settings - Fork 57
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
Feature: wallet balance api #101
Feature: wallet balance api #101
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #101 +/- ##
==========================================
+ Coverage 78.34% 79.19% +0.84%
==========================================
Files 25 25
Lines 6045 6089 +44
==========================================
+ Hits 4736 4822 +86
+ Misses 1309 1267 -42 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK aeffd83
All looks good to me. One more conflict rebase resolution and we are good to go.
bd33140
to
bfeaf1d
Compare
03bb7ed
to
c0e078c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK c0e078c
Removed is_utxo_ours method and simplified balance and list_unspent api's to individual UtxoSpentInfo.
Updated IT with new set of balance api's