github.com/Tri-stone/burrow@v0.25.0/consensus/consensus.go (about)

     1  // Package consensus contains the logic maintaining and connecting to our Tendermint
     2  // consensus network. The job of the consensus module is to establish a total order
     3  // of transactions shared by all validators, which can then be executed over by the
     4  // execution module.
     5  package consensus