cosmos / ethermint-archive

Ethereum on Tendermint using Cosmos-SDK!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement ABCI Interface

alexanderbez opened this issue · comments

Building upon the existing Ethermint application, implement the initial ABCI interface along side any necessary keepers and mappers.

Note from #451, implement unit tests for ante handlers.

Will work on ante-handler tests

Should we break this up into a couple of issues?

The only thing i can imagine being a seperate issue is implementing the handler for regular Ethereum transactions. Everything else should be trivial

I think that might help to break up the PR a bit too. I've gone ahead and done that. Thanks @AdityaSripal

@AdityaSripal I assigned #462 to you :-)

I'll update this issue with what I think actually needs to be done.