Skip to content

ckeri 0.2.0 [latest]

Choose a tag to compare

@github-actions github-actions released this 03 Aug 05:56
· 214 commits to main since this release
c9c1f96

ckeri 0.2.0

Maintenance

  • Merge pull request #217 from lambdasistemi/release/cabal-release

Erratum — added 2026-08-04

ckeri manifest verify did not rebuild from source in this release.

The command printed manifest verify: OK — rebuilt from source; all hashes and on-chain references are live. The on-chain half was true: hashes and transaction
references were checked against the live chain. The "rebuilt from source" half
was not.
The binary shipped with a compiled Plutus blueprint baked in as a
default, frozen at an earlier commit rather than rebuilt from the onchain/
sources in the release. So OK meant the manifest agreed with the baked
blueprint, not with the source you were verifying against.

The deployed preprod validators are unaffected. Their identities were
established by deploy-day records independently of this command, and hands-on
lifecycle runs against the live deployment behaved correctly. What was weakened
is the independent check, not the deployment. No action is required of you.

The fix ships in v0.4.0, which builds the blueprint from the release's own
sources. From that release the line names its toolchain — rebuilt from source under aiken 1.1.23 — because "rebuilt from source" only means something if you
can tell which toolchain rebuilt it. Tracked as issue #235.