-
Notifications
You must be signed in to change notification settings - Fork 105
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 Asset Hub naming in code and release notes #71
Fix Asset Hub naming in code and release notes #71
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The names are based on the spec_name
found in the runtimes. We should rename the spec names.
Unfortunately a lot of wallets depend on this. I left a note about it in the runtime. @TarikGul how much would break if we changed this now? |
Then we need to adapt our release scripts. |
I know many outside tooling is aware of the change and have been preparing. Even in our tooling we made sure to give support for whats to become legacy, and the new
Within our tools (under integrations), nothing. Externally, it's hard to tell but I always expect a decent amount of users to be reactive as opposed to proactive, so I always expect some amount of breaking change for people that will require support. My thoughts:
|
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
If that breaks downstream users, we can also just fix up the release scripts. I don't really care and I also don't really know if someone is using this. |
IMHO this is better instead of just breaking stuff again. Otherwise the only thing that comes to my mind is that the upgrades would have to applied with force through |
In light of the suggestions to not make breaking changes, I have opted to not update the spec names but instead modify the release script to substitute "Statemint" and "Statemine" for "Asset Hub Polkadot (previously Statemint)" and "Asset Hub Kusama (previously Statemine)". Tested this on my fork: https://github.com/liamaharon/runtimes/releases/tag/v1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ty!
/merge |
16e5564
into
polkadot-fellows:main
Enabled Available commands
For more information see the documentation |
Cleans up some usage of old naming conventions.
I noticed also in the last release the old naming conventions are used. I believe we should refer to these chains as Asset Hub now?