cosmos-sdk/baseapp
Adrian Brink ec4711afd8
Don't abort after AnteHandler if CheckTx
Currently we are aborting running a transaction after the AnteHandler in
case it is a checkTx. This means that the handler never gets the chance
to check the validity of a transaction. Furthermore the AnteHandler
should not handle CheckTx logic.

The AnteHandler should handle global validation, whereas each Handler
should handle module validation.
2018-02-25 21:59:11 +01:00
..
testdata cosmos-sdk/app.App -> cosmos-sdk/baseapp.BaseApp 2018-01-20 20:13:46 -08:00
baseapp_test.go baseapp: more tests 2018-02-17 19:13:22 -05:00
baseapp.go Don't abort after AnteHandler if CheckTx 2018-02-25 21:59:11 +01:00
doc.go cosmos-sdk/app.App -> cosmos-sdk/baseapp.BaseApp 2018-01-20 20:13:46 -08:00
helpers.go wip basecoin refactoring 2018-02-17 16:32:30 -05:00
query.go cosmos-sdk/app.App -> cosmos-sdk/baseapp.BaseApp 2018-01-20 20:13:46 -08:00
router.go small test and some comments 2018-02-17 16:32:30 -05:00