Update CosmosSDK version to 0.36.0 (#82)

* Update CosmosSDK version to 0.36 LTR

* Added basic EthermintApp run/export test

* Go mod tidy from dependency update

* Update export comments

* Remove confusing comment
This commit is contained in:
Austin Abell
2019-08-15 12:26:40 -04:00
committed by GitHub
parent 5777ead349
commit 82d016ab02
9 changed files with 288 additions and 115 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
emintapp "github.com/cosmos/ethermint/app"
abci "github.com/tendermint/tendermint/abci/types"
dbm "github.com/tendermint/tendermint/libs/db"
dbm "github.com/tendermint/tm-db"
tmlog "github.com/tendermint/tendermint/libs/log"
tmtypes "github.com/tendermint/tendermint/types"
)