You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Cosmos SDK depends heavily on x/auth, for v0.52 the team has decided not to extract auth in its own go.mod (as auth depends on the SDK and the SDK on auth).
Instead, cosmossdk.io/x/auth will exist again as github.com/cosmos/cosmos-sdk/x/auth.
This will be the only not extracted module (-- maybe bring back params as well, as it is deprecated?).
The Cosmos SDK has for goal to allow a chain to only start with x/accounts, an alternative to x/auth.
The Cosmos SDK depends heavily on x/auth, for v0.52 the team has decided not to extract auth in its own go.mod (as auth depends on the SDK and the SDK on auth).
Instead,
cosmossdk.io/x/auth
will exist again asgit.luolix.top/cosmos/cosmos-sdk/x/auth
.This will be the only not extracted module (-- maybe bring back params as well, as it is deprecated?).
The Cosmos SDK has for goal to allow a chain to only start with x/accounts, an alternative to x/auth.
Tasks
The text was updated successfully, but these errors were encountered: