Minor Changes
Patch Changes
-
#21220
d5f838f- Fix EVMService.SubmitTransaction to return TxReverted when receipt status is 0 (reverted), instead of always returning TxSuccess. This resolves OCR consensus failures on Polygon WriteReport where DON nodes returned inconsistent results for reverted transactions. -
#18882
de0dfd6- #updated Update Aptos deployment ops to support new OnRamp bindings. -
#21237
0ec7a41- #updated In llo observation loop ensure that the Pipeline streams are extracted atomically
Container Images
Core Image
DockerHub:
docker pull docker.io/smartcontract/chainlink:2.36.0
Amazon ECR Public:
docker pull public.ecr.aws/chainlink/chainlink:2.36.0
Digest: sha256:2008988baf78eef53c67fedcbf8146544bf1d75a5309e7cf03676e0975ef2c51
CCIP Image
Amazon ECR Public:
docker pull public.ecr.aws/chainlink/ccip:2.36.0-ccip
Digest: sha256:2c4441c4813c4db37ace0dbe4a796c20fb7a81ccc04d89cee88b9c92d03290c8
Verification
Verify the image signatures using cosign:
Core Image:
cosign verify docker.io/smartcontract/chainlink@sha256:2008988baf78eef53c67fedcbf8146544bf1d75a5309e7cf03676e0975ef2c51 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlinkCCIP Image:
cosign verify public.ecr.aws/chainlink/ccip@sha256:2c4441c4813c4db37ace0dbe4a796c20fb7a81ccc04d89cee88b9c92d03290c8 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink