Skip to content

Commit

Permalink
all: Update the status of all SLIPs.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkozlik committed Mar 9, 2021
1 parent 120317b commit 084cace
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 33 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@ Each SLIP should provide a concise technical specification of the feature and a
| Number | Title | Type | Status |
|---------------------------|-----------------------------------------------------------------------|---------------|----------|
| [SLIP-0000](slip-0000.md) | SLIP Template | Informational | Accepted |
| [SLIP-0010](slip-0010.md) | Universal private key derivation from master private key | Standard | Draft |
| [SLIP-0011](slip-0011.md) | Symmetric encryption of key-value pairs using deterministic hierarchy | Standard | Draft |
| [SLIP-0010](slip-0010.md) | Universal private key derivation from master private key | Standard | Final |
| [SLIP-0011](slip-0011.md) | Symmetric encryption of key-value pairs using deterministic hierarchy | Standard | Final |
| [SLIP-0012](slip-0012.md) | Public key encryption using deterministic hierarchy | Standard | Draft |
| [SLIP-0013](slip-0013.md) | Authentication using deterministic hierarchy | Standard | Draft |
| [SLIP-0014](slip-0014.md) | Stress Test Deterministic Wallet | Informational | Draft |
| [SLIP-0015](slip-0015.md) | Format for Bitcoin metadata and its encryption in HD wallets | Standard | Draft |
| [SLIP-0016](slip-0016.md) | Format for password storage and its encryption | Standard | Draft |
| [SLIP-0017](slip-0017.md) | Elliptic Curve Diffie-Hellman using deterministic hierarchy | Standard | Draft |
| [SLIP-0013](slip-0013.md) | Authentication using deterministic hierarchy | Standard | Final |
| [SLIP-0014](slip-0014.md) | Stress Test Deterministic Wallet | Informational | Active |
| [SLIP-0015](slip-0015.md) | Format for Bitcoin metadata and its encryption in HD wallets | Standard | Final |
| [SLIP-0016](slip-0016.md) | Format for password storage and its encryption | Standard | Final |
| [SLIP-0017](slip-0017.md) | Elliptic Curve Diffie-Hellman using deterministic hierarchy | Standard | Final |
| [SLIP-0018](slip-0018.md) | reserved (CoSi) | Standard | Draft |
| [SLIP-0019](slip-0019.md) | Proof of Ownership | Standard | Draft |
| [SLIP-0019](slip-0019.md) | Proof of Ownership | Standard | Accepted |
| [SLIP-0020](slip-0020.md) | Proof of User Confirmation | Standard | Draft |
| [SLIP-0021](slip-0021.md) | Hierarchical derivation of symmetric keys | Standard | Draft |
| [SLIP-0022](slip-0022.md) | FIDO2 Credential ID format for HD wallets | Standard | Draft |
| [SLIP-0023](slip-0023.md) | Cardano HD master node derivation from a master seed | Standard | Draft |
| [SLIP-0021](slip-0021.md) | Hierarchical derivation of symmetric keys | Standard | Final |
| [SLIP-0022](slip-0022.md) | FIDO2 Credential ID format for HD wallets | Standard | Final |
| [SLIP-0023](slip-0023.md) | Cardano HD master node derivation from a master seed | Standard | Final |
| [SLIP-0032](slip-0032.md) | Extended serialization format for BIP-32 wallets | Standard | Draft |
| [SLIP-0039](slip-0039.md) | Shamir's Secret-Sharing for Mnemonic Codes | Standard | Draft |
| [SLIP-0044](slip-0044.md) | Registered coin types for BIP-0044 | Standard | Draft |
| [SLIP-0048](slip-0048.md) | Deterministic key hierarchy for Graphene-based networks | Standard | Draft |
| [SLIP-0039](slip-0039.md) | Shamir's Secret-Sharing for Mnemonic Codes | Standard | Final |
| [SLIP-0044](slip-0044.md) | Registered coin types for BIP-0044 | Standard | Active |
| [SLIP-0048](slip-0048.md) | Deterministic key hierarchy for Graphene-based networks | Standard | Active |
| [SLIP-0077](slip-0077.md) | Deterministic blinding key derivation for Confidential Transactions | Standard | Draft |
| [SLIP-0132](slip-0132.md) | Registered HD version bytes for BIP-0032 | Standard | Draft |
| [SLIP-0173](slip-0173.md) | Registered human-readable parts for BIP-0173 | Standard | Draft |
| [SLIP-0132](slip-0132.md) | Registered HD version bytes for BIP-0032 | Standard | Active |
| [SLIP-0173](slip-0173.md) | Registered human-readable parts for BIP-0173 | Standard | Active |

---

