-
Notifications
You must be signed in to change notification settings - Fork 814
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
Backport missing functionalities for cumulus #2176
Conversation
…yLocation` and `SystemParachains` in the same way (#2023) This PR addresses several issues: - simplify referencing `RelayTreasuryLocation` without needing additional `RelayTreasury` struct - fix for referencing `SystemParachains` from parachain with `parents: 1` instead of `parents: 0` - removed hard-coded constants and fix tests for `asset-hub-rococo` which was merged to master after #1726 --------- Co-authored-by: command-bot <>
Co-authored-by: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Co-authored-by: Bastian Köcher <info@kchr.de>
…ceiver accounts (#2021)
…upport (#1967) ## Summary Asset bridging support for AssetHub**Rococo** <-> AssetHub**Wococo** was added [here](#1215), so now we aim to bridge AssetHub**Rococo** and AssetHub**Westend**. (And perhaps retire AssetHubWococo and the Wococo chains). ## Solution **bridge-hub-westend-runtime** - added new runtime as a copy of `bridge-hub-rococo-runtime` - added support for bridging to `BridgeHubRococo` - added tests and benchmarks **bridge-hub-rococo-runtime** - added support for bridging to `BridgeHubWestend` - added tests and benchmarks - internal refactoring by splitting bridge configuration per network, e.g., `bridge_to_whatevernetwork_config.rs`. **asset-hub-rococo-runtime** - added support for asset bridging to `AssetHubWestend` (allows to receive only WNDs) - added new xcm router for `Westend` - added tests and benchmarks **asset-hub-westend-runtime** - added support for asset bridging to `AssetHubRococo` (allows to receive only ROCs) - added new xcm router for `Rococo` - added tests and benchmarks ## Deployment All changes will be deployed as a part of #1988. ## TODO - [x] benchmarks for all pallet instances - [x] integration tests - [x] local run scripts Relates to: paritytech/parity-bridges-common#2602 Relates to: #1988 --------- Co-authored-by: command-bot <> Co-authored-by: Adrian Catangiu <adrian@parity.io> Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
…ge (#2139) Right now governance could only control byte-fee component of Rococo <> Westend message fees (paid at Asset Hubs). This PR changes it a bit: 1) governance now allowed to control both fee components - byte fee and base fee; 2) base fee now includes cost of "default" delivery and confirmation transactions, in addition to `ExportMessage` instruction cost.
…2042) Co-authored-by: Adrian Catangiu <adrian@parity.io>
Why do we need to backport this for "cumulus release". Whatever a "cumulus release" is. @acatangiu can you explain? |
I believe this PR is prerequisite to release Rococo<>Westend bridge and deploy it on the testnets from released artifacts rather than |
although I was expecting these to go to official polkadot v1.3.0 release which is still in construction afaict I admit, I don't know what the exact purpose of @EgorPopelyaev can shed some light |
When is the deploy gonna happen? |
@acatangiu yep, to my understanding this was needed to be able to do this release. This branch exist to build cumulus node to separate it from the polakdot build |
ASAP. I was hoping it was already live last week. It's now a matter of deployment. |
This is clearly not a devops decision. I don't see any problem in running an image from master in a TESTNET. Can we please stop with this? Releases are already not on time and we backport things... If you need to run this, then take an image from master....
What? Is this done every time? Why? |
It was not a devops decision. @bkontur has mentioned that the The initial idea of separate branches came up for such cases: if there will be needed some specific changes for cumulus which is not related to |
Yes this is obsolete. |
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
* Adjust messages pallet benchmarks * Address comment
This PR backports missing PR's needed for 1.3.0 cumulus release:
#2042
#2139
#2129
#1967
#2021
#1887
#2023