File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
contrib/scripts/upgrade_test_scripts Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ start-localnet-ci: build
356
356
./build/gaiad genesis gentx val 1000000000stake --home ~ /.gaiad-liveness --chain-id liveness --keyring-backend test
357
357
./build/gaiad genesis collect-gentxs --home ~ /.gaiad-liveness
358
358
sed -i.bak' ' ' s/minimum-gas-prices = ""/minimum-gas-prices = "0uatom"/' ~ /.gaiad-liveness/config/app.toml
359
- ./build/gaiad start --home ~ /.gaiad-liveness --x-crisis-skip-assert-invariants
359
+ ./build/gaiad start --home ~ /.gaiad-liveness
360
360
361
361
.PHONY : start-localnet-ci
362
362
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ func TestAppStateDeterminism(t *testing.T) {
54
54
config := sim .NewConfigFromFlags ()
55
55
config .InitialBlockHeight = 1
56
56
config .ExportParamsPath = ""
57
+ config .OnOperation = false //nolint:staticcheck
58
+ config .AllInvariants = false //nolint:staticcheck
57
59
config .ChainID = AppChainID
58
60
59
61
numSeeds := 3
Original file line number Diff line number Diff line change @@ -109,4 +109,4 @@ enable = true/g' $NODE_HOME/config/app.toml
109
109
pwd
110
110
ls $NODE_HOME
111
111
112
- $COSMOVISOR run start --home $NODE_HOME --x-crisis-skip-assert-invariants > log.out 2>&1 &
112
+ $COSMOVISOR run start --home $NODE_HOME > log.out 2>&1 &
You can’t perform that action at this time.
0 commit comments