Add two-panel admin (disputes/verification/lifecycle) + optional Post… - #19
Merged
Conversation
…gres Admin platform (operator + provider panels, unstyled skeleton): - Round verification: replay stored seed + check hash-chain -> legitimate/tampered/inconclusive - Manual round lifecycle: void (refund + clawback) / settle (re-credit failed win) - Dispute queue: operators raise, provider approves (executes) or rejects - Game on/off, player lookup, tx timeline, operator + credential management, RBAC + /me - Immutable ledger preserved via append-only round-adjustment overlay Postgres persistence (opt-in via DATABASE_URL; in-memory stays the default): - Memory-first write-through: hydrate on boot, per-request onSend flush - numeric(14,2) money, app-aligned schema + append-only WORM triggers - Tiny migration runner (npm run migrate); dev:seed is idempotent against an existing DB Hygiene: stop tracking .claude/settings.local.json (local machine config) and broaden .gitignore to ignore all of .claude. 68 tests pass; Postgres verified end-to-end (persists + survives restart with chain intact). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…tion-polish # Conflicts: # .claude/settings.local.json # .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…gres
Admin platform (operator + provider panels, unstyled skeleton):
Postgres persistence (opt-in via DATABASE_URL; in-memory stays the default):
Hygiene: stop tracking .claude/settings.local.json (local machine config) and broaden .gitignore to ignore all of .claude.
68 tests pass; Postgres verified end-to-end (persists + survives restart with chain intact).