laconicd/docs/core
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
..
encoding.md docs: updates (#590) 2020-11-12 20:42:24 +01:00
pending_state.md docs: updates (#590) 2020-11-12 20:42:24 +01:00
proto-docs.md rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
README.md docs: updates (#590) 2020-11-12 20:42:24 +01:00

Core Concepts

This repository contains reference documentation on the core concepts of Ethermint.

  1. Encoding
  2. Pending State

After reading the core concepts, head on to the guides to learn how to use Ethereum tooling with Ethermint.