mirror of
https://github.com/bitcoin/bips.git
synced 2026-07-27 18:13:38 +00:00
Merge pull request #2214 from murchandamus/bip47-touch-ups
bip47: - Change BIP type from Informational to Specification - Move "recent changes" from above preamble to Changelog section - Drop Comments headers from Preamble
This commit is contained in:
@@ -279,7 +279,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority
|
|||||||
| Applications
|
| Applications
|
||||||
| Reusable Payment Codes for Hierarchical Deterministic Wallets
|
| Reusable Payment Codes for Hierarchical Deterministic Wallets
|
||||||
| Justus Ranvier
|
| Justus Ranvier
|
||||||
| Informational
|
| Specification
|
||||||
| Deployed
|
| Deployed
|
||||||
|- style="background-color: #cfffcf"
|
|- style="background-color: #cfffcf"
|
||||||
| [[bip-0048.mediawiki|48]]
|
| [[bip-0048.mediawiki|48]]
|
||||||
|
|||||||
@@ -1,17 +1,10 @@
|
|||||||
RECENT CHANGES:
|
|
||||||
* (15 Feb 2021) Finalize specification
|
|
||||||
* (28 Sep 2017) Adjust text to match test vectors
|
|
||||||
* (19 Apr 2016) Define version 2 payment codes
|
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
BIP: 47
|
BIP: 47
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Reusable Payment Codes for Hierarchical Deterministic Wallets
|
Title: Reusable Payment Codes for Hierarchical Deterministic Wallets
|
||||||
Authors: Justus Ranvier <justus@openbitcoinprivacyproject.org>
|
Authors: Justus Ranvier <justus@openbitcoinprivacyproject.org>
|
||||||
Comments-Summary: Unanimously Discourage for implementation
|
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0047
|
|
||||||
Status: Deployed
|
Status: Deployed
|
||||||
Type: Informational
|
Type: Specification
|
||||||
Assigned: 2015-04-24
|
Assigned: 2015-04-24
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
@@ -385,3 +378,12 @@ Alice's wallet should spend the notification change output at the next appropria
|
|||||||
* [[https://en.bitcoin.it/wiki/Base58Check_encoding|Base58Check encoding]]
|
* [[https://en.bitcoin.it/wiki/Base58Check_encoding|Base58Check encoding]]
|
||||||
* [[https://bitmessage.org/bitmessage.pdf|Bitmessage]]
|
* [[https://bitmessage.org/bitmessage.pdf|Bitmessage]]
|
||||||
* [[https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-April/007812.html|Mailing list discussion]]
|
* [[https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-April/007812.html|Mailing list discussion]]
|
||||||
|
|
||||||
|
==Changelog==
|
||||||
|
|
||||||
|
* 2021-02-15:
|
||||||
|
** Finalize specification
|
||||||
|
* 2017-09-28:
|
||||||
|
** Adjust text to match test vectors
|
||||||
|
* 2016-04-19:
|
||||||
|
** Define version 2 payment codes
|
||||||
|
|||||||
Reference in New Issue
Block a user