Skip to content

Commit 7fe2c91

Browse files
rphairSamDelaney
andauthored
Update top-level README: post meeting cardano-foundation#75 (cardano-foundation#606)
* promote CIP-0102 and fix some white space there * set CPS-0007 title to its official title in top README * author abandoned cardano-foundation#530 * added implementors Co-authored-by: Sam Delaney <[email protected]> * added extension boilerplate Co-authored-by: Sam Delaney <[email protected]> --------- Co-authored-by: Sam Delaney <[email protected]>
1 parent 071e996 commit 7fe2c91

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CIP-0102/README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ CIP: 102
33
Title: Royalty Datum Metadata
44
Authors:
55
- Sam Delaney <[email protected]>
6-
Implementors: []
6+
Implementors:
7+
- Grabbit <https://grabbit.market/>
8+
- Nebula <https://github.com/spacebudz/nebula/>
79
Discussions:
810
- https://github.com/ikigai-github/CIPs/pull/1
911
- https://github.com/cardano-foundation/CIPs/pull/551
@@ -80,6 +82,7 @@ royalty_info = #6.121([royalty_recipients, version, extra])
8082
```
8183

8284
#### Example of onchain variable fee calculation:
85+
8386
```cddl
8487
; Given a royalty fee of 1.6% (0.016)
8588
@@ -150,11 +153,11 @@ In addition to providing a way to create guaranteed royalties, this has several
150153
- 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.
151154
- 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.
152155

153-
154156
### Backward Compatibility
155-
To keep metadata compatibility with changes coming in the future, we introduce a `version` field in the datum.
156-
157157

158+
To keep metadata compatibility with changes coming in the future, we introduce a `version` field in the datum.
159+
## Extending & Modifying this CIP
160+
See the [CIP-0068 Extension Boilerplate](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0068/extension_boilerplate.md)
158161
## Path to Active
159162

160163
### Acceptance Criteria

CPS-0007/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
CPS: 7
3-
Title: Voltaire: Cardano Governance
3+
Title: Voltaire era Governance
44
Status: Open
55
Category: Ledger
66
Authors:

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ CIP Editors meetings are public, recorded, and [published on Youtube](https://ww
9191
| 0094 | [SPO On-chain Polls](./CIP-0094) | Active |
9292
| 0095 | [Web-Wallet Bridge - Governance](./CIP-0095) | Proposed |
9393
| 0101 | [Integration of keccak256 into Plutus](./CIP-0101) | Proposed |
94+
| 0102 | [Royalty Datum Metadata](./CIP-0102) | Proposed |
9495
| 0381 | [Plutus Support for Pairings Over BLS12-381](./CIP-0381) | Proposed |
9596
| 1694 | [A proposal for entering the Voltaire phase](./CIP-1694) | Proposed |
9697
| 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
99100
| 1855 | [Forging policy keys for HD Wallets](./CIP-1855/) | Active |
100101
| 9999 | [Cardano Problem Statements](./CIP-9999/) | Active |
101102

102-
<p align="right"><i>Last updated on 2023-09-19</i></p>
103+
<p align="right"><i>Last updated on 2023-10-17</i></p>
103104

104105
> 💡 For more details about CIP statuses, refer to [CIP-0001](./CIP-0001).
105106
@@ -126,14 +127,12 @@ Below are listed tentative CIPs still under discussion with the community. They
126127
| 0092? | [First-class errors in Plutus](https://github.com/cardano-foundation/CIPs/pull/469) |
127128
| 0096? | [On-chain dApp Certification Metadata](https://github.com/cardano-foundation/CIPs/pull/499) |
128129
| 0097? | [Representing the Script Context as a SOP term](https://github.com/cardano-foundation/CIPs/pull/507) |
129-
| 0098? | [Distributed Artifact Token Metadata](https://github.com/cardano-foundation/CIPs/pull/530) |
130130
| 0099? | [Proof of Onboarding](https://github.com/cardano-foundation/CIPs/pull/546) |
131131
| 0100? | [Governance Metadata](https://github.com/cardano-foundation/CIPs/pull/556) |
132-
| 0102? | [Royalty Datum Metadata](https://github.com/cardano-foundation/CIPs/pull/551) |
133132
| 0103? | [Web-Wallet Bridge - Bulk transaction signing](https://github.com/cardano-foundation/CIPs/pull/587) |
134133
| 0104? | [Web-Wallet Bridge - Account public key](https://github.com/cardano-foundation/CIPs/pull/588) |
135134

136-
<p align="right"><i>Last updated on 2023-10-03</i></p>
135+
<p align="right"><i>Last updated on 2023-10-18</i></p>
137136

138137
## Cardano Problem Statements (CPS)
139138

0 commit comments

Comments
 (0)