INFURA / go-ethlibs

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

Verify that we parse non-EIP-155 txs correctly #46

Closed ryanschneider closed 3 years ago

ryanschneider commented 3 years ago

Leaving this a draft for now, I want to see if I can refactor out needing chainId as an argument to .RawRepresentation (I'll probably just work on this in #45 since that's shaping up to be a larger Transaction API refactor).

ryanschneider commented 3 years ago

Closing since I rolled it into #45.