You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server and client in linera-rpc are not in fact dual: while the ‘server’ refers to a validator shard server, the ‘client’ is in fact a client for the gRPC proxy service written in linera-service/src/grpc_proxy.rs. This prohibits testing linera-rpc against itself, since it must have a linera-proxy running — a binary from linera-service, which it therefore can't start for testing without a circular dependency on linera-service.
The text was updated successfully, but these errors were encountered:
The server and client in
linera-rpc
are not in fact dual: while the ‘server’ refers to a validator shard server, the ‘client’ is in fact a client for the gRPC proxy service written inlinera-service/src/grpc_proxy.rs
. This prohibits testinglinera-rpc
against itself, since it must have alinera-proxy
running — a binary fromlinera-service
, which it therefore can't start for testing without a circular dependency onlinera-service
.The text was updated successfully, but these errors were encountered: