chore: bump pkg/chipingress submodule to include batch histogram fix#2265
Draft
pkcll wants to merge 1 commit into
Draft
chore: bump pkg/chipingress submodule to include batch histogram fix#2265pkcll wants to merge 1 commit into
pkcll wants to merge 1 commit into
Conversation
Bump github.com/smartcontractkit/chainlink-common/pkg/chipingress in the main chainlink-common go.mod to the squashed chip-ingress-batch-config commit (caf6101) so the main module resolves the updated chipingress package that contains the chip_ingress.batch.request_size_* histogram bucket changes. This is a follow-up to #2207 and must merge after it.
pkcll
force-pushed
the
chip-ingress-batch-config-part-2
branch
from
July 21, 2026 05:45
9c06d68 to
cf955b3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump the
pkg/chipingresssubmodule dependency in the main chainlink-commongo.modto include the histogram bucket changes that are part of the chip-ingress batch tuning work.Intent
github.com/smartcontractkit/chainlink-commondepends on its own nested modulegithub.com/smartcontractkit/chainlink-common/pkg/chipingress. PR #2207 updates the histogram bucket boundaries inpkg/chipingress/batch/client.go. Once #2207 merges, the main module must reference the newpkg/chipingresscommit so that external consumers resolve the updated package instead of the older pre-#2207 version.Depends on
caf610156.Changes
go.mod: bumpedgithub.com/smartcontractkit/chainlink-common/pkg/chipingressfromv0.0.11-0.20260626151909-052e55e62e62tov0.0.11-0.20260721054349-caf610156e92go.sum: updated checksumsTesting
make gomodtidygo test ./pkg/chipingress/...Notes