Skip to content

Commit 4dfd057

Browse files
committed
Bitcoin Core 22.1
1 parent 6861a6f commit 4dfd057

File tree

2 files changed

+186
-0
lines changed

2 files changed

+186
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Bitcoin Core 22.1 released
3+
name: blog-release-22.1
4+
id: en-blog-release-22.1
5+
lang: en
6+
type: posts
7+
layout: post
8+
9+
## If this is a new post, reset this counter to 1.
10+
version: 1
11+
12+
## Only true if release announcement or security annoucement. English posts only
13+
announcement: 1
14+
15+
excerpt: >
16+
Bitcoin Core 22.1 is now available.
17+
---
18+
Bitcoin Core version 22.1 is now available for [download][download
19+
page]. See the [release notes][] for more information about the many
20+
new features and bug fixes in this release.
21+
22+
If you have any questions, please stop by the #bitcoin IRC chatroom
23+
([IRC][irc], [web][web irc]) and we’ll do our best to help you.
24+
25+
[release notes]: /en/releases/22.1/
26+
[IRC]: irc://irc.libera.chat/bitcoin
27+
[web irc]: https://web.libera.chat/#bitcoin
28+
[download page]: /en/download
29+
30+
{% include references.md %}

_releases/22.1.md

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
---
2+
title: Bitcoin Core 22.1
3+
id: en-release-22.1
4+
name: release-22.1
5+
permalink: /en/releases/22.1/
6+
excerpt: Bitcoin Core version 22.1 is now available
7+
date: 2022-12-15
8+
9+
## Use a YAML array for the version number to allow other parts of the
10+
## site to correctly sort in "natural sort of version numbers".
11+
## Use the same number of elements as decimal places, e.g. "0.1.2 => [0,
12+
## 1, 2]" versus "1.2 => [1, 2]"
13+
release: [22, 1]
14+
15+
## Optional magnet link. To get it, open the torrent in a good BitTorrent client
16+
## and View Details, or install the transmission-cli Debian/Ubuntu package
17+
## and run: transmission-show -m <torrent file>
18+
#
19+
## Link should be enclosed in quotes and start with: "magnet:?
20+
optional_magnetlink: "magnet:?xt=urn:btih:30d417cae54b9b1f75ebd6c32a73f9f9d00d5c67&dn=bitcoin-core-22.1&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.bitcoin.sprovoost.nl%3A6969"
21+
22+
# Note: it is recommended to check all links to ensure they use
23+
# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo)
24+
# rather than relative urls (/bitcoin/bitcoin/doc/foo).
25+
---
26+
{% include download.html %}
27+
{% githubify https://github.com/bitcoin/bitcoin %}
28+
22.1 Release Notes
29+
==================
30+
31+
Bitcoin Core version 22.1 is now available from:
32+
33+
<https://bitcoincore.org/bin/bitcoin-core-22.1/>
34+
35+
This release includes new features, various bug fixes and performance
36+
improvements, as well as updated translations.
37+
38+
Please report bugs using the issue tracker at GitHub:
39+
40+
<https://github.com/bitcoin/bitcoin/issues>
41+
42+
To receive security and update notifications, please subscribe to:
43+
44+
<https://bitcoincore.org/en/list/announcements/join/>
45+
46+
How to Upgrade
47+
==============
48+
49+
If you are running an older version, shut it down. Wait until it has completely
50+
shut down (which might take a few minutes in some cases), then run the
51+
installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on macOS)
52+
or `bitcoind`/`bitcoin-qt` (on Linux).
53+
54+
Upgrading directly from a version of Bitcoin Core that has reached its EOL is
55+
possible, but it might take some time if the data directory needs to be migrated. Old
56+
wallet versions of Bitcoin Core are generally supported.
57+
58+
Compatibility
59+
==============
60+
61+
Bitcoin Core is supported and extensively tested on operating systems
62+
using the Linux kernel, macOS 10.14+, and Windows 7 and newer. Bitcoin
63+
Core should also work on most other Unix-like systems but is not as
64+
frequently tested on them. It is not recommended to use Bitcoin Core on
65+
unsupported systems.
66+
67+
From Bitcoin Core 22.0 onwards, macOS versions earlier than 10.14 are no longer supported.
68+
69+
Notable changes
70+
===============
71+
72+
Updated settings
73+
----------------
74+
75+
- In previous releases, the meaning of the command line option
76+
`-persistmempool` (without a value provided) incorrectly disabled mempool
77+
persistence. `-persistmempool` is now treated like other boolean options to
78+
mean `-persistmempool=1`. Passing `-persistmempool=0`, `-persistmempool=1`
79+
and `-nopersistmempool` is unaffected. (#23061)
80+
81+
### P2P
82+
83+
### RPC and other APIs
84+
85+
- #25237 rpc: Capture UniValue by ref for rpcdoccheck
86+
- #25983 Prevent data race for pathHandlers
87+
- #26275 Fix crash on deriveaddresses when index is 2147483647 (2^31-1)
88+
89+
### Wallet
90+
91+
- #22781 wallet: fix the behavior of IsHDEnabled
92+
- #22949 fee: Round up fee calculation to avoid a lower than expected feerate
93+
- #23333 wallet: fix segfault by avoiding invalid default-ctored external_spk_managers entry
94+
95+
### Build system
96+
97+
- #22820 build, qt: Fix typo in QtInputSupport check
98+
- #23045 build: Restrict check for CRC32C intrinsic to aarch64
99+
- #23148 build: Fix guix linker-loader path and add check_ELF_interpreter
100+
- #23314 build: explicitly disable libsecp256k1 openssl based tests
101+
- #23580 build: patch qt to explicitly define previously implicit header include
102+
- #24215 guix: ignore additional failing certvalidator test
103+
- #24256 build: Bump depends packages (zmq, libXau)
104+
- #25201 windeploy: Renewed windows code signing certificate
105+
- #25985 Revert "build: Use Homebrew's sqlite package if it is available"
106+
- #26633 depends: update qt 5.12 url to archive location
107+
108+
### GUI
109+
110+
- #gui631 Disallow encryption of watchonly wallets
111+
- #gui680 Fixes MacOS 13 segfault by preventing certain notifications
112+
- #24498 qt: Avoid crash on startup if int specified in settings.json
113+
114+
### Tests
115+
116+
- #23716 test: replace hashlib.ripemd160 with an own implementation
117+
- #24239 test: fix ceildiv division by using integers
118+
119+
### Utilities
120+
121+
- #22390 system: skip trying to set the locale on NetBSD
122+
- #22895 don't call GetBlockPos in ReadBlockFromDisk without cs_main lock
123+
- #24104 fs: Make compatible with boost 1.78
124+
125+
### Miscellaneous
126+
127+
- #23335 refactor: include a missing <limits> header in fs.cpp
128+
- #23504 ci: Replace soon EOL hirsute with jammy
129+
- #26321 Adjust .tx/config for new Transifex CLI
130+
131+
Credits
132+
=======
133+
134+
Thanks to everyone who directly contributed to this release:
135+
136+
- Andrew Chow
137+
- BlackcoinDev
138+
- Carl Dong
139+
- Hennadii Stepanov
140+
- Joan Karadimov
141+
- John Moffett
142+
- Jon Atack
143+
- Kittywhiskers Van Gogh
144+
- Marco Falke
145+
- Martin Zumsande
146+
- Michael Ford
147+
- muxator
148+
- Pieter Wuille
149+
- Ryan Ofsky
150+
- Saibato
151+
- Sebastian Falbesoner
152+
- W. J. van der Laan
153+
154+
As well as to everyone that helped with translations on
155+
[Transifex](https://www.transifex.com/bitcoin/bitcoin/).
156+
{% endgithubify %}

0 commit comments

Comments
 (0)