update sui go sdk and sui node - #2614
Conversation
|
👋 FelixFan1992, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
There was a problem hiding this comment.
Pull request overview
Updates the Sui integration dependencies and default Sui node container image used by the framework, aligning the framework module and the framework/examples/myproject module on a newer Sui Go SDK version and bumping the default mysten/sui-tools devnet tag.
Changes:
- Bump
github.com/block-vision/sui-go-sdkfromv1.0.6tov1.2.1inframework/andframework/examples/myproject/. - Update default Sui node image tag to
mysten/sui-tools:devnet-v1.73.0. - Refresh
go.sumfiles (including indirect dependency changes in the example module).
Reviewed changes
Copilot reviewed 5 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| framework/go.mod | Bumps sui-go-sdk dependency to v1.2.1 for the framework module. |
| framework/go.sum | Updates checksums to reflect the framework module’s dependency bump. |
| framework/examples/myproject/go.mod | Bumps sui-go-sdk to v1.2.1 and updates indirect deps accordingly. |
| framework/examples/myproject/go.sum | Updates checksums and indirect dependency entries for the example module. |
| framework/components/blockchain/sui.go | Updates the default mysten/sui-tools image tag for running a local Sui node. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.