Files
go-ethereum/core
Liang Ma 157f09e5b6 core/vm: Correct the Memory Gas Overflow condition
previous overflow condition is too big to use.
0x7FFFFFFFF squre operation is overflowed uint64.

0x7FFFFFFFF^2 = 0x3F FFFF FFF0 0000 0001
2019-03-28 21:04:31 +00:00
..
2014-12-04 10:28:02 +01:00
2017-05-25 17:14:33 +03:00
2018-07-25 18:04:38 +07:00
2018-12-14 11:15:31 +01:00