github.com/badrootd/nibiru-cometbft@v0.37.5-0.20240307173500-2a75559eee9b/.changelog/v0.37.2/bug-fixes/771-kvindexer-parsing-big-ints.md (about)

     1  - `[state/kvindex]` Querying event attributes that are bigger than int64 is now
     2    enabled. We are not supporting reading floats from the db into the indexer
     3    nor parsing them into BigFloats to not introduce breaking changes in minor
     4    releases. ([\#771](https://github.com/cometbft/cometbft/pull/771))