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

use evm compatible accounts, and fix properties for chain spec #324

Closed
wants to merge 1 commit into from

Conversation

ozgunozerk
Copy link
Collaborator

Partially addresses #319 for v2 branch.

Progress:

  • uses Alith, Baltathar, etc. for the accounts
  • chainType is not Ethereum instead of Substrate of our evm template
    image

Remaining problem:

  • when navigated into Accounts in polkadot js, we still have incompatible account types:
    image

Notes:

  • didn't change collator accounts to their eth variant, due to preserve the ease of running a node with --alice command. Turns out --alice is not an alias for --name alice --validator, but it also sets the respective key for the node with --node-key <ALICE'S KEY>. If I'm to change the collators to Alith for example, we have to:
    • figure out the key
    • explain these details in our guides
    • complicate the process a bit
  • don't know why we still get the error above. However, the block production works.
  • we may need a follow up PR to fix the error above, submitting this one also for sharing ideas and collaboration with R0gue team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants