-
Notifications
You must be signed in to change notification settings - Fork 146
Newsletters: add 387 (2026-01-09) #2603
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
base: master
Are you sure you want to change the base?
Conversation
| wallet that use an unnamed wallet.dat file and that had not previously | ||
| migrated their wallet to a descriptor wallet and who attempt a migration in | ||
| these versions could, if the migration failed, have their wallet directory |
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.
Do these ‘that’, ‘that’, ’who’ all refer to the users? Or some to the wallet?
| wallet that use an unnamed wallet.dat file and that had not previously | |
| migrated their wallet to a descriptor wallet and who attempt a migration in | |
| these versions could, if the migration failed, have their wallet directory | |
| wallet who (1) use an unnamed wallet.dat file, (2) had not previously | |
| migrated their wallet to a descriptor wallet and (3) attempt a migration in | |
| these versions could, if the migration fails, have their wallet directory |
| - **Bitcoin Core wallet migration vulnerability**: Bitcoin Core posted a | ||
| [notice][bitcoin core notice] of a vulnerability in the legacy wallet | ||
| migration feature in versions 30.0 and 30.1. Users of a Bitcoin Core legacy | ||
| wallet that use an unnamed wallet.dat file and that had not previously |
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.
This is a bit ambiguous. Not the wallet file, but the wallet is unnamed in this scenario. Specifically, it means that the wallet name is empty string: "", but the file name is always wallet.dat.
| wallet that use an unnamed wallet.dat file and that had not previously | |
| wallet that use an unnamed wallet and that had not previously |
| attempt wallet migrations using the GUI or RPC until v30.2 is released. Users | ||
| for anything other than migrating a legacy wallet can continue to use these | ||
| Bitcoin Core versions as normal. |
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 seems to be something missing here:
| attempt wallet migrations using the GUI or RPC until v30.2 is released. Users | |
| for anything other than migrating a legacy wallet can continue to use these | |
| Bitcoin Core versions as normal. | |
| attempt wallet migrations using the GUI or RPC until v30.2 is released. Users [using the wallet] | |
| for anything other than migrating a legacy wallet can continue to use these | |
| Bitcoin Core versions as normal. |
Uh oh!
There was an error while loading. Please reload this page.