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

refactor(build-script): allow to specify runtime #254

Merged
merged 3 commits into from
May 14, 2021

Conversation

enthusiastmartin
Copy link
Contributor

Description

In build-script-utils , there is runtime name hardcoded to "hydra-dx-runtime". That means, it is only possible to use it with that given runtime.

This PR is making this value configurable so it is possible to use with different runtimes.

In Basilisk, for example - we don't need to have the same utils but could use the crate from hydradx-node repo.

Related Issue

Nope.

Motivation and Context

To be able to use it in Basilisk or even with testing runtime ( when support for this is merged ) - it would be great to have a possibility to specify runtime name for which cargo keys should be generated.

How Has This Been Tested?

Locally.

@mrq1911 mrq1911 merged commit aa5792d into master May 14, 2021
@mrq1911 mrq1911 deleted the refactor/build_utils branch October 6, 2021 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants