Change config.HostPort type
- Move clocks to its own repo and wrap the clocks function in the package to use the new clocks library
- Set CRC32C check on GCS writer and validate
- Change config.HostPort to
[]string
instead ofstring
to support multiple global unicast addresses and provide a way to get the addresses of the local execution environment.