You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release includes new features, various bug fixes and performance
9
9
improvements, as well as updated translations.
@@ -21,7 +21,7 @@ How to Upgrade
21
21
22
22
If you are running an older version, shut it down. Wait until it has completely
23
23
shut down (which might take a few minutes in some cases), then run the
24
-
installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac)
24
+
installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on macOS)
25
25
or `bitcoind`/`bitcoin-qt` (on Linux).
26
26
27
27
Upgrading directly from a version of Bitcoin Core that has reached its EOL is
@@ -42,21 +42,6 @@ From Bitcoin Core 22.0 onwards, macOS versions earlier than 10.14 are no longer
42
42
Notable changes
43
43
===============
44
44
45
-
P2P and network changes
46
-
-----------------------
47
-
48
-
New and Updated RPCs
49
-
--------------------
50
-
51
-
Build System
52
-
------------
53
-
54
-
Files
55
-
-----
56
-
57
-
New settings
58
-
------------
59
-
60
45
Updated settings
61
46
----------------
62
47
@@ -66,57 +51,76 @@ Updated settings
66
51
mean `-persistmempool=1`. Passing `-persistmempool=0`, `-persistmempool=1`
67
52
and `-nopersistmempool` is unaffected. (#23061)
68
53
69
-
Tools and Utilities
70
-
-------------------
71
-
72
-
Wallet
73
-
------
74
-
75
-
GUI changes
76
-
-----------
77
-
78
-
Low-level changes
79
-
=================
80
-
81
-
RPC
82
-
---
83
-
84
-
Tests
85
-
-----
54
+
### P2P
86
55
87
-
22.0 change log
88
-
===============
56
+
### RPC and other APIs
89
57
90
-
A detailed list of changes in this version follows. To keep the list to a manageable length, small refactors and typo fixes are not included, and similar changes are sometimes condensed into one line.
58
+
-#25237 rpc: Capture UniValue by ref for rpcdoccheck
59
+
-#25983 Prevent data race for pathHandlers
60
+
-#26275 Fix crash on deriveaddresses when index is 2147483647 (2^31-1)
91
61
92
-
### Consensus
62
+
### Wallet
93
63
94
-
### Policy
64
+
-#22781 wallet: fix the behavior of IsHDEnabled
65
+
-#22949 fee: Round up fee calculation to avoid a lower than expected feerate
66
+
-#23333 wallet: fix segfault by avoiding invalid default-ctored external_spk_managers entry
95
67
96
-
### Mining
68
+
### Build system
97
69
98
-
### Block and transaction handling
70
+
-#22820 build, qt: Fix typo in QtInputSupport check
71
+
-#23045 build: Restrict check for CRC32C intrinsic to aarch64
72
+
-#23148 build: Fix guix linker-loader path and add check_ELF_interpreter
73
+
-#23314 build: explicitly disable libsecp256k1 openssl based tests
74
+
-#23580 build: patch qt to explicitly define previously implicit header include
75
+
-#24215 guix: ignore additional failing certvalidator test
0 commit comments