From 35018ca47dd8cc9956134e5341d09da666cfbc00 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Thu, 5 Mar 2026 09:50:12 +0000 Subject: [PATCH] correct placeholders --- prizes/LP-0011.md | 2 +- prizes/LP-0012.md | 2 +- prizes/LP-0013.md | 2 +- prizes/LP-0014.md | 2 +- prizes/LP-0015.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/prizes/LP-0011.md b/prizes/LP-0011.md index e0551c6..42ecba5 100644 --- a/prizes/LP-0011.md +++ b/prizes/LP-0011.md @@ -1,6 +1,6 @@ # LP-0011: Program development tooling: minimal Rust SDK for programs + CPI -**`Logos Circle: `** +**`Logos Circle: N/A`** ## Overview diff --git a/prizes/LP-0012.md b/prizes/LP-0012.md index 3cf509f..34d4158 100644 --- a/prizes/LP-0012.md +++ b/prizes/LP-0012.md @@ -1,6 +1,6 @@ # LP-0012: Event/Log mechanism: Structured events for LEZ program execution -**`Logos Circle: `** +**`Logos Circle: N/A`** ## Overview This prize is for designing and implementing a *structured event system* that lets LEZ programs emit events describing what happened during execution in a way that is both *human-interpretable* (debugging, wallet UX) and *machine-readable* (indexers, explorers, apps). Events must be retrievable by clients after execution and must still be emitted even when a transaction fails. diff --git a/prizes/LP-0013.md b/prizes/LP-0013.md index d1b564b..8ccef00 100644 --- a/prizes/LP-0013.md +++ b/prizes/LP-0013.md @@ -1,6 +1,6 @@ # LP-0013: Token program improvements: authorities -**`Logos Circle: `** +**`Logos Circle: N/A`** ## Overview This prize targets practical, production-oriented improvements to the LEZ Token program to support controlled, real-world token issuance. The current example is intentionally minimal; this challenge focuses on adding a mint authority model that enables variable supply, revocable control, and common issuance patterns expected by wallets and applications. diff --git a/prizes/LP-0014.md b/prizes/LP-0014.md index b144e36..f2c95c8 100644 --- a/prizes/LP-0014.md +++ b/prizes/LP-0014.md @@ -1,6 +1,6 @@ # LP-0014: Token program improvements: Associated Token Accounts (ATAs) + wallet tooling -**`Logos Circle: `** +**`Logos Circle: N/A`** ## Overview This prize targets practical improvements that make LEZ tokens usable in real wallets and applications by introducing deterministic Associated Token Accounts (ATAs) and minimal tooling to manage them. diff --git a/prizes/LP-0015.md b/prizes/LP-0015.md index 450ba0c..8f881f6 100644 --- a/prizes/LP-0015.md +++ b/prizes/LP-0015.md @@ -1,6 +1,6 @@ # LP-0015: General cross-program calls via tail calls: public vs internal entrypoints + tooling -**`Logos Circle: `** +**`Logos Circle: N/A`** ## Overview This prize is for designing and implementing *general cross-program calls* (call mid-execution, then continue) while keeping *tail calls as the only execution primitive*. The system should let a program tail-call another program, have control return later via another tail call, and then continue execution in an *internal-only function* that cannot be invoked directly by users.