polkadot-runtime-template
polkadot-runtime-template copied to clipboard
use evm compatible accounts, and fix properties for chain spec
Same as #324 but the name of the old branch caused compatibility issues for our docs
Partially addresses #319 for v2 branch.
Progress:
- uses
Alith, Baltathar, etc.for the accounts -
chainTypeis notEthereuminstead ofSubstrateof our evm template
Remaining problem:
- when navigated into
Accountsin polkadot js, we still have incompatible account types:
Notes:
- didn't change collator accounts to their
ethvariant, due to preserve the ease of running a node with--alicecommand. Turns out--aliceis 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 toAlithfor 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