hashgraph / hedera-block-node

New Block Node services
Apache License 2.0
5 stars 1 forks source link

Fetch a specific block (by block #) #25

Open a-saksena opened 3 months ago

a-saksena commented 3 months ago

AS A consumer app I WANT TO fetch a specific block (by block #) SO THAT I can retrieve specific data without the need to consume the whole stream.

Tech Note:

  1. Start with gRPC API. We could auto-map gRPC to REST later.
  2. Single/Uni Get (not streaming)
Nana-EC commented 1 week ago

Looks like controller and service level foundation was added. Need to confirm additional requirements on the endpoint to confirm the Epic completion