-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bridge fixes for stable2409 #7
base: upgrade-polkadot-stable2409
Are you sure you want to change the base?
Bridge fixes for stable2409 #7
Conversation
bkontur
commented
Nov 20, 2024
- Does not require a CHANGELOG entry
/cmd fmt |
bot fmt |
// 1. wait for patch-release stable2409-3 2024-12-12 | ||
// 2. go with `Ok(())` / `Err(())` | ||
// 3. go with `XcmpQueue::send_signal` temporary workaround till patch release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend option 1: wait for and use patch-release stable2409-3 2024-12-12
If there are other time-sensitive deliverables to be deployed with this upgrade and we can't wait for stable2409-3
, then we should do 3. go with XcmpQueue::send_signal workaround
.
I would not go with option 2 Ok(())
/ Err(())