nodesmith / eth-plot

r/place inspired Dapp
https://medium.com/@brendan_87166/28b01f9fc244
MIT License
37 stars 6 forks source link

added plot sale transaction #82

Closed lbrendanl closed 6 years ago

lbrendanl commented 6 years ago

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.

lbrendanl commented 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.