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

Feature: wallet balance api #101

Merged

Conversation

Shourya742
Copy link

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

Copy link

codecov bot commented Mar 2, 2024

Codecov Report

Attention: Patch coverage is 83.11688% with 26 lines in your changes are missing coverage. Please review.

Project coverage is 79.19%. Comparing base (ef9c343) to head (c0e078c).

Files Patch % Lines
src/wallet/api.rs 86.33% 19 Missing ⚠️
src/wallet/funding.rs 33.33% 6 Missing ⚠️
src/wallet/direct_send.rs 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@Shourya742 Shourya742 self-assigned this Mar 3, 2024
Copy link

@rajarshimaitra rajarshimaitra left a 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.

@Shourya742 Shourya742 force-pushed the feature/walletBalanceApi branch from bd33140 to bfeaf1d Compare March 21, 2024 11:41
@Shourya742 Shourya742 force-pushed the feature/walletBalanceApi branch from 03bb7ed to c0e078c Compare March 22, 2024 10:13
Copy link

@rajarshimaitra rajarshimaitra left a comment

Choose a reason for hiding this comment

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

ACK c0e078c

@rajarshimaitra rajarshimaitra merged commit 0622709 into citadel-tech:master Mar 22, 2024
8 checks passed
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.

2 participants