laconicd/x/evm
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
..
atlas atlas: evm module (#651) 2020-12-10 22:31:46 +00:00
client lint: fix many broken lint issues (#49) 2021-06-08 03:07:11 -04:00
keeper ante: check that sender is a EOA (#125) 2021-06-15 13:39:41 -04:00
spec evm: module specification (#538) 2020-12-09 20:11:15 +01:00
types ante, evm: fix panic when checking BlockGasMeter (#120) 2021-06-14 10:24:08 -04:00
genesis_test.go evm: remove CommitStateDB, journal and stateObject (#84) 2021-06-08 13:10:29 -04:00
genesis.go evm: remove CommitStateDB, journal and stateObject (#84) 2021-06-08 13:10:29 -04:00
handler_test.go evm: remove CommitStateDB, journal and stateObject (#84) 2021-06-08 13:10:29 -04:00
handler.go evm: remove CommitStateDB, journal and stateObject (#84) 2021-06-08 13:10:29 -04:00
module.go evm: remove CommitStateDB, journal and stateObject (#84) 2021-06-08 13:10:29 -04:00