[Bug]: StatusResponse
doesn't return earliest_store_height
#22421
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
The cosmos.base.node.v1beta1.Status
message doesn't return the earliest_store_height
field as described in 1.
The TODO
in 2 should be implemented.
To my knowledge, there is currently no way to retrieve this information using only gRPC.
Cosmos SDK Version
0.50.8
How to reproduce?
$ grpcurl cosmos-grpc.publicnode.com:443 cosmos.base.node.v1beta1.Service.Status
{
"height": "22927105",
"timestamp": "2024-11-04T19:03:39.561005116Z",
"appHash": "qX1gzf3vrWqUX0MX07ps74wQ1UpCyrhMEfRgDH71l+E=",
"validatorHash": "gDqgc/iU5jJi0mCkDmUO7G73c2CUX+A5adwzFTlQmjQ="
}
Metadata
Assignees
Type
Projects
Status
📋 Backlog