-
Notifications
You must be signed in to change notification settings - Fork 65
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
Make descriptor wallets by default #213
Conversation
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.
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.
cACK
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.
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.
cACK
I have tested this on Apple Silicon and it is working fine. It is worth noting that with the descriptor wallet I am no longer experiencing the freezing at startup that you get with the legacy wallet. descriptor.wallet.mov |
That said if I try to open a legacy wallet when already running the descriptor wallet it is freezing permanently - it got stuck beachballing on the video below. I suspect this is a seperate issue but worth mentioning. Screen.Recording.2024-03-23.at.4.13.53.pm.mov |
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.
utACK
- Removed the unused descriptor checkbox from the wallet creation dialog. This change cleans up the UI and resolves compiler errors due to missing the `descriptor_checkbox` member by removing an unused element, improving the user experience. References: - #213 - #227 - #239 (comment)
Like they did in bitcoin 23. Change the default wallet type from legacy ( Berkeley DB ) to descriptor ( SQLite ).
Why move from Berkeley DB?
Why choose SQLite?
Screencast.from.2024-03-22.00-58-48.webm
Issue #199