Skip to content

chore(pin): move to core-candidate-2026.08.05.3 - #2

Merged
darklordVirtual merged 1 commit into
mainfrom
chore/pin-core-candidate-3
Aug 5, 2026
Merged

darklordVirtual merged 1 commit into
mainfrom
chore/pin-core-candidate-3

Conversation

@darklordVirtual

Copy link
Copy Markdown
Owner

The previous pin (.2) contains a defect REMORA's end-to-end vertical test found after that release was cut: the "spec changed between assess and dispatch" refusal ran after the authorizing transaction, so a call that was never allowed to happen still left a dispatch intent behind. Harmless only because an unclaimed intent provably never ran — a thin thing for this product to rely on.

Verified before pinning, not after:

python scripts/verify_core_pin.py --out dist    # pin verified: 6 artifacts, all hashes match
python -m pytest tests/compatibility -q         # 43 passed

The compatibility suite ran against the wheel installed from the verified assets. Only the wheel digest, tag and commit change; the contract artifacts are byte-identical to .2.

The previous pin contains a defect that REMORA's end-to-end vertical test
found after .2 was cut: the "spec changed between assess and dispatch"
refusal ran AFTER the authorizing transaction, so a call that was never
allowed to happen still left a dispatch intent behind. Harmless only
because an unclaimed intent provably never ran, which is a thin thing for
this product to rely on.

Verified before pinning: verify_core_pin.py against the published release
(6 artifacts, all hashes match), then the compatibility suite against the
wheel installed from those verified assets — 43 passed.
@darklordVirtual
darklordVirtual merged commit 8c9e58f into main Aug 5, 2026
1 check passed
@darklordVirtual
darklordVirtual deleted the chore/pin-core-candidate-3 branch August 5, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant