bitpay / bitcore

A full stack for bitcoin and blockchain-based applications
https://bitcore.io/
MIT License
4.8k stars 2.07k forks source link

[BCN] Filter delegated calls when building effects #3642

Closed escottalexander closed 8 months ago

escottalexander commented 8 months ago

Delegated calls are redundant and cause ERC20 transfers appear to be made twice. By ignoring them when we build the effects array we can clean up unnecessary data.