laconicd/x/evm/types
Federico Kunze 375a7a074d
local testnet command (#378)
* evm: fix non-determinism

* fixes

* typo

* fix tests

* local testnet command

* fix testnet cmd (#383)

fix export-eth-key

generate eth type account in genesis.json file

* fixes

* update docker

* minor changes

* fix build-docker-local-ethermint

* fix dockerfile

* update Makefile

* update denoms

* update genesis file

* update makefile

* fix docker-compose.yml images

* fix localnet execution (#398)

* finish documentation

* changelog and comment rpc tests workflow

* update codecov

* update testnet docs

* fix docker-compose execution

* update docs

* fix errors and make testnet work (#403)

* fix errors and make testnet work

* Update Dockerfile

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

* wip - fix db

* fixes emintd nodes and syncs nodes

* starts daemon and rpc server in bg

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

* update entrypoint and docs

* update logs

* try fix rpc

* build docker image

* Update Dockerfile

Co-authored-by: Holechain <nrgh@foxmail.com>
Co-authored-by: Alessio Treglia <quadrispro@ubuntu.com>
Co-authored-by: Daniel Choi <choidanielw@gmail.com>
2020-07-31 17:42:04 -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
errors.go evm: fix non-determinism (#352) 2020-07-13 16:01:45 -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 evm: fix non-determinism (#352) 2020-07-13 16:01:45 -04:00
genesis.go evm: fix non-determinism (#352) 2020-07-13 16:01:45 -04:00
journal_test.go evm: fix non-determinism (#352) 2020-07-13 16:01:45 -04:00
journal.go evm: fix non-determinism (#352) 2020-07-13 16:01:45 -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_test.go evm: fix non-determinism (#352) 2020-07-13 16:01:45 -04:00
state_object.go local testnet command (#378) 2020-07-31 17:42:04 -04:00
state_transition_test.go x/evm: state_transition test (#389) 2020-07-15 06:36:55 -04:00
state_transition.go run make format (#351) 2020-07-02 11:19:48 -04:00
statedb_test.go x/evm: StateBD tests (#407) 2020-07-27 15:33:16 -04:00
statedb.go x/evm: StateBD tests (#407) 2020-07-27 15:33:16 -04:00
storage_test.go evm: fix non-determinism (#352) 2020-07-13 16:01:45 -04:00
storage.go evm: fix non-determinism (#352) 2020-07-13 16:01:45 -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