laconicd/docs
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
..
.vuepress build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
architecture docs: update ADR-001 (#122) 2021-06-14 15:13:31 -04:00
basics rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
core rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
guides build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
intro build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
quickstart build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
DOCS_README.md docs: remove npm (#500) 2020-09-22 05:09:11 -03:00
package-lock.json build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
package.json build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
post.sh docs: vuepress setup and section titles (#311) 2020-07-02 04:22:45 -04:00
pre.sh build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
protodoc-markdown.tmpl conflicts 2021-04-17 12:00:07 +02:00
README.md ChainSafe/ethermint -> cosmos/ethermint renaming (#569) 2020-10-09 17:52:32 +02:00
versions build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
yarn.lock build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00

Ethermint Documentation

Get Started

Reference

  • Basics: Documentation on the basic concepts of Ethermint, like the standard anatomy of an application, the transaction lifecycle and accounts management.
  • Core: Documentation on the core concepts of Ethermint, like encoding, and events.
  • Building Modules: Important concepts for module developers like messages, keepers, handlers and queriers.
  • Interfaces: Documentation on building interfaces for Ethermint applications.

Other Resources

Contribute

See this file for details of the build process and considerations when making changes.