Skip to content

Commit

Permalink
Adds VersionInfo endpoint to retriever and dispersal services for obs…
Browse files Browse the repository at this point in the history
…ervability into node versions

```
grpcurl --plaintext localhost:32005 node.Dispersal.VersionInfo
{
  "semver": "0.7.5"
}
```

```
grpcurl --plaintext localhost:32005 node.Dispersal.VersionInfo
{
  "semver": "0.8.0-rc.1"
}
```
  • Loading branch information
pschork committed Jul 9, 2024
1 parent 52f1293 commit 6e4b456
Show file tree
Hide file tree
Showing 7 changed files with 281 additions and 55 deletions.
194 changes: 162 additions & 32 deletions api/grpc/node/node.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6e4b456

Please sign in to comment.