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

feat: endpoints for gRPC sync module for ChainSync #166

Merged
merged 1 commit into from
May 12, 2024
Merged

Conversation

wolf31o2
Copy link
Member

This implements the sync.FetchBlock, sync.DumpHistory, and sync.FollowTip endpoints from the UTxO RPC gRPC standard, which is an interface over the Ouroboros ChainSync mini-protocol.

Closes #33

agaffney
agaffney previously approved these changes May 11, 2024
@wolf31o2 wolf31o2 merged commit b1cccc8 into main May 12, 2024
9 checks passed
@wolf31o2 wolf31o2 deleted the feat/utxorpc-sync branch May 12, 2024 18:07
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.

Endpoints for ChainSync via gRPC
2 participants