-
Notifications
You must be signed in to change notification settings - Fork 47
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
chore: polkadot 0.9.41 #519
Conversation
@@ -179,7 +179,6 @@ pub mod pallet { | |||
} | |||
|
|||
#[pallet::pallet] | |||
#[pallet::generate_store(pub(super) trait Store)] |
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 storage getter was also deprecated?
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.
Yes it is PR
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.
Storage getters seem to still be in. The PR was partially fixing the ticket, so I guess the deprecation of the storage getters will come in a next release.
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.
Sehr gut! 🚀🚀🚀
fixes ticket and fixes ticket
@ntn-x2 The
RelayChainError
enum has noServiceError
anymore. So I reverted it to the previous state.Most important changes
Weight::from_ref_time
andWeight::from_proof_size
are deprecated now.All changes for version 0.9.40 can be found here.
Version 0.9.41 is a client-only release.