koinos/koinos-block-store

Blockstore RPC handling

sgerbino opened this issue · 1 comments

As a Koinos microservice, we need to get RPC responses from the block store.

  • Implement handleGetBlocksByIDReq(req *types.GetBlocksByIDReq) (#31)
  • Implement the missing pieces of handleGetBlocksByHeightReq(req *types.GetBlocksByHeightReq) (#32)

Blocked by koinos/koinos-types#122