liquidnft / lnft

Liquid NFT Platform
GNU Affero General Public License v3.0
56 stars 23 forks source link

List price transaction executes but new ownership not reflected #34

Open asoltys opened 3 years ago

asoltys commented 3 years ago

There have been a few cases where a list price swap transaction has been broadcast and confirmed but the transaction wasn't logged in the database properly so the artwork ownership isn't updated.

We should do a periodic balance check on all owner addresses to verify if the artworks are where the database thinks they are, and update the database accordingly.

In the case that an artwork moves to an address we don't recognize we can presume that it's still with the last known owner but should indicate that it's no longer for sale on the platform.