aboutsummaryrefslogtreecommitdiff
path: root/doc/bips.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-10-02 14:27:02 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-10-02 14:26:21 -0400
commitfa8d052da5922020bc041a0b59e321ce1d4046f0 (patch)
tree77a429b9f07065a0e65f7420ae31e2de7d3fff5d /doc/bips.md
parentfab68a0772f48b3b0eb40cf1212f9df775b3189c (diff)
downloadbitcoin-fa8d052da5922020bc041a0b59e321ce1d4046f0.tar.xz
doc: Update bips.md for default bech32 addresses in 0.20.0
Diffstat (limited to 'doc/bips.md')
-rw-r--r--doc/bips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bips.md b/doc/bips.md
index 71ff5552ee..0e68e18636 100644
--- a/doc/bips.md
+++ b/doc/bips.md
@@ -35,6 +35,6 @@ BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.19.0**):
* [`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)).
- [`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)).
* [`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)).
-* [`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)).
+* [`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)).
* [`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)).
* [`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)).