github.com/badrootd/nibiru-cometbft@v0.37.5-0.20240307173500-2a75559eee9b/.changelog/v0.37.1/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))