-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: bump SDK v0.47 #3295
deps: bump SDK v0.47 #3295
Changes from 9 commits
5d0aeca
eb9d753
724d095
1d977a7
aab52a4
0a4ee23
04ba7fb
2b202cc
46df7f0
7dd4de4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package testsuite | ||
|
||
import ( | ||
sdk "github.com/cosmos/cosmos-sdk/types" | ||
abci "github.com/cometbft/cometbft/abci/types" | ||
sdk "github.com/cosmos/cosmos-sdk/types" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also curious about linting/formatting, do you know why this changed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No idea. This was also changed when I run gofumpt... |
||
) | ||
|
||
// ABCIToSDKEvents converts a list of ABCI events to Cosmos SDK events. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ import ( | |
"context" | ||
"sort" | ||
|
||
tmproto "github.com/cometbft/cometbft/proto/tendermint/types" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same question about linting |
||
"github.com/cosmos/cosmos-sdk/client/grpc/tmservice" | ||
govtypesv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1" | ||
govtypesbeta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" | ||
intertxtypes "github.com/cosmos/interchain-accounts/x/inter-tx/types" | ||
"github.com/strangelove-ventures/interchaintest/v7/chain/cosmos" | ||
"github.com/strangelove-ventures/interchaintest/v7/ibc" | ||
tmproto "github.com/cometbft/cometbft/proto/tendermint/types" | ||
|
||
controllertypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/controller/types" | ||
feetypes "github.com/cosmos/ibc-go/v7/modules/apps/29-fee/types" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
were there linting issues here? Just wondering as I didn't run into any issues when setting this variable 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changed when I run gofumpt....