You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we work with permissions pallet directly, but to make assets regulation for extensible we should move all checks to Config trait associated type
Definition of Done
Add trait for assets operations regulation
Move permissions pallet logic used in assets pallet to this trait
Requirements
New trait should be implemented for tuples like (A, B)
New trait should contain method for each assets operation like mint, burn, transfer, etc.
The text was updated successfully, but these errors were encountered:
The task is merged, but it does not change the logic in any way, it is a task for preparing interfaces for the implementation of defi-r
We are waiting for this PR to be merged so that new extrinsics that are needed for the test can be added #1044
The current logic is implemented this way on the QA side:
Pallet: assets
Methods are : mint, transfer, burn, register, update_own_balance
Purpose: the testcase should be contained in the frame of just checking that after we extract permission logic in the assets to external trait, we had all assets operation working just the same as before
The asset ID needs to be written in this format, etc:
0x020000000000000000000000000000000000000000000000000000000000000000
And for amount: 100000000000000000000
Such an extrinsik should call from a sudo account with root rights
Problem statement
We want to support regulated assets
Description
Currently we work with permissions pallet directly, but to make assets regulation for extensible we should move all checks to Config trait associated type
Definition of Done
Requirements
(A, B)
mint
,burn
,transfer
, etc.The text was updated successfully, but these errors were encountered: