Skip to content

Commit 8772fa2

Browse files
authored
Merge pull request #69 from logos-co/add-dependencies-section
Add standardized Dependencies section to L-Prize template and existing LPs
2 parents 9bce514 + c45ea08 commit 8772fa2

17 files changed

Lines changed: 84 additions & 0 deletions

prizes/LP-0000.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
<!-- Don't forget to add/update this prize in the table in README.md -->
22

3+
---
4+
# Always declare `dependencies:` — use `[]` if there are none.
5+
# A missing field signals the author has not considered deps yet
6+
# (lintable); `[]` signals considered and none. Replace `[]` with
7+
# a list of `{ id, reason }` objects for prizes with hard deps on
8+
# other L-Prizes, RFPs, R&D items, or sample apps, using canonical
9+
# IDs (LP-XXXX, RFP-XXX). This field is parsed by downstream tooling
10+
# (e.g. flywheels.logos.co). Example:
11+
#
12+
# dependencies:
13+
# - id: LP-XXXX
14+
# reason: short reason this prize depends on it
15+
# - id: RFP-XXX
16+
# reason: short reason this prize depends on it
17+
dependencies: []
18+
---
19+
320
# LP-XXXX: <Title> [status]
421

522
**`Status`**:

prizes/LP-0001.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
dependencies: []
3+
---
4+
15
# LP-0001: Private NFT Ownership Proof [DRAFT]
26

37
**`Status: draft - pending NFT Program readiness`**

prizes/LP-0002.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
dependencies: []
3+
---
4+
15
# LP-0002: Private M-of-N Multisig [OPEN]
26

37
**`Logos Circle: N/A`**

prizes/LP-0003.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
dependencies: []
3+
---
4+
15
# LP-0003: Private Allowlist / Airdrop Distributor [OPEN]
26

37
**`Status: Open`**

prizes/LP-0004.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
dependencies: []
3+
---
4+
15
# LP-0004: Sealed-Bid Auction Using Shielded Balances [DRAFT]
26

37
**`Status: Draft - pending LEZ timelock feature`**

prizes/LP-0005.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
dependencies: []
3+
---
4+
15
# LP-0005: Private Token Balance Attestation [OPEN]
26

37
**`Logos Circle: N/A`**

prizes/LP-0006.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
dependencies: []
3+
---
4+
15
<!-- Don't forget to add/update this prize in the table in README.md -->
26

37
# LP-0006: Atomic Swap with LEZ [DRAFT]

prizes/LP-0008.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
dependencies: []
3+
---
4+
15
# LP-0008: Autonomous AI Module with Wallet, Storage, and Messaging [OPEN]
26

37
**`Logos Circle: N/A`**

prizes/LP-0009.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
dependencies: []
3+
---
4+
15
# LP-0009: Keycard NIP-46 Nostr Signer Proxy [CLOSED]
26

37
**`Logos Circle: N/A`**

prizes/LP-0010.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
dependencies: []
3+
---
4+
15
# LP-0010: Shell dApp Integration Proof of Concept [CLOSED]
26

37
**`Logos Circle: N/A`**

0 commit comments

Comments
 (0)