Skip to content

Commit

Permalink
doc: Missing additions to 26.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Dec 7, 2023
1 parent 7d4e47d commit ca59375
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions doc/release-notes/release-notes-26.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ Wallet
Please also report an issue to help improve the software and make wallet loading more robust
in these cases. (#24914)

- The `createwallet` RPC will no longer create legacy (BDB) wallets when
setting `descriptors=false` without also providing the
`-deprecatedrpc=create_bdb` option. This is because the legacy wallet is
being deprecated in a future release. (#28597)

- The `gettransaction`, `listtransactions`, `listsinceblock` RPCs now return
the `abandoned` field for all transactions. Previously, the "abandoned" field
was only returned for sent transactions. (#25158)
Expand Down Expand Up @@ -234,6 +239,14 @@ src/bitcoin-cli -named bumpfee txid options='{"fee_rate": 100}'

- It's now possible to use [Miniscript](https://bitcoin.sipa.be/miniscript/) inside Taproot leaves for descriptor wallets. (#27255)

Descriptors
-----------

- The usage of hybrid public keys in output descriptors has been removed. Hybrid
public keys are an exotic public key encoding not supported by output descriptors
(as specified in BIP380 and documented in doc/descriptors.md). Bitcoin Core would
previously incorrectly accept descriptors containing such hybrid keys. (#28587)

GUI changes
-----------

Expand All @@ -245,6 +258,15 @@ GUI changes

- The ability to create legacy wallets is being removed. (gui#764)

Contrib
-------

- Bash completion files have been renamed from `bitcoin*.bash-completion` to
`bitcoin*.bash`. This means completions can be automatically loaded on demand
based on invoked commands' names when they are put into the completion
directory (found with `pkg-config --variable=completionsdir
bash-completion`) without requiring renaming. (#28507)

Low-level changes
=================

Expand Down

0 comments on commit ca59375

Please sign in to comment.