Closed lbrendanl closed 6 years ago
@sdesmond46 I refactored this so that we are just adding individual purchase transactions as they come in, instead of adding them all up front. Takes care of the issue you mentioned - good catch - but also allows for new data to be added without the user having to refresh.
This adds a new transaction type that'll show up when a user sales part of their plot. Fixed a few small bugs related this area as well. I updated the smart contract a bit to be a little cleaner - so that auction update events aren't sent during the initial plot purchase.