laconicd/ethereum/rpc
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
..
pubsub fix and comment outdated tests (#155) 2021-06-21 10:17:31 -04:00
types evm: return valid nonce on eth_getBlockByNumber (#156) 2021-06-22 03:45:10 -04:00
apis.go feat: add txpool namespace RPC methods (#146) 2021-06-21 10:06:30 -04:00
backend.go rpc, evm: remove tx Receipt (#81) 2021-06-08 07:11:37 -04:00
doc.go more fixes 2021-04-18 18:39:15 +02:00
eth_api.go rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
filter_api.go rpc, evm: remove tx Receipt (#81) 2021-06-08 07:11:37 -04:00
filter_system.go more fixes 2021-04-18 18:39:15 +02:00
filters.go more fixes 2021-04-18 18:39:15 +02:00
net_api.go node running 2021-04-19 09:30:55 +02:00
personal.go rpc: remove error on personal_unlockAccount (#128) 2021-06-15 03:18:58 -04:00
txpool_api.go feat: add txpool namespace RPC methods (#146) 2021-06-21 10:06:30 -04:00
web3_api.go build 2021-04-18 19:23:26 +02:00
websockets.go rpc, evm: remove tx Receipt (#81) 2021-06-08 07:11:37 -04:00