Add contributions you have delivered and roles you have performed here as new rows in the table below. Role line-items should include an asterisk (*) in the team column.
Developer can run a private isolated Tor network to develop Bisq. In a recent change, we let Tor pick the control port and connect to it afterward. The private Tor network setup code was not updated.
Tails and Whonix use onion-grater to filter dangerous Tor control protocol commands. Therefore, users need to enable the Bisq onion-grater profile on those operating systems. We should detect filtered commands and help users to setup their operating system.
Developers can run a local Tor network to test changes and simulate network conditions. This change enforces that all local Tor networks have the same behavior.
Summary
6493.51
Contributions delivered
Only use embedded Tor binary if Tor isn't installed on the system.
Only preload shared libraries when using the embedded Tor binary.
Ref: #1894
we let Tor create the keys and persist those in Bisq.
Developer can run a private isolated Tor network to develop Bisq. In a recent change, we let Tor pick the control port and connect to it afterward. The private Tor network setup code was not updated.
Ref: #2063
Tails and Whonix use onion-grater to filter dangerous Tor control
protocol commands. Therefore, users need to enable the Bisq onion-grater
profile on those operating systems. We should detect filtered commands
and help users to setup their operating system.
Ref: #1894
Changes:
Developers can run a local Tor network to test changes and simulate network conditions. This change enforces that all local Tor networks have the same behavior.
PR #2180 broke this test. Before that change, it wasn't possible to know the ConnectionException reason without parsing its message.