/ doc / release-notes / release-notes-30.1.md
release-notes-30.1.md
  1  v30.1 Release Notes
  2  ===================
  3  
  4  Bitcoin Core version v30.1 is now available from:
  5  
  6    <https://bitcoincore.org/bin/bitcoin-core-30.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 tested on operating systems using the
 35  Linux Kernel 3.17+, macOS 13+, and Windows 10+. 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  Notable changes
 41  ===============
 42  
 43  ### Wallet
 44  
 45  - #33528 wallet: don't consider unconfirmed TRUC coins with ancestors
 46  
 47  ### Build
 48  
 49  - #33580 depends: Use `$(package)_file_name` when downloading from the fallback
 50  - #33906 depends: Add patch for Windows11Style plugin
 51  - #32009 contrib: turn off compression of macOS SDK to fix determinism
 52  
 53  ### IPC
 54  
 55  - #33229 multiprocess: Don't require bitcoin -m argument when IPC options are used
 56  - #33517 multiprocess: Fix high overhead from message logging
 57  - #33519 Update libmultiprocess subtree in 30.x branch
 58  - #33566 miner: fix empty mempool case for waitNext()
 59  - #33676 interfaces: enable cancelling running waitNext calls
 60  
 61  ### P2P
 62  
 63  - #33723 chainparams: remove dnsseed.bitcoin.dashjr-list-of-p2p-nodes.us
 64  
 65  ### GUI
 66  
 67  - gui#899 qt: Modernize custom filtering
 68  - gui#901 Add createwallet, createwalletdescriptor, and migratewallet to history filter
 69  
 70  ### Test
 71  
 72  - #33612 test: change log rate limit version gate
 73  
 74  ### Doc
 75  
 76  - #33630 doc: correct topology requirements in submitpackage helptext
 77  - #33826 scripted-diff: Remove obsolete comment
 78  - #33827 doc: Correct pkgin command usage on NetBSD
 79  
 80  ### Misc
 81  
 82  - #33508 ci: fix buildx gha cache authentication on forks
 83  - #33558 ci: Use native platform for win-cross task
 84  - #33581 ci: Properly include $FILE_ENV in DEPENDS_HASH
 85  - #33744 ci: Fix lint runner selection (and docker cache)
 86  - #33996 contrib: fix manpage generation
 87  
 88  Credits
 89  =======
 90  
 91  Thanks to everyone who directly contributed to this release:
 92  
 93  - Ava Chow
 94  - Cory Fields
 95  - Eugene Siegel
 96  - fanquake
 97  - glozow
 98  - Hennadii Stepanov
 99  - ismaelsadeeq
100  - MarcoFalke
101  - Ryan Ofsky
102  - SatsAndSports
103  - Sjors Provoost
104  - WakeTrainDev
105  - willcl-ark
106  
107  As well as to everyone that helped with translations on
108  [Transifex](https://explore.transifex.com/bitcoin/bitcoin/).