gui icon indicating copy to clipboard operation
gui copied to clipboard

Add used balance to overview page

Open BrandonOdiwuor opened this issue 2 years ago • 7 comments

Second part: Fixes https://github.com/bitcoin-core/gui/issues/769

Add used balance to the overview page for wallets with the avoid_reuse flag enabled

Prerequsite:

  • Part one (should be merged first): https://github.com/bitcoin/bitcoin/pull/28776

overview page when avoid_reuse is enabled Screenshot from 2023-11-02 18-10-06

overview page when avoid_reuse is not enabled Screenshot from 2023-11-03 11-07-45

BrandonOdiwuor avatar Nov 03 '23 08:11 BrandonOdiwuor

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Reviews

See the guideline for information on the review process.

Type Reviewers
Concept ACK katesalazar, pablomartin4btc

If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.

DrahtBot avatar Nov 03 '23 08:11 DrahtBot

🤔 There hasn't been much activity lately and the CI seems to be failing.

If no one reviewed the current pull request by commit hash, a rebase can be considered. While the CI failure may be a false positive, the CI hasn't been running for some time, so there may be a real issue hiding as well. A rebase triggers the latest CI and makes sure that no silent merge conflicts have snuck in.

DrahtBot avatar Feb 29 '24 11:02 DrahtBot

What is the use case here? (And the avoid_reuse flag in general...)

luke-jr avatar Apr 24 '24 00:04 luke-jr

@BrandonOdiwuor

Second part: Fixes #769

Add used balance to the overview page for wallets with the avoid_reuse flag enabled

Prerequsite:

If you are still working on this PR, please address https://github.com/bitcoin/bitcoin/pull/28776#discussion_r1557805199.

hebasto avatar May 12 '24 14:05 hebasto

@hebasto Sorry I will be updating the PR description

There was a change in implementation. I created a different PR (https://github.com/bitcoin/bitcoin/pull/29062) based on the recommendation to refactor the getbalance() function which touches the bitcoin repo. trying to get it merged so that I can update this PR

BrandonOdiwuor avatar May 15 '24 16:05 BrandonOdiwuor

There was a change in implementation. I created a different PR (bitcoin/bitcoin#29062) based on the recommendation to refactor the getbalance() function which touches the bitcoin repo. trying to get it merged so that I can update this PR

Okay. Until then, marking this PR as a draft.

hebasto avatar May 15 '24 16:05 hebasto