-
Notifications
You must be signed in to change notification settings - Fork 105
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
Bridges patch applied for stable2409 #519
Bridges patch applied for stable2409 #519
Conversation
/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 |
…atic lane here and opened HRMP
system-parachains/bridge-hubs/bridge-hub-kusama/primitives/src/lib.rs
Outdated
Show resolved
Hide resolved
system-parachains/bridge-hubs/bridge-hub-polkadot/primitives/src/lib.rs
Outdated
Show resolved
Hide resolved
@@ -133,7 +133,7 @@ ON_BRIDGE_HUB_KUSAMA_SOVEREIGN_ACCOUNT_FOR_LANE_00000001_bhpd_ThisChain="EoQBtnw | |||
ON_BRIDGE_HUB_KUSAMA_SOVEREIGN_ACCOUNT_FOR_LANE_00000001_bhpd_BridgedChain="EoQBtnwp4jMtCEpV7CPsssT6bdDHuHZmf3aGXxHJiSA4Dz3" |
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.
When will these tests be integrated into CI? :P
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.
Good question! I think the main issue is the sudo
tweaking mentioned in paritytech/parity-bridges-common#3016, but it should be solvable. Additionally, there are open issues for adding Chopsticks support.
I created a tracking issue for this: #544.
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.
Sudo can just be worked around by doing on chain proposal and fast track it with a fake fellowship :D For sure a little bit more complicated, but doable with chopsticks.
/merge |
20ac6ff
into
polkadot-fellows:main
Enabled Available commands
For more information see the documentation |
Relates to: paritytech/polkadot-sdk#6781
Relates to: paritytech/polkadot-sdk#6536
Closes: paritytech/parity-bridges-common#3017
Basically, this PR reverts back the congestion mechanism for Bridges, which was removed by #490 and later reverted by paritytech/polkadot-sdk#6781.
TODO/Follow-ups