f-o-a-m / purescript-web3

a purescript library for the web3 api
Apache License 2.0
127 stars 24 forks source link

Long HexStrings can fail with a recursion error #37

Closed XertroV closed 6 years ago

XertroV commented 6 years ago

While publishing some contract code I noticed mkHexString will fail on long strings. (E.g. mine is 7332 chars including 0x).

Particular error is: RangeError: Maximum call stack size exceeded

Working on this in #36

martyall commented 6 years ago

fixed in #36