onflow/nft-storefront

Add ListingCompleted events to `burnCallback` functions in NFTStorefront contracts and re-stage on mainnet

Closed this issue · 0 comments

Issue to be solved

Some projects rely on the ListingCompleted event being emitted when a listing is removed. It was not enough to just recreate that with ResourceDestroyed.

Suggest A Solution

  • Import the Burner contract
  • Implement burnCallback and emit the ListingCompleted event
  • Upgrade NFTStorefrontV2 on testnet if possible
  • Re-stage the storefront contracts on mainnet

What are you currently working on that this is blocking?

No response