Geo-Web-Project / cadastre

Map-based interface for claiming, buying, and managing Geo Web land parcels.
https://geoweb.land/
MIT License
27 stars 15 forks source link

Transaction Summary: Stream buffer value mismatch between display and actual transaction on Edit #289

Closed gravenp closed 2 years ago

gravenp commented 2 years ago

Describe the bug The value shown for the change in Stream Bufferwhen editing a For Sale Price is occasionally 2^32 wei different than what is actually transferred in the corresponding transaction. See examples here: https://docs.google.com/spreadsheets/d/1p5n7d4M7aM15opNLEvCVImcgrOHsKb9nKWOOJTOzH9g/edit#gid=0

This may have to do with deposit clipping and the number of bits stored by Superfluid: https://github.com/superfluid-finance/protocol-monorepo/wiki/About-Real-Time-Balance, but requires further research to reconcile.

gravenp commented 2 years ago

Fixed with https://github.com/Geo-Web-Project/cadastre/pull/291