Remove gaia (#4347)
Gaia is removed from cosmos-sdk repository. Few changes were required to make sure no packages depend on gaia subpackages. CI config is amended accordingly. Unnecessary targets are removed from Makefile. Simulations run through a lightweight version of gaia renamed to simapp. Closes: #4104
This commit is contained in:
+1
-1
@@ -231,7 +231,7 @@ func (app *BaseApp) initFromMainStore(baseKey *sdk.KVStoreKey) error {
|
||||
app.setConsensusParams(consensusParams)
|
||||
}
|
||||
|
||||
// needed for `gaiad export`, which inits from store but never calls initchain
|
||||
// needed for the export command which inits from store but never calls initchain
|
||||
app.setCheckState(abci.Header{})
|
||||
app.Seal()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user