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

Load system properties/chain name from genesis #865

Closed
2 of 3 tasks
edwardmack opened this issue May 18, 2020 · 0 comments · Fixed by #1394
Closed
2 of 3 tasks

Load system properties/chain name from genesis #865

edwardmack opened this issue May 18, 2020 · 0 comments · Fixed by #1394
Assignees

Comments

@edwardmack
Copy link
Member

edwardmack commented May 18, 2020

Expected Behavior

Get system properties related to chain from genesis definition:

  • For RPC call system_chain get the chain's type. Given as a string identifier.
  • For RPC call system_properties Get a custom set of properties as a JSON object, defined in the chain spec.

Current Behavior

  • Currently gets system_chain from Global config value Name
  • Currently treats system_properties as empty result.

Possible Solution

Checklist

  • I have read CONTRIBUTING and CODE_OF_CONDUCT
  • I have provided as much information as possible and necessary
  • I am planning to submit a pull request to fix this issue myself
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

Successfully merging a pull request may close this issue.

3 participants