Skip to content

Changelog

2026-09-14 — Canonical source provenance

Section titled “2026-09-14 — Canonical source provenance”

Regenerated the technical reference from the canonical Dysnomia source repository and refreshed each contract page’s immutable source revision and hash.

2026-08-22 — Migrated to Astro Starlight

Section titled “2026-08-22 — Migrated to Astro Starlight”

The docs moved from three separate MkDocs sites (Technical Reference, Player’s Guide, Alpha & Strategy) into one unified Astro Starlight site, with a lot added along the way:

  • One search index across all 129 pages instead of three siloed ones.
  • Clickable architecture diagrams — the old ASCII dependency graphs on the Technical Reference and Player’s Guide home pages are now real Mermaid diagrams; click any node to jump straight to that contract’s page.
  • Live power-formula calculator on the Power Formulas cheat sheet — plug in real balances and entropy values to see Qi, Mai, Charge, and ZI’s Iota/Omicron/Eta computed with the exact modular-exponentiation math the contracts use.
  • Searchable contract index on the Technical Reference home page covering all 51 documented contracts.
  • Collapsible function signatures on every technical contract page, instead of one long scroll of code blocks.
  • Hash-verification badges — every technical page now shows a quick verified-hash indicator next to the full Contract Verification table.
  • Section badges (Technical / Player / Alpha) and per-section accent colors, so it’s clear which “hat” a given page is written for.

The technical reference stays regeneratable from the live Solidity source, same as before — the regeneration pipeline was ported, not replaced.