-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add proxy support #479
Add proxy support #479
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #479 +/- ##
=======================================
Coverage 92.00% 92.00%
=======================================
Files 27 27
Lines 2226 2226
=======================================
Hits 2048 2048
Misses 178 178 |
Can you also update the doc strings: solana-py/src/solana/rpc/api.py Lines 81 to 85 in 98712f3
solana-py/src/solana/rpc/async_api.py Lines 79 to 82 in 98712f3
|
Completed |
In the
__init__()
ofsolana.rpc.api.Client
andsolana.rpc.async_api.AsyncClient
, a parameterproxy
was added, and it is passed tohttpx.Client()
andhttpx.AsyncClient()
.