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

Fix try-runtime feature (#899) #162

Conversation

wischli
Copy link

@wischli wischli commented Mar 2, 2023

I am currently working on a new feature for the Centrifuge Chain which requires adding a migration. Of course, I would like to verify this migration via try-runtime. Unfortunately, our repo is still on Polkadot v0.9.32. Moreover, we have PureStake dependencies to Moonbeam and your Frontier fork.

Since cargo patch does not support having the same source and destination yet, the only workaround for not having conflicting dependencies would be forking Frontier into the Centrifuge organization and patching to that destination. However, that is not clean.

Therefore, I would really appreciate if you could merge this cherry-pick which already exists on your master branch into the moonbeam-polkadot-v0.9.32 branch such that me and potentially others still depending on this branch can use try-runtime.

@crystalin
Copy link

We are getting a look at it and will merge soon

@tgmichel tgmichel merged commit 2b405d4 into moonbeam-foundation:moonbeam-polkadot-v0.9.32 Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants