aboutsummaryrefslogtreecommitdiff
path: root/doc/bips.md
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2017-12-30 10:45:50 -0800
committerWilliam Casarin <jb55@jb55.com>2017-12-30 10:45:50 -0800
commitebcee1de263ea21acfd79e92dc874de65c9bae9b (patch)
treed873acbed3a9e9a2a164aee36fbdc6d692444ce2 /doc/bips.md
parent275b2eeed4050d8797bf127e5abf171c050e182a (diff)
downloadbitcoin-ebcee1de263ea21acfd79e92dc874de65c9bae9b.tar.xz
bips: add bip176 (Bits Denomination)
For the implementation in #12035. Note that this only applies to the QT GUI at this time. Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat (limited to 'doc/bips.md')
-rw-r--r--doc/bips.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bips.md b/doc/bips.md
index fbff94a329..05275641f1 100644
--- a/doc/bips.md
+++ b/doc/bips.md
@@ -34,3 +34,4 @@ BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.13.0**):
* [`BIP 147`](https://github.com/bitcoin/bips/blob/master/bip-0147.mediawiki): NULLDUMMY softfork as of **v0.13.1** ([PR 8636](https://github.com/bitcoin/bitcoin/pull/8636) and [PR 8937](https://github.com/bitcoin/bitcoin/pull/8937)).
* [`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 159`](https://github.com/bitcoin/bips/blob/master/bip-0159.mediawiki): NODE_NETWORK_LIMITED service bit [signaling only] is supported as of **v0.16.0** ([PR 10740](https://github.com/bitcoin/bitcoin/pull/10740)).
+* [`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)).