Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Dec 8, 2022
1 parent e20e901 commit 666a54d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ require (
)

replace (
// temporarily until tagging new api
cosmossdk.io/api => ./api

github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
// dgrijalva/jwt-go is deprecated and doesn't receive security updates.
// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
Expand Down
2 changes: 1 addition & 1 deletion runtime/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func (a *App) DefaultGenesis() map[string]json.RawMessage {
return a.basicManager.DefaultGenesis(a.cdc)
}

// GetStoreKeys returns all the keys stored store keys.
// GetStoreKeys returns all the stored store keys.
func (a *App) GetStoreKeys() []storetypes.StoreKey {
return a.storeKeys
}
Expand Down
3 changes: 0 additions & 3 deletions simapp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ require (
)

replace (
// temporarily until tagging new api
cosmossdk.io/api => ../api

github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
// Simapp always use the latest version of the cosmos-sdk
github.com/cosmos/cosmos-sdk => ../.
Expand Down
3 changes: 0 additions & 3 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ require (
)

replace (
// temporarily until tagging new api
cosmossdk.io/api => ../api

// We always want to test against the latest version of the simapp.
cosmossdk.io/simapp => ../simapp
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
Expand Down

0 comments on commit 666a54d

Please sign in to comment.