Skip to content

Commit

Permalink
changeset: release preview
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] authored and app-token-issuer-releng[bot] committed Nov 4, 2024
1 parent 1738332 commit 38382fd
Show file tree
Hide file tree
Showing 25 changed files with 79 additions and 133 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-feet-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-owls-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-hairs-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-ligers-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-sloths-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-kangaroos-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-boxes-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-dodos-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-cats-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-chairs-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-tips-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-clocks-joke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/honest-bugs-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-mice-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-pants-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-ads-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-glasses-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-forks-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-peaches-work.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-timers-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-gifts-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-years-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-candles-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-spies-arrive.md

This file was deleted.

89 changes: 79 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,74 @@
# Changelog Chainlink Core

## 2.19.0 - PREVIEW

## nops

- [#14978](https://github.com/smartcontractkit/chainlink/pull/14978) [`65351c3`](https://github.com/smartcontractkit/chainlink/commit/65351c3a6fffcff03d249e64cae223daabd86e3c) - Set `NodePool.EnforceRepeatableRead = true` by default for all chains. This forces Core to stop using RPCs behind on the latest finalized block. #changed #nops

## added

- [#15010](https://github.com/smartcontractkit/chainlink/pull/15010) [`c162226`](https://github.com/smartcontractkit/chainlink/commit/c1622264243c2ee83ff7ba54989cfe789a8da53c) - #added support enable and disable feed manager

- [#14937](https://github.com/smartcontractkit/chainlink/pull/14937) [`3ad089f`](https://github.com/smartcontractkit/chainlink/commit/3ad089f6644ed54cb21421e84a01b9628c15e205) - #added Enable and Disable Feeds Manager mutations

- [#14781](https://github.com/smartcontractkit/chainlink/pull/14781) [`bfd9a3f`](https://github.com/smartcontractkit/chainlink/commit/bfd9a3ffe11484f3dc413bb77a709f2c4bb281b0) - Support multiple chains evm clients for TXM gas estimator to fetch L1 gas oracle
#added

- [#14827](https://github.com/smartcontractkit/chainlink/pull/14827) [`a9f86b5`](https://github.com/smartcontractkit/chainlink/commit/a9f86b51bf8d3a8548d4870c91f3e82669f5f21a) - #added Handle Hex String in EA Telemetry

- [#14710](https://github.com/smartcontractkit/chainlink/pull/14710) [`12174c7`](https://github.com/smartcontractkit/chainlink/commit/12174c79c4d1746149d7c89e41e67f9dc6525c18) - Adds new custom calldata DA oracle #added

## changed

- [#14993](https://github.com/smartcontractkit/chainlink/pull/14993) [`883d993`](https://github.com/smartcontractkit/chainlink/commit/883d993dc6f58b561787c0e287ed121a08ce550d) - #changed UI(chainconfig): make admin address optional

- [#14978](https://github.com/smartcontractkit/chainlink/pull/14978) [`65351c3`](https://github.com/smartcontractkit/chainlink/commit/65351c3a6fffcff03d249e64cae223daabd86e3c) - Set `NodePool.EnforceRepeatableRead = true` by default for all chains. This forces Core to stop using RPCs behind on the latest finalized block. #changed #nops

## updated

- [#14791](https://github.com/smartcontractkit/chainlink/pull/14791) [`0900637`](https://github.com/smartcontractkit/chainlink/commit/090063799cd2fd62646c383bf2d2e42d25225c40) - #updated
update ethkeys, ethtransactions to handle duplicate chain id in different network
introduce network arg input to Chain graphql query to allow better lookup based on network and chain id

- [#14875](https://github.com/smartcontractkit/chainlink/pull/14875) [`101fbbc`](https://github.com/smartcontractkit/chainlink/commit/101fbbc75a76893d2ebe0c24fa61773876007d76) - #updated ignoring tx type 126 on celo

- [#14955](https://github.com/smartcontractkit/chainlink/pull/14955) [`1b8819e`](https://github.com/smartcontractkit/chainlink/commit/1b8819e5189459a557a981ab115813253cdda919) - #updated bump CTF to v1.50.13, more robust ethereum client compatibility pipeline

- [#14867](https://github.com/smartcontractkit/chainlink/pull/14867) [`2d28b4e`](https://github.com/smartcontractkit/chainlink/commit/2d28b4eb9d8635215d953b4f5d256791a9941035) - #updated Use labelers from `chainlink-common`

## bugfix

- [#14912](https://github.com/smartcontractkit/chainlink/pull/14912) [`bb6a20a`](https://github.com/smartcontractkit/chainlink/commit/bb6a20a8825d9f374b99238097b4c9f701336a0c) - Use correct OCR2OracleSpecID when setting up RequestedRoundTracker #bugfix

- [#14929](https://github.com/smartcontractkit/chainlink/pull/14929) [`da5910e`](https://github.com/smartcontractkit/chainlink/commit/da5910eda98882f8a1b9ccc52b99afa223fb3997) - Add config validation so it requires ws url when http polling disabled #bugfix

- [#14800](https://github.com/smartcontractkit/chainlink/pull/14800) [`7bac85f`](https://github.com/smartcontractkit/chainlink/commit/7bac85fdb37ed15eb42357b0a0ce06e4febd7494) - #bugfix Memory leak fix on promwrapper

## internal

- [#14880](https://github.com/smartcontractkit/chainlink/pull/14880) [`af81323`](https://github.com/smartcontractkit/chainlink/commit/af8132361b3fbd6858a792c4814d144582e6467b) - Implement secrets interpolation with dummy workflow registry syncer #internal

- [#14896](https://github.com/smartcontractkit/chainlink/pull/14896) [`38ef179`](https://github.com/smartcontractkit/chainlink/commit/38ef1799dc8dade6882acbafda3f49e942483f6f) - Ensure RPCClient with enabled polling respects health check flag #internal

- [#14964](https://github.com/smartcontractkit/chainlink/pull/14964) [`7a80f36`](https://github.com/smartcontractkit/chainlink/commit/7a80f364f902c46a958021777336d6f6de9203c3) - #internal Add tokenDestGasOverhead to CalculateMessageMaxGas

- [#14950](https://github.com/smartcontractkit/chainlink/pull/14950) [`0cd0867`](https://github.com/smartcontractkit/chainlink/commit/0cd086714086b2a788c54de9aea13d58316518dd) - #internal OracleFactory error handling change

- [#14893](https://github.com/smartcontractkit/chainlink/pull/14893) [`e116f74`](https://github.com/smartcontractkit/chainlink/commit/e116f744b222b7d664a8501566093ca1c1c63aa9) - Relocation of the deployment directory into a direct subdir of the root. #internal

- [#15024](https://github.com/smartcontractkit/chainlink/pull/15024) [`6b29cdb`](https://github.com/smartcontractkit/chainlink/commit/6b29cdb7f349b370581822ec6f54713faa7ca49e) - Minor fixes to the CCIPChainReader enabling proper serialization #internal

- [#14891](https://github.com/smartcontractkit/chainlink/pull/14891) [`12e2eb2`](https://github.com/smartcontractkit/chainlink/commit/12e2eb251c406b601b2f954ed25ccad369421403) - Fix flaky WS test server #internal

- [#14984](https://github.com/smartcontractkit/chainlink/pull/14984) [`1738332`](https://github.com/smartcontractkit/chainlink/commit/173833282344857b5e7d95863d8dab211db71ad7) - use last mined nonce instead of pending nonce to recover from occasional nonce gap issues within nonce tracker. #internal

- [#15060](https://github.com/smartcontractkit/chainlink/pull/15060) [`239b3a9`](https://github.com/smartcontractkit/chainlink/commit/239b3a95d14dd872a7192de461c33fdc143fb163) - Modify release changelog generation format #internal

## untagged

- [#14898](https://github.com/smartcontractkit/chainlink/pull/14898) [`a417740`](https://github.com/smartcontractkit/chainlink/commit/a41774035961ce88be2fed7c6759758a7f00881d) - Bump to start the next version

## 2.18.0 - UNRELEASED

### Minor Changes
Expand Down Expand Up @@ -144,8 +213,8 @@
Adding `LogBroadcasterEnabled` allows certain chains to completely disable the `LogBroadcaster` feature, which is an old feature (getting replaced by logPoller) that only few products are using it:

- OCR1 Median
- \*OCR2 Median when ChainReader is disabled
- \*pre-OCR2 Keeper
- *OCR2 Median when ChainReader is disabled
- *pre-OCR2 Keeper
- Flux Monitor
- Direct RequestOCR1 Median

Expand Down Expand Up @@ -601,7 +670,7 @@

- [#13495](https://github.com/smartcontractkit/chainlink/pull/13495) [`483ee6ae06`](https://github.com/smartcontractkit/chainlink/commit/483ee6ae06f608d150ab360e0a3ffe6895b39d52) Thanks [@pavel-raykov](https://github.com/pavel-raykov)! - #updated Fix verb formatting in the log outputs.

- [#13599](https://github.com/smartcontractkit/chainlink/pull/13599) [`e0ce0795b4`](https://github.com/smartcontractkit/chainlink/commit/e0ce0795b44f27539611327efce7c7c004511daa) Thanks [@pavel-raykov](https://github.com/pavel-raykov)! - #internal Add loggercheck linter to verify that \*w logging methods have even number of args.
- [#13599](https://github.com/smartcontractkit/chainlink/pull/13599) [`e0ce0795b4`](https://github.com/smartcontractkit/chainlink/commit/e0ce0795b44f27539611327efce7c7c004511daa) Thanks [@pavel-raykov](https://github.com/pavel-raykov)! - #internal Add loggercheck linter to verify that *w logging methods have even number of args.

## 2.13.0 - 2024-07-01

Expand Down Expand Up @@ -938,7 +1007,7 @@

- [#12412](https://github.com/smartcontractkit/chainlink/pull/12412) [`83c8688a14`](https://github.com/smartcontractkit/chainlink/commit/83c8688a14ac04111f999d132673ebaf6a364b4a) Thanks [@poopoothegorilla](https://github.com/poopoothegorilla)! - Bump grafana to 1.1.1

- [#12248](https://github.com/smartcontractkit/chainlink/pull/12248) [`e1950769ee`](https://github.com/smartcontractkit/chainlink/commit/e1950769ee3ff2a40ca5772b9634c45f8be241cc) Thanks [@FelixFan1992](https://github.com/FelixFan1992)! - Add version support for automation registry 2.\*
- [#12248](https://github.com/smartcontractkit/chainlink/pull/12248) [`e1950769ee`](https://github.com/smartcontractkit/chainlink/commit/e1950769ee3ff2a40ca5772b9634c45f8be241cc) Thanks [@FelixFan1992](https://github.com/FelixFan1992)! - Add version support for automation registry 2.*

## 2.10.0 - 2024-04-05

Expand Down Expand Up @@ -1514,8 +1583,8 @@ The following `AUDIT_LOGGER_*` environment variables below configure this option

An optional list of HTTP headers to be added for every optional audit log event. If the above `AUDIT_LOGGER_FORWARD_TO_URL` is set, audit log events will be POSTed to that URL, and will include headers specified in this environment variable. One example use case is auth for example: `AUDIT_LOGGER_HEADERS="Authorization||{{token}}"`.

Header keys and values are delimited on ||, and multiple headers can be added with a forward slash delimiter ('\\'). An example of multiple key value pairs:
`AUDIT_LOGGER_HEADERS="Authorization||{{token}}\Some-Other-Header||{{token2}}"`
Header keys and values are delimited on ||, and multiple headers can be added with a forward slash delimiter ('\'). An example of multiple key value pairs:
`AUDIT_LOGGER_HEADERS="Authorization||{{token}}Some-Other-Header||{{token2}}"`

##### AUDIT_LOGGER_JSON_WRAPPER_KEY

Expand Down Expand Up @@ -1727,7 +1796,7 @@ If minConfirmations > 0 and failOnRevert=true then the ethtx task will error on

If `minConfirmations` is not set on the task, the chain default will be used which is usually 12 and always greater than 0.

- `http` task now allows specification of request headers. Use like so: `foo [type=http headers="[\\"X-Header-1\\", \\"value1\\", \\"X-Header-2\\", \\"value2\\"]"]`.
- `http` task now allows specification of request headers. Use like so: `foo [type=http headers="[\"X-Header-1\", \"value1\", \"X-Header-2\", \"value2\"]"]`.

### Fixed

Expand All @@ -1743,7 +1812,7 @@ If `minConfirmations` is not set on the task, the chain default will be used whi

### Fixed

- Ensure failed EthSubscribe didn't register a (\*rpc.ClientSubscription)(nil) which would lead to a panic on Unsubscribe
- Ensure failed EthSubscribe didn't register a (*rpc.ClientSubscription)(nil) which would lead to a panic on Unsubscribe
- Fixes parsing of float values on job specs

## [1.4.0] - 2022-05-02
Expand All @@ -1768,7 +1837,7 @@ If `minConfirmations` is not set on the task, the chain default will be used whi
### Added

- Added support for Keeper registry v1.2 in keeper jobs
- Added disk rotating logs. Chainlink will now always log to disk at debug level. The default output directory for debug logs is Chainlink's root directory (ROOT_DIR) but can be configured by setting LOG_FILE_DIR. This makes it easier for node operators to report useful debugging information to Chainlink's team, since all the debug logs are conveniently located in one directory. Regular logging to STDOUT still works as before and respects the LOG_LEVEL env var. If you want to log in disk at a particular level, you can pipe STDOUT to disk. This automatic debug-logs-to-disk feature is enabled by default, and will remain enabled as long as the `LOG_FILE_MAX_SIZE` ENV var is set to a value greater than zero. The amount of disk space required for this feature to work can be calculated with the following formula: `LOG_FILE_MAX_SIZE` \* (`LOG_FILE_MAX_BACKUPS` + 1). If your disk doesn't have enough disk space, the logging will pause and the application will log Errors until space is available again. New environment variables related to this feature:
- Added disk rotating logs. Chainlink will now always log to disk at debug level. The default output directory for debug logs is Chainlink's root directory (ROOT_DIR) but can be configured by setting LOG_FILE_DIR. This makes it easier for node operators to report useful debugging information to Chainlink's team, since all the debug logs are conveniently located in one directory. Regular logging to STDOUT still works as before and respects the LOG_LEVEL env var. If you want to log in disk at a particular level, you can pipe STDOUT to disk. This automatic debug-logs-to-disk feature is enabled by default, and will remain enabled as long as the `LOG_FILE_MAX_SIZE` ENV var is set to a value greater than zero. The amount of disk space required for this feature to work can be calculated with the following formula: `LOG_FILE_MAX_SIZE` * (`LOG_FILE_MAX_BACKUPS` + 1). If your disk doesn't have enough disk space, the logging will pause and the application will log Errors until space is available again. New environment variables related to this feature:
- `LOG_FILE_MAX_SIZE` (default: 5120mb) - this env var allows you to override the log file's max size (in megabytes) before file rotation.
- `LOG_FILE_MAX_AGE` (default: 0) - if `LOG_FILE_MAX_SIZE` is set, this env var allows you to override the log file's max age (in days) before file rotation. Keeping this config with the default value means not to remove old log files.
- `LOG_FILE_MAX_BACKUPS` (default: 1) - if `LOG_FILE_MAX_SIZE` is set, this env var allows you to override the max amount of old log files to retain. Keeping this config with the default value means to retain 1 old log file at most (though `LOG_FILE_MAX_AGE` may still cause them to get deleted). If this is set to 0, the node will retain all old log files instead.
Expand Down Expand Up @@ -2711,7 +2780,7 @@ Note that it has no effect on FMv1 jobs. Node operators will need to upgrade to
- Task definitions in v2 jobs (those with TOML specs) now support quoting strings with angle brackets (which DOT already permitted). This is particularly useful when defining JSON blobs to post to external adapters. For example:

```
my_bridge [type=bridge name="my_bridge" requestData="{\\"hi\\": \\"hello\\"}"]
my_bridge [type=bridge name="my_bridge" requestData="{\"hi\": \"hello\"}"]
```

... can now be written as:
Expand Down

0 comments on commit 38382fd

Please sign in to comment.