Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

zcash_client_backend: Add tor::Client::connect_to_lightwalletd #1472

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

str4d
Copy link
Contributor

@str4d str4d commented Jul 29, 2024

Closes #1471.

This enables a single Tor client to create independent connections to
multiple `lightwalletd` instances (or the same instance several times).
Copy link

codecov bot commented Jul 29, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 60.84%. Comparing base (7f7b685) to head (68b883d).
Report is 75 commits behind head on main.

Files Patch % Lines
zcash_client_backend/src/tor/http.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1472      +/-   ##
==========================================
+ Coverage   60.82%   60.84%   +0.01%     
==========================================
  Files         140      140              
  Lines       16472    16467       -5     
==========================================
  Hits        10019    10019              
+ Misses       6453     6448       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@daira daira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

Copy link
Contributor

@nuttycom nuttycom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 68b883d

@nuttycom nuttycom merged commit c153209 into main Aug 20, 2024
28 checks passed
@nuttycom nuttycom deleted the zcb-tor-grpc branch August 20, 2024 13:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

zcash_client_backend: Add gRPC-over-Tor support
3 participants