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

The server component of linera-rpc has a circular (runtime) dependency on linera-service #1800

Open
Twey opened this issue Mar 20, 2024 · 0 comments

Comments

@Twey
Copy link
Contributor

Twey commented Mar 20, 2024

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.

@Twey Twey mentioned this issue Mar 20, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant