Skip to content

feat: yank replica service and move methods to RPC service#2113

Open
Mirko-von-Leipzig wants to merge 4 commits into
nextfrom
mirko/streaming
Open

feat: yank replica service and move methods to RPC service#2113
Mirko-von-Leipzig wants to merge 4 commits into
nextfrom
mirko/streaming

Conversation

@Mirko-von-Leipzig
Copy link
Copy Markdown
Collaborator

@Mirko-von-Leipzig Mirko-von-Leipzig commented May 21, 2026

This PR moves the block and proof subscription streams from a dedicated gRPC service on the store, to the public RPC service and the store's RPC service.

The public RPC service simply proxies to the store.

In addition I've added the current committed/proven tip to the stream items so that the caller knows how in-sync they currently are. @SantiagoPittella this should help with the ntx sync.

@sergerad this will conflict with your on-going work in #2102 but should maybe simplify your protobuf concerns?

Closes #2112

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

Successfully merging this pull request may close these issues.

Move block and proof streaming methods to the RPC service.

2 participants