From 9791eee67bbea7d980859a0a67961809fe70bc1d Mon Sep 17 00:00:00 2001 From: OpenFUT Agent Date: Thu, 13 Aug 2026 18:58:49 +0000 Subject: [PATCH] chore(core): add generic purchase_item economy primitive (ee2caa0 -> c8269d0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Advance openfut-core gitlink to c8269d0, which adds services::economy::purchase_item (atomic debit + mint) — the generic Core primitive the FIFA17 synthetic-seller transfer market needs. Evidence: the Python economy audit proved market buy-now mints a new item with no real counterparty, so debit+mint (not two-party transfer) is the correct generic model. Core matrix + clippy green. --- openfut-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfut-core b/openfut-core index ee2caa0..c8269d0 160000 --- a/openfut-core +++ b/openfut-core @@ -1 +1 @@ -Subproject commit ee2caa0bb080589598bdf66b55e390a1ca3667ad +Subproject commit c8269d0df798aa9aa7bbcf7ad3e0951a69e10800