Build a local docker image from go-sm code in develop branch.
Start a local net: spacemesh-local-testnet create --go-sm-image=spacemesh:local
Result: network won't be created. Stuck on Miner1 starting.
Expected: network to be created.
On same box, running localnet without a local node works fine. Last message displayed Starting Miner1 (Type: Bootstrap) before hang.
spacemesh-local-testnet create --go-sm-image=spacemesh:local
Result: network won't be created. Stuck on Miner1 starting. Expected: network to be created.On same box, running localnet without a local node works fine. Last message displayed
Starting Miner1 (Type: Bootstrap)
before hang.