Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cre-confidential-relay-handler-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/minor-bump-1785264760.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading