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
The Tendermint consensus algorithm overview contains somehow our interpretation of the Tendermint paper and the associated implementation of the algorithm. It should not, however, dive into our implementation details.
Another point to consider is the absence in the pseudo-code and the description of the algorithm in general of a decision primitive, to deliver decide values to the context/application.
The decision is achieved by appending to the decision_p array the decided value, the array being indexed by heights. This behavior is described in this section, but the actual interface with the context/application is not discussed.
The Tendermint consensus algorithm overview contains somehow our interpretation of the Tendermint paper and the associated implementation of the algorithm. It should not, however, dive into our implementation details.
However, it has some missing part and some
TODO
s:getValue()
function #760valid(v)
properties #510The text was updated successfully, but these errors were encountered: