-
Notifications
You must be signed in to change notification settings - Fork 24
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
Upgrade generic-template to polkadot-stable2412 #401
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for docs-oz-polkadot canceled.
|
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@4meta5 |
Dependency mismatch persists. I am debugging with cargo tree -d. Here is the build error locally:
|
I have updated all the fork versions to be <= the version of parity-scale-codec used in the polkadot-sdk used herein (<= 3.6.12). I am not sure what the problem is or if I need to fork the polkadot release tag in order to resolve this issue. @KitHat can you please lend me a second pair of eyes to look over this dependency mismatch problem? |
Thank you, confirmed that fix is paritytech/polkadot-sdk#7437 which was back ported into the branch Updating deps to include this back ported fix. Hopefully this does not require re-updating all forks but trying locally now. Backporting the fix does require changing it from the tag to the branch. |
Ok tried locally and need to update all forks to contain the fix. I think it is better to wait until they tag a release with this fix rather than forcing the updating on a branch. Will post updates and monitor releases accordingly. Unfortunately the fix was not included in https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-stable2412-1 |
Updating all forks now to use the commit that includes the fix. Once all forks are upgraded, will upgrade this template and create a follow up issue. |
…e merged into pallet abstractions
@KitHat can you please merge your PR integrating DOT as fee changes into main and merge main into this branch. It will be faster to do than having me duplicate your work to configure your changes. Here is the current error which is coming from not updating the generic template runtime to include the new required changes since the Oracle was included in pallet-abstractions:
|
Addresses #374 for generic-template only
Update: We are upgrading to this commit rather than any tagged release paritytech/polkadot-sdk#7467 because otherwise we hit the associated bug
Repo/Forks to Upgrade
polkadot-stable2412
evm#1polkadot-stable2412
moonkit#3polkadot-stable2412
... open-runtime-module-library#2polkadot-stable2412
openzeppelin-pallet-abstractions#65Local Changes TODO
Follow up(s)