PageRenderTime 1314ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/release-notes/release-notes-22.0.md

http://github.com/bitcoin/bitcoin
Markdown | 696 lines | 629 code | 67 blank | 0 comment | 0 complexity | 1f7dc6aef1069136ceee6c7bf77c243d MD5 | raw file
Possible License(s): GPL-3.0, BSD-3-Clause, MIT
  1. 22.0 Release Notes
  2. ==================
  3. Bitcoin Core version 22.0 is now available from:
  4. <https://bitcoincore.org/bin/bitcoin-core-22.0/>
  5. This release includes new features, various bug fixes and performance
  6. improvements, as well as updated translations.
  7. Please report bugs using the issue tracker at GitHub:
  8. <https://github.com/bitcoin/bitcoin/issues>
  9. To receive security and update notifications, please subscribe to:
  10. <https://bitcoincore.org/en/list/announcements/join/>
  11. How to Upgrade
  12. ==============
  13. If you are running an older version, shut it down. Wait until it has completely
  14. shut down (which might take a few minutes in some cases), then run the
  15. installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac)
  16. or `bitcoind`/`bitcoin-qt` (on Linux).
  17. Upgrading directly from a version of Bitcoin Core that has reached its EOL is
  18. possible, but it might take some time if the data directory needs to be migrated. Old
  19. wallet versions of Bitcoin Core are generally supported.
  20. Compatibility
  21. ==============
  22. Bitcoin Core is supported and extensively tested on operating systems
  23. using the Linux kernel, macOS 10.14+, and Windows 7 and newer. Bitcoin
  24. Core should also work on most other Unix-like systems but is not as
  25. frequently tested on them. It is not recommended to use Bitcoin Core on
  26. unsupported systems.
  27. From Bitcoin Core 22.0 onwards, macOS versions earlier than 10.14 are no longer supported.
  28. Notable changes
  29. ===============
  30. P2P and network changes
  31. -----------------------
  32. - Added support for running Bitcoin Core as an
  33. [I2P (Invisible Internet Project)](https://en.wikipedia.org/wiki/I2P) service
  34. and connect to such services. See [i2p.md](https://github.com/bitcoin/bitcoin/blob/22.x/doc/i2p.md) for details. (#20685)
  35. - This release removes support for Tor version 2 hidden services in favor of Tor
  36. v3 only, as the Tor network [dropped support for Tor
  37. v2](https://blog.torproject.org/v2-deprecation-timeline) with the release of
  38. Tor version 0.4.6. Henceforth, Bitcoin Core ignores Tor v2 addresses; it
  39. neither rumors them over the network to other peers, nor stores them in memory
  40. or to `peers.dat`. (#22050)
  41. - Added NAT-PMP port mapping support via
  42. [`libnatpmp`](https://miniupnp.tuxfamily.org/libnatpmp.html). (#18077)
  43. New and Updated RPCs
  44. --------------------
  45. - Due to [BIP 350](https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki)
  46. being implemented, behavior for all RPCs that accept addresses is changed when
  47. a native witness version 1 (or higher) is passed. These now require a Bech32m
  48. encoding instead of a Bech32 one, and Bech32m encoding will be used for such
  49. addresses in RPC output as well. No version 1 addresses should be created
  50. for mainnet until consensus rules are adopted that give them meaning
  51. (as will happen through [BIP 341](https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki)).
  52. Once that happens, Bech32m is expected to be used for them, so this shouldn't
  53. affect any production systems, but may be observed on other networks where such
  54. addresses already have meaning (like signet). (#20861)
  55. - The `getpeerinfo` RPC returns two new boolean fields, `bip152_hb_to` and
  56. `bip152_hb_from`, that respectively indicate whether we selected a peer to be
  57. in compact blocks high-bandwidth mode or whether a peer selected us as a
  58. compact blocks high-bandwidth peer. High-bandwidth peers send new block
  59. announcements via a `cmpctblock` message rather than the usual inv/headers
  60. announcements. See BIP 152 for more details. (#19776)
  61. - `getpeerinfo` no longer returns the following fields: `addnode`, `banscore`,
  62. and `whitelisted`, which were previously deprecated in 0.21. Instead of
  63. `addnode`, the `connection_type` field returns manual. Instead of
  64. `whitelisted`, the `permissions` field indicates if the peer has special
  65. privileges. The `banscore` field has simply been removed. (#20755)
  66. - The following RPCs: `gettxout`, `getrawtransaction`, `decoderawtransaction`,
  67. `decodescript`, `gettransaction`, and REST endpoints: `/rest/tx`,
  68. `/rest/getutxos`, `/rest/block` deprecated the following fields (which are no
  69. longer returned in the responses by default): `addresses`, `reqSigs`.
  70. The `-deprecatedrpc=addresses` flag must be passed for these fields to be
  71. included in the RPC response. This flag/option will be available only for this major release, after which
  72. the deprecation will be removed entirely. Note that these fields are attributes of
  73. the `scriptPubKey` object returned in the RPC response. However, in the response
  74. of `decodescript` these fields are top-level attributes, and included again as attributes
  75. of the `scriptPubKey` object. (#20286)
  76. - When creating a hex-encoded bitcoin transaction using the `bitcoin-tx` utility
  77. with the `-json` option set, the following fields: `addresses`, `reqSigs` are no longer
  78. returned in the tx output of the response. (#20286)
  79. - The `listbanned` RPC now returns two new numeric fields: `ban_duration` and `time_remaining`.
  80. Respectively, these new fields indicate the duration of a ban and the time remaining until a ban expires,
  81. both in seconds. Additionally, the `ban_created` field is repositioned to come before `banned_until`. (#21602)
  82. - The `setban` RPC can ban onion addresses again. This fixes a regression introduced in version 0.21.0. (#20852)
  83. - The `getnodeaddresses` RPC now returns a "network" field indicating the
  84. network type (ipv4, ipv6, onion, or i2p) for each address. (#21594)
  85. - `getnodeaddresses` now also accepts a "network" argument (ipv4, ipv6, onion,
  86. or i2p) to return only addresses of the specified network. (#21843)
  87. - The `testmempoolaccept` RPC now accepts multiple transactions (still experimental at the moment,
  88. API may be unstable). This is intended for testing transaction packages with dependency
  89. relationships; it is not recommended for batch-validating independent transactions. In addition to
  90. mempool policy, package policies apply: the list cannot contain more than 25 transactions or have a
  91. total size exceeding 101K virtual bytes, and cannot conflict with (spend the same inputs as) each other or
  92. the mempool, even if it would be a valid BIP125 replace-by-fee. There are some known limitations to
  93. the accuracy of the test accept: it's possible for `testmempoolaccept` to return "allowed"=True for a
  94. group of transactions, but "too-long-mempool-chain" if they are actually submitted. (#20833)
  95. - `addmultisigaddress` and `createmultisig` now support up to 20 keys for
  96. Segwit addresses. (#20867)
  97. Changes to Wallet or GUI related RPCs can be found in the GUI or Wallet section below.
  98. Build System
  99. ------------
  100. - Release binaries are now produced using the new `guix`-based build system.
  101. The [/doc/release-process.md](/doc/release-process.md) document has been updated accordingly.
  102. Files
  103. -----
  104. - The list of banned hosts and networks (via `setban` RPC) is now saved on disk
  105. in JSON format in `banlist.json` instead of `banlist.dat`. `banlist.dat` is
  106. only read on startup if `banlist.json` is not present. Changes are only written to the new
  107. `banlist.json`. A future version of Bitcoin Core may completely ignore
  108. `banlist.dat`. (#20966)
  109. New settings
  110. ------------
  111. - The `-natpmp` option has been added to use NAT-PMP to map the listening port.
  112. If both UPnP and NAT-PMP are enabled, a successful allocation from UPnP
  113. prevails over one from NAT-PMP. (#18077)
  114. Updated settings
  115. ----------------
  116. Changes to Wallet or GUI related settings can be found in the GUI or Wallet section below.
  117. - Passing an invalid `-rpcauth` argument now cause bitcoind to fail to start. (#20461)
  118. Tools and Utilities
  119. -------------------
  120. - A new CLI `-addrinfo` command returns the number of addresses known to the
  121. node per network type (including Tor v2 versus v3) and total. This can be
  122. useful to see if the node knows enough addresses in a network to use options
  123. like `-onlynet=<network>` or to upgrade to this release of Bitcoin Core 22.0
  124. that supports Tor v3 only. (#21595)
  125. - A new `-rpcwaittimeout` argument to `bitcoin-cli` sets the timeout
  126. in seconds to use with `-rpcwait`. If the timeout expires,
  127. `bitcoin-cli` will report a failure. (#21056)
  128. Wallet
  129. ------
  130. - External signers such as hardware wallets can now be used through the new RPC methods `enumeratesigners` and `displayaddress`. Support is also added to the `send` RPC call. This feature is experimental. See [external-signer.md](https://github.com/bitcoin/bitcoin/blob/22.x/doc/external-signer.md) for details. (#16546)
  131. - A new `listdescriptors` RPC is available to inspect the contents of descriptor-enabled wallets.
  132. The RPC returns public versions of all imported descriptors, including their timestamp and flags.
  133. For ranged descriptors, it also returns the range boundaries and the next index to generate addresses from. (#20226)
  134. - The `bumpfee` RPC is not available with wallets that have private keys
  135. disabled. `psbtbumpfee` can be used instead. (#20891)
  136. - The `fundrawtransaction`, `send` and `walletcreatefundedpsbt` RPCs now support an `include_unsafe` option
  137. that when `true` allows using unsafe inputs to fund the transaction.
  138. Note that the resulting transaction may become invalid if one of the unsafe inputs disappears.
  139. If that happens, the transaction must be funded with different inputs and republished. (#21359)
  140. - We now support up to 20 keys in `multi()` and `sortedmulti()` descriptors
  141. under `wsh()`. (#20867)
  142. - Taproot descriptors can be imported into the wallet only after activation has occurred on the network (e.g. mainnet, testnet, signet) in use. See [descriptors.md](https://github.com/bitcoin/bitcoin/blob/22.x/doc/descriptors.md) for supported descriptors.
  143. GUI changes
  144. -----------
  145. - External signers such as hardware wallets can now be used. These require an external tool such as [HWI](https://github.com/bitcoin-core/HWI) to be installed and configured under Options -> Wallet. When creating a new wallet a new option "External signer" will appear in the dialog. If the device is detected, its name is suggested as the wallet name. The watch-only keys are then automatically imported. Receive addresses can be verified on the device. The send dialog will automatically use the connected device. This feature is experimental and the UI may freeze for a few seconds when performing these actions.
  146. Low-level changes
  147. =================
  148. RPC
  149. ---
  150. - The RPC server can process a limited number of simultaneous RPC requests.
  151. Previously, if this limit was exceeded, the RPC server would respond with
  152. [status code 500 (`HTTP_INTERNAL_SERVER_ERROR`)](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_server_errors).
  153. Now it returns status code 503 (`HTTP_SERVICE_UNAVAILABLE`). (#18335)
  154. - Error codes have been updated to be more accurate for the following error cases (#18466):
  155. - `signmessage` now returns RPC_INVALID_ADDRESS_OR_KEY (-5) if the
  156. passed address is invalid. Previously returned RPC_TYPE_ERROR (-3).
  157. - `verifymessage` now returns RPC_INVALID_ADDRESS_OR_KEY (-5) if the
  158. passed address is invalid. Previously returned RPC_TYPE_ERROR (-3).
  159. - `verifymessage` now returns RPC_TYPE_ERROR (-3) if the passed signature
  160. is malformed. Previously returned RPC_INVALID_ADDRESS_OR_KEY (-5).
  161. Tests
  162. -----
  163. 22.0 change log
  164. ===============
  165. 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.
  166. ### Consensus
  167. - bitcoin/bitcoin#19438 Introduce deploymentstatus (ajtowns)
  168. - bitcoin/bitcoin#20207 Follow-up extra comments on taproot code and tests (sipa)
  169. - bitcoin/bitcoin#21330 Deal with missing data in signature hashes more consistently (sipa)
  170. ### Policy
  171. - bitcoin/bitcoin#18766 Disable fee estimation in blocksonly mode (by removing the fee estimates global) (darosior)
  172. - bitcoin/bitcoin#20497 Add `MAX_STANDARD_SCRIPTSIG_SIZE` to policy (sanket1729)
  173. - bitcoin/bitcoin#20611 Move `TX_MAX_STANDARD_VERSION` to policy (MarcoFalke)
  174. ### Mining
  175. - bitcoin/bitcoin#19937, bitcoin/bitcoin#20923 Signet mining utility (ajtowns)
  176. ### Block and transaction handling
  177. - bitcoin/bitcoin#14501 Fix possible data race when committing block files (luke-jr)
  178. - bitcoin/bitcoin#15946 Allow maintaining the blockfilterindex when using prune (jonasschnelli)
  179. - bitcoin/bitcoin#18710 Add local thread pool to CCheckQueue (hebasto)
  180. - bitcoin/bitcoin#19521 Coinstats Index (fjahr)
  181. - bitcoin/bitcoin#19806 UTXO snapshot activation (jamesob)
  182. - bitcoin/bitcoin#19905 Remove dead CheckForkWarningConditionsOnNewFork (MarcoFalke)
  183. - bitcoin/bitcoin#19935 Move SaltedHashers to separate file and add some new ones (achow101)
  184. - bitcoin/bitcoin#20054 Remove confusing and useless "unexpected version" warning (MarcoFalke)
  185. - bitcoin/bitcoin#20519 Handle rename failure in `DumpMempool(…)` by using the `RenameOver(…)` return value (practicalswift)
  186. - bitcoin/bitcoin#20749, bitcoin/bitcoin#20750, bitcoin/bitcoin#21055, bitcoin/bitcoin#21270, bitcoin/bitcoin#21525, bitcoin/bitcoin#21391, bitcoin/bitcoin#21767, bitcoin/bitcoin#21866 Prune `g_chainman` usage (dongcarl)
  187. - bitcoin/bitcoin#20833 rpc/validation: enable packages through testmempoolaccept (glozow)
  188. - bitcoin/bitcoin#20834 Locks and docs in ATMP and CheckInputsFromMempoolAndCache (glozow)
  189. - bitcoin/bitcoin#20854 Remove unnecessary try-block (amitiuttarwar)
  190. - bitcoin/bitcoin#20868 Remove redundant check on pindex (jarolrod)
  191. - bitcoin/bitcoin#20921 Don't try to invalidate genesis block in CChainState::InvalidateBlock (theStack)
  192. - bitcoin/bitcoin#20972 Locks: Annotate CTxMemPool::check to require `cs_main` (dongcarl)
  193. - bitcoin/bitcoin#21009 Remove RewindBlockIndex logic (dhruv)
  194. - bitcoin/bitcoin#21025 Guard chainman chainstates with `cs_main` (dongcarl)
  195. - bitcoin/bitcoin#21202 Two small clang lock annotation improvements (amitiuttarwar)
  196. - bitcoin/bitcoin#21523 Run VerifyDB on all chainstates (jamesob)
  197. - bitcoin/bitcoin#21573 Update libsecp256k1 subtree to latest master (sipa)
  198. - bitcoin/bitcoin#21582, bitcoin/bitcoin#21584, bitcoin/bitcoin#21585 Fix assumeutxo crashes (MarcoFalke)
  199. - bitcoin/bitcoin#21681 Fix ActivateSnapshot to use hardcoded nChainTx (jamesob)
  200. - bitcoin/bitcoin#21796 index: Avoid async shutdown on init error (MarcoFalke)
  201. - bitcoin/bitcoin#21946 Document and test lack of inherited signaling in RBF policy (ariard)
  202. - bitcoin/bitcoin#22084 Package testmempoolaccept followups (glozow)
  203. - bitcoin/bitcoin#22102 Remove `Warning:` from warning message printed for unknown new rules (prayank23)
  204. - bitcoin/bitcoin#22112 Force port 0 in I2P (vasild)
  205. - bitcoin/bitcoin#22135 CRegTestParams: Use `args` instead of `gArgs` (kiminuo)
  206. - bitcoin/bitcoin#22146 Reject invalid coin height and output index when loading assumeutxo (MarcoFalke)
  207. - bitcoin/bitcoin#22253 Distinguish between same tx and same-nonwitness-data tx in mempool (glozow)
  208. - bitcoin/bitcoin#22261 Two small fixes to node broadcast logic (jnewbery)
  209. - bitcoin/bitcoin#22415 Make `m_mempool` optional in CChainState (jamesob)
  210. - bitcoin/bitcoin#22499 Update assumed chain params (sriramdvt)
  211. - bitcoin/bitcoin#22589 net, doc: update I2P hardcoded seeds and docs for 22.0 (jonatack)
  212. ### P2P protocol and network code
  213. - bitcoin/bitcoin#18077 Add NAT-PMP port forwarding support (hebasto)
  214. - bitcoin/bitcoin#18722 addrman: improve performance by using more suitable containers (vasild)
  215. - bitcoin/bitcoin#18819 Replace `cs_feeFilter` with simple std::atomic (MarcoFalke)
  216. - bitcoin/bitcoin#19203 Add regression fuzz harness for CVE-2017-18350. Add FuzzedSocket (practicalswift)
  217. - bitcoin/bitcoin#19288 fuzz: Add fuzzing harness for TorController (practicalswift)
  218. - bitcoin/bitcoin#19415 Make DNS lookup mockable, add fuzzing harness (practicalswift)
  219. - bitcoin/bitcoin#19509 Per-Peer Message Capture (troygiorshev)
  220. - bitcoin/bitcoin#19763 Don't try to relay to the address' originator (vasild)
  221. - bitcoin/bitcoin#19771 Replace enum CConnMan::NumConnections with enum class ConnectionDirection (luke-jr)
  222. - bitcoin/bitcoin#19776 net, rpc: expose high bandwidth mode state via getpeerinfo (theStack)
  223. - bitcoin/bitcoin#19832 Put disconnecting logs into BCLog::NET category (hebasto)
  224. - bitcoin/bitcoin#19858 Periodically make block-relay connections and sync headers (sdaftuar)
  225. - bitcoin/bitcoin#19884 No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty (dhruv)
  226. - bitcoin/bitcoin#20079 Treat handshake misbehavior like unknown message (MarcoFalke)
  227. - bitcoin/bitcoin#20138 Assume that SetCommonVersion is called at most once per peer (MarcoFalke)
  228. - bitcoin/bitcoin#20162 p2p: declare Announcement::m_state as uint8_t, add getter/setter (jonatack)
  229. - bitcoin/bitcoin#20197 Protect onions in AttemptToEvictConnection(), add eviction protection test coverage (jonatack)
  230. - bitcoin/bitcoin#20210 assert `CNode::m_inbound_onion` is inbound in ctor, add getter, unit tests (jonatack)
  231. - bitcoin/bitcoin#20228 addrman: Make addrman a top-level component (jnewbery)
  232. - bitcoin/bitcoin#20234 Don't bind on 0.0.0.0 if binds are restricted to Tor (vasild)
  233. - bitcoin/bitcoin#20477 Add unit testing of node eviction logic (practicalswift)
  234. - bitcoin/bitcoin#20516 Well-defined CAddress disk serialization, and addrv2 anchors.dat (sipa)
  235. - bitcoin/bitcoin#20557 addrman: Fix new table bucketing during unserialization (jnewbery)
  236. - bitcoin/bitcoin#20561 Periodically clear `m_addr_known` (sdaftuar)
  237. - bitcoin/bitcoin#20599 net processing: Tolerate sendheaders and sendcmpct messages before verack (jnewbery)
  238. - bitcoin/bitcoin#20616 Check CJDNS address is valid (lontivero)
  239. - bitcoin/bitcoin#20617 Remove `m_is_manual_connection` from CNodeState (ariard)
  240. - bitcoin/bitcoin#20624 net processing: Remove nStartingHeight check from block relay (jnewbery)
  241. - bitcoin/bitcoin#20651 Make p2p recv buffer timeout 20 minutes for all peers (jnewbery)
  242. - bitcoin/bitcoin#20661 Only select from addrv2-capable peers for torv3 address relay (sipa)
  243. - bitcoin/bitcoin#20685 Add I2P support using I2P SAM (vasild)
  244. - bitcoin/bitcoin#20690 Clean up logging of outbound connection type (sdaftuar)
  245. - bitcoin/bitcoin#20721 Move ping data to `net_processing` (jnewbery)
  246. - bitcoin/bitcoin#20724 Cleanup of -debug=net log messages (ajtowns)
  247. - bitcoin/bitcoin#20747 net processing: Remove dropmessagestest (jnewbery)
  248. - bitcoin/bitcoin#20764 cli -netinfo peer connections dashboard updates 🎄 (jonatack)
  249. - bitcoin/bitcoin#20788 add RAII socket and use it instead of bare SOCKET (vasild)
  250. - bitcoin/bitcoin#20791 remove unused legacyWhitelisted in AcceptConnection() (jonatack)
  251. - bitcoin/bitcoin#20816 Move RecordBytesSent() call out of `cs_vSend` lock (jnewbery)
  252. - bitcoin/bitcoin#20845 Log to net debug in MaybeDiscourageAndDisconnect except for noban and manual peers (MarcoFalke)
  253. - bitcoin/bitcoin#20864 Move SocketSendData lock annotation to header (MarcoFalke)
  254. - bitcoin/bitcoin#20965 net, rpc: return `NET_UNROUTABLE` as `not_publicly_routable`, automate helps (jonatack)
  255. - bitcoin/bitcoin#20966 banman: save the banlist in a JSON format on disk (vasild)
  256. - bitcoin/bitcoin#21015 Make all of `net_processing` (and some of net) use std::chrono types (dhruv)
  257. - bitcoin/bitcoin#21029 bitcoin-cli: Correct docs (no "generatenewaddress" exists) (luke-jr)
  258. - bitcoin/bitcoin#21148 Split orphan handling from `net_processing` into txorphanage (ajtowns)
  259. - bitcoin/bitcoin#21162 Net Processing: Move RelayTransaction() into PeerManager (jnewbery)
  260. - bitcoin/bitcoin#21167 make `CNode::m_inbound_onion` public, initialize explicitly (jonatack)
  261. - bitcoin/bitcoin#21186 net/net processing: Move addr data into `net_processing` (jnewbery)
  262. - bitcoin/bitcoin#21187 Net processing: Only call PushAddress() from `net_processing` (jnewbery)
  263. - bitcoin/bitcoin#21198 Address outstanding review comments from PR20721 (jnewbery)
  264. - bitcoin/bitcoin#21222 log: Clarify log message when file does not exist (MarcoFalke)
  265. - bitcoin/bitcoin#21235 Clarify disconnect log message in ProcessGetBlockData, remove send bool (MarcoFalke)
  266. - bitcoin/bitcoin#21236 Net processing: Extract `addr` send functionality into MaybeSendAddr() (jnewbery)
  267. - bitcoin/bitcoin#21261 update inbound eviction protection for multiple networks, add I2P peers (jonatack)
  268. - bitcoin/bitcoin#21328 net, refactor: pass uint16 CService::port as uint16 (jonatack)
  269. - bitcoin/bitcoin#21387 Refactor sock to add I2P fuzz and unit tests (vasild)
  270. - bitcoin/bitcoin#21395 Net processing: Remove unused CNodeState.address member (jnewbery)
  271. - bitcoin/bitcoin#21407 i2p: limit the size of incoming messages (vasild)
  272. - bitcoin/bitcoin#21506 p2p, refactor: make NetPermissionFlags an enum class (jonatack)
  273. - bitcoin/bitcoin#21509 Don't send FEEFILTER in blocksonly mode (mzumsande)
  274. - bitcoin/bitcoin#21560 Add Tor v3 hardcoded seeds (laanwj)
  275. - bitcoin/bitcoin#21563 Restrict period when `cs_vNodes` mutex is locked (hebasto)
  276. - bitcoin/bitcoin#21564 Avoid calling getnameinfo when formatting IPv4 addresses in CNetAddr::ToStringIP (practicalswift)
  277. - bitcoin/bitcoin#21631 i2p: always check the return value of Sock::Wait() (vasild)
  278. - bitcoin/bitcoin#21644 p2p, bugfix: use NetPermissions::HasFlag() in CConnman::Bind() (jonatack)
  279. - bitcoin/bitcoin#21659 flag relevant Sock methods with [[nodiscard]] (vasild)
  280. - bitcoin/bitcoin#21750 remove unnecessary check of `CNode::cs_vSend` (vasild)
  281. - bitcoin/bitcoin#21756 Avoid calling `getnameinfo` when formatting IPv6 addresses in `CNetAddr::ToStringIP` (practicalswift)
  282. - bitcoin/bitcoin#21775 Limit `m_block_inv_mutex` (MarcoFalke)
  283. - bitcoin/bitcoin#21825 Add I2P hardcoded seeds (jonatack)
  284. - bitcoin/bitcoin#21843 p2p, rpc: enable GetAddr, GetAddresses, and getnodeaddresses by network (jonatack)
  285. - bitcoin/bitcoin#21845 net processing: Don't require locking `cs_main` before calling RelayTransactions() (jnewbery)
  286. - bitcoin/bitcoin#21872 Sanitize message type for logging (laanwj)
  287. - bitcoin/bitcoin#21914 Use stronger AddLocal() for our I2P address (vasild)
  288. - bitcoin/bitcoin#21985 Return IPv6 scope id in `CNetAddr::ToStringIP()` (laanwj)
  289. - bitcoin/bitcoin#21992 Remove -feefilter option (amadeuszpawlik)
  290. - bitcoin/bitcoin#21996 Pass strings to NetPermissions::TryParse functions by const ref (jonatack)
  291. - bitcoin/bitcoin#22013 ignore block-relay-only peers when skipping DNS seed (ajtowns)
  292. - bitcoin/bitcoin#22050 Remove tor v2 support (jonatack)
  293. - bitcoin/bitcoin#22096 AddrFetch - don't disconnect on self-announcements (mzumsande)
  294. - bitcoin/bitcoin#22141 net processing: Remove hash and fValidatedHeaders from QueuedBlock (jnewbery)
  295. - bitcoin/bitcoin#22144 Randomize message processing peer order (sipa)
  296. - bitcoin/bitcoin#22147 Protect last outbound HB compact block peer (sdaftuar)
  297. - bitcoin/bitcoin#22179 Torv2 removal followups (vasild)
  298. - bitcoin/bitcoin#22211 Relay I2P addresses even if not reachable (by us) (vasild)
  299. - bitcoin/bitcoin#22284 Performance improvements to ProtectEvictionCandidatesByRatio() (jonatack)
  300. - bitcoin/bitcoin#22387 Rate limit the processing of rumoured addresses (sipa)
  301. - bitcoin/bitcoin#22455 addrman: detect on-disk corrupted nNew and nTried during unserialization (vasild)
  302. ### Wallet
  303. - bitcoin/bitcoin#15710 Catch `ios_base::failure` specifically (Bushstar)
  304. - bitcoin/bitcoin#16546 External signer support - Wallet Box edition (Sjors)
  305. - bitcoin/bitcoin#17331 Use effective values throughout coin selection (achow101)
  306. - bitcoin/bitcoin#18418 Increase `OUTPUT_GROUP_MAX_ENTRIES` to 100 (fjahr)
  307. - bitcoin/bitcoin#18842 Mark replaced tx to not be in the mempool anymore (MarcoFalke)
  308. - bitcoin/bitcoin#19136 Add `parent_desc` to `getaddressinfo` (achow101)
  309. - bitcoin/bitcoin#19137 wallettool: Add dump and createfromdump commands (achow101)
  310. - bitcoin/bitcoin#19651 `importdescriptor`s update existing (S3RK)
  311. - bitcoin/bitcoin#20040 Refactor OutputGroups to handle fees and spending eligibility on grouping (achow101)
  312. - bitcoin/bitcoin#20202 Make BDB support optional (achow101)
  313. - bitcoin/bitcoin#20226, bitcoin/bitcoin#21277, - bitcoin/bitcoin#21063 Add `listdescriptors` command (S3RK)
  314. - bitcoin/bitcoin#20267 Disable and fix tests for when BDB is not compiled (achow101)
  315. - bitcoin/bitcoin#20275 List all wallets in non-SQLite and non-BDB builds (ryanofsky)
  316. - bitcoin/bitcoin#20365 wallettool: Add parameter to create descriptors wallet (S3RK)
  317. - bitcoin/bitcoin#20403 `upgradewallet` fixes, improvements, test coverage (jonatack)
  318. - bitcoin/bitcoin#20448 `unloadwallet`: Allow specifying `wallet_name` param matching RPC endpoint wallet (luke-jr)
  319. - bitcoin/bitcoin#20536 Error with "Transaction too large" if the funded tx will end up being too large after signing (achow101)
  320. - bitcoin/bitcoin#20687 Add missing check for -descriptors wallet tool option (MarcoFalke)
  321. - bitcoin/bitcoin#20952 Add BerkeleyDB version sanity check at init time (laanwj)
  322. - bitcoin/bitcoin#21127 Load flags before everything else (Sjors)
  323. - bitcoin/bitcoin#21141 Add new format string placeholders for walletnotify (maayank)
  324. - bitcoin/bitcoin#21238 A few descriptor improvements to prepare for Taproot support (sipa)
  325. - bitcoin/bitcoin#21302 `createwallet` examples for descriptor wallets (S3RK)
  326. - bitcoin/bitcoin#21329 descriptor wallet: Cache last hardened xpub and use in normalized descriptors (achow101)
  327. - bitcoin/bitcoin#21365 Basic Taproot signing support for descriptor wallets (sipa)
  328. - bitcoin/bitcoin#21417 Misc external signer improvement and HWI 2 support (Sjors)
  329. - bitcoin/bitcoin#21467 Move external signer out of wallet module (Sjors)
  330. - bitcoin/bitcoin#21572 Fix wrong wallet RPC context set after #21366 (ryanofsky)
  331. - bitcoin/bitcoin#21574 Drop JSONRPCRequest constructors after #21366 (ryanofsky)
  332. - bitcoin/bitcoin#21666 Miscellaneous external signer changes (fanquake)
  333. - bitcoin/bitcoin#21759 Document coin selection code (glozow)
  334. - bitcoin/bitcoin#21786 Ensure sat/vB feerates are in range (mantissa of 3) (jonatack)
  335. - bitcoin/bitcoin#21944 Fix issues when `walletdir` is root directory (prayank23)
  336. - bitcoin/bitcoin#22042 Replace size/weight estimate tuple with struct for named fields (instagibbs)
  337. - bitcoin/bitcoin#22051 Basic Taproot derivation support for descriptors (sipa)
  338. - bitcoin/bitcoin#22154 Add OutputType::BECH32M and related wallet support for fetching bech32m addresses (achow101)
  339. - bitcoin/bitcoin#22156 Allow tr() import only when Taproot is active (achow101)
  340. - bitcoin/bitcoin#22166 Add support for inferring tr() descriptors (sipa)
  341. - bitcoin/bitcoin#22173 Do not load external signers wallets when unsupported (achow101)
  342. - bitcoin/bitcoin#22308 Add missing BlockUntilSyncedToCurrentChain (MarcoFalke)
  343. - bitcoin/bitcoin#22334 Do not spam about non-existent spk managers (S3RK)
  344. - bitcoin/bitcoin#22379 Erase spkmans rather than setting to nullptr (achow101)
  345. - bitcoin/bitcoin#22421 Make IsSegWitOutput return true for taproot outputs (sipa)
  346. - bitcoin/bitcoin#22461 Change ScriptPubKeyMan::Upgrade default to True (achow101)
  347. - bitcoin/bitcoin#22492 Reorder locks in dumpwallet to avoid lock order assertion (achow101)
  348. - bitcoin/bitcoin#22686 Use GetSelectionAmount in ApproximateBestSubset (achow101)
  349. ### RPC and other APIs
  350. - bitcoin/bitcoin#18335, bitcoin/bitcoin#21484 cli: Print useful error if bitcoind rpc work queue exceeded (LarryRuane)
  351. - bitcoin/bitcoin#18466 Fix invalid parameter error codes for `{sign,verify}message` RPCs (theStack)
  352. - bitcoin/bitcoin#18772 Calculate fees in `getblock` using BlockUndo data (robot-visions)
  353. - bitcoin/bitcoin#19033 http: Release work queue after event base finish (promag)
  354. - bitcoin/bitcoin#19055 Add MuHash3072 implementation (fjahr)
  355. - bitcoin/bitcoin#19145 Add `hash_type` MUHASH for gettxoutsetinfo (fjahr)
  356. - bitcoin/bitcoin#19847 Avoid duplicate set lookup in `gettxoutproof` (promag)
  357. - bitcoin/bitcoin#20286 Deprecate `addresses` and `reqSigs` from RPC outputs (mjdietzx)
  358. - bitcoin/bitcoin#20459 Fail to return undocumented return values (MarcoFalke)
  359. - bitcoin/bitcoin#20461 Validate `-rpcauth` arguments (promag)
  360. - bitcoin/bitcoin#20556 Properly document return values (`submitblock`, `gettxout`, `getblocktemplate`, `scantxoutset`) (MarcoFalke)
  361. - bitcoin/bitcoin#20755 Remove deprecated fields from `getpeerinfo` (amitiuttarwar)
  362. - bitcoin/bitcoin#20832 Better error messages for invalid addresses (eilx2)
  363. - bitcoin/bitcoin#20867 Support up to 20 keys for multisig under Segwit context (darosior)
  364. - bitcoin/bitcoin#20877 cli: `-netinfo` user help and argument parsing improvements (jonatack)
  365. - bitcoin/bitcoin#20891 Remove deprecated bumpfee behavior (achow101)
  366. - bitcoin/bitcoin#20916 Return wtxid from `testmempoolaccept` (MarcoFalke)
  367. - bitcoin/bitcoin#20917 Add missing signet mentions in network name lists (theStack)
  368. - bitcoin/bitcoin#20941 Document `RPC_TRANSACTION_ALREADY_IN_CHAIN` exception (jarolrod)
  369. - bitcoin/bitcoin#20944 Return total fee in `getmempoolinfo` (MarcoFalke)
  370. - bitcoin/bitcoin#20964 Add specific error code for "wallet already loaded" (laanwj)
  371. - bitcoin/bitcoin#21053 Document {previous,next}blockhash as optional (theStack)
  372. - bitcoin/bitcoin#21056 Add a `-rpcwaittimeout` parameter to limit time spent waiting (cdecker)
  373. - bitcoin/bitcoin#21192 cli: Treat high detail levels as maximum in `-netinfo` (laanwj)
  374. - bitcoin/bitcoin#21311 Document optional fields for `getchaintxstats` result (theStack)
  375. - bitcoin/bitcoin#21359 `include_unsafe` option for fundrawtransaction (t-bast)
  376. - bitcoin/bitcoin#21426 Remove `scantxoutset` EXPERIMENTAL warning (jonatack)
  377. - bitcoin/bitcoin#21544 Missing doc updates for bumpfee psbt update (MarcoFalke)
  378. - bitcoin/bitcoin#21594 Add `network` field to `getnodeaddresses` (jonatack)
  379. - bitcoin/bitcoin#21595, bitcoin/bitcoin#21753 cli: Create `-addrinfo` (jonatack)
  380. - bitcoin/bitcoin#21602 Add additional ban time fields to `listbanned` (jarolrod)
  381. - bitcoin/bitcoin#21679 Keep default argument value in correct type (promag)
  382. - bitcoin/bitcoin#21718 Improve error message for `getblock` invalid datatype (klementtan)
  383. - bitcoin/bitcoin#21913 RPCHelpMan fixes (kallewoof)
  384. - bitcoin/bitcoin#22021 `bumpfee`/`psbtbumpfee` fixes and updates (jonatack)
  385. - bitcoin/bitcoin#22043 `addpeeraddress` test coverage, code simplify/constness (jonatack)
  386. - bitcoin/bitcoin#22327 cli: Avoid truncating `-rpcwaittimeout` (MarcoFalke)
  387. ### GUI
  388. - bitcoin/bitcoin#18948 Call setParent() in the parent's context (hebasto)
  389. - bitcoin/bitcoin#20482 Add depends qt fix for ARM macs (jonasschnelli)
  390. - bitcoin/bitcoin#21836 scripted-diff: Replace three dots with ellipsis in the ui strings (hebasto)
  391. - bitcoin/bitcoin#21935 Enable external signer support for GUI builds (Sjors)
  392. - bitcoin/bitcoin#22133 Make QWindowsVistaStylePlugin available again (regression) (hebasto)
  393. - bitcoin-core/gui#4 UI external signer support (e.g. hardware wallet) (Sjors)
  394. - bitcoin-core/gui#13 Hide peer detail view if multiple are selected (promag)
  395. - bitcoin-core/gui#18 Add peertablesortproxy module (hebasto)
  396. - bitcoin-core/gui#21 Improve pruning tooltip (fluffypony, BitcoinErrorLog)
  397. - bitcoin-core/gui#72 Log static plugins meta data and used style (hebasto)
  398. - bitcoin-core/gui#79 Embed monospaced font (hebasto)
  399. - bitcoin-core/gui#85 Remove unused "What's This" button in dialogs on Windows OS (hebasto)
  400. - bitcoin-core/gui#115 Replace "Hide tray icon" option with positive "Show tray icon" one (hebasto)
  401. - bitcoin-core/gui#118 Remove BDB version from the Information tab (hebasto)
  402. - bitcoin-core/gui#121 Early subscribe core signals in transaction table model (promag)
  403. - bitcoin-core/gui#123 Do not accept command while executing another one (hebasto)
  404. - bitcoin-core/gui#125 Enable changing the autoprune block space size in intro dialog (luke-jr)
  405. - bitcoin-core/gui#138 Unlock encrypted wallet "OK" button bugfix (mjdietzx)
  406. - bitcoin-core/gui#139 doc: Improve gui/src/qt README.md (jarolrod)
  407. - bitcoin-core/gui#154 Support macOS Dark mode (goums, Uplab)
  408. - bitcoin-core/gui#162 Add network to peers window and peer details (jonatack)
  409. - bitcoin-core/gui#163, bitcoin-core/gui#180 Peer details: replace Direction with Connection Type (jonatack)
  410. - bitcoin-core/gui#164 Handle peer addition/removal in a right way (hebasto)
  411. - bitcoin-core/gui#165 Save QSplitter state in QSettings (hebasto)
  412. - bitcoin-core/gui#173 Follow Qt docs when implementing rowCount and columnCount (hebasto)
  413. - bitcoin-core/gui#179 Add Type column to peers window, update peer details name/tooltip (jonatack)
  414. - bitcoin-core/gui#186 Add information to "Confirm fee bump" window (prayank23)
  415. - bitcoin-core/gui#189 Drop workaround for QTBUG-42503 which was fixed in Qt 5.5.0 (prusnak)
  416. - bitcoin-core/gui#194 Save/restore RPCConsole geometry only for window (hebasto)
  417. - bitcoin-core/gui#202 Fix right panel toggle in peers tab (RandyMcMillan)
  418. - bitcoin-core/gui#203 Display plain "Inbound" in peer details (jonatack)
  419. - bitcoin-core/gui#204 Drop buggy TableViewLastColumnResizingFixer class (hebasto)
  420. - bitcoin-core/gui#205, bitcoin-core/gui#229 Save/restore TransactionView and recentRequestsView tables column sizes (hebasto)
  421. - bitcoin-core/gui#206 Display fRelayTxes and `bip152_highbandwidth_{to, from}` in peer details (jonatack)
  422. - bitcoin-core/gui#213 Add Copy Address Action to Payment Requests (jarolrod)
  423. - bitcoin-core/gui#214 Disable requests context menu actions when appropriate (jarolrod)
  424. - bitcoin-core/gui#217 Make warning label look clickable (jarolrod)
  425. - bitcoin-core/gui#219 Prevent the main window popup menu (hebasto)
  426. - bitcoin-core/gui#220 Do not translate file extensions (hebasto)
  427. - bitcoin-core/gui#221 RPCConsole translatable string fixes and improvements (jonatack)
  428. - bitcoin-core/gui#226 Add "Last Block" and "Last Tx" rows to peer details area (jonatack)
  429. - bitcoin-core/gui#233 qt test: Don't bind to regtest port (achow101)
  430. - bitcoin-core/gui#243 Fix issue when disabling the auto-enabled blank wallet checkbox (jarolrod)
  431. - bitcoin-core/gui#246 Revert "qt: Use "fusion" style on macOS Big Sur with old Qt" (hebasto)
  432. - bitcoin-core/gui#248 For values of "Bytes transferred" and "Bytes/s" with 1000-based prefix names use 1000-based divisor instead of 1024-based (wodry)
  433. - bitcoin-core/gui#251 Improve URI/file handling message (hebasto)
  434. - bitcoin-core/gui#256 Save/restore column sizes of the tables in the Peers tab (hebasto)
  435. - bitcoin-core/gui#260 Handle exceptions isntead of crash (hebasto)
  436. - bitcoin-core/gui#263 Revamp context menus (hebasto)
  437. - bitcoin-core/gui#271 Don't clear console prompt when font resizing (jarolrod)
  438. - bitcoin-core/gui#275 Support runtime appearance adjustment on macOS (hebasto)
  439. - bitcoin-core/gui#276 Elide long strings in their middle in the Peers tab (hebasto)
  440. - bitcoin-core/gui#281 Set shortcuts for console's resize buttons (jarolrod)
  441. - bitcoin-core/gui#293 Enable wordWrap for Services (RandyMcMillan)
  442. - bitcoin-core/gui#296 Do not use QObject::tr plural syntax for numbers with a unit symbol (hebasto)
  443. - bitcoin-core/gui#297 Avoid unnecessary translations (hebasto)
  444. - bitcoin-core/gui#298 Peertableview alternating row colors (RandyMcMillan)
  445. - bitcoin-core/gui#300 Remove progress bar on modal overlay (brunoerg)
  446. - bitcoin-core/gui#309 Add access to the Peers tab from the network icon (hebasto)
  447. - bitcoin-core/gui#311 Peers Window rename 'Peer id' to 'Peer' (jarolrod)
  448. - bitcoin-core/gui#313 Optimize string concatenation by default (hebasto)
  449. - bitcoin-core/gui#325 Align numbers in the "Peer Id" column to the right (hebasto)
  450. - bitcoin-core/gui#329 Make console buttons look clickable (jarolrod)
  451. - bitcoin-core/gui#330 Allow prompt icon to be colorized (jarolrod)
  452. - bitcoin-core/gui#331 Make RPC console welcome message translation-friendly (hebasto)
  453. - bitcoin-core/gui#332 Replace disambiguation strings with translator comments (hebasto)
  454. - bitcoin-core/gui#335 test: Use QSignalSpy instead of QEventLoop (jarolrod)
  455. - bitcoin-core/gui#343 Improve the GUI responsiveness when progress dialogs are used (hebasto)
  456. - bitcoin-core/gui#361 Fix GUI segfault caused by bitcoin/bitcoin#22216 (ryanofsky)
  457. - bitcoin-core/gui#362 Add keyboard shortcuts to context menus (luke-jr)
  458. - bitcoin-core/gui#366 Dark Mode fixes/portability (luke-jr)
  459. - bitcoin-core/gui#375 Emit dataChanged signal to dynamically re-sort Peers table (hebasto)
  460. - bitcoin-core/gui#393 Fix regression in "Encrypt Wallet" menu item (hebasto)
  461. - bitcoin-core/gui#396 Ensure external signer option remains disabled without signers (achow101)
  462. - bitcoin-core/gui#406 Handle new added plurals in `bitcoin_en.ts` (hebasto)
  463. ### Build system
  464. - bitcoin/bitcoin#17227 Add Android packaging support (icota)
  465. - bitcoin/bitcoin#17920 guix: Build support for macOS (dongcarl)
  466. - bitcoin/bitcoin#18298 Fix Qt processing of configure script for depends with DEBUG=1 (hebasto)
  467. - bitcoin/bitcoin#19160 multiprocess: Add basic spawn and IPC support (ryanofsky)
  468. - bitcoin/bitcoin#19504 Bump minimum python version to 3.6 (ajtowns)
  469. - bitcoin/bitcoin#19522 fix building libconsensus with reduced exports for Darwin targets (fanquake)
  470. - bitcoin/bitcoin#19683 Pin clang search paths for darwin host (dongcarl)
  471. - bitcoin/bitcoin#19764 Split boost into build/host packages + bump + cleanup (dongcarl)
  472. - bitcoin/bitcoin#19817 libtapi 1100.0.11 (fanquake)
  473. - bitcoin/bitcoin#19846 enable unused member function diagnostic (Zero-1729)
  474. - bitcoin/bitcoin#19867 Document and cleanup Qt hacks (fanquake)
  475. - bitcoin/bitcoin#20046 Set `CMAKE_INSTALL_RPATH` for native packages (ryanofsky)
  476. - bitcoin/bitcoin#20223 Drop the leading 0 from the version number (achow101)
  477. - bitcoin/bitcoin#20333 Remove `native_biplist` dependency (fanquake)
  478. - bitcoin/bitcoin#20353 configure: Support -fdebug-prefix-map and -fmacro-prefix-map (ajtowns)
  479. - bitcoin/bitcoin#20359 Various config.site.in improvements and linting (dongcarl)
  480. - bitcoin/bitcoin#20413 Require C++17 compiler (MarcoFalke)
  481. - bitcoin/bitcoin#20419 Set minimum supported macOS to 10.14 (fanquake)
  482. - bitcoin/bitcoin#20421 miniupnpc 2.2.2 (fanquake)
  483. - bitcoin/bitcoin#20422 Mac deployment unification (fanquake)
  484. - bitcoin/bitcoin#20424 Update univalue subtree (MarcoFalke)
  485. - bitcoin/bitcoin#20449 Fix Windows installer build (achow101)
  486. - bitcoin/bitcoin#20468 Warn when generating man pages for binaries built from a dirty branch (tylerchambers)
  487. - bitcoin/bitcoin#20469 Avoid secp256k1.h include from system (dergoegge)
  488. - bitcoin/bitcoin#20470 Replace genisoimage with xorriso (dongcarl)
  489. - bitcoin/bitcoin#20471 Use C++17 in depends (fanquake)
  490. - bitcoin/bitcoin#20496 Drop unneeded macOS framework dependencies (hebasto)
  491. - bitcoin/bitcoin#20520 Do not force Precompiled Headers (PCH) for building Qt on Linux (hebasto)
  492. - bitcoin/bitcoin#20549 Support make src/bitcoin-node and src/bitcoin-gui (promag)
  493. - bitcoin/bitcoin#20565 Ensure PIC build for bdb on Android (BlockMechanic)
  494. - bitcoin/bitcoin#20594 Fix getauxval calls in randomenv.cpp (jonasschnelli)
  495. - bitcoin/bitcoin#20603 Update crc32c subtree (MarcoFalke)
  496. - bitcoin/bitcoin#20609 configure: output notice that test binary is disabled by fuzzing (apoelstra)
  497. - bitcoin/bitcoin#20619 guix: Quality of life improvements (dongcarl)
  498. - bitcoin/bitcoin#20629 Improve id string robustness (dongcarl)
  499. - bitcoin/bitcoin#20641 Use Qt top-level build facilities (hebasto)
  500. - bitcoin/bitcoin#20650 Drop workaround for a fixed bug in Qt build system (hebasto)
  501. - bitcoin/bitcoin#20673 Use more legible qmake commands in qt package (hebasto)
  502. - bitcoin/bitcoin#20684 Define .INTERMEDIATE target once only (hebasto)
  503. - bitcoin/bitcoin#20720 more robustly check for fcf-protection support (fanquake)
  504. - bitcoin/bitcoin#20734 Make platform-specific targets available for proper platform builds only (hebasto)
  505. - bitcoin/bitcoin#20936 build fuzz tests by default (danben)
  506. - bitcoin/bitcoin#20937 guix: Make nsis reproducible by respecting SOURCE-DATE-EPOCH (dongcarl)
  507. - bitcoin/bitcoin#20938 fix linking against -latomic when building for riscv (fanquake)
  508. - bitcoin/bitcoin#20939 fix `RELOC_SECTION` security check for bitcoin-util (fanquake)
  509. - bitcoin/bitcoin#20963 gitian-linux: Build binaries for 64-bit POWER (continued) (laanwj)
  510. - bitcoin/bitcoin#21036 gitian: Bump descriptors to focal for 22.0 (fanquake)
  511. - bitcoin/bitcoin#21045 Adds switch to enable/disable randomized base address in MSVC builds (EthanHeilman)
  512. - bitcoin/bitcoin#21065 make macOS HOST in download-osx generic (fanquake)
  513. - bitcoin/bitcoin#21078 guix: only download sources for hosts being built (fanquake)
  514. - bitcoin/bitcoin#21116 Disable --disable-fuzz-binary for gitian/guix builds (hebasto)
  515. - bitcoin/bitcoin#21182 remove mostly pointless `BOOST_PROCESS` macro (fanquake)
  516. - bitcoin/bitcoin#21205 actually fail when Boost is missing (fanquake)
  517. - bitcoin/bitcoin#21209 use newer source for libnatpmp (fanquake)
  518. - bitcoin/bitcoin#21226 Fix fuzz binary compilation under windows (danben)
  519. - bitcoin/bitcoin#21231 Add /opt/homebrew to path to look for boost libraries (fyquah)
  520. - bitcoin/bitcoin#21239 guix: Add codesignature attachment support for osx+win (dongcarl)
  521. - bitcoin/bitcoin#21250 Make `HAVE_O_CLOEXEC` available outside LevelDB (bugfix) (theStack)
  522. - bitcoin/bitcoin#21272 guix: Passthrough `SDK_PATH` into container (dongcarl)
  523. - bitcoin/bitcoin#21274 assumptions: Assume C++17 (fanquake)
  524. - bitcoin/bitcoin#21286 Bump minimum Qt version to 5.9.5 (hebasto)
  525. - bitcoin/bitcoin#21298 guix: Bump time-machine, glibc, and linux-headers (dongcarl)
  526. - bitcoin/bitcoin#21304 guix: Add guix-clean script + establish gc-root for container profiles (dongcarl)
  527. - bitcoin/bitcoin#21320 fix libnatpmp macos cross compile (fanquake)
  528. - bitcoin/bitcoin#21321 guix: Add curl to required tool list (hebasto)
  529. - bitcoin/bitcoin#21333 set Unicode true for NSIS installer (fanquake)
  530. - bitcoin/bitcoin#21339 Make `AM_CONDITIONAL([ENABLE_EXTERNAL_SIGNER])` unconditional (hebasto)
  531. - bitcoin/bitcoin#21349 Fix fuzz-cuckoocache cross-compiling with DEBUG=1 (hebasto)
  532. - bitcoin/bitcoin#21354 build, doc: Drop no longer required packages from macOS cross-compiling dependencies (hebasto)
  533. - bitcoin/bitcoin#21363 build, qt: Improve Qt static plugins/libs check code (hebasto)
  534. - bitcoin/bitcoin#21375 guix: Misc feedback-based fixes + hier restructuring (dongcarl)
  535. - bitcoin/bitcoin#21376 Qt 5.12.10 (fanquake)
  536. - bitcoin/bitcoin#21382 Clean remnants of QTBUG-34748 fix (hebasto)
  537. - bitcoin/bitcoin#21400 Fix regression introduced in #21363 (hebasto)
  538. - bitcoin/bitcoin#21403 set --build when configuring packages in depends (fanquake)
  539. - bitcoin/bitcoin#21421 don't try and use -fstack-clash-protection on Windows (fanquake)
  540. - bitcoin/bitcoin#21423 Cleanups and follow ups after bumping Qt to 5.12.10 (hebasto)
  541. - bitcoin/bitcoin#21427 Fix `id_string` invocations (dongcarl)
  542. - bitcoin/bitcoin#21430 Add -Werror=implicit-fallthrough compile flag (hebasto)
  543. - bitcoin/bitcoin#21457 Split libtapi and clang out of `native_cctools` (fanquake)
  544. - bitcoin/bitcoin#21462 guix: Add guix-{attest,verify} scripts (dongcarl)
  545. - bitcoin/bitcoin#21495 build, qt: Fix static builds on macOS Big Sur (hebasto)
  546. - bitcoin/bitcoin#21497 Do not opt-in unused CoreWLAN stuff in depends for macOS (hebasto)
  547. - bitcoin/bitcoin#21543 Enable safe warnings for msvc builds (hebasto)
  548. - bitcoin/bitcoin#21565 Make `bitcoin_qt.m4` more generic (fanquake)
  549. - bitcoin/bitcoin#21610 remove -Wdeprecated-register from NOWARN flags (fanquake)
  550. - bitcoin/bitcoin#21613 enable -Wdocumentation (fanquake)
  551. - bitcoin/bitcoin#21629 Fix configuring when building depends with `NO_BDB=1` (fanquake)
  552. - bitcoin/bitcoin#21654 build, qt: Make Qt rcc output always deterministic (hebasto)
  553. - bitcoin/bitcoin#21655 build, qt: No longer need to set `QT_RCC_TEST=1` for determinism (hebasto)
  554. - bitcoin/bitcoin#21658 fix make deploy for arm64-darwin (sgulls)
  555. - bitcoin/bitcoin#21694 Use XLIFF file to provide more context to Transifex translators (hebasto)
  556. - bitcoin/bitcoin#21708, bitcoin/bitcoin#21593 Drop pointless sed commands (hebasto)
  557. - bitcoin/bitcoin#21731 Update msvc build to use Qt5.12.10 binaries (sipsorcery)
  558. - bitcoin/bitcoin#21733 Re-add command to install vcpkg (dplusplus1024)
  559. - bitcoin/bitcoin#21793 Use `-isysroot` over `--sysroot` on macOS (fanquake)
  560. - bitcoin/bitcoin#21869 Add missing `-D_LIBCPP_DEBUG=1` to debug flags (MarcoFalke)
  561. - bitcoin/bitcoin#21889 macho: check for control flow instrumentation (fanquake)
  562. - bitcoin/bitcoin#21920 Improve macro for testing -latomic requirement (MarcoFalke)
  563. - bitcoin/bitcoin#21991 libevent 2.1.12-stable (fanquake)
  564. - bitcoin/bitcoin#22054 Bump Qt version to 5.12.11 (hebasto)
  565. - bitcoin/bitcoin#22063 Use Qt archive of the same version as the compiled binaries (hebasto)
  566. - bitcoin/bitcoin#22070 Don't use cf-protection when targeting arm-apple-darwin (fanquake)
  567. - bitcoin/bitcoin#22071 Latest config.guess and config.sub (fanquake)
  568. - bitcoin/bitcoin#22075 guix: Misc leftover usability improvements (dongcarl)
  569. - bitcoin/bitcoin#22123 Fix qt.mk for mac arm64 (promag)
  570. - bitcoin/bitcoin#22174 build, qt: Fix libraries linking order for Linux hosts (hebasto)
  571. - bitcoin/bitcoin#22182 guix: Overhaul how guix-{attest,verify} works and hierarchy (dongcarl)
  572. - bitcoin/bitcoin#22186 build, qt: Fix compiling qt package in depends with GCC 11 (hebasto)
  573. - bitcoin/bitcoin#22199 macdeploy: minor fixups and simplifications (fanquake)
  574. - bitcoin/bitcoin#22230 Fix MSVC linker /SubSystem option for bitcoin-qt.exe (hebasto)
  575. - bitcoin/bitcoin#22234 Mark print-% target as phony (dgoncharov)
  576. - bitcoin/bitcoin#22238 improve detection of eBPF support (fanquake)
  577. - bitcoin/bitcoin#22258 Disable deprecated-copy warning only when external warnings are enabled (MarcoFalke)
  578. - bitcoin/bitcoin#22320 set minimum required Boost to 1.64.0 (fanquake)
  579. - bitcoin/bitcoin#22348 Fix cross build for Windows with Boost Process (hebasto)
  580. - bitcoin/bitcoin#22365 guix: Avoid relying on newer symbols by rebasing our cross toolchains on older glibcs (dongcarl)
  581. - bitcoin/bitcoin#22381 guix: Test security-check sanity before performing them (with macOS) (fanquake)
  582. - bitcoin/bitcoin#22405 Remove --enable-glibc-back-compat from Guix build (fanquake)
  583. - bitcoin/bitcoin#22406 Remove --enable-determinism configure option (fanquake)
  584. - bitcoin/bitcoin#22410 Avoid GCC 7.1 ABI change warning in guix build (sipa)
  585. - bitcoin/bitcoin#22436 use aarch64 Clang if cross-compiling for darwin on aarch64 (fanquake)
  586. - bitcoin/bitcoin#22465 guix: Pin kernel-header version, time-machine to upstream 1.3.0 commit (dongcarl)
  587. - bitcoin/bitcoin#22511 guix: Silence `getent(1)` invocation, doc fixups (dongcarl)
  588. - bitcoin/bitcoin#22531 guix: Fixes to guix-{attest,verify} (achow101)
  589. - bitcoin/bitcoin#22642 release: Release with separate sha256sums and sig files (dongcarl)
  590. - bitcoin/bitcoin#22685 clientversion: No suffix `#if CLIENT_VERSION_IS_RELEASE` (dongcarl)
  591. - bitcoin/bitcoin#22713 Fix build with Boost 1.77.0 (sizeofvoid)
  592. ### Tests and QA
  593. - bitcoin/bitcoin#14604 Add test and refactor `feature_block.py` (sanket1729)
  594. - bitcoin/bitcoin#17556 Change `feature_config_args.py` not to rely on strange regtest=0 behavior (ryanofsky)
  595. - bitcoin/bitcoin#18795 wallet issue with orphaned rewards (domob1812)
  596. - bitcoin/bitcoin#18847 compressor: Use a prevector in CompressScript serialization (jb55)
  597. - bitcoin/bitcoin#19259 fuzz: Add fuzzing harness for LoadMempool() and DumpMempool() (practicalswift)
  598. - bitcoin/bitcoin#19315 Allow outbound & block-relay-only connections in functional tests. (amitiuttarwar)
  599. - bitcoin/bitcoin#19698 Apply strict verification flags for transaction tests and assert backwards compatibility (glozow)
  600. - bitcoin/bitcoin#19801 Check for all possible `OP_CLTV` fail reasons in `feature_cltv.py` (BIP 65) (theStack)
  601. - bitcoin/bitcoin#19893 Remove or explain syncwithvalidationinterfacequeue (MarcoFalke)
  602. - bitcoin/bitcoin#19972 fuzz: Add fuzzing harness for node eviction logic (practicalswift)
  603. - bitcoin/bitcoin#19982 Fix inconsistent lock order in `wallet_tests/CreateWallet` (hebasto)
  604. - bitcoin/bitcoin#20000 Fix creation of "std::string"s with \0s (vasild)
  605. - bitcoin/bitcoin#20047 Use `wait_for_{block,header}` helpers in `p2p_fingerprint.py` (theStack)
  606. - bitcoin/bitcoin#20171 Add functional test `test_txid_inv_delay` (ariard)
  607. - bitcoin/bitcoin#20189 Switch to BIP341's suggested scheme for outputs without script (sipa)
  608. - bitcoin/bitcoin#20248 Fix length of R check in `key_signature_tests` (dgpv)
  609. - bitcoin/bitcoin#20276, bitcoin/bitcoin#20385, bitcoin/bitcoin#20688, bitcoin/bitcoin#20692 Run various mempool tests even with wallet disabled (mjdietzx)
  610. - bitcoin/bitcoin#20323 Create or use existing properly initialized NodeContexts (dongcarl)
  611. - bitcoin/bitcoin#20354 Add `feature_taproot.py --previous_release` (MarcoFalke)
  612. - bitcoin/bitcoin#20370 fuzz: Version handshake (MarcoFalke)
  613. - bitcoin/bitcoin#20377 fuzz: Fill various small fuzzing gaps (practicalswift)
  614. - bitcoin/bitcoin#20425 fuzz: Make CAddrMan fuzzing harness deterministic (practicalswift)
  615. - bitcoin/bitcoin#20430 Sanitizers: Add suppression for unsigned-integer-overflow in libstdc++ (jonasschnelli)
  616. - bitcoin/bitcoin#20437 fuzz: Avoid time-based "non-determinism" in fuzzing harnesses by using mocked GetTime() (practicalswift)
  617. - bitcoin/bitcoin#20458 Add `is_bdb_compiled` helper (Sjors)
  618. - bitcoin/bitcoin#20466 Fix intermittent `p2p_fingerprint` issue (MarcoFalke)
  619. - bitcoin/bitcoin#20472 Add testing of ParseInt/ParseUInt edge cases with leading +/-/0:s (practicalswift)
  620. - bitcoin/bitcoin#20507 sync: print proper lock order location when double lock is detected (vasild)
  621. - bitcoin/bitcoin#20522 Fix sync issue in `disconnect_p2ps` (amitiuttarwar)
  622. - bitcoin/bitcoin#20524 Move `MIN_VERSION_SUPPORTED` to p2p.py (jnewbery)
  623. - bitcoin/bitcoin#20540 Fix `wallet_multiwallet` issue on windows (MarcoFalke)
  624. - bitcoin/bitcoin#20560 fuzz: Link all targets once (MarcoFalke)
  625. - bitcoin/bitcoin#20567 Add option to git-subtree-check to do full check, add help (laanwj)
  626. - bitcoin/bitcoin#20569 Fix intermittent `wallet_multiwallet` issue with `got_loading_error` (MarcoFalke)
  627. - bitcoin/bitcoin#20613 Use Popen.wait instead of RPC in `assert_start_raises_init_error` (MarcoFalke)
  628. - bitcoin/bitcoin#20663 fuzz: Hide `script_assets_test_minimizer` (MarcoFalke)
  629. - bitcoin/bitcoin#20674 fuzz: Call SendMessages after ProcessMessage to increase co