Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Changeset Release Preview - v2.17.0 #23

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Aug 21, 2024

This PR is a preview of the changes that will be included in the next release. Please do not merge this PR.

Changelog Chainlink Core

2.17.0 - PREVIEW

added

  • #14239 674eac31cc Thanks @bolekk! - #added Implements rate limiter for capabilities dispatcher

  • #14354 bf6618da8a Thanks @huangzhen1997! - Adding feature flag for LogBroadcaster called LogBroadcasterEnabled, which is true by default to support backwards compatibility.
    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
    • Flux Monitor
    • Direct RequestOCR1 Median
      #added
  • #14041 8d818ea265 Thanks @amit-momin! - Added gas limit estimation feature to EVM gas estimators. Introduced a new config EVM.GasEstimator.EstimateLimit to toggle this feature. #added

  • #14110 8454f46db1 Thanks @jmank88! - #added Full Open Telemetry support, configurable via Telemetry

  • #14416 3c5bdf8d4b Thanks @dimkouv! - RMNCrypto evm implementation for CCIP - RMN Integration #added

  • #14392 3f83f9e8e6 Thanks @kalverra! - #added Adds the ability to use out of order execution transactions in CCIP E2E tests

  • #14398 52b480fcc5 Thanks @bolekk! - #added [Keystone] Batch identical trigger events

  • #14298 85b33fd9ac Thanks @AnieeG! - moved deployments ccip tooling from ccip repo to chainlink repo #added

  • #14467 358fc17d5b Thanks @akuzni2! - #added

    • Adds support for "tags" to Tasks that can be used generically.
    • Adds a descendent task search method
    • Added support in Mercury EA telemetry to utilize tags for telemetry extraction

changed

  • #14470 5885454e9a Thanks @austinborn! - #changed: Add new OCR3DataFeeds telemetry type for Mercury jobs

  • #14197 7f69993c86 Thanks @graham-chainlink! - #changed Connect to multiple feeds managers on app start instead of just one (default to first)

  • #14197 7f69993c86 Thanks @graham-chainlink! - #changed Allow registration of more than 1 feeds manager on CreateFeedsManager

  • #14471 a9a4f746bf Thanks @matYang! - #changed Make Mantle use default OP stack l1 gas oracle in core

  • #14355 356c70cb80 Thanks @samsondav! - #changed
    Productionize transmitter for LLO
    Note that some minor changes to prometheus metrics will occur in the transition to LLO. Since feed IDs no longer apply, the metrics for transmissions change as follows:

    "mercury_transmit_*"
    []string{"feedID", ...},
    

    Will change to:

    "llo_mercury_transmit_*"
    []string{"donID", ...},
    
  • #14281 73c41d1f27 Thanks @eutopian! - skip checking isJobManaged if the proposal in fms has already been deleted #changed

updated

internal

untagged

@github-actions github-actions bot changed the title [DO NOT MERGE] Changeset Release Preview - v2.16.0 [DO NOT MERGE] Changeset Release Preview - v2.17.0 Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant