Skip to content
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

Add an updated version of Polimec's Runtime #41

Merged
merged 6 commits into from
May 17, 2023

Conversation

lrazovic
Copy link
Member

@lrazovic lrazovic commented May 16, 2023

This PR adds a Polimec "skeleton" runtime.

It's basically a fork of Substrate Cumulus Parachain Template, updated to polkadot-v0.9.42, but we also have:

  • Two instances of pallet_assets, one representing the "local" assets and another one to store the assets from a "trusted reserve".
  • A pallet_funding instance (and all the required pallets - like the insecure-randomness-collective-flip one).

We can use this runtime as a "sandbox" to quickly test the new features coming in every update, and can be imported to use as a test runtime using xcm-emulator.

@lrazovic lrazovic changed the title Feature/plmc 174 update to 0942 Add an updated version of Polimec's Runtime May 17, 2023
@lrazovic lrazovic requested a review from JuaniRios May 17, 2023 09:26
@lrazovic lrazovic marked this pull request as ready for review May 17, 2023 09:26
Copy link
Contributor

@JuaniRios JuaniRios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests pass and node gets correctly spawned with the new zombienet config.

Just one test is failing due to the new traits on pallet_balances.
Instead of trying to fix them, I suggest we merge this so I can change the Currency traits for the Fungible ones, and then make all tests pass.

@JuaniRios JuaniRios force-pushed the feature/plmc-174-update-to-0942 branch from 3f03074 to 06eb5b8 Compare May 17, 2023 14:43
@JuaniRios JuaniRios merged commit 4f88338 into main May 17, 2023
@lrazovic lrazovic self-assigned this May 23, 2023
@lrazovic lrazovic deleted the feature/plmc-174-update-to-0942 branch July 13, 2023 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants