Skip to content

fix: bump to latest main commit hash#579

Merged
krebernisak merged 30 commits intomainfrom
followup/fix/tracetracker/inconsistent-success-exit-code
Feb 9, 2026
Merged

fix: bump to latest main commit hash#579
krebernisak merged 30 commits intomainfrom
followup/fix/tracetracker/inconsistent-success-exit-code

Conversation

@patricios-space
Copy link
Copy Markdown
Collaborator

No description provided.

@patricios-space patricios-space force-pushed the followup/fix/tracetracker/inconsistent-success-exit-code branch from a1d1649 to 3ee4ee5 Compare February 5, 2026 02:00
@patricios-space patricios-space force-pushed the followup/fix/tracetracker/inconsistent-success-exit-code branch from e3e08e2 to 1627a22 Compare February 5, 2026 12:15
@patricios-space patricios-space force-pushed the followup/fix/tracetracker/inconsistent-success-exit-code branch from 26d11aa to 12afe6c Compare February 5, 2026 12:51
@patricios-space
Copy link
Copy Markdown
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 MerkleRoot_Validate message.

@patricios-space patricios-space force-pushed the followup/fix/tracetracker/inconsistent-success-exit-code branch from c831313 to ca4256e Compare February 6, 2026 14:39
@krebernisak krebernisak force-pushed the followup/fix/tracetracker/inconsistent-success-exit-code branch from 94bdf56 to 29894ce Compare February 9, 2026 14:04
@krebernisak krebernisak force-pushed the followup/fix/tracetracker/inconsistent-success-exit-code branch from da7eea8 to d23361f Compare February 9, 2026 14:53
@krebernisak krebernisak marked this pull request as ready for review February 9, 2026 19:40
@krebernisak krebernisak requested a review from a team as a code owner February 9, 2026 19:40
Copilot AI review requested due to automatic review settings February 9, 2026 19:40
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

Comment thread .github/workflows/relayer-integration-test.yml
Comment thread deployment/ccip/cs_test_helpers.go
Comment thread deployment/ccip/cs_test_helpers.go
@krebernisak krebernisak enabled auto-merge (squash) February 9, 2026 20:28
@krebernisak krebernisak merged commit e7e034e into main Feb 9, 2026
35 of 37 checks passed
@krebernisak krebernisak deleted the followup/fix/tracetracker/inconsistent-success-exit-code branch February 9, 2026 20:59
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.

5 participants