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

Centralize all dependecies in hyperspace directory #7

Open
sylvaincormier opened this issue Mar 24, 2021 · 0 comments
Open

Centralize all dependecies in hyperspace directory #7

sylvaincormier opened this issue Mar 24, 2021 · 0 comments
Assignees

Comments

@sylvaincormier
Copy link
Contributor

Customizing our own version of substrate is harder if the code resides in other repositories.
ex:

sc-cli        = { git = "https://github.com/new-mvs/substrate", branch = "latest" }

or

sc-client-api       = { git = "https://github.com/darwinia-network/substrate.git", branch = "common-library" }

especially when its a specific version like:

source = "git+https://github.com/new-mvs/merkle-mountain-range.git#6ab7d95f407aa345e8f7fd6681a127609ad50e5a"

Why can't everything be contained locally like:

hyperspace-claims                     = { default-features = false, path = "../../../../frame/claims" }
@sylvaincormier sylvaincormier changed the title Include dependecies in hyperspace directory Include all dependecies in hyperspace directory Mar 24, 2021
@sylvaincormier sylvaincormier changed the title Include all dependecies in hyperspace directory Centralize all dependecies in hyperspace directory Mar 24, 2021
@inodelisia inodelisia self-assigned this Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants