Closed matthewdarwin closed 1 year ago
Background: https://github.com/AntelopeIO/leap/issues/1681
"For the node category, it is NOT user configurable because it will be available for all listened http addresses."
That means node
is not a configuration value, but rather just an indication that v1/node/get_supported_apis
and v1/chain/get_info
are available on all configured endpoints.
This is backward compatible with 4.0 configuration except for the prometheus-exporter-address
which should be removed. If you use the same config.ini from 4.0 it will continue to listen on only one endpoint.
@heifner so we're saying that we don't need an example, because the old config will work as it did before... do I have that right? If so, I'll make sure some mention of the backwards compatibility is mentioned in the upgrade guide and release notes.
@heifner so we're saying that we don't need an example, because the old config will work as it did before... do I have that right? If so, I'll make sure some mention of the backwards compatibility is mentioned in the upgrade guide and release notes.
That is correct.
This PR allows much more configuration of which features are available on which ports: https://github.com/AntelopeIO/leap/pull/1137
It would great if there was example that can be copy-pasted to enable exactly as in previous versions to make is easier to migrate.
However "node" seems to be an invalid type. So maybe the PR description is wrong?