forked from alloy-rs/alloy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(alloy): add
"full"
feature flag (alloy-rs#877)
* add initial setup, make sure to enable rpc-client when setting rpc-client-ws flag * fix `alloy-serde` definition in `serde` flag * re-export alloy_rpc_client as client in the provider as we enable the rpc flags internally but require the user to import the rpc client for WsConnect / IpcConnect manually * only selectively enable WsConnect, IpcConnect - make available in root * add eips and kzg for 4844 tx and access lists * remove rpc-client from list
- Loading branch information
1 parent
9d680eb
commit d34b9c2
Showing
2 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters