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.19.0 #2

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 May 16, 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.19.0 - PREVIEW

nops

  • #14978 65351c3 - Set NodePool.EnforceRepeatableRead = true by default for all chains. This forces Core to stop using RPCs behind on the latest finalized block. #changed #nops

  • #15157 12986aa - Enable AutoPurge feature on all affected chains #nops

added

  • #15010 c162226 - #added support enable and disable feed manager

  • #15104 cf7db16 - Updated Solana TXM's in-memory storage to track statuses across the Solana transaction lifecycle. Added a method to translate Solana transaction statuses into states expected by the ChainWriter interface. Made the duration transactions are retained in storage after finality or error configurable using TxRetentionTimeout. #added

  • #14937 3ad089f - #added Enable and Disable Feeds Manager mutations

  • #15029 99241ec - Added multiple blocks history estimator feature and config for Solana TXM. #added

  • #15197 3b3b86c - Add don_id to Mercury Enhanced EA telemetry #added

  • #14781 bfd9a3f - Support multiple chains evm clients for TXM gas estimator to fetch L1 gas oracle
    #added

  • #15160 816dcf8 - Add CSA authentication support to Beholder #added

  • #14827 a9f86b5 - #added Handle Hex String in EA Telemetry

  • #14710 12174c7 - Adds new custom calldata DA oracle #added

changed

  • #14993 883d993 - #changed UI(chainconfig): make admin address optional

  • #14978 65351c3 - 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

  • #15126 bf9b08c - update plugin and evm chainwriter to remove evmConfig dependency #updated

  • #14791 0900637 - #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 101fbbc - #updated ignoring tx type 126 on celo

  • #14955 1b8819e - #updated bump CTF to v1.50.13, more robust ethereum client compatibility pipeline

  • #15150 68bff71 - #updated Operator UI to support StreamSpec job definition

  • #15019 039777f - #updated celo alfajores config

  • #14867 2d28b4e - #updated Use labelers from chainlink-common

bugfix

  • #14912 bb6a20a - Use correct OCR2OracleSpecID when setting up RequestedRoundTracker #bugfix

  • #14929 da5910e - Add config validation so it requires ws url when http polling disabled #bugfix

  • #14433 340a6bf - Merge raw configs correctly #bugfix

  • #14800 7bac85f - #bugfix Memory leak fix on promwrapper

internal

  • #14880 af81323 - Implement secrets interpolation with dummy workflow registry syncer #internal

  • #14935 c042b62 - #internal Fix Contract Reader data word index calculation and change ccip contract reader config for more optimal querying.

  • #14896 38ef179 - Ensure RPCClient with enabled polling respects health check flag #internal

  • #14964 7a80f36 - #internal Add tokenDestGasOverhead to CalculateMessageMaxGas

  • #15115 f8a6218 - Fixed outdated headtracker config doc. #internal

  • #14950 0cd0867 - #internal OracleFactory error handling change

  • #14893 e116f74 - Relocation of the deployment directory into a direct subdir of the root. #internal

  • #15024 6b29cdb - Minor fixes to the CCIPChainReader enabling proper serialization #internal

  • #15137 7bd35dc - #internal Update ccip contract reader cfg for ccip message sent to use output codec wrapper modifier

  • #14891 12e2eb2 - Fix flaky WS test server #internal

  • #11809 2e8e168 - Upgrade go-ethereum to v1.14.11 #internal

  • #14984 1738332 - use last mined nonce instead of pending nonce to recover from occasional nonce gap issues within nonce tracker. #internal

  • #11809 2e8e168 - Fix HeadTracker tests caused by simulated client update #internal

  • #15130 4f04914 - CCIP token transfer integration tests #internal

  • #15060 239b3a9 - Modify release changelog generation format #internal

untagged

Copy link
Author

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Jul 23, 2024
EthanAnro pushed a commit that referenced this pull request Jul 31, 2024
…ntractkit#13566)

* Minor gas saving refactor

* Minor gas saving refactor #2

* Split DON IDs into capabilities and workflow

* Validate that a node can belong to a single Workflow DON

* Update gas snapshot and wrappers

* Align error messages

* Changesets

* NodeInfo => NodeParams

* Add NodeInfo

* Update gas snapshot and wrappers

* Update reader integration test

* Fix Reader test

* Simplify changes

* Comment fix
@github-actions github-actions bot changed the title [DO NOT MERGE] Changeset Release Preview - v2.13.0 [DO NOT MERGE] Changeset Release Preview - v2.15.0 Jul 31, 2024
@github-actions github-actions bot force-pushed the changesets/release-preview branch from 8361fac to c022982 Compare July 31, 2024 15:28
EthanAnro pushed a commit that referenced this pull request Aug 22, 2024
…kit#13986)

* More univeral lcov prunning

* update Shared code cov

* exclude deleted files from Slither

* use single source of truth for all Solidity Foundry jobs

* fix json

* compact output with jq

* fix condition for fmt

* try to scope tests to changes

* move matrix check to step level

* fix outputs path

* trigger

* test with Automation change

* try with shared

* run fmt also if any sol files were modified

* fix job name in collect metrics

* trigger pipeline only for localised change + update changes info

* add changeset

* remove test change

* do not run forge fmt if shared contracts have changed

* try artifact pipeline by hijacking hardhat

* # This is a combination of 2 commits.
# This is the 1st commit message:

CR changes + test them

# This is the commit message #2:

use shell array

* CR changes + test them

use shell array

init array

CR changes + test them

use shell array

init array

* remove test files

* do not run Slither for test files

* do not run fmt if test files were modified

* remove unused config file

* restore old Hardhat pipeline

* add missing transmission setup

* fix basic info condition, join 2 steps into 1, define higher-level coverage exclusions

* define actions for installing Slither and solc-select

* run all tests also if package.json changes; run them on all non_src changes

* add action for validating whether all Slither reports and UML diagrams were generated

* fetch origin in validation action

* compare with HEAD in validate action

* compare with origin in validation action

* handle both csv and shell arrays in the validation action

* update artifact pipeline with new actions

* fix workflow after tests

* fix how validation actions works with commits

* treat shared as any other product

* small fixes

* apply CR changes

* remove special handling for deleted files

* remove apt-get update

* use only dorny/paths

* remove unused input

* CR changes: use dorny/paths with quantifier, move scope validation to an action, remove whitespaces

* fix workflow

* fail bash scripts on erors

* add set -euo pipefail to bash scripts

* define action to detect foundry version

* fix select solc version script, better slither report output

* checkout repo

* add id
@github-actions github-actions bot changed the title [DO NOT MERGE] Changeset Release Preview - v2.15.0 [DO NOT MERGE] Changeset Release Preview - v2.16.0 Aug 22, 2024
@github-actions github-actions bot force-pushed the changesets/release-preview branch from c022982 to bd9ebae Compare August 22, 2024 18:27
@github-actions github-actions bot changed the title [DO NOT MERGE] Changeset Release Preview - v2.16.0 [DO NOT MERGE] Changeset Release Preview - v2.19.0 Nov 14, 2024
@github-actions github-actions bot force-pushed the changesets/release-preview branch from bd9ebae to bff460f Compare November 14, 2024 10:04
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