superblocks-lab icon indicating copy to clipboard operation
superblocks-lab copied to clipboard

Add support to big numbers in browser EVM

Open filippsen opened this issue 6 years ago • 0 comments

Environment/Browser

Version 1.1.0

Description

browser EVM can't handle big numbers on the scale of 25e15 I expect the Browser network to be able to handle values in the range of 1e17

Steps to reproduce

very high value for payable transactions generates an error e.g. 200000000000000000

Expected result

Big numbers are expected to work.

Actual result

Uncaught Error: Number can only safely store up to 53 bits

filippsen avatar Nov 15 '18 22:11 filippsen