swarmcity / SwarmCityDapp

Swarm City dApp FrontEnd
MIT License
28 stars 10 forks source link

Big Numbers #834

Closed xardass closed 5 years ago

xardass commented 6 years ago

Currently web3 limits us to wei amounts max 999e18, anything over that fails. Newer versions of web3 makes this number even smaller.

We need to work out a better way to handle big wei amounts with Big Numbers, which will also solve weird rounding issues.