This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Description
Currently using default AnteHandler for functional node, but the AnteHandler to handle Ethereum or SDK txs should be integrated and updated. This ante handler is used in testing the import blocks, but the signature verification isn't recognized with the base Cosmos SDK tendermint node because it is coded to only allow for secp256k1 signatures. This needs to be connected to the app to handle Ethereum txs through the Ethermint daemon and use compliant Ethereum signatures.