Laconic state machine
Go to file
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
.github fix and comment outdated tests (#155) 2021-06-21 10:17:31 -04:00
app ante: ignore no signature error for evm transactions (#143) 2021-06-21 06:44:37 -04:00
client build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
cmd/ethermintd cmd: include go-ethereum's log to stdout (#134) 2021-06-16 12:27:50 -04:00
crypto hd: fix rename method Child of ExtendedKey (#108) 2021-06-09 07:54:08 -04:00
docs rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
encoding encoding: fix test (#64) 2021-06-04 09:45:37 -04:00
ethereum/rpc rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
networks/local build: fix docker compose (#46) 2021-05-26 06:58:04 -04:00
proto/ethermint rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
scripts build: fix docker compose (#46) 2021-05-26 06:58:04 -04:00
tests deps: bump SDK and Tendermint versions (#165) 2021-06-22 04:25:38 -04:00
third_party/proto cleanup proto 2021-04-19 09:10:57 +02:00
types ante, evm: fix panic when checking BlockGasMeter (#120) 2021-06-14 10:24:08 -04:00
version more fixes 2021-04-18 18:39:15 +02:00
x/evm rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
.clang-format conflicts 2021-04-17 12:00:07 +02:00
.gitignore build: add node_modules to .gitignore (#164) 2021-06-22 03:12:51 -04:00
.golangci.yml lint: fix many broken lint issues (#49) 2021-06-08 03:07:11 -04:00
.mergify.yml Mergify: configuration update (#62) 2021-06-03 03:04:47 -04:00
buf.yaml stargate: proto files (#679) 2021-01-07 18:45:32 -03:00
CHANGELOG.md rpc, evm: fix eth_coinbase endpoint to return ethereum address of the validator node (#153) 2021-06-22 06:14:40 -04:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-07-17 11:52:20 -04:00
codecov.yml faucet: remove module (#678) 2021-01-08 10:25:02 -03:00
config.yml startport: setup (#27) 2021-05-20 03:44:07 -04:00
CONTRIBUTING.md build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
docker-compose.yml build: fix docker compose (#46) 2021-05-26 06:58:04 -04:00
Dockerfile conflicts 2021-04-17 12:00:07 +02:00
go.mod deps: bump SDK and Tendermint versions (#165) 2021-06-22 04:25:38 -04:00
go.sum deps: bump SDK and Tendermint versions (#165) 2021-06-22 04:25:38 -04:00
gometalinter.json Upgrade geth and cleanup 2018-09-28 17:40:58 -04:00
init.sh startport: setup (#27) 2021-05-20 03:44:07 -04:00
LICENSE Initial commit 2018-06-10 14:25:18 +01:00
Makefile build: deploy docs to GitHub Pages (#116) 2021-06-12 12:27:10 -04:00
README.md build: require go 1.15+ (#610) 2020-11-20 19:31:57 +01:00

Ethermint

Ethermint is a scalable, high-throughput Proof-of-Stake blockchain that is fully compatible and interoperable with Ethereum. It's build using the the Cosmos SDK which runs on top of Tendermint Core consensus engine.

WARNING: Ethermint is under VERY ACTIVE DEVELOPMENT and should be treated as pre-alpha software. This means it is not meant to be run in production, its APIs are subject to change without warning and should not be relied upon, and it should not be used to hold any value. We will remove this warning when we have a release that is stable, secure, and properly tested.

Note: Requires Go 1.15+

Quick Start

To learn how the Ethermint works from a high-level perspective, go to the Introduction section from the documentation.

For more, please refer to the Ethermint Docs, which are also hosted on docs.ethermint.zone.

Tests

Unit tests are invoked via:

make test

To run JSON-RPC tests, execute:

make test-rpc

There is also an included Ethereum mainnet exported blockchain file in importer/blockchain that includes blocks up to height 97638. To execute and test a full import of these blocks using the EVM module, execute:

make test-import

You may also provide a custom blockchain export file to test importing more blocks via the --blockchain flag. See TestImportBlocks for further documentation.

Community

The following chat channels and forums are a great spot to ask questions about Ethermint: