INFURA / go-ethlibs

Ethereum libraries in Go for interacting with Ethereum nodes
MIT License
161 stars 34 forks source link

eth.Transaction: `v` field is not present in 4844 txs #98

Open ryanschneider opened 1 year ago

ryanschneider commented 1 year ago

https://github.com/INFURA/go-ethlibs/blob/8b8f17d4be4af806fac72f61bfd6132285767829/eth/transaction.go#L33

We should either make it *Quantity or perhaps support omitempty on Quantity fields, not sure which is better yet, probably *Quantity is more correct but is a breaking change.

image