-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 0.4.2.6 #4028
Tor 0.4.2.6 #4028
Conversation
I tested this on a Windows 10 VM which has encountered Tor startup issues in the past and it worked successfully, for which it took 86 seconds to start Tor. Note that my testing only verified application startup and connecting to the Tor network. |
@freimair There is no need to add the [Do not merge!] if you have it as a |
better safe than sorry (and you guys merged something recently that has not been fully tested...)
I asked him to do the quick check to see if the issue he had last update is still there. And I will talk to him tomorrow about how to set up the testing framework. |
Upgrade Tor to a version that defaults to HSv3. Upgrade jtorctl to handle HSv3 properly. Upgrade netlayer os it uses the new jtorctl and tor.
Now the tor binaries are properly released on their own. Thus, there is no need for them to be in the Bisq repo. Added checksums as well.
After testing
all in all, no failures have been reported detailed test results Thus, I released all binaries of the netlayer stack properly now and I ask you guys to do some smoke tests just to make sure I did not mess up the dependency references. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
After running in-depth tests on macOS (see testpad) I ran with the current state a couple of smoke tests again (v2 address and afterwards upgrade to v3). So far looking good!
Part of bisq-network/projects#23
Contains:
Note:
libs
directory holding snapshots of thejtorctl
andnetlayer
binaries. Once we are somewhat certain that they work, I am going to release them properly and remove the libs dir.