1aa8c7e736
* evm: keeper statedb refactor * keeper: implement stateDB account, balance, nonce and suicide functions * keeper: implement stateDB code and iterator functions * keeper: implement stateDB log and preimage functions * update code to use CommitStateDB * tests updates * journal changes (wip) * cache fields * journal and logs * minor cleanup * evm: state transition refactor * evm: unpack revert errors * evm: update state transition (wip) * evm: remove journal related changes * evm: delete empty account code and storage state * update gas limit * evm: header hash to/from context * evm: minor params and state transition changes * ante: state transition changes * ante: refactor default sig gas consumer * ante: ignore gas costs from ops other than intrinsic gas * ante: CanTransferDecorator * evm: refund gas * update comments * state transition comments * ante: CanTransfer and AccessList decorator tests * evm: cleanup state transition * ignore nonce increment during ante handler on contract creation * fix ante tests * more test fixes |
||
---|---|---|
.github | ||
app | ||
client | ||
cmd/ethermintd | ||
codec | ||
crypto | ||
docs | ||
ethereum/rpc | ||
networks/local | ||
proto/ethermint | ||
scripts | ||
tests | ||
third_party/proto | ||
types | ||
version | ||
x/evm | ||
.clang-format | ||
.gitignore | ||
.golangci.yml | ||
.mergify.yml | ||
buf.yaml | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
codecov.yml | ||
config.yml | ||
CONTRIBUTING.md | ||
docker-compose.yml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
gometalinter.json | ||
init.sh | ||
LICENSE | ||
Makefile | ||
README.md |
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: