Skip to content

Add dispatchables for root origin #324

@mattsse

Description

@mattsse

Issue summary

  • current saftregistry and assetindex require the origin to be signed, to mint/burn from the sender's account. This prevents us from using Root to execute this calls. Therefore
  • Add additional force_* dispatchables (add_asset, add_saft, remove_asset) that mirror the existing ones but take an additional recipient parameter and ensure_root. For example fn force_add_asset(..., recipient: AccountId) {ensure_root(origin)?;}

Other information and links

Metadata

Metadata

Assignees

Labels

p3Medium Priority

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions