github.com/badrootd/nibiru-cometbft@v0.37.5-0.20240307173500-2a75559eee9b/.changelog/v0.37.1/bug-fixes/496-error-on-applyblock-should-panic.md (about)

     1  - `[consensus]` Unexpected error conditions in `ApplyBlock` are non-recoverable, so ignoring the error and carrying on is a bug. We replaced a `return` that disregarded the error by a `panic`.
     2    ([\#496](https://github.com/cometbft/cometbft/pull/496))