onflow / kitty-items

Kitty Items: CryptoKitties Sample App
https://kitty-items.onflow.org
Apache License 2.0
409 stars 214 forks source link

Potential listing event edge case #259

Closed MrDSGC closed 1 year ago

MrDSGC commented 2 years ago

Context Example scenario:

So if this is a problem (I'm just guessing at this point), one possible solution would be to make the event processors "block height aware". i.e. If a ListingAvailable event is detected at block 19, then the script to fetch the listing is also executed at block 19.

Definition of Done