You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
78eebac: Add suiToolsRef (and the DEVSTACK_SUI_TOOLS_REF env var) to sui() local and fork
modes to choose the mysten/sui-tools build the validator image is based on. Fork mode uses it to
run the sui-fork binary shipped in sui-tools (commit 892d777c onward, v1.80 release tags)
instead of compiling it from source, turning a ten-minute first boot into an image pull. The
default fork path is unchanged; image: { pull } and DEVSTACK_SUI_FORK_IMAGE still work for
complete prebuilt images. Move codegen runs sui move summary in the same toolchain the stack
publishes with; the stack-free devstack codegen verb fails when the host sui CLI is a
different release than an explicitly pinned toolchain.