Laconic state machine
Go to file
Ray Pierre 75fb3ccb89
fix incorrect blockHash in evm (#780)
* Fix wrong blockHash value in evm

* fix ut

* store current block hash in BeginBlock

* update ut

* update comment

* add changelog
2021-03-18 20:04:29 -07:00
.github Update Codeowner (#829) 2021-03-02 11:16:02 -08:00
app fix gas fee calcuation error (#798) 2021-03-15 10:17:52 -07:00
client init: add random chain-id generator (#797) 2021-02-26 15:50:22 +00:00
cmd init: add random chain-id generator (#797) 2021-02-26 15:50:22 +00:00
codec crypto: refactor for stargate (#559) 2020-10-06 20:57:55 +02:00
core build(deps): bump github.com/ethereum/go-ethereum from 1.9.18 to 1.9.19 (#456) 2020-08-24 13:40:16 -04:00
crypto crypto: fix Bip44 derivation path (#577) 2020-10-16 10:51:00 -03:00
docs update join_network docs (#827) 2021-03-02 11:41:12 -08:00
importer fix incorrect blockHash in evm (#780) 2021-03-18 20:04:29 -07:00
networks/local ChainSafe/ethermint -> cosmos/ethermint renaming (#569) 2020-10-09 17:52:32 +02:00
proto/ethermint stargate: proto files (#679) 2021-01-07 18:45:32 -03:00
rpc Rpcapi fix - requires Eth namespace (#845) 2021-03-16 13:37:32 -07:00
scripts add cmd flag for rpc api modules (#821) 2021-02-26 13:52:33 -08:00
tests Fix failed to call EstimateGas (#761) 2021-02-16 13:04:29 -08:00
tests-solidity faucet: remove module (#678) 2021-01-08 10:25:02 -03:00
third_party/proto stargate: proto files (#679) 2021-01-07 18:45:32 -03:00
types init: add random chain-id generator (#797) 2021-02-26 15:50:22 +00:00
utils update tools configs (#611) 2020-11-24 16:43:08 +01:00
x/evm fix incorrect blockHash in evm (#780) 2021-03-18 20:04:29 -07:00
.clang-format stargate: proto files (#679) 2021-01-07 18:45:32 -03:00
.gitignore makefile: install yarn (#526) 2020-09-23 11:28:38 -03:00
.golangci.yml update tools configs (#611) 2020-11-24 16:43:08 +01:00
.mergify.yml update tools configs (#611) 2020-11-24 16:43:08 +01:00
buf.yaml stargate: proto files (#679) 2021-01-07 18:45:32 -03:00
CHANGELOG.md fix incorrect blockHash in evm (#780) 2021-03-18 20:04:29 -07: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
CONTRIBUTING.md Contributor guidelines (#762) 2021-02-02 10:06:15 -05:00
docker-compose.yml fix port assignment for Docker testnet (#432) 2020-08-05 12:39:03 -04:00
Dockerfile add jq (#616) 2020-11-24 13:36:46 -08:00
go.mod build(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#714) 2021-01-13 09:20:00 -03:00
go.sum build(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#714) 2021-01-13 09:20:00 -03:00
gometalinter.json Upgrade geth and cleanup 2018-09-28 17:40:58 -04:00
init.sh faucet: remove module (#678) 2021-01-08 10:25:02 -03:00
LICENSE Initial commit 2018-06-10 14:25:18 +01:00
Makefile stargate: proto files (#679) 2021-01-07 18:45:32 -03: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: