You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add the ability to query a block by its hash via grpc. Currently, we can only easily by its height.
To close this issues, introduce a new grpc method that uses a new index hash: height, to first look up the height and then look up the block based on its height.
I don't think this issue belongs in this repo. We discussed having the gRPC server as a service in celestia-app or at least extending the existing interface in our cosmos-sdk although I would prefer to keep this in celestia-app
We should add the ability to query a block by its hash via grpc. Currently, we can only easily by its height.
To close this issues, introduce a new grpc method that uses a new index
hash: height
, to first look up the height and then look up the block based on its height.ref celestiaorg/celestia-app#3421 (comment)
The text was updated successfully, but these errors were encountered: