codeths / codeths/ethsbell-rewrite
Version check is broken
Open
bug
confirmed bug
help wanted
- Dominant language
- Rust
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The endpoint to get build info, `/api/v1/check-version` currently returns
```json
["0.0.1",null,null]
```
When I filed an issue before, the endpoint returned this:
```json
["1.6.7","9dca1ffe517701b68d99344bc2eed3eba1deb3c7","chromezoneeths/ethsbell-rewrite"]
```
This isn't _that_ big of a deal, but it is still broken (I think).
This could be caused by changes with Docker but that's just a wild guess.
Contributor guide
Assessment
This issue has not been assessed yet.