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
The three dependent projects are
Remove code in raiden-common which is used by none of these.
The text was updated successfully, but these errors were encountered:
Some code to make it easier to see what is actually used in the dependent projects:
#!/bin/sh findimports -n ~/raiden-services/src | grep '^ raiden_common[.]' | sort -u > services.imports findimports -n ~/scenario-player/scenario_player | grep '^ raiden_common[.]' | sort -u > sp.imports findimports -n ~/explorer/backend/metrics_backend | grep '^ raiden_common[.]' | sort -u > explorer.imports cat *.imports | sort | uniq > all.txt
Sorry, something went wrong.
No branches or pull requests
The three dependent projects are
Remove code in raiden-common which is used by none of these.
The text was updated successfully, but these errors were encountered: