Boilertalk / Web3.swift

A pure swift Ethereum Web3 library
MIT License
639 stars 188 forks source link

Fix decoding empty bytes #94

Closed podkovyrin closed 1 year ago

podkovyrin commented 3 years ago

fixes #93

podkovyrin commented 3 years ago

@koraykoska would love to hear your feedback on this, since I'm not 100% sure that's the right fix though in our case of decoding tx data for dynamic contract constructed from ABI that was the only thing to make it work.