Consensys / abi-decoder

Nodejs and Javascript library for decoding data params and events from ethereum transactions
GNU General Public License v3.0
633 stars 218 forks source link

Fix critical BN.js typecast bug #89

Closed ChrisCates closed 1 year ago

ChrisCates commented 1 year ago

As per discussion found here #84 This resolves a critical issue with BN.js typecast conversion when trying to decodeLogs for all integer types.

alexrmsouza commented 1 year ago

I have the same problem, please merge this PR.