Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Use #[pallet::unbounded] tag in FRAME System #11946

Merged
merged 4 commits into from
Aug 10, 2022

Conversation

shawntabrizi
Copy link
Member

This will allow us to get max encoded size information for types which support it.

Some storage like Events may stay perpetually unbounded.

@github-actions github-actions bot added the A0-please_review Pull request needs code review. label Aug 1, 2022
@shawntabrizi shawntabrizi added B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit labels Aug 1, 2022
Copy link
Member

@ggwpez ggwpez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some storage like Events may stay perpetually unbounded.

Hopefully we find a better way of storing them 😆

@shawntabrizi
Copy link
Member Author

bot merge

@paritytech-processbot paritytech-processbot bot merged commit 1fd71c7 into master Aug 10, 2022
@paritytech-processbot paritytech-processbot bot deleted the shawntabrizi-unbounded branch August 10, 2022 13:58
DaviRain-Su pushed a commit to octopus-network/substrate that referenced this pull request Aug 23, 2022
* use unbounded in system

* update ui tests
ark0f pushed a commit to gear-tech/substrate that referenced this pull request Feb 27, 2023
* use unbounded in system

* update ui tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants