Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crates broker backport #4694

Merged

Conversation

seadanda
Copy link
Contributor

@seadanda seadanda commented Jun 4, 2024

Related to #4521 and #4656

This allows a release of the Broker pallet so the new price adapter can be tested on Kusama ASAP (polkadot-fellows/runtimes#334).

@seadanda seadanda requested a review from a team as a code owner June 4, 2024 13:44
@@ -100,7 +100,6 @@ pub type UncheckedExtrinsic =
pub type Migrations = (
pallet_collator_selection::migration::v2::MigrationToV2<Runtime>,
cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4<Runtime>,
pallet_broker::migration::MigrateV0ToV1<Runtime>,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should never have been here on this branch

@@ -226,7 +226,7 @@ impl xcm_executor::Config for XcmConfig {
>;
type Trader = UsingComponents<
WeightToFee,
TokenRelayLocation,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was renamed in later versions

@paritytech-cicd-pr
Copy link

The CI pipeline was cancelled due to failure one of the required jobs.
Job name: cargo-clippy
Logs: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/6399112

@EgorPopelyaev EgorPopelyaev merged commit aed41ba into release-crates-io-v1.7.0 Jun 4, 2024
26 of 130 checks passed
@EgorPopelyaev EgorPopelyaev deleted the donal-crates-broker-backport branch June 4, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants