[Feature] Extend Provider Implementations #320
Labels
A-provider
Area: provider crate
C-feat
Category: New feature or request
good-first-issue
Issues that are easy to pick up for new contributors
Component
provider
Describe the feature you would like
The
alloy-provider
crate has reqwest-backed implementations of theProvider
trait, exposing provider implementations.op-alloy-provider
only provides an extension for the provider, but doesn't have implementations for traits inop-alloy
.This issue is to implement the
BatchValidationProvider
from theop-alloy-protocol
crate inop-alloy-provider
using theReqwestProvider
fromalloy-provider
. This can be hidden behind a feature flag if needed.Exposing an implementation of the
BatchValidationProvider
using theReqwestProvider
allows downstream applications to easily plug in aReqwestProvider
for batch validation.Additional context
No response
The text was updated successfully, but these errors were encountered: