github.com/badrootd/celestia-core@v0.0.0-20240305091328-aa4207a4b25d/.changelog/v0.34.28/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))