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

backport: partial Merge bitcoin-core/gui#96: Slight improve create wallet dialog #5894

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

knst
Copy link
Collaborator

@knst knst commented Feb 22, 2024

Issue being fixed or feature implemented

It fixes strange behaviour of enable/disable checkboxes and checking/unchecking them

kudos to thephez to found an issue.

What was done?

Partial backport bitcoin-core/gui#96

How Has This Been Tested?

Build & run dash-qt

Breaking Changes

No actual code changed for creating wallet, only UI for it

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation
  • I have assigned this pull request to a milestone

@knst knst added this to the 20.1 milestone Feb 22, 2024
@knst
Copy link
Collaborator Author

knst commented Feb 22, 2024

Bitcoin has also a brand-new design for Create Wallet dialog but it seems as no one ever implemented it yet: bitcoin-core/gui#77

image

Copy link
Collaborator

@thephez thephez left a comment

Choose a reason for hiding this comment

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

Is enabling "Disable Private Keys" supposed to also enable "Make Blank Wallet"? v20 doesn't do that, but this PR does. I think it makes sense because it's necessary to use RPC to add stuff to a watch-only wallet.

I do like that proposed bitcoin screen better since it actually explains things more clearly.

@knst
Copy link
Collaborator Author

knst commented Feb 22, 2024

v20 doesn't do that, but this PR does.

It is expected change

proposed bitcoin screen better since it actually explains things more clearly.

That's a good one indeed but they don't have any implementation for it yet and not much discussion since proposed in 2020-2022

Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

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

ACK

Copy link
Member

@PastaPastaPasta PastaPastaPasta left a comment

Choose a reason for hiding this comment

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

utACK for merging via merge commit

…llet dialog

It fixes strange behaviour of enable/disable checkboxes and checking/unchecking them
@PastaPastaPasta PastaPastaPasta merged commit 3fd913a into dashpay:develop Feb 24, 2024
5 checks passed
@knst knst deleted the fix-create-dialog branch April 25, 2024 06:49
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.

4 participants