[Feature] Support server-side timeout on eth_SendRawTransactionSync
- 主要言語
- Rust
- スター
- 1.3k
- フォーク
- 668
- 平均マージ
- 2日 1時間
- マージ済み PR(30日)
- 29
説明
### Component
provider, pubsub
### Describe the feature you would like
[EIP-7966](https://eips.ethereum.org/EIPS/eip-7966#example-response-timeout---error-code-4) indicates an optional 'timeout' field for server-side timeouts. The alloy implementation currently hardcodes the non-timeout variant; I suggest alloy should implement `send_raw_transaction_sync_with_timeout` on the provider trait or something similar.
### Additional context
_No response_
コントリビューションガイド
調査の方向性
Start by locating the provider and pubsub implementation of eth_SendRawTransactionSync and the existing non-timeout method. Compare its behavior with the EIP-7966 timeout example; done means the provider trait exposes a corresponding timeout-capable operation and the request uses the optional timeout field.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust
- 領域
- api, blockchain
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 58/100