-
Notifications
You must be signed in to change notification settings - Fork 741
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
dmp: Check that the para exist before delivering a message #6604
Conversation
/cmd prdoc --audience runtime_dev --bump patch |
for those failed rococo/westend benchmarks, for |
there is also one place: https://github.com/paritytech/polkadot-sdk/blob/master/polkadot/runtime/parachains/src/hrmp.rs#L1886-L1898, I am not sure if this new
|
let me fix this for you |
I already have it fixed locally :) Just need to fix more :D |
:D :D nice, so at least please consider one small clean-up of my older code: #6714 |
/cmd prdoc --audience runtime_dev --bump major |
Command "prdoc --audience runtime_dev --bump major" has failed ❌! See logs here |
/cmd prdoc --audience runtime_dev --bump major --force |
All GitHub workflows were cancelled due to failure one of the required jobs. |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-6604-to-stable2407
git worktree add --checkout .worktree/backport-6604-to-stable2407 backport-6604-to-stable2407
cd .worktree/backport-6604-to-stable2407
git reset --hard HEAD^
git cherry-pick -x c10e25aaa8b8afd8665b53f0a0b02e4ea44caa77
git push --force-with-lease |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-6604-to-stable2409
git worktree add --checkout .worktree/backport-6604-to-stable2409 backport-6604-to-stable2409
cd .worktree/backport-6604-to-stable2409
git reset --hard HEAD^
git cherry-pick -x c10e25aaa8b8afd8665b53f0a0b02e4ea44caa77
git push --force-with-lease |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-6604-to-stable2412
git worktree add --checkout .worktree/backport-6604-to-stable2412 backport-6604-to-stable2412
cd .worktree/backport-6604-to-stable2412
git reset --hard HEAD^
git cherry-pick -x c10e25aaa8b8afd8665b53f0a0b02e4ea44caa77
git push --force-with-lease |
No description provided.