diff --git a/.changeset/cre-confidential-relay-handler-wait.md b/.changeset/cre-confidential-relay-handler-wait.md deleted file mode 100644 index 2b82d7f7346..00000000000 --- a/.changeset/cre-confidential-relay-handler-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -#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. diff --git a/.changeset/minor-bump-1785264760.md b/.changeset/minor-bump-1785264760.md deleted file mode 100644 index cd0ab0f3f81..00000000000 --- a/.changeset/minor-bump-1785264760.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": minor ---- - -Minor bump to start next version diff --git a/CHANGELOG.md b/CHANGELOG.md index de052b8865d..60878608bbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog Chainlink Core +## 2.59.0 + +### Minor Changes + +- [#23261](https://github.com/smartcontractkit/chainlink/pull/23261) [`9f65859`](https://github.com/smartcontractkit/chainlink/commit/9f65859dba91b912652644f0fe008cef281073fb) - Minor bump to start next version + +### Patch Changes + +- [#23284](https://github.com/smartcontractkit/chainlink/pull/23284) [`545a34e`](https://github.com/smartcontractkit/chainlink/commit/545a34e9ed063c6e5a1a3fe5827c06db0def1bd5) - #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. + ## 2.58.0 ### Minor Changes diff --git a/package.json b/package.json index d250093e808..ffe7562b44a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink", - "version": "2.58.0", + "version": "2.59.0", "description": "node of the decentralized oracle network, bridging on and off-chain computation", "main": "index.js", "scripts": {