Skip to content

Commit

Permalink
Merge branch 'main' into reece/v17-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Aug 7, 2023
2 parents 54ff5f0 + 5cca8c5 commit c036fde
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
- master
- main
pull_request:
paths:
- '**.go'

permissions:
contents: read
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/interchaintest-E2E.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: ictest E2E

on:
pull_request:
push:
tags:
- '**'
branches:
- '**'
paths:
- '**.yml'
- '**.go'
- '**.mod'
- '**.sum'
- 'main'
- 'master'

permissions:
contents: read
packages: write

env:
REGISTRY: ghcr.io
Expand Down
3 changes: 2 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,9 @@ func (app *App) setupUpgradeStoreLoaders() {

for _, upgrade := range Upgrades {
if upgradeInfo.Name == upgrade.UpgradeName {
storeUpgrades := upgrade.StoreUpgrades
app.SetStoreLoader(
upgradetypes.UpgradeStoreLoader(upgradeInfo.Height, &upgrade.StoreUpgrades),
upgradetypes.UpgradeStoreLoader(upgradeInfo.Height, &storeUpgrades),
)
}
}
Expand Down

0 comments on commit c036fde

Please sign in to comment.