-
Notifications
You must be signed in to change notification settings - Fork 535
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 to polkadot-v1.0 #195
Conversation
…ct/avail into toufeeq/polkadot-v1.0
Not sure how you got this list, but with reference to release v1.6.2-rc1, I have added migrations to the pallets which need the migrations. For balances pallet, substrate devs have recommended using the script which calls the extrinsic to migrate the affected storages. |
* camel_casing fields of BlockLength * updated api_dev in avail-subxt * feat: Added identity pallet to our module list * feat: Added mandate pallet * Updated avail-core branch reference to main * fix migrations --------- Co-authored-by: Toufeeq Pasha <[email protected]> Co-authored-by: Marko Petrlic <[email protected]>
7538a9b
to
4fa37f6
Compare
362becc
to
e06c441
Compare
e06c441
to
b0c8877
Compare
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.
LGTM
Noteworthy changes in the upstream in this upgrade:
Companion PR