Closed XertroV closed 6 years ago
While publishing some contract code I noticed mkHexString will fail on long strings. (E.g. mine is 7332 chars including 0x).
mkHexString
0x
Particular error is: RangeError: Maximum call stack size exceeded
RangeError: Maximum call stack size exceeded
Working on this in #36
fixed in #36
While publishing some contract code I noticed
mkHexString
will fail on long strings. (E.g. mine is 7332 chars including0x
).Particular error is:
RangeError: Maximum call stack size exceeded
Working on this in #36