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
Many collaterals - pallet-uniques items - where mistakenly created with frozen: true making it impossible to change the metadata without a governance proposal.
We need to write a migration that iterates of the storage Created and Active in the pallet-loans, retrieve the associated collateral and query the items in the pallet-uniques. If the item has frozen: true, we need to change this one to frozen: false.
Research/based on
Issuers frequently want to change the naming or description of assets
How will this affect the code base
Not at all
What are foreseen obstacles or hurdles to overcome?
Nothing, weight limit is not expected as we have below 100 assets.
The text was updated successfully, but these errors were encountered:
Description
Many collaterals -
pallet-uniques
items - where mistakenly created withfrozen: true
making it impossible to change the metadata without a governance proposal.We need to write a migration that iterates of the storage
Created
andActive
in thepallet-loans
, retrieve the associated collateral and query the items in thepallet-uniques
. If the item hasfrozen: true
, we need to change this one tofrozen: false
.Research/based on
How will this affect the code base
Not at all
What are foreseen obstacles or hurdles to overcome?
Nothing, weight limit is not expected as we have below 100 assets.
The text was updated successfully, but these errors were encountered: