Skip to content

v2.0.2

Compare
Choose a tag to compare
@ozgunozerk ozgunozerk released this 30 Oct 06:33
· 2 commits to v2 since this release
bf471ae

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 into lib.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)