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 replaced our RequestQuery with Tendermint's RequestQuery in #2141. The height of our RequestQuery was set by the latest height if it was Height 0 when converting from Tendermint's one. Now, the conversion has been removed, the RequestQuery has Height 0 for a query when specifying no height. When getting the existence proof, the function doesn't assume that the height is zero.
p.s. Other queries without specifying the height also failed after height storage_read_past_height_limit due to the same cause.
The text was updated successfully, but these errors were encountered:
v0.26.0
We replaced our RequestQuery with Tendermint's
RequestQuery
in #2141. The height of ourRequestQuery
was set by the latest height if it was Height 0 when converting from Tendermint's one. Now, the conversion has been removed, theRequestQuery
has Height 0 for a query when specifying no height. When getting the existence proof, the function doesn't assume that the height is zero.p.s. Other queries without specifying the height also failed after height
storage_read_past_height_limit
due to the same cause.The text was updated successfully, but these errors were encountered: