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

fix(node): Unify client to be compatible with all chains #3363

Merged
merged 8 commits into from
Sep 27, 2023

Conversation

breathx
Copy link
Member

@breathx breathx commented Sep 26, 2023

  • dev feature removed everywhere except runtime crates
    IMPORTANT NOTE: All crates including node now work with and test everything using dev runtimes only. dev feature for runtimes is NOT DEFAULT
  • Adjusted logic of loading spec in client (code formatting, legacy removal)
  • Removed staging option of chain selection, as the json as well
  • --dev flag behaviour changed: it now uses vara runtime by default. To keep running on gear pass these flags: --chain gear-dev --tmp --alice
  • release workflow no longer collect gear non-dev runtime as its not used anywhere in production

CLIENT NOW ALWAYS CONTAIN DEV RUNTIMES IN NATIVE MODE.
IT'S FORBIDDEN TO RUN VALIDATOR IN NATIVE MODE SINCE #3360

@breathx breathx added the A0-pleasereview PR is ready to be reviewed by the team label Sep 26, 2023
@breathx breathx merged commit eb8612f into master Sep 27, 2023
10 checks passed
@breathx breathx deleted the dn-make-client-compatible-with-everything branch September 27, 2023 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A0-pleasereview PR is ready to be reviewed by the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants