| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-10 | 2.3 kB | |
| v2.59.0 source code.tar.gz | 2026-08-10 | 25.4 MB | |
| v2.59.0 source code.zip | 2026-08-10 | 28.4 MB | |
| Totals: 3 Items | 53.7 MB | 3 | |
Minor Changes
Patch Changes
- #23284
545a34e- #internal Confidential relay: on the workflow node, briefly wait (after attestation and Workflow-DON authorization pass) for a not-yet-registered execution handler before failing the enclave's relay callback. This lets a node that has not yet started its copy of the DON-shared execution register and sign in time, instead of failing the callback outright and eroding the relay quorum. The wait is bounded so a callback for an execution the node never runs still fails promptly.
Container Images
Core Image
DockerHub:
docker pull docker.io/smartcontract/chainlink:2.59.0
ECR:
docker pull public.ecr.aws/chainlink/chainlink:2.59.0
Digest: sha256:2ba85cc478956ed7a9e1a80afd9244ff1da8283f1eb92a592136172a424577ea
Verification
Verify the image signatures using cosign:
Core Image: DockerHub:
:::bash
cosign verify docker.io/smartcontract/chainlink@sha256:2ba85cc478956ed7a9e1a80afd9244ff1da8283f1eb92a592136172a424577ea \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink
ECR:
:::bash
cosign verify public.ecr.aws/chainlink/chainlink@sha256:2ba85cc478956ed7a9e1a80afd9244ff1da8283f1eb92a592136172a424577ea \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink