We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SDK top-level packages and types should not depend on x/ packages.
x/
Currently github.com/cosmos/cosmos-sdk/types/module/simulation.go imports github.com/cosmos/cosmos-sdk/x/simulation.
github.com/cosmos/cosmos-sdk/types/module/simulation.go
github.com/cosmos/cosmos-sdk/x/simulation
The text was updated successfully, but these errors were encountered:
Remove dependency of types/module package on x/simulation (#5835)
49102b1
Closes: #5724
Remove dependency of types/module package on x/simulation (cosmos#5835)
658cd7e
Closes: cosmos#5724
jgimeno
Successfully merging a pull request may close this issue.
SDK top-level packages and types should not depend on
x/
packages.Currently
github.com/cosmos/cosmos-sdk/types/module/simulation.go
importsgit.luolix.top/cosmos/cosmos-sdk/x/simulation
.For Admin Use
The text was updated successfully, but these errors were encountered: