Skip to content

Conversation

@fanquake fanquake added this to the 26.0 milestone Oct 30, 2023
@DrahtBot
Copy link
Contributor

DrahtBot commented Oct 30, 2023

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Code Coverage

For detailed information about the code coverage, see the test coverage report.

Reviews

See the guideline for information on the review process.

Type Reviewers
ACK hebasto, TheCharlatan, josibake

If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.

@josibake
Copy link
Member

josibake commented Oct 30, 2023

ACK 6772a62

Pulls in the correct commit for the bugfix, compiled without any issues so seems fine to leave off the IWYU commit from #28728

MarcoFalke and others added 7 commits October 31, 2023 17:07
This should fix the bug reported in
bitcoin#28246 (comment),
which caused the GUI to not detect the destination type of recipients,
thus picking the wrong change destination type.

Also, add missing lifetimebound attribute to a getter method.

GitHub-Pull: bitcoin#28728
Rebased-From: 1111475
Co-authored-by: Vasil Dimov <vd@FreeBSD.org>

GitHub-Pull: bitcoin#28695
Rebased-From: cf70a8d
…rameters

Co-authored-by: Russell Yanofsky <russ@yanofsky.org>
Co-authored-by: Sebastian Falbesoner <sebastian.falbesoner@gmail.com>

Github-Pull: bitcoin#28698
Reabsed-From: 811067c
The zip for codesigned MacOS distribution needs to have all files have
the same timestamp. These files also need to be included in the zip as
zip is not automatically recursive. We use the same pattern for zip as
is done for the other zip files produced by guix.

Github-Pull: bitcoin#28757
Rebased-From: f6f18ee
Fixes bitcoin#28449

Github-Pull: bitcoin#28759
Rebased-From: 79539fb
@fanquake fanquake marked this pull request as ready for review October 31, 2023 17:15
@fanquake
Copy link
Member Author

Added final backports, and bumped version + manpages. We also just merged a translation update, which I rebased this branch on top of.

Copy link
Member

@hebasto hebasto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 9c29048, I've applied backport locally and got a zero diff. Also I've reviewed the last two commits.

@DrahtBot DrahtBot requested a review from josibake October 31, 2023 19:59
Copy link
Contributor

@TheCharlatan TheCharlatan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm ACK 9c29048

theStack and others added 3 commits November 1, 2023 10:01
This commits fixes a crash bug that can be caused with the following steps:
- change to the "Transactions" view
- right-click on an arbitrary transaction -> "Show transaction details"
- close the transaction detail window again
- select "Settings" -> "Mask values"

The problem is that the list of opened dialogs, tracked in the member
variable `m_opened_dialogs`, is only ever appended with newly opened
transaction detail dialog pointers, but never removed. This leads to
dangling pointers in the list, and if the "Mask values" menu item is
selected, a crash is caused in the course of trying to close the opened
transaction detail dialogs (see `closeOpenedDialogs()` method). Fix this
by removing the pointer from the list if the corresponding widget is
destroyed.

Github-Pull: bitcoin-core/gui#774
Rebased-From: e26e665
Copy link
Member

@hebasto hebasto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re-ACK e4e8479, only a backport of bitcoin-core/gui#774 added since my recent review.

@DrahtBot DrahtBot requested a review from TheCharlatan November 1, 2023 10:04
Copy link
Contributor

@TheCharlatan TheCharlatan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-ACK e4e8479

@josibake
Copy link
Member

josibake commented Nov 1, 2023

ACK e4e8479

@DrahtBot DrahtBot removed the request for review from josibake November 1, 2023 10:24
@fanquake fanquake merged commit 67b2512 into bitcoin:26.x Nov 1, 2023
@fanquake fanquake deleted the backports_26_0_rc2 branch November 1, 2023 10:45
Frank-GER pushed a commit to syscoin/syscoin that referenced this pull request Nov 28, 2023
@bitcoin bitcoin locked and limited conversation to collaborators Oct 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants