cartesi / rollups

Cartesi Rollups
30 stars 12 forks source link

Use grpc-interfaces crate in inspect-server #52

Closed gligneul closed 1 year ago

gligneul commented 1 year ago

📚 Context

The inspect-server builds the gRPC interface from scratch instead of re-using the shared crate that does the same thing.

✔️ Solution

Remove the code that builds the server-manager gRPC interface and use the crate grpc-interfaces.

gligneul commented 1 year ago

I will close this issue because the inspect API will stop using gRPC soon.