f-o-a-m / kepler

A Haskell framework that facilitates writing ABCI applications
https://kepler.dev
Apache License 2.0
34 stars 9 forks source link

Be able to choose to run tx or not in checkTx #140

Closed martyall closed 4 years ago

martyall commented 4 years ago

RIght now the checkTx message will automatically run the transaction and rollback if the validateMessage function returns Success.

ideally you could decide what the checkTx requirements are, maybe it should just run the validateMessage.