Skip to content

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

Merged
nuttycom merged 2 commits into
mainfrom
zcb-tor-grpc
Aug 20, 2024
Merged

zcash_client_backend: Add tor::Client::connect_to_lightwalletd#1472
nuttycom merged 2 commits into
mainfrom
zcb-tor-grpc

Conversation

@str4d
Copy link
Copy Markdown
Contributor

@str4d str4d commented Jul 29, 2024

Closes #1471.

str4d added 2 commits July 29, 2024 23:32
This enables a single Tor client to create independent connections to
multiple `lightwalletd` instances (or the same instance several times).
@codecov
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
Collaborator

@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
@nuttycom nuttycom deleted the zcb-tor-grpc branch August 20, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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