Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Backport PRs from main branch #175

Closed
18 tasks done
stiiifff opened this issue May 16, 2023 · 4 comments
Closed
18 tasks done

Backport PRs from main branch #175

stiiifff opened this issue May 16, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@stiiifff stiiifff added the enhancement New feature or request label May 16, 2023
@stiiifff stiiifff added this to the Trappist M2 / XCM v3 milestone May 16, 2023
@valentinfernandez1
Copy link
Contributor

valentinfernandez1 commented May 16, 2023

Should be relatively simple. The only things that might conflict with the the branch are the benchmarks of drop_assets, asset_registry and lockdown pallet since the weights are still using V1 format. But should be a simple fix.

So this should be merged after #171.

@valentinfernandez1
Copy link
Contributor

This feature is done but #171 must be merged first.

@valentinfernandez1
Copy link
Contributor

I will include the zombienet refactor #190 alongside the CI refactoring #174 in a single PR once the changes are merged into main.

Also some CI testing needs to be done since currently the ubuntu machine that executes the commands runs out of memory when running the commands. We discussed with alex that some tweaking needs to be done in this section to fix that issue

 - name: Free Disk Space (Ubuntu)
        uses: jlumbroso/free-disk-space@main
        with:
          android: true
          dotnet: false
          haskell: false
          large-packages: false
          swap-storage: false

@valentinfernandez1
Copy link
Contributor

To anyone that needs to backport a feature in the future I will unify the format to be similar to the one used in cumulus

Image

This will make it easier to differentiate between new features and bakcports

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants