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

Bugfix - allow collections to be burnt #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joefitter
Copy link
Contributor

Currently collections cannot be burned due to the burn lifecycle event on a collection not adding any approval

  • added new burn_self lifecycle event
  • fail if not update authority
  • fail if current size != 0 - this would result in an inconsistent state

Currently collections cannot be burned due to the burn lifecycle event on a collection not adding any approval

* added new burn_self lifecycle event
* fail if not update authority
* fail if current size != 0 - this would result in an inconsistent state
Copy link

vercel bot commented Apr 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mpl-core-js-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 3, 2024 0:32am

@meditatingsloth
Copy link

noticed this issue as well, would be great to have this supported

@danenbm
Copy link
Contributor

danenbm commented Jun 11, 2024

We are still discussing this item internally. Thank you for your patience and thank you for the contribution!

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

Successfully merging this pull request may close these issues.

None yet

3 participants