fix: bump to latest main commit hash#579
Merged
krebernisak merged 30 commits intomainfrom Feb 9, 2026
Merged
Conversation
a1d1649 to
3ee4ee5
Compare
e3e08e2 to
1627a22
Compare
26d11aa to
12afe6c
Compare
Collaborator
Author
|
This would work for simple requests, but I think it may fall short when we don't know all participants of the trace in advance. For instance, when executing, the OffRamp calculates the MerkleRoot address. Therefore, we will need to extract the MR address from the receiver of the |
c831313 to
ca4256e
Compare
94bdf56 to
29894ce
Compare
da7eea8 to
d23361f
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates local module pinning and dependency versions to align with the latest main commit hash and recent upstream changes.
Changes:
- Bumped multiple Go module dependencies (CLDF, chainlink-ton, mcms, etc.) across environments.
- Switched message exit code handling to the new
ExitCode()accessor in tests/helpers. - Updated version tracking files and temporarily disabled relayer integration tests in GitHub Actions.
Reviewed changes
Copilot reviewed 11 out of 15 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| staging-monitor/go.mod | Bumps key deps and enables local root-module replace for chainlink-ton. |
| scripts/.core_version | Updates pinned core commit hash. |
| scripts/.chainlink-ton_version | Removes chainlink-ton version pin file. |
| pkg/ton/wrappers/contract.go | Updates example/test snippet to use ExitCode() + error handling. |
| integration-tests/jetton/jetton_test.go | Migrates exit code assertions to ExitCode() API. |
| integration-tests/go.mod | Updates deps and enables local replace for chainlink-ton. |
| go.md | Adjusts dependency graph edges for selectors/protos. |
| devenv/go.mod | Updates deps and enables local replace for chainlink-ton. |
| deployment/go.mod | Updates deps and enables local root-module replace. |
| deployment/ccip/cs_test_helpers.go | Migrates exit code handling and updates outgoing message logging. |
| .github/workflows/relayer-integration-test.yml | Comments out test execution (temporarily disables e2e). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
krebernisak
approved these changes
Feb 9, 2026
huangzhen1997
approved these changes
Feb 9, 2026
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.
No description provided.