Expand Down
2 changes: 1 addition & 1 deletion slip-0010.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0010
Title: Universal private key derivation from master private key
Type: Standard
Status: Draft
Status: Final
Authors: Jochen Hoenicke <hoenicke@gmail.com>
Pavol Rusnak <stick@satoshilabs.com>
Created: 2016-04-26
Expand Down
2 changes: 1 addition & 1 deletion slip-0011.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0011
Title: Symmetric encryption of key-value pairs using deterministic hierarchy
Type: Standard
Status: Draft
Status: Final
Authors: Pavol Rusnak <stick@satoshilabs.com>
Marek Palatinus <slush@satoshilabs.com>
Karel Bilek <kb@karelbilek.com>
Expand Down
2 changes: 1 addition & 1 deletion slip-0013.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0013
Title: Authentication using deterministic hierarchy
Type: Standard
Status: Draft
Status: Final
Authors: Pavol Rusnak <stick@satoshilabs.com>
Created: 2015-03-12
```
Expand Down
2 changes: 1 addition & 1 deletion slip-0014.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0014
Title: Stress Test Deterministic Wallet
Type: Informational
Status: Draft
Status: Active
Authors: Pavol Rusnak <stick@satoshilabs.com>
Created: 2015-01-12
```
Expand Down
2 changes: 1 addition & 1 deletion slip-0015.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0015
Title: Format for Bitcoin metadata and its encryption in HD wallets
Type: Standard
Status: Draft
Status: Final
Authors: Karel Bilek <kb@karelbilek.com>
Created: 2015-01-12
```
Expand Down
2 changes: 1 addition & 1 deletion slip-0016.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0016
Title: Format for password storage and its encryption
Type: Standard
Status: Draft
Status: Final
Authors: Peter Jensen <peteritsjustadream@gmail.com>
Created: 2016-18-02
```
Expand Down
2 changes: 1 addition & 1 deletion slip-0017.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0017
Title: ECDH using deterministic hierarchy
Type: Standard
Status: Draft
Status: Final
Authors: Roman Zeyde <roman.zeyde@gmail.com>
Created: 2016-05-29
```
Expand Down
2 changes: 1 addition & 1 deletion slip-0019.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0019
Title: Proof of Ownership
Type: Standard
Status: Draft
Status: Accepted
Authors: Andrew Kozlik <andrew.kozlik@satoshilabs.com>
Stepan Snigirev <stepan@cryptoadvance.io>
Ondrej Vejpustek <ondrej.vejpustek@satoshilabs.com>
Expand Down
2 changes: 1 addition & 1 deletion slip-0021.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0021
Title: Hierarchical derivation of symmetric keys
Type: Standard
Status: Draft
Status: Final
Authors: Andrew R. Kozlik <andrew.kozlik@satoshilabs.com>
Ondrej Vejpustek <ondrej.vejpustek@satoshilabs.com>
Pavol Rusnak <stick@satoshilabs.com>
Expand Down
2 changes: 1 addition & 1 deletion slip-0022.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0022
Title: FIDO2 credential ID format for HD wallets
Type: Standard
Status: Draft
Status: Final
Authors: Andrew R. Kozlik <andrew.kozlik@satoshilabs.com>
Pavol Rusnak <stick@satoshilabs.com>
Ondrej Vejpustek <ondrej.vejpustek@satoshilabs.com>
Expand Down
2 changes: 1 addition & 1 deletion slip-0023.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0023
Title: Cardano HD master node derivation from a master seed
Type: Standard
Status: Draft
Status: Final
Authors: Andrew R. Kozlik <andrew.kozlik@satoshilabs.com>
Created: 2019-07-24
```
Expand Down
2 changes: 1 addition & 1 deletion slip-0039.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0039
Title: Shamir's Secret-Sharing for Mnemonic Codes
Type: Standard
Status: Draft
Status: Final
Authors: Pavol Rusnak <stick@satoshilabs.com>
Andrew Kozlik <andrew.kozlik@satoshilabs.com>
Ondrej Vejpustek <ondrej.vejpustek@satoshilabs.com>
Expand Down
4 changes: 2 additions & 2 deletions slip-0044.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0044
Title: Registered coin types for BIP-0044
Type: Standard
Status: Draft
Status: Active
Authors: Pavol Rusnak <stick@satoshilabs.com>
Marek Palatinus <slush@satoshilabs.com>
Created: 2014-07-09
Expand Down Expand Up @@ -622,7 +622,7 @@ index | hexa | symbol | coin
591 | 0x8000024f | RNL | [RentalChain](https://rentalchain.net/)
592 | 0x80000250 | GRIN | [Grin](https://grin.mw/)
593 | 0x80000251 | MWC | [MimbleWimbleCoin](https://www.mwc.mw/)
594 | 0x80000252 | DOCK | [Dock][https://dock.io]
594 | 0x80000252 | DOCK | [Dock](https://dock.io/)
595 | 0x80000253 | POLYX | [Polymesh](https://polymath.network/)
596 | 0x80000254 | DIVER | [Divergenti](https://www.divergenti.cl/)
597 | 0x80000255 | XEP | [Electra Protocol](https://www.electraprotocol.com/)
Expand Down
2 changes: 1 addition & 1 deletion slip-0048.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0048
Title: Deterministic key hierarchy for Graphene-based networks
Type: Standard
Status: Draft
Status: Active
Authors: Fabian Schuh <Fabian@chainsquad.com>
Created: 2016-10-18
```
Expand Down
2 changes: 1 addition & 1 deletion slip-0132.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0132
Title: Registered HD version bytes for BIP-0032
Type: Standard
Status: Draft
Status: Active
Authors: Clark Moody <clark@clarkmoody.com>
Created: 2018-02-08
```
Expand Down
2 changes: 1 addition & 1 deletion slip-0173.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number: SLIP-0173
Title: Registered human-readable parts for BIP-0173
Type: Standard
Status: Draft
Status: Active
Authors: Clark Moody <clark@clarkmoody.com>
Created: 2017-05-17
```
Expand Down

0 comments on commit 084cace

Please sign in to comment.