ChainMovers / suibase

Sui development environment and cookbook.
https://suibase.io
Apache License 2.0
35 stars 6 forks source link

Misleading warning when localnet is configured to use testnet branch. #90

Closed mario4tier closed 5 months ago

mario4tier commented 5 months ago

To Reproduce

Add default_repo_branch="testnet" to ~/suibase/workdirs/localnet/suibase.yaml

When doing localnet udpate you will see the following warning:

Warning: suibase.yaml is requesting for branch [testnet] but the sui-repo is on []. Do 'localnet update' to fix this.

This warning should not be shown, the sui-repo is fine and is properly setup on the "testnet" branch.