Skip to content

Commit

Permalink
rename release
Browse files Browse the repository at this point in the history
  • Loading branch information
shrenujb committed Sep 27, 2024
1 parent 4080ce3 commit 84da536
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v_7_1_0
package v_8_0_0

import (
store "cosmossdk.io/store/types"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v_7_1_0
package v_8_0_0

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package v_7_1_0_test
//go:build all || container_test

package v_8_0_0_test

import (
"testing"

v_7_1_0 "github.com/dydxprotocol/v4-chain/protocol/app/upgrades/v7.1.0"
v_8_0_0 "github.com/dydxprotocol/v4-chain/protocol/app/upgrades/v7.1.0"
listingtypes "github.com/dydxprotocol/v4-chain/protocol/x/listing/types"

"github.com/cosmos/gogoproto/proto"
Expand Down Expand Up @@ -31,7 +33,7 @@ func TestStateUpgrade(t *testing.T) {
preUpgradeSetups(node, t)
preUpgradeChecks(node, t)

err = containertest.UpgradeTestnet(nodeAddress, t, node, v_7_1_0.UpgradeName)
err = containertest.UpgradeTestnet(nodeAddress, t, node, v_8_0_0.UpgradeName)
require.NoError(t, err)

postUpgradeChecks(node, t)
Expand Down

0 comments on commit 84da536

Please sign in to comment.