-
Notifications
You must be signed in to change notification settings - Fork 460
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 ERC: Conditional send transaction RPC #682
Add ERC: Conditional send transaction RPC #682
Conversation
Co-authored-by: Dror Tirosh <[email protected]>
✅ All reviewers have approved. |
ERCS/eip-send-tx-conditional.md
Outdated
@@ -0,0 +1,158 @@ | |||
--- | |||
eip: send-tx-cond |
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: send-tx-cond | |
eip: 7796 |
Assigning next sequential EIP/ERC/RIP number.
Please also update the filename.
ERCS/eip-send-tx-conditional.md
Outdated
title: Conditional send transaction RPC | ||
description: JSON-RPC API for block builders allowing users to express preconditions for transaction inclusion | ||
author: Dror Tirosh (@drortirosh), Yoav Weiss (@yoavw), Alex Forshtat (@forshtat), Shahaf Nacson (@shahafn) | ||
discussions-to: |
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.
Please create a discussions topic in Eth Magicians: https://ethereum-magicians.org/c/ercs/57
The commit 92a1369 (as a parent of 5a2d0a1) contains errors. |
|
||
* Method: `eth_sendRawTransactionConditional` | ||
|
||
* Parameters: |
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.
Would be nice to see JSON Schema for this, especially if the goal is to add this to https://ethereum.github.io/execution-apis/api-documentation/ eventually.
Co-authored-by: Sam Wilson <[email protected]>
Co-authored-by: Sam Wilson <[email protected]>
Co-authored-by: Sam Wilson <[email protected]>
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.
All Reviewers Have Approved; Performing Automatic Merge...
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md
We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria are met: