live verifier · developer dashboard · sdk 0.4.0.
v1.0.42026-04-30- > live envelope verifier at /verify/[id] — runs all four steps (canonicalize, sha-256, fetch ochk.io/.well-known/jwks.json, verify Ed25519) entirely in the browser. only OC-controlled byte in the path is the published JWK.
- > /developer integrator dashboard — overview, config, billing, events stream, project keys, webhooks (with test-fire button), docs index. mirrors /me/* but for the integrator side.
- > @orangecheck/me-client v0.4.0 published — adds oc.config CRUD, oc.webhook.verify (using @noble/curves with JWKS auto-fetch), oc.delegation issue/revoke, useOcSession re-export. SDK reference page at /sdk.
- > production-shape API endpoints — /api/payment/authorize, /api/session/{create,refresh,invalidate}, /api/delegation/{issue,list,revoke}, /api/developer/{config,keys,webhook-test}, /api/me/profile.
- > /me/wallet QR codes for receive + send invoice preview + withdraw with address classification + sweep vs bridge tabs.
- > /me/settings persists every preference to localStorage via usePref hook.
- > /status page now runs six client-side reachability probes every 60s against the actual observable surfaces.
- > @orangecheck/oc-attest-protocol v1.2-draft-1 (FEDERATION-CUSTODY.md) — additive extension defining federation-custody descriptors, M-of-N graduation envelopes, guardian rotation. Backs me.ochk.io federation-custody claim with protocol-level structure.
- > 71 invariant tests passing.