Skip to content
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

refactor: revert auth extraction #21507

Merged
merged 18 commits into from
Sep 3, 2024
Prev Previous commit
Next Next commit
++
tac0turtle committed Sep 3, 2024
commit 67abf4c2a02bd99b9273495cf4738fa1d97d7d2f
1 change: 0 additions & 1 deletion tests/integration/gov/common_test.go
Original file line number Diff line number Diff line change
@@ -22,7 +22,6 @@ import (
_ "cosmossdk.io/x/staking"
stakingtypes "cosmossdk.io/x/staking/types"
_ "github.com/cosmos/cosmos-sdk/x/auth"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"

"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
1 change: 0 additions & 1 deletion tests/integration/types/pagination_test.go
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ import (
"cosmossdk.io/x/bank/types"
_ "cosmossdk.io/x/consensus"
_ "github.com/cosmos/cosmos-sdk/x/auth"
authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper"

"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/codec"