Skip to content

TON: bump CLDF to resolve e2e build error#20341

Merged
archseer merged 3 commits into
developfrom
jade/bump-cldf
Nov 21, 2025
Merged

TON: bump CLDF to resolve e2e build error#20341
archseer merged 3 commits into
developfrom
jade/bump-cldf

Conversation

@jadepark-dev

@jadepark-dev jadepark-dev commented Nov 17, 2025

Copy link
Copy Markdown
Contributor

This PR bumps CLDF version and remove outdated rpc.ErrBadResult error check to resolve e2e test failure located in chainlink-ton CI(local replaced ccip integration test)

In integration-tests/wrappers/contract_caller.go rpc.ErrBadResult from go-ethereum has been removed(on 1.16.6) ethereum/go-ethereum@7fb91f3 causing build failure

ref: smartcontractkit/chainlink-ton#373

@github-actions

Copy link
Copy Markdown
Contributor

I see you updated files related to core. Please run pnpm changeset 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.

@trunk-io

trunk-io Bot commented Nov 17, 2025

Copy link
Copy Markdown

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

},
retry.RetryIf(func(err error) bool {
if err.Error() == rpc.ErrClientQuit.Error() ||
err.Error() == rpc.ErrBadResult.Error() ||

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rpc.ErrBadResult in go-ethereum has been removed(on 1.16.6) ethereum/go-ethereum@7fb91f3

Comment thread core/scripts/go.mod Outdated
archseer
archseer previously approved these changes Nov 21, 2025
@cl-sonarqube-production

Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@archseer archseer closed this Nov 21, 2025
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.

4 participants