laconicd-deprecated/app/ante
yihuang 93d15db4d0
ante: check EnableCreate/EnableCall in ante handler (#1060)
* Check EnableCreate/EnableCall in ante handler

WIP: #1045

Reject tx early in ante handler, avoid deduct user fee for vain.

* add unit tests

* update changelog

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
2022-05-03 19:51:02 +02:00
..
ante_test.go ante: check EnableCreate/EnableCall in ante handler (#1060) 2022-05-03 19:51:02 +02:00
ante.go ante: EIP712 support (#950) 2022-02-26 16:34:43 +00:00
doc.go ante: switch ethAnteHandler to use AnteDecorators (#252) 2020-04-17 18:32:01 -04:00
eip712.go ante: EIP712 support (#950) 2022-02-26 16:34:43 +00:00
eth_test.go remove unused bank keeper dependency from account verification decorator (#1074) 2022-05-02 16:48:40 +00:00
eth.go ante: check EnableCreate/EnableCall in ante handler (#1060) 2022-05-03 19:51:02 +02:00
handler_options.go remove unused bank keeper dependency from account verification decorator (#1074) 2022-05-02 16:48:40 +00:00
interfaces.go fix!: london hardfork check logic in json-rpc apis (#1068) 2022-04-30 18:11:28 +02:00
reject_msgs.go ante: update ante handler internals (#866) 2022-01-02 23:44:46 +01:00
sigs_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
utils_test.go ante: check EnableCreate/EnableCall in ante handler (#1060) 2022-05-03 19:51:02 +02:00