laconicd/x/evm/keeper
Thomas Nguy fada59551d
rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153)
* fix coinbase rpc endpoint to return ethereum address of the validator

* update changelog

* fix lint

* clean code and simplify logic

* fix changelog

* change request variable name and type

* add test

* fix proto comments

* fix proto comments

* Update x/evm/keeper/grpc_query.go

* Update x/evm/keeper/grpc_query.go

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2021-06-22 06:14:40 -04:00
..
abci.go deps: bump SDK and Tendermint versions (#165) 2021-06-22 04:25:38 -04:00
grpc_query_test.go rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
grpc_query.go rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
keeper_test.go rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
keeper.go deps: bump SDK and Tendermint versions (#165) 2021-06-22 04:25:38 -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 deps: bump SDK and Tendermint versions (#165) 2021-06-22 04:25:38 -04:00
statedb_test.go evm: use TransientStore for AccessList (#75) 2021-06-07 06:05:49 -04:00
statedb.go deps: bump SDK and Tendermint versions (#165) 2021-06-22 04:25:38 -04:00