-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have net_version also return the paratime version #313
Comments
The paratime or other component versions (e.g. keymanager, oasis-core etc) can't be returned in oasis-web3-gateway makes no distinction between chain ID & network ID. Currently
And
A better candidate would be
Or a custom Or could use a response header, |
Great analysis and suggestions. For context, the debugging scenario mentioned in the issue description happens after a runtime upgrade and gateways may straggle. The version does not necessarily need to be visible to the client, and in an ideal world, not even the developer–the gateways should just upgrade. I have also not missed not having this feature since the time the issue was created, so my current assumptions may be skewed. In context, an |
It's good for debugging
The text was updated successfully, but these errors were encountered: