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

bump substrate; handle removal of AccoundId32::default, add MaxEncodedLen support for some pallets #133

Merged
merged 20 commits into from
Jan 31, 2022

Conversation

@clangenb clangenb changed the title bump substrate; handle removal of AccoundId32::default, add MaxEncodedLen support bump substrate; handle removal of AccoundId32::default, add MaxEncodedLen support for some pallets Jan 28, 2022
Comment on lines +51 to 52
#[pallet::without_storage_info]
pub struct Pallet<T>(PhantomData<T>);
Copy link
Member Author

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.

@clangenb clangenb requested a review from brenzi January 28, 2022 13:53
Copy link
Member

@brenzi brenzi left a 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.....

@clangenb clangenb merged commit 3374abf into master Jan 31, 2022
@clangenb clangenb deleted the cl/bump-substrate branch January 31, 2022 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump sp-runtime, sp-keyring to v4.1.0-dev How to handle removal of AccountId32::default()
2 participants