[pallet-broker] add extrinsic to remove an assignment (#7080)
# Description #6929 requests more extrinsics for "managing the network's coretime allocations without needing to dabble with migration+runtime upgrade or set/kill storage patterns" This pull request implements the remove_assignment() extrinsic. ## Integration Downstream projects need to benchmark the weight for the remove_assignment() extrinsic. --------- Co-authored-by:Jonathan Brown <jbrown@acuity.network> Co-authored-by:
cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by:
Dónal Murray <donal.murray@parity.io>
parent
959d9187
Showing
- cumulus/parachains/runtimes/coretime/coretime-rococo/src/weights/pallet_broker.rs 90 additions, 76 deletions...mes/coretime/coretime-rococo/src/weights/pallet_broker.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/weights/pallet_broker.rs 89 additions, 76 deletions...es/coretime/coretime-westend/src/weights/pallet_broker.rs
- prdoc/pr_7080.prdoc 17 additions, 0 deletionsprdoc/pr_7080.prdoc
- substrate/frame/broker/src/benchmarking.rs 27 additions, 0 deletionssubstrate/frame/broker/src/benchmarking.rs
- substrate/frame/broker/src/dispatchable_impls.rs 8 additions, 0 deletionssubstrate/frame/broker/src/dispatchable_impls.rs
- substrate/frame/broker/src/lib.rs 17 additions, 0 deletionssubstrate/frame/broker/src/lib.rs
- substrate/frame/broker/src/tests.rs 23 additions, 1 deletionsubstrate/frame/broker/src/tests.rs
- substrate/frame/broker/src/weights.rs 169 additions, 146 deletionssubstrate/frame/broker/src/weights.rs
Please register or sign in to comment