Skip to content

[Bug]: StatusResponse doesn't return earliest_store_height #22421

Open
@fmorency

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

Labels

Type

No type

Projects

  • Status

    📋 Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions