-
Notifications
You must be signed in to change notification settings - Fork 83
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
Weights, fees and storage bloat #660
Comments
From SR-labs: Extrinsics with missing storage deposits/fees could clutter the blockchain storageSummaryStorage deposit fees are missing for multiple crates: example Issue detailsThe following extrinsic are affected:
|
We need to improve our weights and fees, as well as how we handle storage bloat. We need to do this to prevent DoS attacks. This includes:
#[pallet::without_storage_info]
. See my stackoverflow questionMaxEncodedLen
#[pallet::whitelist_storage]
to storage items that are read every blockThe text was updated successfully, but these errors were encountered: