File tree Expand file tree Collapse file tree 6 files changed +10
-7
lines changed
Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -158,3 +158,4 @@ jobs:
158158 - name : Check for successful migration
159159 run : |
160160 ./contrib/scripts/upgrade_test_scripts/v11/test_migration_v11.sh localhost
161+ if : env.GIT_DIFF
Original file line number Diff line number Diff line change 77 "os"
88 "path/filepath"
99
10- "github.com/cosmos/gaia/v10 /app/params"
10+ "github.com/cosmos/gaia/v11 /app/params"
1111
1212 autocliv1 "cosmossdk.io/api/cosmos/autocli/v1"
1313 reflectionv1 "cosmossdk.io/api/cosmos/reflection/v1"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package gaia
33import (
44 "encoding/json"
55
6- "github.com/cosmos/gaia/v10 /app/params"
6+ "github.com/cosmos/gaia/v11 /app/params"
77)
88
99// The genesis state of the blockchain is represented here as a map of raw json
Original file line number Diff line number Diff line change 88 "os"
99 "time"
1010
11- "github.com/cosmos/gaia/v10 /app/params"
11+ "github.com/cosmos/gaia/v11 /app/params"
1212
1313 "cosmossdk.io/math"
1414
Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ import (
88 "github.com/cosmos/cosmos-sdk/server"
99 simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims"
1010 simcli "github.com/cosmos/cosmos-sdk/x/simulation/client/cli"
11- gaia "github.com/cosmos/gaia/v10/app"
1211 "github.com/stretchr/testify/require"
1312
13+ gaia "github.com/cosmos/gaia/v11/app"
14+
1415 simulation2 "github.com/cosmos/cosmos-sdk/types/simulation"
1516 "github.com/cosmos/cosmos-sdk/x/simulation"
16- "github.com/cosmos/gaia/v10/app/sim"
17+
18+ "github.com/cosmos/gaia/v11/app/sim"
1719)
1820
1921// Profile with:
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ package ante
2727// paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
2828// stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
2929//
30- // "github.com/cosmos/gaia/v10 /x/globalfee"
31- // "github.com/cosmos/gaia/v10 /x/globalfee/types"
30+ // "github.com/cosmos/gaia/v11 /x/globalfee"
31+ // "github.com/cosmos/gaia/v11 /x/globalfee/types"
3232//)
3333//
3434//// FeeWithBypassDecorator checks if the transaction's fee is at least as large
You can’t perform that action at this time.
0 commit comments