laconicd/x/evm/types
Federico Kunze 0cc1c40e34
x/evm: tests (#381)
* run suite

* add a few tests (#340)

* add a few tests

* fixes to tests

* add more tests

* check err to fix lint

* add preimage and refund tests

* add more more tests

* fix linting errs

* lint err

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* set stateDB on suite

* fix genesis

* logs tests

* remove dup imports

Co-authored-by: Daniel Choi <choidanielw@gmail.com>
2020-07-08 14:11:02 -04:00
..
chain_config.go EVM Transaction handler and contract creation (#96) 2019-09-18 09:51:18 -04:00
codec.go x/evm: unit tests and fixes (#223) 2020-04-23 11:49:25 -04:00
events.go upgrade changes cleanup (#236) 2020-04-01 15:49:21 -03:00
expected_keepers.go evm: add missing genesis fields and export genesis state logic (#255) 2020-05-18 15:21:12 -04:00
genesis_test.go x/evm: tests (#381) 2020-07-08 14:11:02 -04:00
genesis.go evm: various fixes (#319) 2020-06-04 06:40:21 -04:00
journal.go evm: various fixes (#319) 2020-06-04 06:40:21 -04:00
key.go run make format (#351) 2020-07-02 11:19:48 -04:00
logs_test.go x/evm: tests (#381) 2020-07-08 14:11:02 -04:00
logs.go x/evm: tests (#381) 2020-07-08 14:11:02 -04:00
msg_test.go migrate build to Travis #258 (#259) 2020-04-29 22:38:57 +02:00
msg.go run make format (#351) 2020-07-02 11:19:48 -04:00
querier.go implement eth_exportAccount (#331) 2020-06-17 14:23:36 -04:00
state_object.go run make format (#351) 2020-07-02 11:19:48 -04:00
state_transition.go run make format (#351) 2020-07-02 11:19:48 -04:00
statedb_test.go x/evm: tests (#381) 2020-07-08 14:11:02 -04:00
statedb.go fix value transfer (#341) 2020-06-24 05:38:53 -04:00
tx_data_test.go x/evm: unit tests and fixes (#223) 2020-04-23 11:49:25 -04:00
tx_data.go genesis functions cleanup, testing (#318) 2020-05-29 11:50:22 -04:00
utils_test.go run make format (#351) 2020-07-02 11:19:48 -04:00
utils.go run make format (#351) 2020-07-02 11:19:48 -04:00