You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove constraint that alloy_network::Network::TransactionResponse must be type reth_rpc_types::Transaction.
This depends on new alloy release, for example extending all alloy_rpc_types_eth::SubscriptionResult implementations from default SubscriptionResult to generic over transaction SubscriptionResult<T>.
The text was updated successfully, but these errors were encountered:
emhane
added
S-blocked
This cannot more forward until something else changes
C-debt
Refactor of code section that is hard to understand or maintain
A-rpc
Related to the RPC implementation
labels
Aug 22, 2024
Describe the feature
Remove constraint that
alloy_network::Network::TransactionResponse
must be typereth_rpc_types::Transaction
.This depends on new alloy release, for example extending all
alloy_rpc_types_eth::SubscriptionResult
implementations from defaultSubscriptionResult
to generic over transactionSubscriptionResult<T>
.reth/crates/rpc/rpc-eth-api/src/types.rs
Lines 21 to 23 in 7d8196e
Additional context
No response
The text was updated successfully, but these errors were encountered: