v2.0.2
This is a hot fix release that ensures compatibility with both polkadot and ethereum compatibility for our EVM parachain.
What's New:
- use
Alith
,Baltathar
, etc. (evm compatible 20-byte accounts) in our chain spec - fix chain spec properties for evm compatibility in polkadot ecosystem
- merge
impl_runtime_apis
macro back intolib.rs
, since this is causing metadata problems with polkadot.js (we will inspect this later and try to find a way to separate it back to its own file)
Now, our EVM template works in both polkadot setting (32-bytes) and in EVM setting (20-bytes).
Related PR: use evm compatible accounts, and fix properties for chain spec (#326)