|
| 1 | +23.1 Release Notes |
| 2 | +================== |
| 3 | + |
| 4 | +Bitcoin Core version 23.1 is now available from: |
| 5 | + |
| 6 | + <https://bitcoincore.org/bin/bitcoin-core-23.1/> |
| 7 | + |
| 8 | +This release includes new features, various bug fixes and performance |
| 9 | +improvements, as well as updated translations. |
| 10 | + |
| 11 | +Please report bugs using the issue tracker at GitHub: |
| 12 | + |
| 13 | + <https://github.com/bitcoin/bitcoin/issues> |
| 14 | + |
| 15 | +To receive security and update notifications, please subscribe to: |
| 16 | + |
| 17 | + <https://bitcoincore.org/en/list/announcements/join/> |
| 18 | + |
| 19 | +How to Upgrade |
| 20 | +============== |
| 21 | + |
| 22 | +If you are running an older version, shut it down. Wait until it has completely |
| 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 macOS) |
| 25 | +or `bitcoind`/`bitcoin-qt` (on Linux). |
| 26 | + |
| 27 | +Upgrading directly from a version of Bitcoin Core that has reached its EOL is |
| 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. |
| 30 | + |
| 31 | +Compatibility |
| 32 | +============== |
| 33 | + |
| 34 | +Bitcoin Core is supported and extensively tested on operating systems |
| 35 | +using the Linux kernel, macOS 10.15+, and Windows 7 and newer. Bitcoin |
| 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 |
| 38 | +unsupported systems. |
| 39 | + |
| 40 | +### P2P |
| 41 | + |
| 42 | +- #25314 p2p: always set nTime for self-advertisements |
| 43 | + |
| 44 | +### RPC and other APIs |
| 45 | + |
| 46 | +- #25220 rpc: fix incorrect warning for address type p2sh-segwit in createmultisig |
| 47 | +- #25237 rpc: Capture UniValue by ref for rpcdoccheck |
| 48 | +- #25983 Prevent data race for pathHandlers |
| 49 | +- #26275 Fix crash on deriveaddresses when index is 2147483647 (2^31-1) |
| 50 | + |
| 51 | +### Build system |
| 52 | + |
| 53 | +- #25201 windeploy: Renewed windows code signing certificate |
| 54 | +- #25788 guix: patch NSIS to remove .reloc sections from installer stubs |
| 55 | +- #25861 guix: use --build={arch}-guix-linux-gnu in cross toolchain |
| 56 | +- #25985 Revert "build: Use Homebrew's sqlite package if it is available" |
| 57 | + |
| 58 | +### GUI |
| 59 | + |
| 60 | +- #24668 build, qt: bump Qt5 version to 5.15.3 |
| 61 | +- gui#631 Disallow encryption of watchonly wallets |
| 62 | +- gui#680 Fixes MacOS 13 segfault by preventing certain notifications |
| 63 | + |
| 64 | +### Tests |
| 65 | + |
| 66 | +- #24454 tests: Fix calculation of external input weights |
| 67 | + |
| 68 | +### Miscellaneous |
| 69 | + |
| 70 | +- #26321 Adjust .tx/config for new Transifex CLI |
| 71 | + |
| 72 | +Credits |
| 73 | +======= |
| 74 | + |
| 75 | +Thanks to everyone who directly contributed to this release: |
| 76 | + |
| 77 | +- Andrew Chow |
| 78 | +- brunoerg |
| 79 | +- Hennadii Stepanov |
| 80 | +- John Moffett |
| 81 | +- MacroFake |
| 82 | +- Martin Zumsande |
| 83 | +- Michael Ford |
| 84 | +- muxator |
| 85 | +- Pavol Rusnak |
| 86 | +- Sebastian Falbesoner |
| 87 | +- W. J. van der Laan |
| 88 | + |
| 89 | +As well as to everyone that helped with translations on |
| 90 | +[Transifex](https://www.transifex.com/bitcoin/bitcoin/). |
0 commit comments