Skip to content

rpcdaemon: add stub for remote Execution engine #2060

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

Merged
merged 2 commits into from
May 31, 2024

Conversation

canepat
Copy link
Member

@canepat canepat commented May 31, 2024

This PR adds a stubbed remote implementation for engine::ExecutionEngine in rpc module, covering at least partially the (unusual) case of querying the Engine API endpoint in rpcdaemon run as standalone component.

A proper implementation will rely on a remote client of our internal Execution gRPC API, which is already available (execution::grpc::client::RemoteClient) but would require to refactor the execution module out of the node module in order not to add an undesired dependency between rpc and node.

@canepat canepat added the maintenance Some maintenance work (fix, refactor, rename, test...) label May 31, 2024
@canepat canepat requested a review from lupin012 May 31, 2024 09:46
@canepat canepat marked this pull request as ready for review May 31, 2024 10:35
@canepat canepat merged commit 73f6a02 into master May 31, 2024
5 checks passed
@canepat canepat deleted the rpcdaemon_stubbed_remote_execution branch May 31, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Some maintenance work (fix, refactor, rename, test...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants