laconicd/x/evm/types
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
..
access_list.go lint: fix many broken lint issues (#49) 2021-06-08 03:07:11 -04:00
chain_config_test.go evm: error and block hash map updates (#60) 2021-05-31 10:54:59 -04:00
chain_config.go ante: AnteHandler changes from state transition refactor (#56) 2021-05-31 05:05:32 -04:00
codec.go all, deps: bump go-ethereum version (#5) 2021-05-10 12:34:00 -04:00
errors.go evm: stacktrace errors for keeper (#105) 2021-06-11 10:29:28 -04:00
events.go rpc, evm: remove tx Receipt (#81) 2021-06-08 07:11:37 -04:00
evm.pb.go ante: AnteHandler changes from state transition refactor (#56) 2021-05-31 05:05:32 -04:00
genesis_test.go build 2021-04-18 19:23:26 +02:00
genesis.go rpc, evm: gRPC tests (#28) 2021-05-17 06:13:08 -04:00
genesis.pb.go all, deps: bump go-ethereum version (#5) 2021-05-10 12:34:00 -04:00
interfaces.go rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
key.go evm: use TransientStore for AccessList (#75) 2021-06-07 06:05:49 -04:00
logs_test.go additions 2021-04-18 17:54:18 +02:00
logs.go evm: remove CommitStateDB, journal and stateObject (#84) 2021-06-08 13:10:29 -04:00
msg_test.go fix: tx amount can be nil or zero (#117) 2021-06-14 08:42:34 -04:00
msg.go evm: fix types unit tests (#154) 2021-06-21 09:09:23 -04:00
params_test.go evm: error and block hash map updates (#60) 2021-05-31 10:54:59 -04:00
params.go evm: error and block hash map updates (#60) 2021-05-31 10:54:59 -04:00
query.pb.go rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
query.pb.gw.go rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
storage_test.go evm: fix types unit tests (#154) 2021-06-21 09:09:23 -04:00
storage.go evm: fix types unit tests (#154) 2021-06-21 09:09:23 -04:00
tx_data_test.go evm: support legacy tx (#109) 2021-06-11 09:38:51 -04:00
tx_data.go fix and comment outdated tests (#155) 2021-06-21 10:17:31 -04:00
tx.pb.go rpc, evm: remove tx Receipt (#81) 2021-06-08 07:11:37 -04:00
utils_test.go evm: fix types unit tests (#154) 2021-06-21 09:09:23 -04:00
utils.go evm: fix types unit tests (#154) 2021-06-21 09:09:23 -04:00