github smartcontractkit/chainlink v2.59.0

4 hours ago

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:

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:

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

🔗 Full Changelog

View full changelog

📊 Diff from Previous Release

View changes from v2.58.0

Don't miss a new chainlink release

NewReleases is sending notifications on new releases.