From 4902fe6bed9b3a9723695f2e5ce39821e12daf19 Mon Sep 17 00:00:00 2001 From: alindima Date: Wed, 21 Feb 2024 09:12:07 +0200 Subject: [PATCH] update changelog and test api version --- CHANGELOG.md | 2 +- integration-tests/emulated/chains/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee02eb1fd2..dfaebaee7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - MMR leaves generated by `pallet_mmr` point to the next-authority-set of the current block instead of the prior block [polkadot-fellows/runtimes#169](https://github.com/polkadot-fellows/runtimes/pull/169) - Upgrade dependencies to the `polkadot-sdk@1.5.0` release ([polkadot-fellows/runtimes#137](https://github.com/polkadot-fellows/runtimes/pull/137)) - Deprecate the `xcm::body::TREASURER_INDEX` constant and use the standard `Treasury` variant from the `xcm::BodyId` type instead ([polkadot-fellows/runtimes#149](https://github.com/polkadot-fellows/runtimes/pull/149)) -- Upgrade parachains runtime API from v8 to v9 in Kusama +- Upgrade parachains runtime API from v8 to v9 in Kusama https://github.com/polkadot-fellows/runtimes/pull/194 ### Removed diff --git a/integration-tests/emulated/chains/src/lib.rs b/integration-tests/emulated/chains/src/lib.rs index a4e6f3eed7..d56d2b190e 100644 --- a/integration-tests/emulated/chains/src/lib.rs +++ b/integration-tests/emulated/chains/src/lib.rs @@ -56,7 +56,7 @@ decl_test_relay_chains! { Hrmp: polkadot_runtime::Hrmp, } }, - #[api_version(8)] + #[api_version(9)] pub struct Kusama { genesis = kusama::genesis(), on_init = (),