a16z / helios

A fast, secure, and portable light client for Ethereum
MIT License
1.81k stars 274 forks source link

fix: populate missing tx fields #295

Closed ncitron closed 11 months ago

ncitron commented 11 months ago

Some transactions fields aren't being populated correctly. It turn out just rlp decoding the transaction is not sufficient. This bug was introduced during previous refactoring so is only present in 0.5.0. We should cut a new release to fix since this is a fairly major bug.