Closed nadtech-hub closed 3 weeks ago
I read EIPs of all tx types while implementing serialization. I guess it may need refactoring after merging envelope implementation you refered. I would make Signature's v param optional since it is only seen in tx type 0 (legacy), tx type 1 and higher doesn't feature it
hmm, wouldn't this become a non issue with #1460 @klkvr ?
yep, I think it would
I incline to agree with your point
So I close this one?
yeah, sorry about this
Motivation
It brings implementation of Serialize, Deserialize traits for Transaction struct. It should close 1409
PR Checklist