From 9edebbe8aa30081a35134c65435fc7c0975cb35c Mon Sep 17 00:00:00 2001 From: Robert Phair Date: Sat, 6 Jan 2024 13:15:52 -0500 Subject: [PATCH] CIP-0016 | Adjust preamble and structure w.r.t CIP-0001 (#660) * first draft remediation of CIP-0016 * got wrong bracket stype for Apache link markdown * adding real world implementations, removing reference implementation step --- CIP-0016/README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/CIP-0016/README.md b/CIP-0016/README.md index 7666ef3a0a..6d2001fa03 100644 --- a/CIP-0016/README.md +++ b/CIP-0016/README.md @@ -1,9 +1,16 @@ --- CIP: 16 Title: Cryptographic Key Serialisation Formats -Authors: Luke Nadur -Comments-URI: https://github.com/cardano-foundation/CIPs/pull/57 Status: Active +Category: Tools +Authors: + - Luke Nadur +Implementors: + - jcli + - cardano-signer + - cardano-serialization-lib +Discussions: + - https://github.com/cardano-foundation/CIPs/pull/57 Type: Standards Created: 2020-12-21 License: Apache-2.0 @@ -127,6 +134,19 @@ and already utilize the more compact 96-byte format, we opt to define that as the standard. +## Path to Active + +### Acceptance Criteria + +- [x] Confirm support by applications and tools from different developers: + - [x] [jcli](https://github.com/input-output-hk/catalyst-core/tree/main/src/jormungandr/jcli) + - [x] [cardano-signer](https://github.com/gitmachtl/cardano-signer) + - [x] [cardano-serialization-lib](https://github.com/Emurgo/cardano-serialization-lib) + +### Implementation Plan + +N/A + ## Copyright -This CIP is licensed under Apache-2.0. +This CIP is licensed under [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0).