Polkadot-Blockchain-Academy / Academy-PoW

PoW blockchain node to gain hands-on experience starting a real network together
The Unlicense
21 stars 42 forks source link

Use `AccountId20` type #20

Closed JoshOrndorff closed 1 year ago

JoshOrndorff commented 1 year ago

This PR switches the chain's native account id type to be AccountId20 which is the same one Moonbeam uses.

This is in preparation for evm support in #9. The evm requires eth-style account ids, and if we can use the same ones in the runtime, then we don't have the make users map them together and handle the corresponding edge cases.

JoshOrndorff commented 1 year ago

Closing this in favor of #26 . if / when unified accounts go in, it should be with frontier of course.