Skip to content
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

Implement send_raw_transaction_conditional endpoint #14194

Open
Tracked by #14192
mattsse opened this issue Feb 4, 2025 · 0 comments
Open
Tracked by #14192

Implement send_raw_transaction_conditional endpoint #14194

mattsse opened this issue Feb 4, 2025 · 0 comments
Assignees
Labels
A-op-reth Related to Optimism and op-reth

Comments

@mattsse
Copy link
Collaborator

mattsse commented Feb 4, 2025

we need an implementation of this

pub trait L2EthApiExt {
/// Sends signed transaction with the given condition.
#[method(name = "sendRawTransactionConditional")]
async fn send_raw_transaction_conditional(

for optimism, which needs access to the pool that operates with an op txtype that also stores conditionals

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-op-reth Related to Optimism and op-reth
Projects
Status: Todo
Development

No branches or pull requests

2 participants