Files
pezkuwi-runtime-templates/CHANGELOG.md
T
Özgün Özerk 30930edda5 merge v1 into main (#175)
* Add zombienet config to release (#158)

* Cleanup docs for the release (#160)

* Updated documentation to version 1.7.0
* Updated broken links

* updated docs to v1.10 (#166)

* updated dependencies to v1.10.0 (#165)

* Fixed weights for non-XCM related pallets (#149)

* add remove proxies to filter (#146)

* Fix weights for XCM and Message Queue.  (#153)

* Fix for PriceForSiblingDelivery (#156)

* Fix the FeeManager setting (#159)

* better explanation for constants (#167)

* better explanation for constants

* Removed polkadot launch (#169)

* Removed warnings about experimental code. (#170)

* Attached audit.

* toml sort

* changelog and version bump (#174)

* changelog and version bump

* cargo fmt fix

---------

Co-authored-by: Nikita Khateev <nikita.khateev@openzeppelin.com>
Co-authored-by: Amar Singh <asinghchrony@protonmail.com>
2024-04-29 12:06:24 +04:00

2.0 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Released]

[1.0.0] - 2024-04-25

Added

  • Audit report (#170)
  • Upgraded from v1.7.0 to v1.10.0 (#165)
  • Upgraded docs to v1.10.0 (#166)

Fixed

  • removed polkadot launch (#169)
  • explanation for runtime constants (#167)
  • proxy filters (#146)
  • weights for non-XCM related pallets (#149)

[Unreleased]

[0.1.2] - 2024-02-20

Added

  • Upgraded from v1.6.0 to v1.7.0 (#114)
  • Created documentation for generic runtime template (#61)
  • Added test for detecting changes in runtime constants (#31)
  • Tested and added guidelines about connecting to relay chain (#84)
  • Integrated fuzzer (#14)
  • Added documentation for pallet assets (#106)

Fixed

  • Filtered out anonymous proxy calls due to known bug (#12)
  • Removed 0 weights from runtime (#104)
  • Various optimizations to CI (#112), (#117), and (#120)

[0.1.1] - 2024-02-01

Added

  • Upgraded polkadot-sdk dependencies from polkadotv1.3.0 -> polkadotv1.6.0 (#96)

[0.1.0] - 2023-12-21

Added

  • Fork cumulus parachain template (#11)
  • Configured pallet-multisig (#13)
  • Configured pallet-proxy (#20)
  • Configured pallet-utility (#36)
  • Integration tests (#24)
  • Set up Docs (#51)
  • Docs for pallet-proxy (#57)
  • Docs for aura-ext (#59)
  • Docs for parachain-system (#63)
  • Docs for collator-selection (#63)
  • Docs for pallet-multisig (#64)
  • Docs for pallet-transaction-payment (#53)
  • Docs for pallet-message-queue (#58)
  • Docs for weights & fees (#66)
  • Docs for xcmp-queue (#73)
  • Docs for balances (#72)
  • Docs for xcm-executor (#77)
  • Docs for pallet-xcm (#76)

Fixed

  • Fix runtime build (#40)
  • Add pallet index to multisig (#45)
  • Update LICENSE (#50)
  • Fix CI to verify runtime builds (#46)
  • Don't run Rust CI on Doc Changes (#54)