File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments