-
Notifications
You must be signed in to change notification settings - Fork 2k
update chainlink-sui #22173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update chainlink-sui #22173
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -17,7 +17,7 @@ require ( | |||||
| github.com/Masterminds/semver/v3 v3.4.0 | ||||||
| github.com/aptos-labs/aptos-go-sdk v1.12.1 | ||||||
| github.com/aws/aws-sdk-go v1.55.8 | ||||||
| github.com/block-vision/sui-go-sdk v1.1.4 | ||||||
| github.com/block-vision/sui-go-sdk v1.2.1 | ||||||
| github.com/deckarep/golang-set/v2 v2.8.0 | ||||||
| github.com/ethereum/go-ethereum v1.17.2 | ||||||
| github.com/fbsobreira/gotron-sdk v0.0.0-20250403083053-2943ce8c759b | ||||||
|
|
@@ -54,7 +54,7 @@ require ( | |||||
| github.com/smartcontractkit/chainlink-protos/orchestrator v0.10.0 | ||||||
| github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260421131224-c46cbfe7bc6c | ||||||
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260421131224-c46cbfe7bc6c | ||||||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260409184948-5b16fae57fe0 | ||||||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260420191233-429504ae18dc | ||||||
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0 | ||||||
|
||||||
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0 | |
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260420191233-429504ae18dc |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -17,7 +17,7 @@ plugins: | |||
| - moduleURI: "github.com/smartcontractkit/chainlink-sui" | ||||
| # IMP: consult chainlink-sui team before updating this version | ||||
| # current version is v0.0.0-20260409184948-5b16fae57fe0 | ||||
|
||||
| # current version is v0.0.0-20260409184948-5b16fae57fe0 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -130,7 +130,7 @@ require ( | |||||
| github.com/bits-and-blooms/bitset v1.24.0 // indirect | ||||||
| github.com/blang/semver/v4 v4.0.0 // indirect | ||||||
| github.com/blendle/zapdriver v1.3.1 // indirect | ||||||
| github.com/block-vision/sui-go-sdk v1.1.4 // indirect | ||||||
| github.com/block-vision/sui-go-sdk v1.2.1 // indirect | ||||||
| github.com/btcsuite/btcd v0.24.2 // indirect | ||||||
| github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect | ||||||
| github.com/btcsuite/btcd/btcutil v1.1.6 // indirect | ||||||
|
|
@@ -479,7 +479,7 @@ require ( | |||||
| github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 // indirect | ||||||
| github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect | ||||||
| github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260421131224-c46cbfe7bc6c // indirect | ||||||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260409184948-5b16fae57fe0 // indirect | ||||||
| github.com/smartcontractkit/chainlink-sui v0.0.0-20260420191233-429504ae18dc // indirect | ||||||
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0 // indirect | ||||||
|
||||||
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0 // indirect | |
| github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260420191233-429504ae18dc // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chainlink-suiwas bumped butchainlink-sui/deploymentis still on the previous pseudo-version immediately below. If both modules are meant to be upgraded together, please bumpchainlink-sui/deploymentas well (or document why it intentionally stays back).