blinklabs-io / cardano-node-api

Multi-protocol API for interfacing with a local Cardano node
Apache License 2.0
9 stars 0 forks source link

feat: endpoints for gRPC sync module for ChainSync #166

Closed wolf31o2 closed 5 months ago

wolf31o2 commented 5 months ago

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