You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: