Skip to content

Bump chainlink-framework/multinode and chainlink-evm for finalized state check#21986

Draft
Krish-vemula wants to merge 2 commits intodevelopfrom
cre/PLEX-2476-v2
Draft

Bump chainlink-framework/multinode and chainlink-evm for finalized state check#21986
Krish-vemula wants to merge 2 commits intodevelopfrom
cre/PLEX-2476-v2

Conversation

@Krish-vemula
Copy link
Copy Markdown

  • Add EVM NodePool config fields (HistoricalBalanceCheckAddress, FinalizedStateCheckFailureThreshold) and ClientErrors field (FinalizedStateUnavailable) to support the optional finalized state availability check introduced in chainlink-framework and chainlink-evm.

  • Update fallback defaults, documentation, test data TOMLs, txtar validation scripts, and config_test.go. Regenerate docs/CONFIG.md.

  • No Solana changes required - the feature uses optional interfaces.

@github-actions
Copy link
Copy Markdown
Contributor

I see you updated files related to core. Please run make gocs in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 13, 2026

✅ No conflicts with other open PRs targeting develop

@trunk-io
Copy link
Copy Markdown

trunk-io bot commented Apr 13, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

Failed Test Failure Summary Logs
Test_CCIPTokenTransfer_EVM2Sui_ManagedTokenPool_NoRateLimit The test failed during the CCIP token transfer process, but the specific cause of failure is not indicated in the provided logs. Logs ↗︎
Test_FindPipelineRunsByIDs The test failed due to an unexpected nil head during block history estimation, indicating a problem with retrieving the latest blockchain head. Logs ↗︎
Test_CCIPTokenTransfer_EVM2Sui_ManagedTokenPool_NoRateLimit Logs ↗︎

View Full Report ↗︎Docs

Pick up the fix that removes FinalizedStateCheckFailureThreshold from
the shared MultiNode config struct. The field now lives exclusively in
the EVM NodePool config, keeping Solana unaffected.

Regenerate docs/CONFIG.md.
@cl-sonarqube-production
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant