Skip to content
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

chore(sidecar): expose a version endpoint #171

Open
merklefruit opened this issue Jul 29, 2024 · 0 comments · May be fixed by #172
Open

chore(sidecar): expose a version endpoint #171

merklefruit opened this issue Jul 29, 2024 · 0 comments · May be fixed by #172
Labels
C: bolt-sidecar Component: bolt-sidecar D-good-first-issue Difficulty: a great choice to get started! T: chore Type: Chore

Comments

@merklefruit
Copy link
Collaborator

As part of our next releases, we are going to start using the Sidecar's CARGO_PKG_VERSION to reliably keep track of versions of the software that node operators are running. Ideally, this should also be available as a header on a per-request basis.

This issue consists in adding this functionality with both a version API endpoint and an HTTP header x-sidecar-version.

A more generic approach could be to introduce a more elaborate Capabilities enum along with the version, similar to Ethereum's engine api specs, but I think this is overkill for our current needs.

@merklefruit merklefruit added C: bolt-sidecar Component: bolt-sidecar T: chore Type: Chore D-good-first-issue Difficulty: a great choice to get started! labels Jul 29, 2024
@merklefruit merklefruit linked a pull request Jul 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: bolt-sidecar Component: bolt-sidecar D-good-first-issue Difficulty: a great choice to get started! T: chore Type: Chore
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant