-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Add EIP: Separated Payer Transaction #7949
Conversation
File
|
The commit 127988e (as a parent of 9d4871f) contains errors. |
@@ -0,0 +1,93 @@ | |||
--- | |||
eip: XXXX |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eip: XXXX | |
eip: 7553 |
Assigning next sequential EIP/ERC/RIP number.
Numbering changed to sequential from 7500 and is no longer the PR number.
Please also update the filename.
I quite like the idea behind this EIP! I believe it could be enhanced significantly if there was an additional EVM opcode that returns the address of the payer, so the sender's call could involve any arbitrary logic, but most commonly sending any token/stablecoin to EOAs could then broadcast a signed partially filled transaction of this type to the mempool, then it's up to whoever wants to to fill out the rest and sign as the sender and get it included in a block and pay the actual gas fee in ETH |
@domothyb can you post this on eth mag please? We try to avoid EIP discussion in the PR. |
There has been no activity on this pull request for 2 weeks. It will be closed after 3 months of inactivity. If you would like to move this PR forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review. |
This pull request was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback or request a review in a comment. |
Create an EIP for a new separated payer transaction type.
Todo before merge: