Luke Dashjr
00c0be0c82
Merge rpc_addconnection_mainnet
2024-03-25 17:26:53 +00:00
Luke Dashjr
35b15873f3
Merge g236 via gui_init_walleterror_cont
2024-03-25 17:26:53 +00:00
Luke Dashjr
7ca32e60f9
Merge bugfix_gui_drop_abc_confusing_hack
2024-03-25 17:26:53 +00:00
Luke Dashjr
68b50a01a4
Merge g152 via gui_notify_setup_bg
2024-03-25 17:26:53 +00:00
Luke Dashjr
58e220ebf2
Merge 19419 via listwalletdir_skip_data
2024-03-25 17:26:53 +00:00
Luke Dashjr
8b7ed2b4d0
Merge g658 via intro_dont_change_user_prune
2024-03-25 17:26:53 +00:00
Luke Dashjr
7925c9fbd9
Merge 18194 via bugfix_gui_edit_sendaddr-mini
2024-03-25 17:26:53 +00:00
Luke Dashjr
ddcd8a2466
Merge bugfix_rpc_getbalance_hacky
2024-03-25 17:26:53 +00:00
Luke Dashjr
862929e6a4
Merge rpcarg_type_per_name
2024-03-25 17:26:53 +00:00
Luke Dashjr
b68abdd8a7
Merge 14485 via fadvise-26+knots
2024-03-25 17:26:53 +00:00
Luke Dashjr
b8e6e0ddb0
Merge 29614 via bufferedfile_fclose-26
2024-03-25 17:26:53 +00:00
Luke Dashjr
16a443e993
Merge 10731 via log_more_uacomment
2024-03-25 17:26:53 +00:00
Luke Dashjr
13813e7e5f
Merge 9524 via rpc_pruneblkchain0
2024-03-25 17:26:53 +00:00
Luke Dashjr
186b5ea51d
Merge http_bind_error+extra
2024-03-25 17:26:53 +00:00
Luke Dashjr
4d85bbdfc2
Merge 14968 via http_bind_error
2024-03-25 17:26:53 +00:00
Luke Dashjr
a8a21bd3d3
Merge 18490 via bugfix_symcheck_pe_case
2024-03-25 17:26:53 +00:00
Luke Dashjr
2649a13756
Merge 18427 via 2020mingwthrd-mini
2024-03-25 17:26:53 +00:00
Luke Dashjr
f52f72a54e
Merge 18902 via fix_gitdir_again
2024-03-25 17:26:53 +00:00
Luke Dashjr
abb7cab32a
Merge 18818 via guix_reltar_autogen_distclean
2024-03-25 17:26:53 +00:00
Luke Dashjr
2501496a0d
Merge lint_relaxer-26+knots
2024-03-25 17:26:53 +00:00
Luke Dashjr
87573be1cb
Merge 28372 via fix_fuzz_coinsel_pr28372-26
2024-03-25 17:26:53 +00:00
Luke Dashjr
3a0c587541
Merge 29441 via ci_parallel_pr29441-26
2024-03-25 17:26:53 +00:00
Luke Dashjr
9877ca00d7
Merge ci_knots-26
2024-03-25 17:26:53 +00:00
Luke Dashjr
8b38251873
Merge 15155 via test_external_bcli
2024-03-25 17:26:53 +00:00
Luke Dashjr
403091bbbd
Merge 13789 via bugfix_asm_pragmas
2024-03-25 17:26:53 +00:00
Luke Dashjr
e7e2b68d62
Merge 5416 via sys_libsecp256k1
2024-03-25 17:26:53 +00:00
Luke Dashjr
0003d8e602
Merge 2241 via sys_leveldb
2024-03-25 17:26:53 +00:00
Luke Dashjr
bff25d2f97
Merge fix_evhttp_util_nodep-25
2024-03-25 17:26:53 +00:00
Luke Dashjr
1f0ca2cea8
Merge 29362 via fix_objcxxflags_pr29362-26
2024-03-25 17:26:53 +00:00
Luke Dashjr
517e84c15d
Merge 5872 via subdir_incl_compat
2024-03-25 17:26:53 +00:00
fanquake
0b4aa31c34
Merge bitcoin/bitcoin#29719 : [26.x] final changes for 26.1
...
cc0553d0d6
[doc] add manual pages for 26.1 (glozow)
785242dd4c
[doc] update release notes 26.1 (glozow)
5f06dcf9c9
[build] bump version to 26.1 final (glozow)
b53bf22c72
ci, macos: Use `--break-system-packages` with Homebrew's python (Hennadii Stepanov)
324e562399
ci: Add workaround for Homebrew's python link error (Hennadii Stepanov)
Pull request description:
Final changes for `v26.1`.
Bins for rc2 have been available for 10 days and I haven't seen any bug reports or new things to add.
Includes #29610 backport for the CI, which has no effect on what goes into the release.
Website PR: https://github.com/bitcoin-core/bitcoincore.org/pull/1009
ACKs for top commit:
hebasto:
ACK cc0553d0d6
.
fanquake:
ACK cc0553d0d6
stickies-v:
ACK cc0553d0d6
(modulo CI passing)
Tree-SHA512: d032157c7cdf07a474e40b947f7e51bfc6a8e280e43345522bad67b6ad449d473f29bf03ee845b2e403693c1c81078589d042337c895eceb8a59cb4340432887
2024-03-25 16:51:08 +00:00
glozow
cc0553d0d6
[doc] add manual pages for 26.1
2024-03-25 10:01:44 +00:00
glozow
785242dd4c
[doc] update release notes 26.1
2024-03-25 10:01:43 +00:00
glozow
5f06dcf9c9
[build] bump version to 26.1 final
2024-03-25 10:01:13 +00:00
Hennadii Stepanov
b53bf22c72
ci, macos: Use --break-system-packages
with Homebrew's python
...
Homebrew's python@3.12 is marked as externally managed (PEP 668),
necessitating different approaches for installing Python packages.
For more details, please refer to https://github.com/orgs/Homebrew/discussions/3404 .
Github-Pull: #29610
Rebased-From: acc06bc91f
2024-03-25 09:59:31 +00:00
Hennadii Stepanov
324e562399
ci: Add workaround for Homebrew's python link error
...
Promoting Homebrew's python@3.12 to the default python3 breaks symbolic
links on macOS x86_64.
This change adds a workaround for that issue.
Also see: https://github.com/actions/runner-images/issues/9471 etc.
Github-Pull: #29610
Rebased-From: ae5f72027f
2024-03-25 09:59:07 +00:00
fanquake
6a8fa8f26c
guix: build GCC with --enable-standard-branch-protection
...
To enable Branch Target Identification Mechanism and Return
Address Signing by default at configure time use the
`--enable-standard-branch-protection` option.
This is equivalent to having `-mbranch-protection=standard` during
compilation. This can be explicitly disabled during compilation
by passing the `-mbranch-protection=none` option which turns off
all types of branch protections.
See:
https://gcc.gnu.org/install/specific.html#aarch64-x-x
Github-Pull: #29695
Rebased-From: 7850c5fe20
2024-03-23 03:19:13 +00:00
willcl-ark
c8e1382472
cli: improve bitcoin-cli error when not connected
...
Adds a string suggestion `bitcoin-cli -help` as an additional source of
information.
Github-Pull: #29687
Rebased-From: 69d6fd676e
2024-03-23 00:43:53 +00:00
Luke Dashjr
35db62f8dc
Bugfix: GUI/Options: Correctly set prune-prev
...
(true becomes Qt::PartiallyChecked or Qt::Unchecked)
2024-03-19 16:43:07 +00:00
Luke Dashjr
b18aec9d36
Bugfix: GUI/Options: Handle PruneTristate manually
...
QDataWidgetMapper apparently doesn't handle tristate checkboxes correctly
2024-03-19 16:43:07 +00:00
Luke Dashjr
0c3a3726dd
Bugfix: GUI/Options: Prune size field should be disabled for manual-prune checkbox state
2024-03-19 16:43:07 +00:00
Luke Dashjr
2b0f479539
Bugfix: GUI/Options: Correct maxuploadtarget label to use MiB
2024-03-19 16:43:07 +00:00
Luke Dashjr
2cdf568333
Qt: Reformat name for OutputType::P2SH_SEGWIT
2024-03-19 16:43:07 +00:00
Luke Dashjr
d704837314
GUI: Re-word OutputType descriptions to give better advice
2024-03-19 16:43:07 +00:00
Luke Dashjr
66abfc9115
GUI: Options: Replace addresstype radioboxes with a combobox to match Receive dialog
2024-03-19 16:43:07 +00:00
Luke Dashjr
dd515597d7
GUI: Move OutputType descriptions to map in optionsmodel
2024-03-19 16:43:07 +00:00
Luke Dashjr
1e97110e29
GUI: When addresstype is changed, apply to all open receive dialogs immediately
2024-03-19 16:43:07 +00:00
Luke Dashjr
172f406770
Qt/Options: When changing peerblockfilters, also set peercfilters for better downgrade compatibility
...
Only in bitcoin_rw.conf
2024-03-19 16:43:05 +00:00
Luke Dashjr
7d3f199743
Qt/Options: Expose peerblockfilters in GUI using rwconf
...
For now, enables basic block filters permanently (can't be disabled)
2024-03-19 16:42:39 +00:00
Luke Dashjr
b83c3e37ea
Qt/Options: When resetting options, re-assign prune if it was configured via rwconf
2024-03-19 16:42:39 +00:00