-
Notifications
You must be signed in to change notification settings - Fork 1.6k
remove provisioner checks #4254
remove provisioner checks #4254
Conversation
0ebde42
to
db42146
Compare
29b0374
to
ed45994
Compare
Co-authored-by: Zeke Mostov <z.mostov@gmail.com>
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.
The code itself looks good. But in the future I wonder if there would be a performance optimization to share the sanitize_*
functions between the provisioner and the runtime.
From my understanding, all the filtering in the runtime will be running in wasm, were as if we do filtering in the node it will run in native. If we can consistently decrease the inherent data size before it hits the wasm runtime I wonder if we would get some performance gains?
Any implementer's guide updates? |
Amended the guide. Added another trivial check to bound the |
Co-authored-by: Andronik Ordian <write@reusable.software>
Co-authored-by: Andronik Ordian <write@reusable.software>
Co-authored-by: Andronik Ordian <write@reusable.software>
bot merge |
Waiting for commit status. |
* master: (38 commits) Replicate Rob's PR (#4337) Companion for Taskmanager: Remove `clean_shutdown` (#4336) prefer code upgrades in inherent filtering (#4334) remove provisioner checks (#4254) Log para inherent inputs (#4331) Dispute spam protection (#4134) Dependabot: Ignore sub-tokens (#4328) export hrmp config (#4324) Add missing license header (#4321) Use non-empty validation code (#4322) fix pallet-xcm extrinsic doc comments (#4317) prepare worker: Catch unexpected unwinds (#4304) Enable BEEFY explicitly (#4320) Bump serde_json from 1.0.70 to 1.0.71 (#4316) Bump strum from 0.22.0 to 0.23.0 (#4308) Remove sort_unstable_by (#4314) Bump tokio from 1.13.0 to 1.14.0 (#4298) Substrate companion: Authority discovery multiple peer ids (#4295) Companion for substrate#9878 (#3949) move paras inherent filtering to runtime (#4028) ...
This reverts commit 71e7670.
This reverts commit 71e7670.
Remove the node-side checks that now exist as part of the runtime.
Complements and requires #4028
Closes #3989
skip check-dependent-cumulus