-
Notifications
You must be signed in to change notification settings - Fork 20.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EIP-2718: Typed Transaction Envelope + EIP-2930 #21502
Conversation
1277e8e
to
17fef7f
Compare
I'm planning to update this to use the original |
bcee314
to
4721c98
Compare
Thanks for starting to work on this. It's a bit hard to judge if the interfaces are 'right' without more concrete examples, so I was wondering if you'd also be interested in implementing the 2930 transaction type within the same PR? I was thinking of picking it up myself, but it seems like a bad idea for me to implement something that you've already gotten a good start on... ? |
Regarding your concrete questions, I don't really have any good answers now, I think it will be easier to give feedback with more concrete types implemented. |
Yep, I would be happy to. |
10582fe
to
d3596da
Compare
7666d19
to
1de464f
Compare
We always want 'native' tests in the codebase. If there are other more high-level tests that's good too, but we don't want to rely on those only |
aaea762
to
3651b77
Compare
3651b77
to
2884fd4
Compare
I rebased this on top of |
Hi all, I'm working on implementing EIP-2718: Typed Transaction Envelope. As of ACD 92 it is considered EFI. It is a dependency for the following:
Given the amount of code that this PR will eventually update, it would help me a lot to get some feedback earlier on to make sure this is headed in a good direction. Please let me know if there is a better way to request feedback.