-
Notifications
You must be signed in to change notification settings - Fork 262
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
Remove legacy wallet creation #764
Remove legacy wallet creation #764
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
@furszy Thank you! Concept ACK. |
9702028
to
6b83663
Compare
It would be nice to have screenshots "before" and "after" in the PR description. |
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.
3336abb
to
038616b
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 038616b
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.
tACK 038616b
I also checked the wallet creation error message when sqlite is not compiled (./configure --without-sqlite
).
(text can always be changed later, so don't let my remarks block a merge)
038616b
to
b442580
Compare
Updated per Sjors's feedback. Thanks. |
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.
tACK b442580
<item> | ||
<widget class="QLabel" name="label_subdescription"> | ||
<property name="text"> | ||
<string>Please provide a name and, if desired, enable any advanced options</string> | ||
</property> | ||
</widget> | ||
</item> |
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.
nit: is this not implicit? Perhaps we can set it as the tool-tip of the "Create" button? Also I think extracomment
attribute for the <string>
tag would be needed for the translation.
<item> | |
<widget class="QLabel" name="label_subdescription"> | |
<property name="text"> | |
<string>Please provide a name and, if desired, enable any advanced options</string> | |
</property> | |
</widget> | |
</item> |
ACK b442580 |
re-ACK b442580 |
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.
Fixes #763
Preventing users from creating a legacy wallet prior to its deprecation in the upcoming releases.
Note:
This is still available using the
createwallet
RPC command.Future Note:
Would be nice to re-write this modal as a wizard. And improve the design.
Pre-Changes Screenshot
Post-Changes Screenshot