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.
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 ineth.Transaction.Sign
andeth.Transaction.RLP
.More broadly, we need to be setup to handle EIP-2718 typed transactions in this code base.