Skip to content

Commit

Permalink
feat: Upgrade compiler to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarrow committed Jan 4, 2024
1 parent 0e5c7ec commit 490bbcc
Show file tree
Hide file tree
Showing 5 changed files with 1,167 additions and 340 deletions.
4 changes: 2 additions & 2 deletions generator/genesis/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import (
"code.vegaprotocol.io/vegacapsule/utils"

"github.com/Masterminds/sprig"
tmjson "github.com/cometbft/cometbft/libs/json"
tmtypes "github.com/cometbft/cometbft/types"
"github.com/imdario/mergo"
tmjson "github.com/tendermint/tendermint/libs/json"
tmtypes "github.com/tendermint/tendermint/types"
)

type updateGenesisOutput struct {
Expand Down
8 changes: 4 additions & 4 deletions generator/tendermint/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import (
"code.vegaprotocol.io/vegacapsule/types"
"code.vegaprotocol.io/vegacapsule/utils"

tmconfig "github.com/tendermint/tendermint/config"
tmp2p "github.com/tendermint/tendermint/p2p"
"github.com/tendermint/tendermint/privval"
tmtypes "github.com/tendermint/tendermint/types"
tmconfig "github.com/cometbft/cometbft/config"
tmp2p "github.com/cometbft/cometbft/p2p"
"github.com/cometbft/cometbft/privval"
tmtypes "github.com/cometbft/cometbft/types"
)

const (
Expand Down
Loading

0 comments on commit 490bbcc

Please sign in to comment.