Consensys / abi-decoder

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

Fix critical BN.js typecast bug #89

Closed ChrisCates closed 1 year ago

ChrisCates commented 2 years 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.