Describe the feature
this should fill all missing fields and derive type based on the fields,
similar to how this works
|
/// [`TransactionRequest`]: alloy_rpc_types_eth::TransactionRequest |
|
pub fn resolve_transaction<DB: Database, Tx, T>( |
TODO
same as https://github.com/ethereum/go-ethereum/blob/7c107c2691fa66a1da60e2b95f5946c3a3921b00/internal/ethapi/api.go#L1620-L1620
ref ethereum/go-ethereum#19915
ref ethereum/execution-apis#508
Additional context
No response
Describe the feature
this should fill all missing fields and derive type based on the fields,
similar to how this works
reth/crates/rpc/rpc-eth-types/src/simulate.rs
Lines 116 to 117 in 792b82d
TODO
RpcTxReq<T::NetworkTypes>next toreth/crates/rpc/rpc-eth-api/src/core.rs
Lines 667 to 668 in 792b82d
same as https://github.com/ethereum/go-ethereum/blob/7c107c2691fa66a1da60e2b95f5946c3a3921b00/internal/ethapi/api.go#L1620-L1620
ref ethereum/go-ethereum#19915
ref ethereum/execution-apis#508
Additional context
No response