feat(gRPC): Add halt-height to gRPC Node Config Query (backport #19043) (#19044)

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2024-01-13 18:38:15 +00:00
committed by GitHub
co-authored by Aleksandr Bezobchuk Julien Robert
parent c0beb19986
commit 8ac0492142
7 changed files with 192 additions and 89 deletions
+6 -2
View File
@@ -9472,9 +9472,11 @@ paths:
type: string
pruning_keep_recent:
type: string
title: pruning settings
pruning_interval:
type: string
halt_height:
type: string
format: uint64
description: >-
ConfigResponse defines the response structure for the Config gRPC
query.
@@ -47593,9 +47595,11 @@ definitions:
type: string
pruning_keep_recent:
type: string
title: pruning settings
pruning_interval:
type: string
halt_height:
type: string
format: uint64
description: ConfigResponse defines the response structure for the Config gRPC query.
cosmos.base.node.v1beta1.StatusResponse:
type: object