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(providers): connect_boxed api (alloy-rs#342)
* feat(providers): connect_boxed api * parse error handling and nits * enhance parse str to transport util * extract auth info for ws in connect_boxed * ci nits * fix: dependencies, refactor provider utils * return conn_str in enum * fix: parsing urls tests and resolve conflicts * udpate utils and remove unwraps * fix: cfg for ws, ipc features * nits and fix test * more nits * smol nits and url in enum * fix ci: make ipc and ws optional * ci nits * refactor: bump down and bubble up * feature: connect_builtin * feature: connect_builtin * feature: on_ws and on_ipc * fix: http feature handling * fix: parsing * fix: test * fix: feature check * fix: import * fix: unreachable match * fix: matches are such a pain * fix: imports some more * fix: activate url for ws --------- Co-authored-by: James <james@prestwi.ch>
- Loading branch information
1 parent
73d648b
commit 68952c0
Showing
10 changed files
with
455 additions
and
24 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
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
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
Oops, something went wrong.