Skip to content

Commit

Permalink
Merge pull request #104 from PeggyJV/zaki/gravity_v0.3.5
Browse files Browse the repository at this point in the history
Update to gravity 0.3.5
  • Loading branch information
zmanian committed Jan 24, 2022
2 parents b9ff3a3 + 7f503b5 commit 6ffced0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ import (

const appName = "SommelierApp"

// These variables are commentted out to support future upgrades of the gravity module.

// const upgradeName = "CabernetFranc"
// const newGravityContractAddress = "0x0000000000000000000000000000000000000000"
// const newGravityContractDeployHeight = 1000
Expand Down Expand Up @@ -488,7 +490,7 @@ func NewSommelierApp(
app.SetAnteHandler(anteHandler)
app.SetEndBlocker(app.EndBlocker)

// Setup an upgrade handler if doing an upgrade module upgrade
// Setup an upgrade handler if doing an upgrade module upgrade. Validate any upgrade hander against https://github.com/cosmos/cosmos-sdk/blob/master/docs/core/upgrade.md
// app.UpgradeKeeper.SetUpgradeHandler(
// upgradeName,
// func(ctx sdk.Context, _ upgradetypes.Plan, vm module.VersionMap) (module.VersionMap, error) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/miguelmota/go-ethereum-hdwallet v0.1.1
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/ory/dockertest/v3 v3.7.0
github.com/peggyjv/gravity-bridge/module v0.3.3
github.com/peggyjv/gravity-bridge/module v0.3.5
github.com/rakyll/statik v0.1.7
github.com/regen-network/cosmos-proto v0.3.1
github.com/spf13/cast v1.4.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,8 @@ github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222/go.mod h1:VyrYX9gd7ir
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
github.com/peggyjv/gravity-bridge/module v0.3.3 h1:2FDbW4QOkcSSoJiKMXLHajK9QBceV6yiQtnolYwo600=
github.com/peggyjv/gravity-bridge/module v0.3.3/go.mod h1:IFm0SoZGHzA8c6NH3YyRSl2sGT7qdxY+DimCrP2+J+4=
github.com/peggyjv/gravity-bridge/module v0.3.5 h1:N7JZDFwGgLmNEP6pVceyIBPi+LlzfunbABtvJAJIn3M=
github.com/peggyjv/gravity-bridge/module v0.3.5/go.mod h1:IFm0SoZGHzA8c6NH3YyRSl2sGT7qdxY+DimCrP2+J+4=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
github.com/pelletier/go-toml v1.9.4 h1:tjENF6MfZAg8e4ZmZTeWaWiT2vXtsoO6+iuOjFhECwM=
Expand Down

0 comments on commit 6ffced0

Please sign in to comment.