laconicd/x/evm/keeper
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
..
abci.go evm: set chainID in context during BeginBlock (#130) 2021-06-15 07:53:19 -04:00
grpc_query_test.go evm: remove CommitStateDB, journal and stateObject (#84) 2021-06-08 13:10:29 -04:00
grpc_query.go evm: remove CommitStateDB, journal and stateObject (#84) 2021-06-08 13:10:29 -04:00
keeper_test.go keeper: StateDB unit tests (#47) 2021-06-02 04:06:12 -04:00
keeper.go evm: stacktrace errors for keeper (#105) 2021-06-11 10:29:28 -04:00
msg_server.go evm: stacktrace errors for keeper (#105) 2021-06-11 10:29:28 -04:00
params_test.go additions 2021-04-18 17:54:18 +02:00
params.go app, ante, evm: Keeper StateDB refactor (#30) 2021-05-25 08:56:36 -04:00
state_transition.go docs: update ADR-001 (#122) 2021-06-14 15:13:31 -04:00
statedb_test.go evm: use TransientStore for AccessList (#75) 2021-06-07 06:05:49 -04:00
statedb.go ante: check that sender is a EOA (#125) 2021-06-15 13:39:41 -04:00