alloy-rs / alloy

Transports, Middleware, and Networks for the Alloy project
https://alloy.rs
Apache License 2.0
558 stars 188 forks source link

[Feature] Support RPC endpoint `eth_sendRawTransactionConditional` #985

Open Vid201 opened 2 months ago

Vid201 commented 2 months ago

Component

provider, pubsub, rpc

Describe the feature you would like

While this is not an official endpoint included in the Ethereum API reference, this endpoint is being widely adopted in the ERC-4337 ecosystem and is available (exposed by nodes) already on several chains, such as Polygon, BSC, and Arbitrum.

Description: https://notes.ethereum.org/@yoav/SkaX2lS9j#

If this is something that would be merged to the codebase, I can work on it.

Additional context

No response

Blaeaea commented 2 months ago

type was merged https://github.com/alloy-rs/alloy/pull/1009/files

we should now integrate it to provider trait