[Feature] Improve and complete alloy
prelude crate feature flag compatiblity
#391
Labels
enhancement
New feature or request
Component
provider, pubsub, rpc
Describe the feature you would like
In order to allow users to use the
alloy
namespace to access all features we need to make sure there is full feature flag coverage of crates and we maintain that coverage. Another goal is to reduce the amount of individual feature flags by having a few high level feature flags which enable general code paths alongside individual specific feature flags.Concretely we are currently missing the following feature flag exports:
alloy-rpc-client
:reqwest
hyper
pubsub
ws
ipc
alloy-provider
provider-ws
missesalloy-provider?/pubsub
flagprovider-ipc
missesalloy-provider?/pubsub
flagalloy/core
native-keccak
Other issues to resolve:
std
as a default feature but supportno_std
serde
feature flagalloy/core
Additional context
Related PR: #421
The text was updated successfully, but these errors were encountered: