Skip to content

Commit

Permalink
adjust upgrade and rely on the fork
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown unknown committed Nov 14, 2023
1 parent a2813dc commit a11dc65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
10 changes: 0 additions & 10 deletions app/upgrades/v3/consts.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package v3

import (
store "github.com/cosmos/cosmos-sdk/store/types"
"github.com/cosmos/cosmos-sdk/x/group"
ibcfeetypes "github.com/cosmos/ibc-go/v5/modules/apps/29-fee/types"
"github.com/sge-network/sge/app/upgrades"
)

Expand All @@ -13,11 +10,4 @@ const UpgradeName = "v1.1.2"
var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
CreateUpgradeHandler: CreateUpgradeHandler,
StoreUpgrades: store.StoreUpgrades{
Added: []string{
group.ModuleName,
ibcfeetypes.StoreKey,
},
Deleted: []string{},
},
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ replace (
// use cosmos fork of keyring
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0

github.com/cosmos/cosmos-sdk => ../cosmos-sdk-faulty
github.com/cosmos/cosmos-sdk => github.com/faultytolly/cosmos-sdk v0.0.0-20231113122743-330e571713e8
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.0
// use cosmos-compatible protobufs
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,8 @@ github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
github.com/fatih/structtag v1.2.0 h1:/OdNE99OxoI/PqaW/SuSK9uxxT3f/tcSZgon/ssNSx4=
github.com/fatih/structtag v1.2.0/go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4/aAZl94=
github.com/faultytolly/cosmos-sdk v0.0.0-20231113122743-330e571713e8 h1:EzSXqwZyZUiGYF9lXRweLsNZ23oO75G8uC1gKaFueII=
github.com/faultytolly/cosmos-sdk v0.0.0-20231113122743-330e571713e8/go.mod h1:9MRixWsgoJ2UmVsCRRePtENFPP3cM+gTC5azEpxgllo=
github.com/felixge/httpsnoop v1.0.1 h1:lvB5Jl89CsZtGIWuTcDM1E/vkVs49/Ml7JJe07l8SPQ=
github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/firefart/nonamedreturns v1.0.4 h1:abzI1p7mAEPYuR4A+VLKn4eNDOycjYo2phmY9sfv40Y=
Expand Down

0 comments on commit a11dc65

Please sign in to comment.