Skip to content

Commit 94e6e9f

Browse files
committed
Merge bitcoin#17026: doc: Update bips.md for default bech32 addresses in 0.20.0
fad1dbd doc: Fix amount typo in release notes (MarcoFalke) fa8d052 doc: Update bips.md for default bech32 addresses in 0.20.0 (MarcoFalke) fab68a0 doc: move-only release notes fragments for 0.20.0 (MarcoFalke) Pull request description: * Restore release notes skeleton (headers) * Move-only all release notes fragments to the main file for 0.20.0 * Update bips.md for the default bech32 address change ACKs for top commit: fanquake: ACK fad1dbd Tree-SHA512: c3d5e124fe803e809d5af869d89de2d8312d4481d43745c1492c66f5ffc6ffc9c37581cc9d8773d2fb711a5a4a47a12aa1ea31292ac6c393ef8503c9db053fc9
2 parents 8ddc303 + fad1dbd commit 94e6e9f

File tree

4 files changed

+34
-11
lines changed

4 files changed

+34
-11
lines changed

doc/bips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.19.0**):
3535
* [`BIP 152`](https://github.com/bitcoin/bips/blob/master/bip-0152.mediawiki): Compact block transfer and related optimizations are used as of **v0.13.0** ([PR 8068](https://github.com/bitcoin/bitcoin/pull/8068)).
3636
- [`BIP 158`](https://github.com/bitcoin/bips/blob/master/bip-0158.mediawiki): Compact Block Filters for Light Clients can be indexed as of **v0.19.0** ([PR #14121](https://github.com/bitcoin/bitcoin/pull/14121)).
3737
* [`BIP 159`](https://github.com/bitcoin/bips/blob/master/bip-0159.mediawiki): The NODE_NETWORK_LIMITED service bit is signalled as of **v0.16.0** ([PR 11740](https://github.com/bitcoin/bitcoin/pull/11740)), and such nodes are connected to as of **v0.17.0** ([PR 10387](https://github.com/bitcoin/bitcoin/pull/10387)).
38-
* [`BIP 173`](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki): Bech32 addresses for native Segregated Witness outputs are supported as of **v0.16.0** ([PR 11167](https://github.com/bitcoin/bitcoin/pull/11167)).
38+
* [`BIP 173`](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki): Bech32 addresses for native Segregated Witness outputs are supported as of **v0.16.0** ([PR 11167](https://github.com/bitcoin/bitcoin/pull/11167)). Bech32 addresses are generated by default as of **v0.20.0** ([PR 16884](https://github.com/bitcoin/bitcoin/pull/16884)).
3939
* [`BIP 174`](https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki): RPCs to operate on Partially Signed Bitcoin Transactions (PSBT) are present as of **v0.17.0** ([PR 13557](https://github.com/bitcoin/bitcoin/pull/13557)).
4040
* [`BIP 176`](https://github.com/bitcoin/bips/blob/master/bip-0176.mediawiki): Bits Denomination [QT only] is supported as of **v0.16.0** ([PR 12035](https://github.com/bitcoin/bitcoin/pull/12035)).

doc/release-notes-16524.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/release-notes-16884.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

doc/release-notes.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,39 @@ distribution provides binaries for the RISC-V platform.
6363
Notable changes
6464
===============
6565

66+
New RPCs
67+
--------
68+
69+
New settings
70+
------------
71+
72+
Updated settings
73+
----------------
74+
75+
Updated RPCs
76+
------------
77+
78+
Note: some low-level RPC changes mainly useful for testing are described in the
79+
Low-level Changes section below.
80+
81+
GUI changes
82+
-----------
83+
84+
Wallet
85+
------
86+
87+
- The wallet now by default uses bech32 addresses when using RPC, and creates native segwit change outputs.
88+
89+
Low-level changes
90+
=================
91+
92+
Tests
93+
-----
94+
95+
- `-fallbackfee` was 0 (disabled) by default for the main chain, but 0.0002 by default for the test chains. Now it is 0
96+
by default for all chains. Testnet and regtest users will have to add `fallbackfee=0.0002` to their configuration if
97+
they weren't setting it and they want it to keep working like before. (#16524)
98+
6699
Credits
67100
=======
68101

0 commit comments

Comments
 (0)