Skip to content

Releases: OpenZeppelin/polkadot-runtime-templates

v3.0.0

20 Dec 18:05
591b458
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0-rc2...v3.0.0

OpenZeppelin Polkadot Template v3.0.0 Release Candidate 2

04 Nov 16:55
f50de6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0-rc1...v3.0.0-rc2

v2.0.3

31 Oct 14:51
2aa7e0c
Compare
Choose a tag to compare

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

v2.0.2

30 Oct 06:33
bf471ae
Compare
Choose a tag to compare

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)

v2.0.1

13 Sep 10:06
9e76661
Compare
Choose a tag to compare

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: v2.0.0...v2.0.1

v2.0.0

02 Aug 09:12
b9e3640
Compare
Choose a tag to compare

New: EVM Runtime Template

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

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.0.0

Internal Release For The Second Security Audit

28 Jun 14:28
be0abb6
Compare
Choose a tag to compare

Warning

Do not use in production. This has unaudited changes!

v1.0.0

26 Apr 07:17
12480e3
Compare
Choose a tag to compare

Generic Runtime Template for Polkadot Parachains.

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

Internal Release For Security Audit

21 Feb 11:00
c9a2c76
Compare
Choose a tag to compare
Pre-release

This release is not meant for public use!
Do not use it in production!

This release is generated for audit purposes.