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
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)
25
-
or `bitcoind`/`bitcoin-qt` (on Linux).
24
+
installer (on Windows) or just copy over `/Applications/Vertcoin-Qt` (on macOS)
25
+
or `vertcoind`/`vertcoin-qt` (on Linux).
26
26
27
-
Upgrading directly from a version of Bitcoin Core that has reached its EOL is
27
+
Upgrading directly from a version of Vertcoin Core that has reached its EOL is
28
28
possible, but it might take some time if the data directory needs to be migrated. Old
29
-
wallet versions of Bitcoin Core are generally supported.
29
+
wallet versions of Vertcoin Core are generally supported.
30
30
31
31
Compatibility
32
32
==============
33
33
34
-
Bitcoin Core is supported and extensively tested on operating systems
35
-
using the Linux kernel, macOS 10.14+, and Windows 7 and newer. Bitcoin
34
+
Vertcoin Core is supported and extensively tested on operating systems
35
+
using the Linux kernel, macOS 10.14+, and Windows 7 and newer. Vertcoin
36
36
Core should also work on most other Unix-like systems but is not as
37
-
frequently tested on them. It is not recommended to use Bitcoin Core on
37
+
frequently tested on them. It is not recommended to use Vertcoin Core on
38
38
unsupported systems.
39
39
40
-
From Bitcoin Core 22.0 onwards, macOS versions earlier than 10.14 are no longer supported.
40
+
From Vertcoin Core 22.0 onwards, macOS versions earlier than 10.14 are no longer supported.
41
41
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,83 @@ 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
-
-------------------
54
+
### P2P
71
55
72
-
Wallet
73
-
------
56
+
-#211 Reduce getheaders spam by serializing getheaders requests per peer
74
57
75
-
GUI changes
76
-
-----------
77
-
78
-
Low-level changes
79
-
=================
80
-
81
-
RPC
82
-
---
83
-
84
-
Tests
85
-
-----
86
-
87
-
22.0 change log
88
-
===============
58
+
### RPC and other APIs
89
59
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.
60
+
-#25237 rpc: Capture UniValue by ref for rpcdoccheck
61
+
-#25983 Prevent data race for pathHandlers
62
+
-#26275 Fix crash on deriveaddresses when index is 2147483647 (2^31-1)
91
63
92
-
### Consensus
64
+
### Wallet
93
65
94
-
### Policy
66
+
-#22781 wallet: fix the behavior of IsHDEnabled
67
+
-#22949 fee: Round up fee calculation to avoid a lower than expected feerate
68
+
-#23333 wallet: fix segfault by avoiding invalid default-ctored external_spk_managers entry
95
69
96
-
### Mining
70
+
### Build system
97
71
98
-
### Block and transaction handling
72
+
-#22820 build, qt: Fix typo in QtInputSupport check
73
+
-#23045 build: Restrict check for CRC32C intrinsic to aarch64
74
+
-#23148 build: Fix guix linker-loader path and add check_ELF_interpreter
75
+
-#23314 build: explicitly disable libsecp256k1 openssl based tests
76
+
-#23580 build: patch qt to explicitly define previously implicit header include
77
+
-#24215 guix: ignore additional failing certvalidator test
0 commit comments