Skip to content

Update needed: polkadot_sdk (polkadot-stable2506-2 -> polkadot-stable2509-1) #1138

@github-actions

Description

@github-actions

A new release has been detected for polkadot_sdk.

Category: repositories
Current version: polkadot-stable2506-2
Latest version: polkadot-stable2509-1

Please review the changelog and update the documentation accordingly.

Outdated Code Snippets

The following code snippets in the documentation need to be updated:

1. ./develop/interoperability/test-and-debug.md:50

Current URL: https://github.com/paritytech/polkadot-sdk/blob/polkadot-stable2506-2/cumulus/xcm/xcm-emulator/src/lib.rs#L361

Latest URL: https://github.com/paritytech/polkadot-sdk/blob/polkadot-stable2509-1/cumulus/xcm/xcm-emulator/src/lib.rs#L361

Code Difference:

- 	(

2. ./develop/interoperability/test-and-debug.md:53

Current URL: https://github.com/paritytech/polkadot-sdk/blob/refs/tags/polkadot-stable2506-2/cumulus/parachains/integration-tests/emulated/chains/relays/westend/src/lib.rs#L27

Latest URL: https://github.com/paritytech/polkadot-sdk/blob/refs/tags/polkadot-stable2509-1/cumulus/parachains/integration-tests/emulated/chains/relays/westend/src/lib.rs#L27

Code Difference:

- decl_test_relay_chains! {
- 	#[api_version(13)]
- 	pub struct Westend {
- 		genesis = genesis::genesis(),
- 		on_init = (),
- 		runtime = westend_runtime,
- 		core = {
- 			SovereignAccountOf: westend_runtime::xcm_config::LocationConverter,
- 		},
- 		pallets = {
- 			XcmPallet: westend_runtime::XcmPallet,
- 			Sudo: westend_runtime::Sudo,
- 			Balances: westend_runtime::Balances,
- 			Treasury: westend_runtime::Treasury,
- 			AssetRate: westend_runtime::AssetRate,
- 			Hrmp: westend_runtime::Hrmp,
- 			Identity: westend_runtime::Identity,
- 			IdentityMigrator: westend_runtime::IdentityMigrator,
- 		}
- 	},
- }
+ decl_test_relay_chains! {
+ 	#[api_version(14)]
+ 	pub struct Westend {
+ 		genesis = genesis::genesis(),
+ 		on_init = (),
+ 		runtime = westend_runtime,
+ 		core = {
+ 			SovereignAccountOf: westend_runtime::xcm_config::LocationConverter,
+ 		},
+ 		pallets = {
+ 			XcmPallet: westend_runtime::XcmPallet,
+ 			Sudo: westend_runtime::Sudo,
+ 			Balances: westend_runtime::Balances,
+ 			Treasury: westend_runtime::Treasury,
+ 			AssetRate: westend_runtime::AssetRate,
+ 			Hrmp: westend_runtime::Hrmp,
+ 			Identity: westend_runtime::Identity,
+ 			IdentityMigrator: westend_runtime::IdentityMigrator,
+ 		}
+ 	},
+ }

3. ./develop/interoperability/test-and-debug.md:56

Current URL: https://github.com/paritytech/polkadot-sdk/blob/polkadot-stable2506-2/cumulus/xcm/xcm-emulator/src/lib.rs#L596

Latest URL: https://github.com/paritytech/polkadot-sdk/blob/polkadot-stable2509-1/cumulus/xcm/xcm-emulator/src/lib.rs#L596

Code Difference:

- 	(
+ 					v.borrow_mut().execute_with(|| {

4. ./develop/interoperability/test-and-debug.md:59

Current URL: https://github.com/paritytech/polkadot-sdk/blob/refs/tags/polkadot-stable2506-2/cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend/src/lib.rs#L33

Latest URL: https://github.com/paritytech/polkadot-sdk/blob/refs/tags/polkadot-stable2509-1/cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend/src/lib.rs#L33

Code Difference:

- decl_test_parachains! {
- 	pub struct AssetHubWestend {
- 		genesis = genesis::genesis(),
- 		on_init = {
- 			asset_hub_westend_runtime::AuraExt::on_initialize(1);
- 		},
- 		runtime = asset_hub_westend_runtime,
- 		core = {
- 			XcmpMessageHandler: asset_hub_westend_runtime::XcmpQueue,
- 			LocationToAccountId: asset_hub_westend_runtime::xcm_config::LocationToAccountId,
- 			ParachainInfo: asset_hub_westend_runtime::ParachainInfo,
- 			MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin,
- 			DigestProvider: (),
- 		},
- 		pallets = {
- 			PolkadotXcm: asset_hub_westend_runtime::PolkadotXcm,
- 			Balances: asset_hub_westend_runtime::Balances,
- 			Assets: asset_hub_westend_runtime::Assets,
- 			ForeignAssets: asset_hub_westend_runtime::ForeignAssets,
- 			PoolAssets: asset_hub_westend_runtime::PoolAssets,
- 			AssetConversion: asset_hub_westend_runtime::AssetConversion,
- 			SnowbridgeSystemFrontend: asset_hub_westend_runtime::SnowbridgeSystemFrontend,
- 			Revive: asset_hub_westend_runtime::Revive,
- 		}
- 	},
- }
+ decl_test_parachains! {
+ 	pub struct AssetHubWestend {
+ 		genesis = genesis::genesis(),
+ 		on_init = {
+ 			asset_hub_westend_runtime::AuraExt::on_initialize(1);
+ 		},
+ 		runtime = asset_hub_westend_runtime,
+ 		core = {
+ 			XcmpMessageHandler: asset_hub_westend_runtime::XcmpQueue,
+ 			LocationToAccountId: asset_hub_westend_runtime::xcm_config::LocationToAccountId,
+ 			ParachainInfo: asset_hub_westend_runtime::ParachainInfo,
+ 			MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin,
+ 			DigestProvider: (),
+ 			AdditionalInherentCode: (),
+ 		},
+ 		pallets = {
+ 			PolkadotXcm: asset_hub_westend_runtime::PolkadotXcm,
+ 			Balances: asset_hub_westend_runtime::Balances,
+ 			Assets: asset_hub_westend_runtime::Assets,
+ 			ForeignAssets: asset_hub_westend_runtime::ForeignAssets,
+ 			PoolAssets: asset_hub_westend_runtime::PoolAssets,
+ 			AssetConversion: asset_hub_westend_runtime::AssetConversion,
+ 			SnowbridgeSystemFrontend: asset_hub_westend_runtime::SnowbridgeSystemFrontend,
+ 			Revive: asset_hub_westend_runtime::Revive,
+ 		}
+ 	},

5. ./develop/interoperability/test-and-debug.md:62

Current URL: https://github.com/paritytech/polkadot-sdk/blob/polkadot-stable2506-2/cumulus/xcm/xcm-emulator/src/lib.rs#L1221

Latest URL: https://github.com/paritytech/polkadot-sdk/blob/polkadot-stable2509-1/cumulus/xcm/xcm-emulator/src/lib.rs#L1221

Code Difference:

- #[macro_export]
+ 							parent_head: parent_head_data.clone(),

6. ./develop/interoperability/test-and-debug.md:68

Current URL: https://github.com/paritytech/polkadot-sdk/blob/polkadot-stable2506-2/cumulus/xcm/xcm-emulator/src/lib.rs#L958

Latest URL: https://github.com/paritytech/polkadot-sdk/blob/polkadot-stable2509-1/cumulus/xcm/xcm-emulator/src/lib.rs#L958

Code Difference:

- 	(
+ 						// clean events

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions