Cosmos SDK version update (#60)

* Wip converting to updated Cosmos SDK version

* Fixed test failures from updating SDK

* cleaned and verified changes

* Wip converting to updated Cosmos SDK version

* Fixed test failures from updating SDK

* cleaned and verified changes

* wip - updating to version 0.36.0

* Switched supply keeper to dummy for testing

* Formatting fixes

* Changed relative dependency of cosmos SDK to specific commit
This commit is contained in:
Austin Abell
2019-07-04 15:46:54 -04:00
committed by GitHub
parent 69333ec1b3
commit a6d21e651e
8 changed files with 272 additions and 181 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ var _ auth.Account = (*Account)(nil)
const (
// DenomDefault defines the single coin type/denomination supported in
// Ethermint.
DenomDefault = "Photon"
DenomDefault = "photon"
)
// ----------------------------------------------------------------------------