Skip to content
  • Krzysztof Jurewicz's avatar
    Maintain a separate state for the purpose of CheckTx · 742a920c
    Krzysztof Jurewicz authored
    This is required to allow block proposers to include valid sequences
    of transactions.
    
    CheckTx is now handled both when commiting and when gossiping, as
    responses to all CheckTxs need to be delivered for the client to issue
    a Commit request.
    
    Callback mode of ercoin_abci has been changed to faciliate the above
    changes.
    742a920c