You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the spec/implementation of ABCI 2.0 in v0.36.x, it was decided in tendermint/tendermint#8124 that CometBFT should crash if it received an error from the application from one of the ABCI methods.
This behavior was decided as correct since an application responding with invalid data or that has become unresponsive is no longer in a consistent state. Additionally, the Tendermint algorithm can no longer make progress safely.
We should update the rest of the consensus code to crash when ABCI responds with an error or produces invalid data.
The text was updated successfully, but these errors were encountered:
sergio-mena
added
bug
Something isn't working
needs-triage
This issue/PR has not yet been triaged by the team.
abci
Application blockchain interface
and removed
bug
Something isn't working
needs-triage
This issue/PR has not yet been triaged by the team.
labels
Mar 9, 2023
Uh oh!
There was an error while loading. Please reload this page.
Was tendermint/tendermint#8206
During the spec/implementation of ABCI 2.0 in
v0.36.x
, it was decided in tendermint/tendermint#8124 that CometBFT should crash if it received an error from the application from one of the ABCI methods.This behavior was decided as correct since an application responding with invalid data or that has become unresponsive is no longer in a consistent state. Additionally, the Tendermint algorithm can no longer make progress safely.
We should update the rest of the consensus code to crash when ABCI responds with an error or produces invalid data.
The text was updated successfully, but these errors were encountered: