feat: gate allocation on accepted proposals

This commit is contained in:
Josh Creek
2026-09-01 10:18:22 +01:00
parent 2d750cbcab
commit 11599889fa
4 changed files with 72 additions and 2 deletions
+3 -1
View File
@@ -59,7 +59,9 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md).
fencing; `server/agones` now submits and validates namespaced
`GameServerAllocation` responses, including dynamic address/port data;
`server/allocator` now requires provider allocation reconciliation into the
durable registry before returning an endpoint; allocator-facing roster
durable registry before returning an endpoint and exposes an accepted-proposal
gate that validates unanimous responses and playlist/participant invariants;
allocator-facing roster
publication now requires an allocated endpoint and verifies canonical
join-authorisation signatures before exposing player rows; live Agones
integration remains.