Skip to content

Releases: OpenZeppelin/polkadot-runtime-templates

OpenZeppelin Polkadot Template v3.0.0 Release Candidate 1

04 Nov 16:55
696a67e
Compare
Choose a tag to compare

What's New (big changes)

  • Using Ethereum compatible accounts for improved UX in polkadot.js by @ozgunozerk and @KitHat
  • Fix zombienet for accountid20 compatibility by @ozgunozerk
  • Fuzz testing integration by @KitHat
  • upgrade to polkadot sdk 2407-1 by @ozgunozerk
  • Use construct runtime v2 by @ozgunozerk
  • Generic asset manager by @KitHat and @ozgunozerk
  • Benchmarks update for release by @KitHat
  • Runtime macros by @4meta5 and @KitHat
  • XCM and Snowbridge integrations by @ozgunozerk and @KitHat :
    • Accepting asset hub as a reserve for bridged assets
    • Accepting asset hub as a reserve for DOT
    • Accepting DOT as execution fee for XCM
    • polkadotXCM pallet installed. XTokens needs to be modified to support this case
    • A pallet to store bridged assets. We recommend pallet assets set up like foreign assets pallet on asset hub

Caution

Note on XCM and Snowbridge integrations:

You may need to drastically change these configurations for your project's needs. These configurations are made with best practices in mind, and may not be 100% complete. Feel free to open an issue if you encounter and hardships related to XCM and Snowbridge integrations in our templates, we would be more than happy to help you address the problem.

All PRs

New Contributors

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

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.