-
Notifications
You must be signed in to change notification settings - Fork 161
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
New Tor engine and Federation App #1207
Conversation
New tor engine
New tor engine
Hey @KoalaSat, looks ready to merge! Please share an invoice for 1.2M Sats for a DevFund developer reward. |
|
0648d4a1f66ce6304d64cacbfe5686606b5021e92c9385b79bfcefdaaeebc0d9 |
Closing on favor of #1262 |
What does this PR do?
This PR introduces a new Tor engine for the android App, way more reliable, stable and able to work with WS.
It also modifies the federation fronted code to work properly with the asynchronous start of the engine.
To be Fixed: WebWorkers and Federation avatars
Checklist before merging
pip install pre-commit
, thenpre-commit install
. Pre-commit installs git hooks that automatically check the codebase. If pre-commit fails when you commit your changes, please fix the problems it points out.