Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Migrate all collateral of pallet-loans to unfrozen #1978

Open
mustermeiszer opened this issue Aug 19, 2024 · 1 comment
Open

fix: Migrate all collateral of pallet-loans to unfrozen #1978

mustermeiszer opened this issue Aug 19, 2024 · 1 comment

Comments

@mustermeiszer
Copy link
Collaborator

Description

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.

@mustermeiszer mustermeiszer added this to the Centrifuge 1600+ milestone Aug 19, 2024
@mustermeiszer
Copy link
Collaborator Author

For reference: New naming of DYF asset
IPFS hash: QmPwgk3sqhgoNT9LpquPFVj3HpZSqTk3crEZioAtTXVjME

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant