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
The RPC docs of GetVerifiedRangeByHeight state that [from,to) range is returned, however the first item (i.e. from) is not included in the result. My first guess was that this was because we already know it.
Is this a bug in the implementation or in the docs? What is the expected behavior?
The text was updated successfully, but these errors were encountered:
hello @oblique. Thanks for posting the issue. Yes, your initial assumption is correct - from should be non-inclusive in case of requesting GetVerifiedRangeByHeight. Will fix this issue in celestia-node documentation.
The RPC docs of
GetVerifiedRangeByHeight
state that[from,to)
range is returned, however the first item (i.e.from
) is not included in the result. My first guess was that this was because we already know it.Is this a bug in the implementation or in the docs? What is the expected behavior?
The text was updated successfully, but these errors were encountered: