Prepare 23.3.4rc1#1566
Draft
psgreco wants to merge 22 commits into
Draft
Conversation
…py to fix intermittent failure 6515f58 change test order in feature_discount_ct to fix intermittent failure (Tom Trevethan) Pull request description: Prevents blinded output being selected intermittently and resulting in vszie and fee assertions failing. ACKs for top commit: delta1: ACK 6515f58; fixes discount_ct test flakiness Tree-SHA512: 32d8c64011125e5531dd19ce84dbe39b2d4496a02c5bf5ece0cbc2f0c2bf6660816d6d61593fe32a615dd96a8632d94cba6bc09e792ffa6ea57fbdc4f52424da
72e4e1c use break-system-packages for pip (Tom Trevethan) Pull request description: Add --break-system-packages to PIP_PACKAGES in macos CI, to allow for macos-runner images to update homebrew packages. ACKs for top commit: delta1: ACK 72e4e1c; fixes macos ci task Tree-SHA512: 27dc712309940afde1d21c9f465c244eb49d0d1bb8bbf2faba3bf64d00a63f975943825019cd45f1c32e462ab6b5d74490cb0876aeb5e6397da20e668fff2823
… liquidtestnet 60a97d1 Enable ELIP203 by default in liquidv1 (Pablo Greco) 7577eb9 Enable ELIP203 by default in liquidtestnet (Pablo Greco) Pull request description: ACKs for top commit: tomt1664: ACK ElementsProject@60a97d1 delta1: ACK 60a97d1 Tree-SHA512: 4bd3840f6c09db5100d58f7ca6d97be6923b0f7fbcad3855c6bb0d2139e8d44e0baab0aaffd00a1cd4f2073d5bb5abdfdbe16a249f68fd2213972531512d3153
…p-update fix help man
a189d63 add release note for datacarriersize default change (Greg Sanders) a141e1b Add more OP_RETURN mempool acceptance functional tests (Peter Todd) 0b4048c datacarrier: deprecate startup arguments for future removal (Greg Sanders) 63091b7 test: remove unnecessary -datacarriersize args from tests (Greg Sanders) 9f36962 policy: uncap datacarrier by default (Greg Sanders) Pull request description: Retains the `-datacarrier*` args, marks them as deprecated, and does not require another startup argument for multiple OP_RETURN outputs. If a user has set `-datacarriersize` the value is "budgeted" across all seen OP_RETURN output scriptPubKeys. In other words the total script bytes stays the same, but can be spread across any number of outputs. This is done to not introduce an additional argument to support multiple outputs. I do not advise people use the option with custom arguments and it is marked as deprecated to not mislead as a promise to offer it forever. The argument itself can be removed in some future release to clean up the code and minimize footguns for users. Tree-SHA512: 3da2f1ef2f50884d4da7e50df2121bf175cb826edaa14ba7c3068a6d5b2a70beb426edc55d50338ee1d9686b9f74fdf9e10d30fb26a023a718dd82fa1e77b038 (cherry picked from commit 983cf90)
This reverts commit fecf4f1.
This reverts commit 8408b79.
…int checks" This reverts commit 7647638.
(cherry picked from commit fe648bc)
delta1
approved these changes
Jun 30, 2026
tomt1664
approved these changes
Jun 30, 2026
Member
|
Tested ACK 87a57e7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates master to dee90f2, which fixes CI and enables ELIP 203 by default, also reverts some RPC changes that we don't want in a minor version.
Also cherry-picks #1552
As usual, bump version and update manpages