We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PalletString should have a type argument defining the size of the bounded vec
pallets/primitives/src/common.rs
Line 32 in 8454f74
Then we should allocate reasonable bounds everywhere. Especially these here should be reconsidered:
pallets/primitives/src/communities.rs
Line 329 in 8454f74
Line 333 in 8454f74
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PalletString should have a type argument defining the size of the bounded vec
pallets/primitives/src/common.rs
Line 32 in 8454f74
256 by default is a lot because I suspect the chain DB blows it up to the bound (TBV)
Then we should allocate reasonable bounds everywhere. Especially these here should be reconsidered:
pallets/primitives/src/communities.rs
Line 329 in 8454f74
pallets/primitives/src/communities.rs
Line 333 in 8454f74
The text was updated successfully, but these errors were encountered: