Closed gravenp closed 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
Stream Buffer
For Sale Price
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.
Fixed with https://github.com/Geo-Web-Project/cadastre/pull/291
Describe the bug The value shown for the change in
Stream Buffer
when editing aFor 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=0This 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.