Closes #11174
I may have missed things that should be included, happy to amend :)
Closes #11174
I may have missed things that should be included, happy to amend :)
Concept ACK (never mind the travis fail, I cancelled travis here to save resources)
65 | +wallet support, is coming in a next version. 66 | + 67 | +Rescanning with encrypted wallets 68 | +--------------------------------- 69 | + 70 | +When using an encrypted HD wallet, the keypool cannot be topped up without unlocking the wallet. This means that
might want to note this is not a regression, right?
59 | +Current SegWit Support 60 | +---------------------- 61 | + 62 | +Version 0.15.0 supports adding a segregated witness address via the `addwitnessaddress` RPC, but 63 | +please note that this is a testing/expert RPC, which does not guarantee recovery from backup. Only use 64 | +this RPC if you know what you are doing. More complete support for segregated witness, including
"including wallet support" sounds like there are other things missing. It's the only thing...
67 | +Rescanning with encrypted wallets 68 | +--------------------------------- 69 | + 70 | +When using an encrypted HD wallet, the keypool cannot be topped up without unlocking the wallet. This means that 71 | +currently, in order to recover from a backup of an encrypted HD wallet, the user must unlock the wallet with a 72 | +really long time out and manually trigger a rescan with `-rescan`, otherwise they risk missing some keys when
Rescan rpc (or command in the gui debug console). ... if you restart with -rescan you'll be relocked!
Oops, fixed, thanks
I don't think we have that RPC call, outside of importing a private key or something like that?
On Thu, Sep 7, 2017 at 4:41 PM, Gregory Maxwell notifications@github.com wrote:
@gmaxwell commented on this pull request.
In doc/release-notes.md https://github.com/bitcoin/bitcoin/pull/11280#discussion_r137681362:
+================
- +Current SegWit Support +----------------------
- +Version 0.15.0 supports adding a segregated witness address via the
addwitnessaddressRPC, but +please note that this is a testing/expert RPC, which does not guarantee recovery from backup. Only use +this RPC if you know what you are doing. More complete support for segregated witness, including +wallet support, is coming in a next version.- +Rescanning with encrypted wallets +---------------------------------
- +When using an encrypted HD wallet, the keypool cannot be topped up without unlocking the wallet. This means that +currently, in order to recover from a backup of an encrypted HD wallet, the user must unlock the wallet with a +really long time out and manually trigger a rescan with
-rescan, otherwise they risk missing some keys whenRescan rpc (or command in the gui debug console). ... if you restart with -rescan you'll be relocked!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bitcoin/bitcoin/pull/11280#pullrequestreview-61381630, or mute the thread https://github.com/notifications/unsubscribe-auth/AFgC0w3zgsdKF6NT7LjHMF3oL8MT8xD5ks5sgH9FgaJpZM4PQfrG .
52 | @@ -53,6 +53,27 @@ the Linux kernel, macOS 10.8+, and Windows Vista and later. Windows XP is not su 53 | Bitcoin Core should also work on most other Unix-like systems but is not 54 | frequently tested on them. 55 | 56 | +Notes for 0.15.0 57 | +================ 58 | + 59 | +Current SegWit Support
nit s/Support/support
Fixed, although title capitalisation is a bit inconsistent already in the file
60 | +---------------------- 61 | + 62 | +Version 0.15.0 supports adding a segregated witness address via the `addwitnessaddress` RPC, but 63 | +please note that this is a testing/expert RPC, which does not guarantee recovery from backup. Only use 64 | +this RPC if you know what you are doing. More complete wallet support for segregated witness is coming 65 | +in a next version.
Is this going to be in a point release, or 0.16.0 ? I think we should mention which here, because one could be a month away, while the other is 6 months or more. If not, instead of "is coming in a next version.", maybe just "will be available shortly." ?
Segwit wallet support is aimed for 0.15.1 I believe? Also to me, "will be available shortly." sounds like it will somehow be added to 0.15.0, I like the emphasis on the new version
meshcollider is correct.
67 | +Rescanning with encrypted wallets 68 | +--------------------------------- 69 | + 70 | +As in previous versions, when using an encrypted HD wallet, the keypool cannot be topped up without unlocking 71 | +the wallet. This means that currently, in order to recover from a backup of an encrypted HD wallet, the user 72 | +must unlock the wallet with a really long time out and manually trigger a rescan, otherwise they risk missing
time out => timeout
Fixed
Travis needs a kick post #11271 I think
ACK https://github.com/bitcoin/bitcoin/pull/11280/commits/8323db6fe6097994c3c3d4c7568bce66d780b691
ACK; needs rebase to fix travis
This has missed the 0.15.0 final tag, forgot about this one, sorry!
Keeping this open for now, I'll see if I can still include this in the release notes uploaded to bitcoin.org etc.
maximumCount - a number specifying the minimum number of UTXOs
This seems wrong. Doc string says:
"maximumCount" (numeric or string, default=unlimited) **Maximum** number of UTXOs
Closing, this is now part of the 0.15.0 release notes on master.
This seems wrong. Doc string says:
Did not see this remark soon enough, so could not take this into account.
Milestone
0.15.0