github.com/badrootd/celestia-core@v0.0.0-20240305091328-aa4207a4b25d/.changelog/v0.34.28/bug-fixes/575-fix-light-client-panic.md (about)

     1  - `[light]` Fixed an edge case where a light client would panic when attempting
     2    to query a node that (1) has started from a non-zero height and (2) does
     3    not yet have any data. The light client will now, correctly, not panic
     4    _and_ keep the node in its list of providers in the same way it would if
     5    it queried a node starting from height zero that does not yet have data
     6    ([\#575](https://github.com/cometbft/cometbft/issues/575))