From 77a23422cd7647632377cfab0f35424bf680ffc1 Mon Sep 17 00:00:00 2001 From: bwest981 <3317895+Bwest981@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:03:54 -0500 Subject: [PATCH 1/2] Consume latest changeset and update changelog --- .changeset/cold-dogs-scream.md | 5 ----- .changeset/great-peaches-walk.md | 5 ----- CHANGELOG.md | 4 ++++ 3 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 .changeset/cold-dogs-scream.md delete mode 100644 .changeset/great-peaches-walk.md diff --git a/.changeset/cold-dogs-scream.md b/.changeset/cold-dogs-scream.md deleted file mode 100644 index a3667ed20e0..00000000000 --- a/.changeset/cold-dogs-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": minor ---- - -Bump to start the next version diff --git a/.changeset/great-peaches-walk.md b/.changeset/great-peaches-walk.md deleted file mode 100644 index 30e7446bb0c..00000000000 --- a/.changeset/great-peaches-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -fix reported evm node states diff --git a/CHANGELOG.md b/CHANGELOG.md index f834f9a47e6..da5b0c39674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,8 @@ - [#15299](https://github.com/smartcontractkit/chainlink/pull/15299) [`a2c3da471c`](https://github.com/smartcontractkit/chainlink/commit/a2c3da471cc344a14003f53c2c2f09c937c204c1) - #updated Update few incorrect occurences of the password for notreal@fakeemail.ch. +- [#13716](https://github.com/smartcontractkit/chainlink/pull/13716) [`53639fde79`](https://github.com/smartcontractkit/chainlink/commit/53639fde79f4297959e7880e3f6c60578263de7e) - Bump to start the next version + ### Patch Changes - [#14896](https://github.com/smartcontractkit/chainlink/pull/14896) [`38ef1799dc`](https://github.com/smartcontractkit/chainlink/commit/38ef1799dc8dade6882acbafda3f49e942483f6f) - Ensure RPCClient with enabled polling respects health check flag #internal @@ -113,6 +115,8 @@ - [#15284](https://github.com/smartcontractkit/chainlink/pull/15284) [`7cd17d687a`](https://github.com/smartcontractkit/chainlink/commit/7cd17d687a11fcfe36ad78d6279dc642b6186eaa) - Bump Solana to include MultiNode integration. #added +- [#15372](https://github.com/smartcontractkit/chainlink/pull/15372) [`d3fa330b1b`](https://github.com/smartcontractkit/chainlink/commit/d3fa330b1b3c275c48ea7ec962b4b8457f940fcd) - fix reported evm node states + ## 2.18.0 - 2024-11-01 ### Minor Changes From 02d2965d990edc2eefff98b6f308f769084085f1 Mon Sep 17 00:00:00 2001 From: Brandon West <3317895+Bwest981@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:54:50 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da5b0c39674..db1ba5e3340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,8 +57,6 @@ - [#15299](https://github.com/smartcontractkit/chainlink/pull/15299) [`a2c3da471c`](https://github.com/smartcontractkit/chainlink/commit/a2c3da471cc344a14003f53c2c2f09c937c204c1) - #updated Update few incorrect occurences of the password for notreal@fakeemail.ch. -- [#13716](https://github.com/smartcontractkit/chainlink/pull/13716) [`53639fde79`](https://github.com/smartcontractkit/chainlink/commit/53639fde79f4297959e7880e3f6c60578263de7e) - Bump to start the next version - ### Patch Changes - [#14896](https://github.com/smartcontractkit/chainlink/pull/14896) [`38ef1799dc`](https://github.com/smartcontractkit/chainlink/commit/38ef1799dc8dade6882acbafda3f49e942483f6f) - Ensure RPCClient with enabled polling respects health check flag #internal