feat(P01): OY Chain skeleton + Watcher/Mirror/Still modules

---ci---
project: oy
phase: 1
milestone: v0.1
status: execute
---/ci---

Phase 1 (Component 1: OY Chain & Mirror) skeleton:
- x/watcher: Watcher bond, attestation quorum (6-of-9), slashing types
- x/mirror: NAV per Bread, reserve ratio publication types
- x/still: Still/Stir (pause/resume) with auto-still on quorum lost
- 12 unit tests passing (all locked constants verified: §7)
- Cosmos SDK app.go deferred to P1 continuation (dependency resolution)
- No regulated finance terminology used (lexicon compliant)
This commit is contained in:
CIAgent
2026-08-17 19:56:21 +00:00
parent 7a5dcb7b81
commit 71e429da5f
9 changed files with 392 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
module github.com/oy/openyield
go 1.22