Closed bkontur closed 2 days ago
/cmd prdoc --audience runtime_dev --bump patch
/cmd fmt
Command "fmt" has started 🚀 See logs here
Command "fmt" has finished ✅ See logs here
/cmd fmt
Command "fmt" has started 🚀 See logs here
Command "fmt" has finished ✅ See logs here
All GitHub workflows were cancelled due to failure one of the required jobs. Failed workflow url: https://github.com/paritytech/polkadot-sdk/actions/runs/11915033654 Failed job name: test-linux-stable
Created backport PR for stable2407
:
Please cherry-pick the changes locally and resolve any conflicts.
git fetch origin backport-6536-to-stable2407
git worktree add --checkout .worktree/backport-6536-to-stable2407 backport-6536-to-stable2407
cd .worktree/backport-6536-to-stable2407
git reset --hard HEAD^
git cherry-pick -x bd0d0cde53272833deaaa0bcaddf95fba290ea77
git push --force-with-lease
Created backport PR for stable2409
:
Please cherry-pick the changes locally and resolve any conflicts.
git fetch origin backport-6536-to-stable2409
git worktree add --checkout .worktree/backport-6536-to-stable2409 backport-6536-to-stable2409
cd .worktree/backport-6536-to-stable2409
git reset --hard HEAD^
git cherry-pick -x bd0d0cde53272833deaaa0bcaddf95fba290ea77
git push --force-with-lease
This PR includes:
pallet-bridge-messages
.open_and_close_bridge_works
test case to support multiple scenarios, such as:pallet-bridge-relayer
but overlooked updating theDeliveryConfirmationPaymentsAdapter
.TODO: