zos
zos copied to clipboard
UpdateContract doesn't support changing the number of public ips
Adding a vm with another public ip to a deployment requires incrementing the number of public ips in the contract which is not currently supported
func (s *Substrate) UpdateContract(identity *Identity, contract uint64, body []byte, hash string)
Yes, that was intentional. It's problematic to do this, and we left it for later.
by design.