This PR adds the root_subnet_id as an additional field returned by the HTTP /api/v2/status endpoint. This is useful to obtain the root subnet ID along with the root subnet's public key in development instances. However, we propose to not restrict the field to development instances only so that the IC mainnet does not deviate from test instances.
This PR adds the
root_subnet_id
as an additional field returned by the HTTP/api/v2/status
endpoint. This is useful to obtain the root subnet ID along with the root subnet's public key in development instances. However, we propose to not restrict the field to development instances only so that the IC mainnet does not deviate from test instances.