Changelog

v4.0.0 - 2025-08-01

What's Changed

Full Changelog: https://github.com/OpenZeppelin/polkadot-runtime-templates/compare/v3.0.0...v4.0.0

Changes

v3.0.0 - 2024-12-20

What's Changed

New Contributors

Full Changelog: https://github.com/OpenZeppelin/polkadot-runtime-templates/compare/v2.0.3...v3.0.0

Changes

v2.0.3 - 2024-10-31

This is a hot fix release that ensures compatibility with both polkadot and ethereum compatibility for our EVM parachain.

What's New:

  • decided to use rococo-local for the zombienet for now, until paseo-local becomes available on polkadot-sdk #352

Changes

v2.0.2 - 2024-10-30

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)

Changes

v2.0.1 - 2024-09-13

This is a hot fix release that improves zombienet compatibility for our evm template. Basically adds these 2 fixes on top of the previous release:

Thanks to @AlexD10S for his contributions.

What's Changed

Full Changelog: https://github.com/OpenZeppelin/polkadot-runtime-templates/compare/v2.0.0...v2.0.1

Changes

v2.0.0 - 2024-08-02

New: EVM Runtime Template

This release is audited by SRLabs, you can find the audit report here.

What's Changed

New Contributors

Full Changelog: https://github.com/OpenZeppelin/polkadot-runtime-templates/compare/v1.0.0...v2.0.0

Changes

v1.0.0 - 2024-04-26

Generic Runtime Template for Polkadot Parachains.

This release is audited by SRLabs, you can find the audit report here

Changes