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

Is version 15.0.2 fully compatible with 11.2.1? #6053

Open
zilongliang opened this issue Jan 2, 2025 · 3 comments
Open

Is version 15.0.2 fully compatible with 11.2.1? #6053

zilongliang opened this issue Jan 2, 2025 · 3 comments
Labels
Support Tracks issues or requests related to troubleshooting, answering questions, and user assistance.

Comments

@zilongliang
Copy link

Since I recently integrated TAO staking, I found that the previous version didn't work, so I upgraded to version 15.0.2, which supports it. However, I previously implemented token transfers and staking for dot, manta, aca, etc., using version 11.2.1. I want to know if upgrading to version 15.0.2 is fully compatible with the content from 11.2.1. Please help me.

@TarikGul
Copy link
Member

TarikGul commented Jan 2, 2025

Just based off of Semver, no they would not be compatible because there is 4 MAJOR version changes since 11.2.1.

In addition to that you would have to go through the release notes to see if there is anything that affects your functionality.

@TarikGul TarikGul added the Support Tracks issues or requests related to troubleshooting, answering questions, and user assistance. label Jan 2, 2025
@ltfschoen
Copy link
Contributor

ltfschoen commented Jan 9, 2025

Maybe update the API documentation https://polkadot.js.org/docs/api to highlight that it isn't being updated anymore only works up to version 11.x.x?

How many MAJOR version changes before there's a need to update the documentation?

I'm guessing there will be ongoing significant changes until the migration to AssetHub is finished, and that would be a good time to overhaul the documentation?

@TarikGul
Copy link
Member

Maybe update the API documentation https://polkadot.js.org/docs/api to highlight that it isn't being updated anymore only works up to version 11.x.x?

How many MAJOR version changes before there's a need to update the documentation?

I'm guessing there will be ongoing significant changes until the migration to AssetHub is finished, and that would be a good time to overhaul the documentation?

Yes, I already started to update the types-support metadata so that the docs can have assethub information added when the time comes.

That being said the docs have been up to date for a bit now with the most recent metadata types: polkadot-js/docs#481. The API tab is all correct and up to date, nothing to change there. The only section that would need some additions is the Extension tab which is where a lot of these breaking changes have taken place for external signers.

There is the addition of TransactionExtension but this is not available in any chains at the moment, so there is no point in having docs, there isn't even any signed extensions to use Extrinsic v5.

I'm guessing there will be ongoing significant changes until the migration to AssetHub is finished,

Not much tbh. PJS api will work the same as it always does. Static types for local development - dynamically generated types at runtime. PJS stays away from the chain specific logic for the most part (with some small exceptions like known types) so things should be gravy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Tracks issues or requests related to troubleshooting, answering questions, and user assistance.
Projects
None yet
Development

No branches or pull requests

3 participants