pallet-broker: Small improvements to the origin checks (#2656)

The permissionless calls do not need to ensure that the `origin` is
signed. Anyone can execute these calls.
This commit is contained in:
Bastian Köcher
2023-12-08 01:45:14 +01:00
committed by GitHub
parent 814b938d03
commit fde5d8fe6c
3 changed files with 20 additions and 39 deletions
+10
View File
@@ -0,0 +1,10 @@
title: "pallet-broker: Small improvements to the origin checks"
doc:
- audience: Runtime User
description: |
Change the permissionless calls `drop_region`, `drop_contribution`, `drop_history` and
`drop_renewal` to allow any kind of origin.
crates:
- name: "pallet-broker"