Skip to content

Commit 20b1612

Browse files
committed
chore: mark Ticket 1.5 as Done in epic tracker
1 parent eccfbd0 commit 20b1612

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/epics/epic-1-foundation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Create `src/instruction.rs` with instruction discriminator constants (0-7) and w
173173

174174
### Ticket 1.5: Instruction Dispatcher (lib.rs + processor.rs)
175175

176-
**Status:** Not Started
176+
**Status:** ✅ Done
177177
**Priority:** P0
178178
**Estimated Effort:** Medium
179179

@@ -186,10 +186,10 @@ Wire up the Pinocchio entrypoint to dispatch instructions based on the first byt
186186
- `src/lib.rs` — Add `pub mod processor; pub mod instruction;`
187187

188188
**Acceptance Criteria:**
189-
- [ ] `cargo check` passes
190-
- [ ] Entrypoint matches discriminator byte to correct handler
191-
- [ ] Unknown discriminator returns `ProgramError::InvalidInstructionData`
192-
- [ ] All 8 handlers compile with correct signatures
189+
- [x] `cargo check` passes
190+
- [x] Entrypoint matches discriminator byte to correct handler
191+
- [x] Unknown discriminator returns `ProgramError::InvalidInstructionData`
192+
- [x] All 8 handlers compile with correct signatures
193193

194194
**Testing:** N/A (wiring only, tested via integration tests later)
195195

0 commit comments

Comments
 (0)