onflow / nft-storefront

A general-purpose Cadence contract for trading NFTs on Flow
The Unlicense
102 stars 53 forks source link

Add more informative events. Ensure that sale accepted event is emitted. #9

Closed rheaplex closed 3 years ago

rheaplex commented 3 years ago

This commit adds several new events, extends the existing SaleOfferAvailable event, and makes sure that both Sale Offer removal and acceptance events are emitted.

Any project consuming events emitted by NFTStorefront will need to update its event tracking and storage. It would need to do so even if this commit only contained the required Sale Offer acceptance event handling.

Fix #8 .