Skip to content
Merged
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
2 changes: 1 addition & 1 deletion book/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/DataDog/zstd v1.5.2 // indirect
github.com/Masterminds/semver/v3 v3.4.0 // indirect
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
github.com/block-vision/sui-go-sdk v1.0.6 // indirect
github.com/block-vision/sui-go-sdk v1.2.1 // indirect
github.com/cespare/cp v1.1.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/containerd/errdefs v1.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions book/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 framework/components/blockchain/sui.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
DefaultFaucetPortNum = "9123"
DefaultSuiNodePort = "9000"
// DefaultSuiImage is the mysten/sui-tools image when Input.Image is empty on non-arm64 hosts.
DefaultSuiImage = "mysten/sui-tools:devnet-v1.69.0"
DefaultSuiImage = "mysten/sui-tools:devnet-v1.73.0"
// DefaultSuiImageARM64 is used when Input.Image is empty on arm64 (e.g. Apple Silicon).
DefaultSuiImageARM64 = "mysten/sui-tools:ci-arm64"
Comment thread
FelixFan1992 marked this conversation as resolved.
)
Expand Down
4 changes: 2 additions & 2 deletions framework/components/chiprouter/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 framework/components/dockercompose/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 framework/components/fake/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 framework/examples/chip_ingress/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 framework/examples/chip_router/go.sum

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

5 changes: 3 additions & 2 deletions framework/examples/myproject/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace (
)

require (
github.com/block-vision/sui-go-sdk v1.0.6
github.com/block-vision/sui-go-sdk v1.2.1
github.com/blocto/solana-go-sdk v1.30.0
github.com/ethereum/go-ethereum v1.15.0
github.com/fullstorydev/grpcurl v1.9.3
Expand All @@ -25,11 +25,13 @@ require (
)

require (
github.com/btcsuite/btcutil v1.0.2 // indirect
github.com/bufbuild/protocompile v0.14.1 // indirect
github.com/buger/goterm v1.0.4 // indirect
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 // indirect
github.com/containerd/errdefs v1.0.0 // indirect
github.com/containerd/errdefs/pkg v0.3.0 // indirect
github.com/cosmos/go-bip39 v1.0.0 // indirect
github.com/danieljoos/wincred v1.2.1 // indirect
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/envoyproxy/go-control-plane/envoy v1.37.0 // indirect
Expand Down Expand Up @@ -263,7 +265,6 @@ require (
github.com/tklauser/go-sysconf v0.3.16 // indirect
github.com/tklauser/numcpus v0.11.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/ugorji/go/codec v1.2.12 // indirect
Expand Down
Loading
Loading