-
Notifications
You must be signed in to change notification settings - Fork 3
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
bump substrate; handle removal of AccoundId32::default
, add MaxEncodedLen
support for some pallets
#133
Conversation
…`MaxEncodedLen` everywhere yet.
…sfy `MaxEncodedLen` everywhere yet.
AccoundId32::default
, add MaxEncodedLen
supportAccoundId32::default
, add MaxEncodedLen
support for some pallets
844880e
to
cefbeb6
Compare
#[pallet::without_storage_info] | ||
pub struct Pallet<T>(PhantomData<T>); |
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.
Substrate will make this forbidden in the future. By then, we need to have completely solved #132.
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
Some things are nicer now, others seem to get more complicated.....
MaxEncodedLen
#132AccountId32::default()
#120