-
Notifications
You must be signed in to change notification settings - Fork 381
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
Update elements to Bitcoin Core version 0.17.0 #398
Comments
historically we'e rebased on top to keep the history easier to reason about. Open to other strategies of course. |
I'm upgrading this to 0.17.0. I'm thinking of a strategy such as:
Each part can basically be done simultaneously in reality aside from 4/5, just requiring some serious rebasing. |
I would like to take 2 and 3. |
I'll do 6/7/8. @stevenroose 4/5 might be good to do. |
@jtimon I'm thinking we should also apply 9 on top of the rebase, not before. We should just support script descriptors from the start. |
@instagibbs Perfect, 4/5 it is! An adventure for sure :) |
Other assorted tasks: |
|
Dunno if you'd prefer to rebase this from the old branch, or it might make more sense to just merge |
@luke-jr this one: bitcoinknots/bitcoin@f5c7ca2? |
See link in above comment |
heck if the feature is maintained yes we can just merge it |
Closing as completed. Good work everyone! |
… and HD wallet statuses simpler b8aa84b qt, refactor: Replace `if` check with `assert` (Hennadii Stepanov) fcdc8b0 qt, refactor: Drop redundant signalling in WalletView::setWalletModel (Hennadii Stepanov) 37dcf16 qt, refactor: Emit WalletView::encryptionStatusChanged signal directly (Hennadii Stepanov) 7d0d4c0 qt: Add WalletFrame::currentWalletSet signal (Hennadii Stepanov) Pull request description: This PR makes signal-slot paths to reach `setHDStatus` and `setEncryptionStatus` functions shorter and easier to reason about them. Required to simplify ElementsProject#398 (see bitcoin-core/gui#398 (comment)). --- **Note for reviewers.** Please verify that "Encrypt Wallet..." menu item, and the following icons ![DeepinScreenshot_select-area_20210811202120](https://user-images.githubusercontent.com/32963518/129074601-13fa998a-ac47-4ad2-be00-ba400b12c18a.png) and updated properly in each and every possible scenario. ACKs for top commit: jarolrod: tACK b8aa84b Talkless: Code review ACK b8aa84b. Did build on Debian Sid with Qt 5.15.2 but no actual testing performed. ryanofsky: Code review ACK b8aa84b. Only change since last review was rebase Tree-SHA512: 275737cdba02baff71049df41bc24089e916f96326dd2dea26ec607c7949cb3aae368eeabbe3ad5a0a27651503a1d65536873726de854c5f6af259bcc29727e7
initialfreecoins
[0.17] Add initialfreecoins option, default of 0 #467CommitToArguments
? (introduced in db42451, edited later)- [ ] Audit logI don't think we want this anymore - GregCosmetic/Branching:
The text was updated successfully, but these errors were encountered: