Skip to content
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

Tor/SOCKS5 proxy support for Dart Solana RpcClient #1382

Open
sneurlax opened this issue Apr 23, 2024 · 0 comments · May be fixed by #1386
Open

Tor/SOCKS5 proxy support for Dart Solana RpcClient #1382

sneurlax opened this issue Apr 23, 2024 · 0 comments · May be fixed by #1386
Labels

Comments

@sneurlax
Copy link

Is your feature request related to a problem? Please describe.
The Solana RpcClient should optionally support Tor/SOCKS5 proxies.

Describe the solution you'd like
An optional parameter accepting a proxy address (and port).

Describe alternatives you've considered
We could set up a local HttpClient (or similar) which would forward traffic to a Tor/SOCKS5 proxy and use that as our RpcClient node address, but not all platforms support local HttpClients equally (some need non-HTTPS options enabled, etc.)

Additional context
Stack Wallet wants to add Solana, but wants it to use Tor if that preference is enabled.

The previous issue #1377 was closed by @antoineherzog as completed without being resolved. Antoine, is this feature not desired? Although the functionality is complete in my original PR, @ookami-kb requested changes which are so far incomplete. I am unable to test all wallets functions, lacking enough Solana for certain features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant