File tree 4 files changed +4
-34
lines changed
4 files changed +4
-34
lines changed Original file line number Diff line number Diff line change 61
61
# Ensure the union network commits more than one block
62
62
union.wait_until_succeeds('[[ $(curl "http://localhost:26657/block" --fail --silent | ${ pkgs . lib . meta . getExe pkgs . jq } ".result.block.header.height | tonumber > 1") == "true" ]]')
63
63
64
- ${ upgradeTo "v0.21.0" 10 }
64
+ # ${ upgradeTo "v0.21.0" 10 }
65
65
'' ;
66
66
67
67
nodes = {
85
85
print(union.succeed("docker exec devnet-union-minimal-union-minimal-0-1 ${ unionvisorBin } -l off --root ./.unionvisor call --bundle ${ bundle } -- query tokenfactory denom-authority-metadata factory/union1qp4uzhet2sd9mrs46kemse5dt9ncz4k3hjst5m/bazinga --output json | ${ pkgs . lib . meta . getExe pkgs . jq } '.'"))
86
86
union.succeed("[[ $(docker exec devnet-union-minimal-union-minimal-0-1 ${ unionvisorBin } -l off --root ./.unionvisor call --bundle ${ bundle } -- query tokenfactory denom-authority-metadata factory/union1qp4uzhet2sd9mrs46kemse5dt9ncz4k3hjst5m/bazinga --output json | ${ pkgs . lib . meta . getExe pkgs . jq } '.authority_metadata.admin == \"union1qp4uzhet2sd9mrs46kemse5dt9ncz4k3hjst5m\"') == true ]]")
87
87
88
- ${ upgradeTo "v0.21.0" 10 }
89
- union.succeed("[[ $(docker exec devnet-union-minimal-union-minimal-0-1 ${ unionvisorBin } -l off --root ./.unionvisor call --bundle ${ bundle } -- query tokenfactory denom-authority-metadata factory/union1qp4uzhet2sd9mrs46kemse5dt9ncz4k3hjst5m/bazinga --output json | ${ pkgs . lib . meta . getExe pkgs . jq } '.authority_metadata.admin == \"union1qp4uzhet2sd9mrs46kemse5dt9ncz4k3hjst5m\"') == true ]]")
88
+ # ${ upgradeTo "v0.21.0" 10 }
89
+ # union.succeed("[[ $(docker exec devnet-union-minimal-union-minimal-0-1 ${ unionvisorBin } -l off --root ./.unionvisor call --bundle ${ bundle } -- query tokenfactory denom-authority-metadata factory/union1qp4uzhet2sd9mrs46kemse5dt9ncz4k3hjst5m/bazinga --output json | ${ pkgs . lib . meta . getExe pkgs . jq } '.authority_metadata.admin == \"union1qp4uzhet2sd9mrs46kemse5dt9ncz4k3hjst5m\"') == true ]]")
90
90
'' ;
91
91
92
92
nodes = {
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ package app
3
3
import (
4
4
"fmt"
5
5
"union/app/upgrades"
6
- "union/app/upgrades/v0_21_0"
7
6
8
7
upgradetypes "cosmossdk.io/x/upgrade/types"
9
8
)
10
9
11
- var Upgrades = []upgrades.Upgrade {v0_21_0 . Upgrade }
10
+ var Upgrades = []upgrades.Upgrade {}
12
11
13
12
// configure store loader that checks if version == upgradeHeight and applies store upgrades
14
13
func (app * UnionApp ) setupUpgradeStoreLoaders () {
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments