-
Notifications
You must be signed in to change notification settings - Fork 9
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 Polkadot SDK from 1.13.0
to stable2412
#446
Comments
1.13.0
to stable2412
The |
I still went ahead and fixed the compile errors besides the errors caused by the version mismatch. but until orml new release, we can't really test it |
actually, found a temporary fix. forked the orml and using the deps with git repo as a source |
This issue tracks the upgrade of the Polkadot SDK dependencies from version
1.13.0
(currently in use) tostable2412
.Tasks
stable2409
and1.14.0
).stable2412
.Testing
cargo t -p pallet-funding
)cargo t -p integration-tests
)Additional Context
psvm -v "polkadot-stable2412"
jsonrpsee
)Treasury::propose_spend(...)
integrations tests needs a rework, since that extrinsic is now deprecated, and it should be replaced byTreasury::sped_local(...)
. We can ignore these tests for now and re-add them in a later PR.Branch: Work can be done in a feature branch (e.g.,
upgrade/sdk-stable2412
).The text was updated successfully, but these errors were encountered: