forked from cardano-foundation/CIPs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CIP-0014, CIP-0015, CIP-0016, CIP-0025, CIP-0028, CIP-0029, CIP-1852,…
… CIP-1853, CIP-1855 status updates. (cardano-foundation#256) * Mark CIP-0014 as active. Asset fingerprints are now used in many places of the cardano-ecosystem: - In core tools: - cardano-wallet - cardano-db-sync - cardano-graphql - cardano-node (cli) - ... - In hardware devices - Trezor - Ledger - ... - In Wallets - Daedalus - Eternl - Nami - Yoroi - ... - In Explorers - Pool.pm - Cardanoscan - ... * Mark CIP-0015 as active. There has been multiple Catalyst rounds already using that CIP. Plus, we are now seeing extensions of this CIP being proposed like [CIP-0036](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0036#readme). * Mark CIP-0016 as active. Implemented by at least cardano-cli and cardano-address. This has been a quite common format used to encode serialized key across interfaces and is rather unequivocal. * Mark CIP-0025 as active. Used pervasively across pretty much all wallets and explorers of the ecosystem. Despite possible improvements that were discussed, it has become the de-facto standard for NFT on-chain metadata, at least until a new proposal is more broadly adopted. * Mark CIP-0028 as active. This was documented _after the facts_. The hard-fork has already happened and the document does indeed capture the parameters *at that time*. While the values of some of those parameters have changed, their semantic hasn't. * Mark CIP-0029 as active. This document both describes the current on-chain format (via CDDL/CBOR) which is in effect since the beginning of the Allegra era. It also describes the JSON equivalent used by the cardano-cli and cardano-address (and perhaps other tools I am not aware of). * Mark CIP-1852, CIP-1853 & CIP-1855 as active. CIP-1852 (and its extensions, CIP-1853 + CIP-1855) is describing (has been for a while) the effective derivation schemes used by all desktop, light and hardware wallets operating in the Cardano ecosystem.
- Loading branch information
Showing
10 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Title: User-Facing Asset Fingerprint | |
Authors: Matthias Benkort <[email protected]>, Rodney Lorrimar <[email protected]> | ||
Comments-Summary: A common format for displaying a user-facing identifier for assets. | ||
Comments-URI: https://github.com/cardano-foundation/CIPs/wiki/Comments:CIP-0014 | ||
Status: Draft | ||
Status: Active | ||
Type: Standards | ||
Created: 2020-02-01 | ||
License: CC-BY-4.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ CIP: 15 | |
Title: Catalyst Registration Transaction Metadata Format | ||
Authors: Sebastien Guillemot <[email protected]>, Rinor Hoxha <[email protected]>, Mikhail Zabaluev <[email protected]> | ||
Comments-URI: https://forum.cardano.org/t/cip-catalyst-registration-metadata-format/44038 | ||
Status: Draft | ||
Status: Active | ||
Type: Standards | ||
Created: 2020-01-05 | ||
License: CC-BY-4.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ CIP: 16 | |
Title: Cryptographic Key Serialisation Formats | ||
Authors: Luke Nadur <[email protected]> | ||
Comments-URI: https://github.com/cardano-foundation/CIPs/pull/57 | ||
Status: Draft | ||
Status: Active | ||
Type: Standards | ||
Created: 2020-12-21 | ||
License: Apache-2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ CIP: 25 | |
Title: NFT Metadata Standard | ||
Authors: Alessandro Konrad <[email protected]>, Smaug <[email protected]> | ||
Comments-URI: | ||
Status: Draft | ||
Status: Active | ||
Type: Informational | ||
Created: 2021-04-08 | ||
Post-History: https://forum.cardano.org/t/cip-nft-metadata-standard/45687 and https://www.reddit.com/r/CardanoDevelopers/comments/mkhlv8/nft_metadata_standard/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
CIP: 28 | ||
Title: Protocol Parameters (Alonzo) | ||
Authors: Kevin Hammond <[email protected]> | ||
Status: Draft | ||
Status: Active | ||
Type: Informational | ||
Created: 2021-10-14 | ||
License: CC-BY-4.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ CIP: 29 | |
Title: Phase-1 Monetary Scripts Serialization Formats | ||
Authors: Matthias Benkort <[email protected]> | ||
Comments-URI: https://github.com/cardano-foundation/CIPs/pulls/117 | ||
Status: Draft | ||
Status: Active | ||
Type: Standards | ||
Created: 2020-08-17 | ||
License: CC-BY-4.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ CIP: 1852 | |
Title: HD (Hierarchy for Deterministic) Wallets for Cardano | ||
Authors: Sebastien Guillemot <[email protected]>, Matthias Benkort <[email protected]> | ||
Comments-URI: https://forum.cardano.org/t/cip1852-hd-wallets-for-cardano/41740 | ||
Status: Draft | ||
Status: Active | ||
Type: Standards | ||
Created: 2019-10-28 | ||
License: CC-BY-4.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ CIP: 1853 | |
Title: HD (Hierarchy for Deterministic) Stake Pool Cold Keys for Cardano | ||
Authors: Rafael Korbas <[email protected]> | ||
Comments-URI: https://forum.cardano.org/t/stake-pool-cold-keys-hd-derivation/43360 | ||
Status: Draft | ||
Status: Active | ||
Type: Standards | ||
Created: 2020-12-14 | ||
License: CC-BY-4.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Title: Forging policy keys for HD Wallets | |
Authors: Samuel Leathers <[email protected]>, John Lotoski <[email protected]>, Michael Bishop <[email protected]>, David Arnold <[email protected]> | ||
Comments-Summary: Multi-party transaction signing and key management for HD wallets. | ||
Comments-URI: https://github.com/cardano-foundation/CIPs/wiki/Comments:CIP-1855 | ||
Status: Draft | ||
Status: Active | ||
Type: Standards | ||
Created: 2021-06-02 | ||
License: CC-BY-4.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters