Skip to content

Commit

Permalink
update juno version
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaCat committed Jan 22, 2024
1 parent ee07c90 commit 42e733c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- chains/*/*
- cosmos/*/*

jobs:
docker:
Expand Down
4 changes: 3 additions & 1 deletion cmd/migrate/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ import (
"github.com/spf13/cobra"

v3 "github.com/forbole/bdjuno/v4/cmd/migrate/v3"
msgexec "github.com/forbole/juno/v5/cmd/migrate/msgexec"
)

type Migrator func(parseCfg *parsecmdtypes.Config) error

var (
migrations = map[string]Migrator{
"v3": v3.RunMigration,
"v3": v3.RunMigration,
"msgexec": msgexec.RunMigration,
}
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
cosmossdk.io/math v1.0.1
github.com/cometbft/cometbft v0.38.2
github.com/cosmos/cosmos-sdk v0.46.15
github.com/forbole/juno/v5 v5.0.0-20240102102059-0f91fef36cd5
github.com/forbole/juno/v5 v5.0.0-20240122030740-ff70a0986699
github.com/go-co-op/gocron v1.18.0
github.com/gogo/protobuf v1.3.3
github.com/ingenuity-build/quicksilver v1.2.17
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ github.com/felixge/httpsnoop v1.0.2/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSw
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5/go.mod h1:VvhXpOYNQvB+uIk2RvXzuaQtkQJzzIx6lSBe1xv7hi0=
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4/go.mod h1:T9YF2M40nIgbVgp3rreNmTged+9HrbNTIQf1PsaIiTA=
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
github.com/forbole/juno/v5 v5.0.0-20240102102059-0f91fef36cd5 h1:4Okd/hOoNPMTHhYVOdW8XT4JdHfh3Zgq/g2wfH4bZew=
github.com/forbole/juno/v5 v5.0.0-20240102102059-0f91fef36cd5/go.mod h1:TBjOe1sr3EGNfhod7vnuZ9hvUj1qc/RnMPH8nZTB9NE=
github.com/forbole/juno/v5 v5.0.0-20240122030740-ff70a0986699 h1:H+J0NmMMRLhgTE/08YKDhXjVhUDS8XjM9z4O7pmcahI=
github.com/forbole/juno/v5 v5.0.0-20240122030740-ff70a0986699/go.mod h1:TBjOe1sr3EGNfhod7vnuZ9hvUj1qc/RnMPH8nZTB9NE=
github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=
github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4=
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8/go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20=
Expand Down

0 comments on commit 42e733c

Please sign in to comment.