-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
nothing should depend on anything in the examples directory! #715
Comments
|
@adrianbrink can you provide some updates on this? What is remaining? |
The I don't think we should remove this reliance. If/When we refactor the light-client we should keep this reliance in mind though. |
@rigelrozanski What do you think? |
Nah we need to remove this dependancy - we really need a way for modules (and apparently lcd) to create their own applications on the fly - this should be a part of the mock application. If you don't have the capacity to tackle this issue now that's fine - but we need to leave it open until this is able to get resolved |
^ more over - There are a number of app tests in the examples directory and gaia which should actually not be in the application directory but in a specific module directories (if we were to do this right now that would introduce a bunch more dependancies on basecoin) - it's all connected man |
Nothing outside examples imports examples anymore |
There is one last dependancy on the |
https://github.com/cosmos/cosmos-sdk/blob/cd91b8385433371bbddc8b0e2f8eae75a3634790/client/lcd/lcd_test.go#L33
This is part of client refactor I guess
The text was updated successfully, but these errors were encountered: