Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/setup-sui/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Setup Sui CLI
description: Install and cache Sui CLI using suiup
inputs:
version:
description: Sui CLI version to install (e.g., mainnet-v1.65.2)
description: Sui CLI version to install (e.g., mainnet-v1.67.3)
required: false
default: mainnet-v1.65.2
default: mainnet-v1.67.3
github-token:
description: GitHub token to use for authentication
required: true
Expand Down
271 changes: 153 additions & 118 deletions .github/integration-in-memory-tests.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/scripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ require (
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f // indirect
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260320011913-f2205f8506c7 // indirect
github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075 // indirect
github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 // indirect
github.com/smartcontractkit/chainlink-sui v0.0.0-20260324212333-a62f88f2e99e // indirect
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 // indirect
github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.10.0 // indirect
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions core/scripts/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deployment/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ require (
github.com/smartcontractkit/chainlink-protos/orchestrator v0.10.0
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260320011913-f2205f8506c7
github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260217175957-8f1af02c5075
github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0
github.com/smartcontractkit/chainlink-sui v0.0.0-20260324212333-a62f88f2e99e
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.3
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5
Expand Down
4 changes: 2 additions & 2 deletions deployment/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ flowchart LR
chainlink-sui --> chainlink-aptos
chainlink-sui --> chainlink-ccip
click chainlink-sui href "https://github.com/smartcontractkit/chainlink-sui"
chainlink-sui/deployment --> chainlink-deployments-framework
chainlink-sui/deployment --> chainlink-ccip/deployment
chainlink-sui/deployment --> chainlink/v2
click chainlink-sui/deployment href "https://github.com/smartcontractkit/chainlink-sui"
chainlink-testing-framework/framework --> chainlink-testing-framework/wasp
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ require (
github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260320011913-f2205f8506c7
github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0
github.com/smartcontractkit/chainlink-sui v0.0.0-20260324212333-a62f88f2e99e
github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8
github.com/smartcontractkit/cre-sdk-go v1.5.0
github.com/smartcontractkit/cre-sdk-go/capabilities/networking/http v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ require (
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260320152158-2191d797b5ce
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd
github.com/smartcontractkit/chainlink-protos/job-distributor v0.18.0
github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0
github.com/smartcontractkit/chainlink-sui v0.0.0-20260324212333-a62f88f2e99e
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260324212333-a62f88f2e99e
github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.7
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.51.0
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integration-tests/load/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ require (
github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f // indirect
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260320011913-f2205f8506c7 // indirect
github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 // indirect
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 // indirect
github.com/smartcontractkit/chainlink-sui v0.0.0-20260324212333-a62f88f2e99e // indirect
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260324212333-a62f88f2e99e // indirect
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.7 // indirect
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.51.0 // indirect
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/load/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading