Skip to content

chore(deps): bump chainlink-evm to rm GPLv3 fixbuf - #1286

Merged
makramkd merged 7 commits into
mainfrom
mk/CCIP-12506
Jul 22, 2026
Merged

chore(deps): bump chainlink-evm to rm GPLv3 fixbuf#1286
makramkd merged 7 commits into
mainfrom
mk/CCIP-12506

Conversation

@makramkd

@makramkd makramkd commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Description

Bump chainlink-evm to version post smartcontractkit/chainlink-evm#509.

Some bumps that were made along the way:

  • jackc/pgx v4 -> v5 (major bump, transitive): this comes from chainlink-common/pkg/sqlutil/pg → github.com/smartcontractkit/chainlink-ccv/indexer/cmd.
  • chainlink-common/keystore v1.0.2 -> v1.2.1-0.2026: purely additive, checked the diff and there should be no changes that affect our keystore usage at all.
  • chainlink ref in build-cl action.yml: bumped to smartcontractkit/chainlink@f5514c4 (latest develop as of writing), because the tablewriter dependency got auto-bumped to v1.0.9 in smartcontractkit/chainlink@1fb5abb when doing go get chainlink-ccv in the action. The fix for this in core was to pin to the v0.0.5 version via replace, which was done because chainlink-ccv needed it. Now, we no longer need it, so ideally that replace should be removed entirely.

Testing

Full CI green.

Checklist

  • Breaking changes documented in changelog (see changelog directory)
  • Cross link related PRs (in this or other repositories)

Switch the go.dedis.ch/fixbuf commit to the one that changed the license
to LGPLv3, whereas the version we were fetching was GPLv3.
@makramkd
makramkd marked this pull request as ready for review July 22, 2026 07:08
@makramkd
makramkd requested a review from a team as a code owner July 22, 2026 07:08
@makramkd
makramkd requested a review from a team as a code owner July 22, 2026 10:13
@github-actions

Copy link
Copy Markdown

Code coverage report:

Package main mk/CCIP-12506 Diff
github.com/smartcontractkit/chainlink-ccv/aggregator 50.80% 50.83% +0.03%
github.com/smartcontractkit/chainlink-ccv/bootstrap 68.92% 68.92% +0.00%
github.com/smartcontractkit/chainlink-ccv/cli 64.65% 64.65% +0.00%
github.com/smartcontractkit/chainlink-ccv/cmd 31.39% 31.39% +0.00%
github.com/smartcontractkit/chainlink-ccv/common 49.69% 49.69% +0.00%
github.com/smartcontractkit/chainlink-ccv/executor 47.31% 47.31% +0.00%
github.com/smartcontractkit/chainlink-ccv/indexer 35.54% 35.56% +0.02%
github.com/smartcontractkit/chainlink-ccv/integration 48.19% 48.19% +0.00%
github.com/smartcontractkit/chainlink-ccv/internal 0.00% 0.00% +0.00%
github.com/smartcontractkit/chainlink-ccv/pkg 100.00% 100.00% +0.00%
github.com/smartcontractkit/chainlink-ccv/pricer 0.00% 0.00% +0.00%
github.com/smartcontractkit/chainlink-ccv/protocol 63.06% 63.06% +0.00%
github.com/smartcontractkit/chainlink-ccv/tools 36.88% 36.88% +0.00%
github.com/smartcontractkit/chainlink-ccv/verifier 36.52% 36.52% +0.00%
Total 47.40% 47.40% +0.00%

@makramkd makramkd changed the title chore(deps): use permissively licensed fixbuf chore(deps): bump chainlink-evm to rm GPLv3 fixbuf Jul 22, 2026
Comment thread go.md
click chainlink-data-streams href "https://github.com/smartcontractkit/chainlink-data-streams"
chainlink-deployments-framework
click chainlink-deployments-framework href "https://github.com/smartcontractkit/chainlink-deployments-framework"
chainlink-evm --> chainlink-automation

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

sad

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

+1

Comment thread go.mod
github.com/prometheus/client_golang v1.23.2
github.com/redis/go-redis/v9 v9.7.0
github.com/smartcontractkit/chain-selectors v1.0.98
github.com/smartcontractkit/chain-selectors v1.0.100

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Should we not ensure this is more recent?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Good point - I know there is some "fetch from GitHub" logic, not sure if it auto-falls back to it though.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I feel like this should probably be in dependabot.

@makramkd
makramkd enabled auto-merge July 22, 2026 13:01
@makramkd
makramkd added this pull request to the merge queue Jul 22, 2026
Merged via the queue into main with commit 023b009 Jul 22, 2026
47 checks passed
@makramkd
makramkd deleted the mk/CCIP-12506 branch July 22, 2026 13:28
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.

3 participants