Remove deprecated block
field from BlockByHeightResponse
and LatestBlockResponse
#23364
Labels
needs-triage
Issue that needs to be triaged
Context
celestiaorg/celestia-app#4204 (comment) and #11390
Problem
#11390 deprecated the
block
field in theBlockByHeightResponse
but it hasn't been removed yet. Since bothblock
andsdk_block
are returned in the response, if a block has 7 MiB of txs then the response has 14 MiB of txs.Proposal
Remove the
block
field inBlockByHeightResponse
andLatestBlockResponse
. Note this is a breaking change.The text was updated successfully, but these errors were encountered: