laconicd/app/ante
hello-bwhour d7da045fc4
ante: check that sender is a EOA (#125)
* ante: check that sender is a EOA

* fix: GetCodeSize handles nil case and comments

* docs: add TODO comment

* fix: use EmptyCodeHash check

* lint: evmtypes instead of types

* lint: fix suite error

* test: set code to act not as EOA

* undo comment on GetCodeSize

* keeper: fix input checks

* Apply suggestions from code review

Co-authored-by: Akash Khosla <me@akashkhosla.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2021-06-15 13:39:41 -04:00
..
ante_test.go evm: refactor state transition (#41) 2021-06-02 04:52:53 -04:00
ante.go ante: add stacktrace (#123) 2021-06-15 03:19:31 -04:00
doc.go ante: switch ethAnteHandler to use AnteDecorators (#252) 2020-04-17 18:32:01 -04:00
eth_test.go ante: check that sender is a EOA (#125) 2021-06-15 13:39:41 -04:00
eth.go ante: check that sender is a EOA (#125) 2021-06-15 13:39:41 -04:00
utils_test.go ante: check that sender is a EOA (#125) 2021-06-15 13:39:41 -04:00