-
Notifications
You must be signed in to change notification settings - Fork 130
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
[Do Not Merge until RBH/WBH upgrade] Relayers use new submit_finality_proof_ex call in Rococo <> Westend bridge #2827
[Do Not Merge until RBH/WBH upgrade] Relayers use new submit_finality_proof_ex call in Rococo <> Westend bridge #2827
Conversation
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.
lgtm!
Do you think we could remove this TODO: https://github.com/paritytech/parity-bridges-common/blob/polkadot-staging/scripts/regenerate_runtimes.sh#L13-L15 ?
No, it is still actual :) |
…_proof_ex call in Rococo <> Westend bridge (#2827) * use codegen runtime in WBH + update codegen files for RBH + WBH * use submit_finality_proof_ex for Rococo <> Westend bridge
* Running relayer: documentation (#2829) * running relayer documentation * fix review comments * also update tag * typo * Apply suggestions from code review --------- Co-authored-by: Adrian Catangiu <adrian@parity.io> * [Do Not Merge until RBH/WBH upgrade] Relayers use new submit_finality_proof_ex call in Rococo <> Westend bridge (#2827) * use codegen runtime in WBH + update codegen files for RBH + WBH * use submit_finality_proof_ex for Rococo <> Westend bridge * Document: how to make relayer releases (#2860) * RELEASE.md * updated running-relayer.md * Prepare P<> K relay release: 1.2.0 (#2863) * cargo update -p mio * bump relayer version: v1.2.0 * Cargo.lock --------- Co-authored-by: Adrian Catangiu <adrian@parity.io>
…_proof_ex call in Rococo <> Westend bridge (paritytech#2827) * use codegen runtime in WBH + update codegen files for RBH + WBH * use submit_finality_proof_ex for Rococo <> Westend bridge
…_proof_ex call in Rococo <> Westend bridge (paritytech#2827) * use codegen runtime in WBH + update codegen files for RBH + WBH * use submit_finality_proof_ex for Rococo <> Westend bridge
* Running relayer: documentation (#2829) * running relayer documentation * fix review comments * also update tag * typo * Apply suggestions from code review --------- Co-authored-by: Adrian Catangiu <adrian@parity.io> * [Do Not Merge until RBH/WBH upgrade] Relayers use new submit_finality_proof_ex call in Rococo <> Westend bridge (#2827) * use codegen runtime in WBH + update codegen files for RBH + WBH * use submit_finality_proof_ex for Rococo <> Westend bridge * Document: how to make relayer releases (#2860) * RELEASE.md * updated running-relayer.md * Prepare P<> K relay release: 1.2.0 (#2863) * cargo update -p mio * bump relayer version: v1.2.0 * Cargo.lock --------- Co-authored-by: Adrian Catangiu <adrian@parity.io>
I've also:
runtime_wrapper.rs
that we have been using to craft WBH transactions and now we are using actual WBH runtime, generated by Serban' tool;