cosmos / b9-checkers-academy-draft

32 stars 41 forks source link

Add an explicit function that is called on ABCI's CheckTx #45

Closed xavierlepretre closed 1 year ago

xavierlepretre commented 1 year ago

The theory is that a transaction is checked before going into the mempool. As of now, this part is taken care of and we have no visibility about where the verification happens. Add a function that is used only for mempool checking.

xavierlepretre commented 1 year ago

It is taken care of.