Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.39.3 (2026-07-20)

- **gw#587 prove-produces-the-mint: the self-mint captures the executor's
REAL warmup and publishes only after the proof passes.** 0.39.2's
self-mint minted via the producer synthetic warm loop
(`mint_artifact`/`_warm_call`) before the proof ran; live forensics
showed the cell differing from the known-good forge cell in 20/490 FX
graph keys (broadcast vs per-token modulation — the gw#586 defect class
inside self-mint), so the proof correctly failed closed. Now a cell miss
arms COLD into a capture dir (`compile_cache.begin_fleet_mint`, no
synthetic call; `fleet_cells.enable_compiled` returns `PendingSelfMint`
with the key ref known from static axes), the endpoint's own warmup
performs the only compile the mint sees, and the proof loop finalizes
(`finish_fleet_mint` pack -> real blake3 digest -> background publish)
ONLY proven captures — unproven ones are abandoned, mandatory lanes
still fail closed, and the publish-before-proof window is closed. The
published artifact is byte-derived from the same execution the proof
observed; no second code path re-creates serving's execution. Delivered
(store-served) proof semantics, `cell_key`, `cell_selection_bug`, and
the `STORE_SERVED_BOOT_COMPILED` alarm are unchanged.

## 0.39.2 (2026-07-20)

- **gw#587 serving bootstrap: self-mint boots advertise their own key and
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gen-worker"
version = "0.39.2"
version = "0.39.3"
description = "A library used to build custom functions in Cozy Creator's serverless function platform."
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading