Federico Kunze
|
16df7725c5
|
evm: add missing genesis fields and export genesis state logic (#255)
* evm: export genesis state
* x/evm: split keeper.go
* x/evm: retrieve storage from address
* changelog
* fixes
* add check for nil logs
* update validation func
* fixes
* fix non-determinism
* stop storage iteration
* remove error return value
* update changelog
* fix test
* lint
|
2020-05-18 15:21:12 -04:00 |
|
noot
|
ce0feb307b
|
update rpc tests (#276)
* update rpc tests
* cleanup
* add log assertion to getTransacionReceipt
* fix queurier_test
* address comment
|
2020-05-04 18:02:26 -04:00 |
|
Federico Kunze
|
da9157e406
|
upgrade changes cleanup (#236)
* changes from update version
* app changes
* cmd changes
* build and send tx
* fix tests
* eth_rpc fixes
* lint
* add WithEventManager to handler ctx
* changelog
* go mod verify and tidy
|
2020-04-01 15:49:21 -03:00 |
|
Federico Kunze
|
30f34e6c59
|
evm: move Keeper and Querier to /keeper package (#182)
* evm: move Keeper and Querier to /keeper package
* keeper: update keeper_test.go
* fix format
* evm: use aliased types
* add comments from review
* changelog
|
2020-03-09 10:17:23 -03:00 |
|