INFURA / go-ethlibs

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

EIP-2930 RLP Changes #38

Closed ryanschneider closed 3 years ago

ryanschneider commented 3 years ago

We need to be able to decode EIP-2930 RLP-encoded transactions in eth.Transaction.FromRaw, as well as creating new signed EIP-2930 transactions in eth.Transaction.Sign and eth.Transaction.RLP.

More broadly, we need to be setup to handle EIP-2718 typed transactions in this code base.