summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.mediawiki16
-rw-r--r--bip-0032.mediawiki25
-rw-r--r--bip-0079.mediawiki3
-rw-r--r--bip-0131.mediawiki2
-rw-r--r--bip-0134.mediawiki2
-rw-r--r--bip-0171.mediawiki2
-rw-r--r--bip-0180.mediawiki2
7 files changed, 14 insertions, 38 deletions
diff --git a/README.mediawiki b/README.mediawiki
index c63731f..ca28339 100644
--- a/README.mediawiki
+++ b/README.mediawiki
@@ -651,13 +651,13 @@ Those proposing changes should consider that ultimately consent may rest with th
| Suhas Daftuar
| Standard
| Proposed
-|-
+|- style="background-color: #ffcfcf"
| [[bip-0131.mediawiki|131]]
| Consensus (hard fork)
| "Coalescing Transaction" Specification (wildcard inputs)
| Chris Priest
| Standard
-| Draft
+| Rejected
|- style="background-color: #ffcfcf"
| [[bip-0132.mediawiki|132]]
|
@@ -672,13 +672,13 @@ Those proposing changes should consider that ultimately consent may rest with th
| Alex Morcos
| Standard
| Draft
-|-
+|- style="background-color: #ffcfcf"
| [[bip-0134.mediawiki|134]]
| Consensus (hard fork)
| Flexible Transactions
| Tom Zander
| Standard
-| Draft
+| Rejected
|-
| [[bip-0135.mediawiki|135]]
|
@@ -833,13 +833,13 @@ Those proposing changes should consider that ultimately consent may rest with th
| Jonas Schnelli
| Standard
| Draft
-|-
+|- style="background-color: #ffcfcf"
| [[bip-0171.mediawiki|171]]
| Applications
| Currency/exchange rate information API
| Luke Dashjr
| Standard
-| Draft
+| Rejected
|- style="background-color: #cfffcf"
| [[bip-0173.mediawiki|173]]
| Applications
@@ -882,13 +882,13 @@ Those proposing changes should consider that ultimately consent may rest with th
| Emil Engler, MarcoFalke, Luke Dashjr
| Informational
| Draft
-|-
+|- style="background-color: #ffcfcf"
| [[bip-0180.mediawiki|180]]
| Peer Services
| Block size/weight fraud proof
| Luke Dashjr
| Standard
-| Draft
+| Rejected
|-
| [[bip-0197.mediawiki|197]]
| Applications
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index 9339307..f2f1e48 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -272,31 +272,6 @@ Seed (hex): 4b381541583be4423346c643850da4b320e46a87ae3d2a4e6da11eba819cd4acba45
** ext pub: xpub68NZiKmJWnxxS6aaHmn81bvJeTESw724CRDs6HbuccFQN9Ku14VQrADWgqbhhTHBaohPX4CjNLf9fq9MYo6oDaPPLPxSb7gwQN3ih19Zm4Y
** ext prv: xprv9uPDJpEQgRQfDcW7BkF7eTya6RPxXeJCqCJGHuCJ4GiRVLzkTXBAJMu2qaMWPrS7AANYqdq6vcBcBUdJCVVFceUvJFjaPdGZ2y9WACViL4L
-==Implementations==
-
-Two Python implementations exist:
-
-PyCoin (https://github.com/richardkiss/pycoin) is a suite of utilities for dealing with Bitcoin that includes BIP0032 wallet features. BIP32Utils (https://pypi.org/project/bip32utils/) is a library and command line interface specifically focused on BIP0032 wallets and scripting.
-
-2 Java implementations exist: https://github.com/bitsofproof/supernode/blob/1.1/api/src/main/java/com/bitsofproof/supernode/api/ExtendedKey.java and https://github.com/bushidowallet/bushido-java-core/tree/master/src/main/java/com/bushidowallet/core/bitcoin/bip32
-
-A C++ implementation is available at https://github.com/ciphrex/mSIGNA/blob/master/deps/CoinCore/src/hdkeys.h
-
-An Objective-C implementation is available at https://github.com/oleganza/CoreBitcoin/blob/master/CoreBitcoin/BTCKeychain.h
-
-A Ruby implementation is available at https://github.com/GemHQ/money-tree
-
-Two Go implementations exist:
-
-hdkeychain (https://github.com/conformal/btcutil/tree/master/hdkeychain) provides an API for bitcoin hierarchical deterministic extended keys (BIP0032). Go HD Wallet (https://github.com/WeMeetAgain/go-hdwallet).
-
-Two JavaScript implementations exist: available at https://github.com/sarchar/brainwallet.github.com/tree/bip32 and https://github.com/bitpay/bitcore
-
-A PHP implementation is available at https://github.com/Bit-Wasp/bitcoin-lib-php
-
-A C# implementation is available at https://github.com/MetacoSA/NBitcoin (ExtKey, ExtPubKey)
-
-A Haskell implementation is available at https://github.com/haskoin/haskoin together with a CLI interface at https://github.com/np/hx
==Acknowledgements==
diff --git a/bip-0079.mediawiki b/bip-0079.mediawiki
index 99430d9..c8f2104 100644
--- a/bip-0079.mediawiki
+++ b/bip-0079.mediawiki
@@ -5,10 +5,11 @@
Author: Ryan Havar <rhavar@protonmail.com>
Comments-Summary: No comments yet.
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0079
- Status: Proposed
+ Status: Replaced
Type: Informational
Created: 2018-10-05
License: CC0-1.0
+ Superseded-By: 78
</pre>
diff --git a/bip-0131.mediawiki b/bip-0131.mediawiki
index 5938138..25ba3a7 100644
--- a/bip-0131.mediawiki
+++ b/bip-0131.mediawiki
@@ -5,7 +5,7 @@
Author: Chris Priest <cp368202@ohiou.edu>
Comments-Summary: No comments yet.
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0131
- Status: Draft
+ Status: Rejected
Type: Standards Track
Created: 2015-11-30
License: PD
diff --git a/bip-0134.mediawiki b/bip-0134.mediawiki
index 74f6302..b7c33cf 100644
--- a/bip-0134.mediawiki
+++ b/bip-0134.mediawiki
@@ -5,7 +5,7 @@
Author: Tom Zander <tomz@freedommail.ch>
Comments-Summary: No comments yet.
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0134
- Status: Draft
+ Status: Rejected
Type: Standards Track
Created: 2016-07-27
License: CC-BY-SA-4.0
diff --git a/bip-0171.mediawiki b/bip-0171.mediawiki
index 11eb109..c4a8414 100644
--- a/bip-0171.mediawiki
+++ b/bip-0171.mediawiki
@@ -5,7 +5,7 @@
Author: Luke Dashjr <luke+bip@dashjr.org>
Comments-Summary: No comments yet.
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0171
- Status: Draft
+ Status: Rejected
Type: Standards Track
Created: 2017-03-04
License: BSD-2-Clause
diff --git a/bip-0180.mediawiki b/bip-0180.mediawiki
index 9f6bd18..721b0b7 100644
--- a/bip-0180.mediawiki
+++ b/bip-0180.mediawiki
@@ -5,7 +5,7 @@
Author: Luke Dashjr <luke+bip@dashjr.org>
Comments-Summary: No comments yet.
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0180
- Status: Draft
+ Status: Rejected
Type: Standards Track
Created: 2017-03-17
License: BSD-2-Clause