Skip to content

Add two-panel admin (disputes/verification/lifecycle) + optional Post… - #19

Merged
WERSIT35 merged 2 commits into
mainfrom
feat/mobile-rgs-animation-polish
Jul 12, 2026
Merged

Add two-panel admin (disputes/verification/lifecycle) + optional Post…#19
WERSIT35 merged 2 commits into
mainfrom
feat/mobile-rgs-animation-polish

Conversation

@WERSIT35

Copy link
Copy Markdown
Owner

…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).

…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>
@vercel

vercel Bot commented Jul 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
provider Ready Ready Preview, Comment Jul 12, 2026 5:55pm

…tion-polish

# Conflicts:
#	.claude/settings.local.json
#	.gitignore
@WERSIT35
WERSIT35 merged commit ec51cc1 into main Jul 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant