792c1ff756 evm: params (#458)
* evm: params

* setup

* bump commit

* fixes

* increase gas usage

* tests

* evm denom param

* more config updates

* update genesis

* update ante handler

* csdb param test

* more tests and fixes

* update statedb.Copy

* lint

* additional test

* fix importer tests

* fix AnteHandler test

* minor update

* revert

* undo gas update

* stringer test

* changelog

* fix csdb index error (#493)

* attempt to fix

* cleanup

* add idx check

* update csdb.Copy

* update default hash

* update querier

* update rpc tests

* fix estimate gas test

Co-authored-by: noot <36753753+noot@users.noreply.github.com>
Co-authored-by: noot <elizabethjbinks@gmail.com>
2020-09-02 15:41:05 -04:00
2020-09-02 15:41:05 -04:00
2020-08-31 12:40:53 -04:00
2020-08-28 11:35:10 -04:00
2020-08-23 17:41:54 -04:00
2020-08-23 17:41:54 -04:00
2020-08-31 12:40:53 -04:00
2020-09-02 15:41:05 -04:00
2020-08-05 11:17:50 -04:00
2020-08-23 17:41:54 -04:00
2020-08-31 12:40:53 -04:00
2020-09-02 15:41:05 -04:00
2020-08-31 12:40:53 -04:00
2020-04-23 11:49:25 -04:00
2019-09-26 11:36:23 -04:00
2020-09-02 15:41:05 -04:00
2020-07-31 17:42:04 -04:00
2020-06-26 18:26:55 -04:00
2020-09-02 15:41:05 -04:00
2018-07-17 11:52:20 -04:00
2020-07-31 17:42:04 -04:00
2020-08-10 14:10:33 -06:00
2018-09-28 17:40:58 -04:00
2020-08-31 12:40:53 -04:00
2018-06-10 14:25:18 +01:00
2020-09-02 15:41:05 -04:00
2020-07-31 17:42:04 -04: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.14+

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:

S
Description
Laconic state machine
Readme
44 MiB
Languages
Go 79.9%
Solidity 6.4%
Python 5.2%
JavaScript 4.8%
Shell 2.1%
Other 1.5%