Consensys/gpact

Change from ByteUtils to abi.decode

drinkcoffee opened this issue · 1 comments

abi.decode can be used to decode ABI encoded data. The repo has used ByteUtils contract to do this. However, the abi.decode is likely to be more gas efficient, especially if entire data structures are being decoded.

Resolved with PR #139