From 3c612f884ce554d44521576be887273023914797 Mon Sep 17 00:00:00 2001 From: rphair Date: Tue, 17 Oct 2023 14:56:55 -0400 Subject: [PATCH 1/5] promote CIP-0102 and fix some white space there --- CIP-0102/README.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CIP-0102/README.md b/CIP-0102/README.md index 37c8435031..b269d37f47 100644 --- a/CIP-0102/README.md +++ b/CIP-0102/README.md @@ -3,7 +3,7 @@ CIP: 102 Title: Royalty Datum Metadata Authors: - Sam Delaney - Implementors: [] +Implementors: [] Discussions: - https://github.com/ikigai-github/CIPs/pull/1 - https://github.com/cardano-foundation/CIPs/pull/551 @@ -80,6 +80,7 @@ royalty_info = #6.121([royalty_recipients, version, extra]) ``` #### Example of onchain variable fee calculation: + ```cddl ; Given a royalty fee of 1.6% (0.016) @@ -150,10 +151,9 @@ In addition to providing a way to create guaranteed royalties, this has several - Minimal Storage Requirement - An optional boolean has about the smallest memory impact possible. This is especially important because it's attached to the - Reference NFT and will be set for each individual NFT. - Intra-Collection Utility - This already allows for minting a collection with some NFTs with royalties and some without. A future version of this standard will likely make use of this field to allow for multiple versions of royalties for even more granular control. - ### Backward Compatibility -To keep metadata compatibility with changes coming in the future, we introduce a `version` field in the datum. +To keep metadata compatibility with changes coming in the future, we introduce a `version` field in the datum. ## Path to Active diff --git a/README.md b/README.md index 7a38ca6a2c..4c5abed163 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ CIP Editors meetings are public, recorded, and [published on Youtube](https://ww | 0094 | [SPO On-chain Polls](./CIP-0094) | Active | | 0095 | [Web-Wallet Bridge - Governance](./CIP-0095) | Proposed | | 0101 | [Integration of keccak256 into Plutus](./CIP-0101) | Proposed | +| 0102 | [Royalty Datum Metadata](./CIP-0102) | Proposed | | 0381 | [Plutus Support for Pairings Over BLS12-381](./CIP-0381) | Proposed | | 1694 | [A proposal for entering the Voltaire phase](./CIP-1694) | Proposed | | 1852 | [HD (Hierarchy for Deterministic) Wallets for Cardano](./CIP-1852/) | Active | @@ -99,7 +100,7 @@ CIP Editors meetings are public, recorded, and [published on Youtube](https://ww | 1855 | [Forging policy keys for HD Wallets](./CIP-1855/) | Active | | 9999 | [Cardano Problem Statements](./CIP-9999/) | Active | -

Last updated on 2023-09-19

+

Last updated on 2023-10-17

> 💡 For more details about CIP statuses, refer to [CIP-0001](./CIP-0001). @@ -129,11 +130,10 @@ Below are listed tentative CIPs still under discussion with the community. They | 0098? | [Distributed Artifact Token Metadata](https://github.com/cardano-foundation/CIPs/pull/530) | | 0099? | [Proof of Onboarding](https://github.com/cardano-foundation/CIPs/pull/546) | | 0100? | [Governance Metadata](https://github.com/cardano-foundation/CIPs/pull/556) | -| 0102? | [Royalty Datum Metadata](https://github.com/cardano-foundation/CIPs/pull/551) | | 0103? | [Web-Wallet Bridge - Bulk transaction signing](https://github.com/cardano-foundation/CIPs/pull/587) | | 0104? | [Web-Wallet Bridge - Account public key](https://github.com/cardano-foundation/CIPs/pull/588) | -

Last updated on 2023-10-03

+

Last updated on 2023-10-17

## Cardano Problem Statements (CPS) From bc66329fe2d570ee577a62db060957e5edcd2c5b Mon Sep 17 00:00:00 2001 From: rphair Date: Tue, 17 Oct 2023 16:36:09 -0400 Subject: [PATCH 2/5] set CPS-0007 title to its official title in top README --- CPS-0007/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CPS-0007/README.md b/CPS-0007/README.md index 0cf967df30..156b7990e2 100644 --- a/CPS-0007/README.md +++ b/CPS-0007/README.md @@ -1,6 +1,6 @@ --- CPS: 7 -Title: Voltaire: Cardano Governance +Title: Voltaire era Governance Status: Open Category: Ledger Authors: From 1044c4b078a40e5188e58378fc5d988f4fcc296b Mon Sep 17 00:00:00 2001 From: rphair Date: Wed, 18 Oct 2023 20:06:42 -0400 Subject: [PATCH 3/5] author abandoned #530 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c5abed163..2677d37d5e 100644 --- a/README.md +++ b/README.md @@ -127,13 +127,12 @@ Below are listed tentative CIPs still under discussion with the community. They | 0092? | [First-class errors in Plutus](https://github.com/cardano-foundation/CIPs/pull/469) | | 0096? | [On-chain dApp Certification Metadata](https://github.com/cardano-foundation/CIPs/pull/499) | | 0097? | [Representing the Script Context as a SOP term](https://github.com/cardano-foundation/CIPs/pull/507) | -| 0098? | [Distributed Artifact Token Metadata](https://github.com/cardano-foundation/CIPs/pull/530) | | 0099? | [Proof of Onboarding](https://github.com/cardano-foundation/CIPs/pull/546) | | 0100? | [Governance Metadata](https://github.com/cardano-foundation/CIPs/pull/556) | | 0103? | [Web-Wallet Bridge - Bulk transaction signing](https://github.com/cardano-foundation/CIPs/pull/587) | | 0104? | [Web-Wallet Bridge - Account public key](https://github.com/cardano-foundation/CIPs/pull/588) | -

Last updated on 2023-10-17

+

Last updated on 2023-10-18

## Cardano Problem Statements (CPS) From 38f9b6b9af3f5c5fb5a6c9876436b10b9d881b4f Mon Sep 17 00:00:00 2001 From: Robert Phair Date: Wed, 25 Oct 2023 20:08:46 -0400 Subject: [PATCH 4/5] added implementors Co-authored-by: Sam Delaney --- CIP-0102/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CIP-0102/README.md b/CIP-0102/README.md index b269d37f47..1f56e0900d 100644 --- a/CIP-0102/README.md +++ b/CIP-0102/README.md @@ -3,7 +3,9 @@ CIP: 102 Title: Royalty Datum Metadata Authors: - Sam Delaney -Implementors: [] +Implementors: +- Grabbit +- Nebula Discussions: - https://github.com/ikigai-github/CIPs/pull/1 - https://github.com/cardano-foundation/CIPs/pull/551 From 8d22676c71a110f21465499ff973649328d5322c Mon Sep 17 00:00:00 2001 From: Robert Phair Date: Wed, 25 Oct 2023 20:12:11 -0400 Subject: [PATCH 5/5] added extension boilerplate Co-authored-by: Sam Delaney --- CIP-0102/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CIP-0102/README.md b/CIP-0102/README.md index 1f56e0900d..5475373ae2 100644 --- a/CIP-0102/README.md +++ b/CIP-0102/README.md @@ -156,7 +156,8 @@ In addition to providing a way to create guaranteed royalties, this has several ### Backward Compatibility To keep metadata compatibility with changes coming in the future, we introduce a `version` field in the datum. - +## Extending & Modifying this CIP +See the [CIP-0068 Extension Boilerplate](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0068/extension_boilerplate.md) ## Path to Active ### Acceptance Criteria