diff --git a/.changeset/fix-evm-revert-status-1771384563.md b/.changeset/fix-evm-revert-status-1771384563.md deleted file mode 100644 index ba03e852132..00000000000 --- a/.changeset/fix-evm-revert-status-1771384563.md +++ /dev/null @@ -1,7 +0,0 @@ -#bugfix - ---- -"chainlink": patch ---- - -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. diff --git a/.changeset/minor-bump-1771355195.md b/.changeset/minor-bump-1771959899.md similarity index 84% rename from .changeset/minor-bump-1771355195.md rename to .changeset/minor-bump-1771959899.md index 9de5859cbbb..cd0ab0f3f81 100644 --- a/.changeset/minor-bump-1771355195.md +++ b/.changeset/minor-bump-1771959899.md @@ -1,5 +1,3 @@ -#internal - --- "chainlink": minor --- diff --git a/.changeset/puny-pots-sip.md b/.changeset/puny-pots-sip.md deleted file mode 100644 index 04b1cb1b894..00000000000 --- a/.changeset/puny-pots-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -#updated Update Aptos deployment ops to support new OnRamp bindings. diff --git a/.changeset/sour-paths-speak.md b/.changeset/sour-paths-speak.md deleted file mode 100644 index c7392a879df..00000000000 --- a/.changeset/sour-paths-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -Bump dependency of chainlink-evm #internal diff --git a/.changeset/warm-roses-argue.md b/.changeset/warm-roses-argue.md deleted file mode 100644 index 20a63563252..00000000000 --- a/.changeset/warm-roses-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -#updated In llo observation loop ensure that the Pipeline streams are extracted atomically diff --git a/CHANGELOG.md b/CHANGELOG.md index befd93784bf..7497ba6be75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog Chainlink Core +## 2.36.0 + +### Minor Changes + +- [#21208](https://github.com/smartcontractkit/chainlink/pull/21208) [`140625e`](https://github.com/smartcontractkit/chainlink/commit/140625edee02df6a608178b166e72cf2bd8a14a1) - Minor bump to start next version + +### Patch Changes + +- [#21220](https://github.com/smartcontractkit/chainlink/pull/21220) [`d5f838f`](https://github.com/smartcontractkit/chainlink/commit/d5f838f2b46c5ac2b0c152e7b23f875a3d741816) - 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](https://github.com/smartcontractkit/chainlink/pull/18882) [`de0dfd6`](https://github.com/smartcontractkit/chainlink/commit/de0dfd67feb23e5c8504fa32e23ad526ebcaa3a4) - #updated Update Aptos deployment ops to support new OnRamp bindings. + +- [#21275](https://github.com/smartcontractkit/chainlink/pull/21275) [`ce46b0b`](https://github.com/smartcontractkit/chainlink/commit/ce46b0b4081cf8408f12fdac90df86c68b63b842) - Bump dependency of chainlink-evm #internal + +- [#21237](https://github.com/smartcontractkit/chainlink/pull/21237) [`0ec7a41`](https://github.com/smartcontractkit/chainlink/commit/0ec7a41d4678a438a62886acbe87399339ab6bf9) - #updated In llo observation loop ensure that the Pipeline streams are extracted atomically + ## 2.35.0 ### Minor Changes diff --git a/package.json b/package.json index d191f9bcfa9..aab4afd110e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink", - "version": "2.35.0", + "version": "2.36.0", "description": "node of the decentralized oracle network, bridging on and off-chain computation", "main": "index.js", "scripts": {