From ff915a306e526edae853cc934877d6409450dc0a Mon Sep 17 00:00:00 2001 From: funman300 Date: Fri, 21 Aug 2026 04:48:45 +0000 Subject: [PATCH] chore(submodules): bump Core + Bridge for the closed legacy match path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Core bae0a2b: `POST /matches/result` fails closed (it was a second economy authority with no transaction and no idempotency key); loan expiry and Core season progression move into `complete_match`'s transaction behind opt-in flags that default OFF, so the FIFA 17 retail path is unchanged; notifications emit post-commit and only when applied; `/auth/reset` now clears `match_completions`, which previously made any profile that completed a match unresettable. Bridge 07e83fe: the two EA result routes and the dashboard submit to `/matches/complete` with a per-submission `match_identity`. Pushed to `fix/matches-complete-migration` — the bridge pin is deliberately behind its origin/main, so this does not touch that branch. --- openfut-bridge | 2 +- openfut-core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openfut-bridge b/openfut-bridge index c58e732..07e83fe 160000 --- a/openfut-bridge +++ b/openfut-bridge @@ -1 +1 @@ -Subproject commit c58e7326a100a7769434955b5ff87baf1d3d5ab2 +Subproject commit 07e83fe36c860c60dffdbc741fefb00bbed64eba diff --git a/openfut-core b/openfut-core index f0550e2..bae0a2b 160000 --- a/openfut-core +++ b/openfut-core @@ -1 +1 @@ -Subproject commit f0550e2ae1e8130dd8b3ceed8393c8d226a4c66b +Subproject commit bae0a2bdaafd9fed847a22a079315dcd0fa012d1