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
There are a few abci messages that deal with the validator sets in tendermint core, updating that voting rights, and potentially slashing. To be clear, we'd probably have to learn more about tendermint before we can even articulate what we want to do.
There are a few suggestive cosmos-sdk modules where these things get picked up:
Some of this stuff is probably cosmos specific, which we don't necessarily care about right now. The point here is to figure out something like:
Given that tendermint is a proof of stake consensus algorithm, and the stake balances and denominations are being held buy the abci application, how does the abci application need to react to messages that contain updates about this information from tendermint core?
The text was updated successfully, but these errors were encountered:
There are a few abci messages that deal with the validator sets in tendermint core, updating that voting rights, and potentially slashing. To be clear, we'd probably have to learn more about tendermint before we can even articulate what we want to do.
There are a few suggestive cosmos-sdk modules where these things get picked up:
Some of this stuff is probably cosmos specific, which we don't necessarily care about right now. The point here is to figure out something like:
Given that tendermint is a proof of stake consensus algorithm, and the stake balances and denominations are being held buy the abci application, how does the abci application need to react to messages that contain updates about this information from tendermint core?
The text was updated successfully, but these errors were encountered: