Closed eckelj closed 1 month ago
The change of ValidatorAddress to not be readable from the conf line implies that the service doesn't know its validator address.
Hence, this needs to be looked up by List or uid (which is the name?)
List() ([]*Record, error) // Key and KeyByAddress return keys by uid and address, respectively. Key(uid string) (*Record, error) KeyByAddress(address sdk.Address) (*Record, error)
Having solved that we can deploy a release again.
The change of ValidatorAddress to not be readable from the conf line implies that the service doesn't know its validator address.
Hence, this needs to be looked up by List or uid (which is the name?)
Having solved that we can deploy a release again.