feat: apply certified ratings during result completion

This commit is contained in:
Josh Creek
2026-09-01 10:08:11 +01:00
parent 388300c553
commit dd80b52a11
4 changed files with 162 additions and 6 deletions
+3 -1
View File
@@ -142,7 +142,9 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md).
- [ ] **IN PROGRESS:** Ranked: exactly six humans, solo-only, no bots/backfill,
random-enabled non-elevated arenas only, 60 s reconnect grace and escalating abandons.
- [ ] **IN PROGRESS:** Implement the documented exact Glicko-2 equations, fractional 3v3
weights, inactivity/update locking/golden vectors and ten provisional games.
weights, inactivity/update locking/golden vectors and ten provisional games. Certified
result completion now applies the canonical per-player update inside the same durable
transaction, with lexical rating locks and ranked-game revision increments.
Backend-owned provisional status and validated ranked-tier derivation now exist;
authenticated ranked-profile transport now exists; client display and
persisted tier configuration remain.