-
Notifications
You must be signed in to change notification settings - Fork 378
Add Setter for XCMP QueueConfigData #801
Comments
Hi @apopiak so we need a separate function exclusively for inserting data( |
@Doordashcon Yes, we want an extrinsic that allows setting it so governance can update the values if necessary. |
Nice! The root/origin would be |
yeah, sure, we could introduce |
I'm on it! |
@apopiak there is no benchmarking.rs file, how do I assign weight to the |
@Doordashcon Since it involves a storage write, I think using |
won't I need to |
No? You're overwriting the existing |
cumulus/pallets/xcmp-queue/src/lib.rs
Lines 166 to 168 in 8cc008b
QueueConfigData is read but there is no way to write it (in contrast to e.g. Polkadot's HostConfiguration).
Would be good to add a setter (that is only available to root).
The text was updated successfully, but these errors were encountered: