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

fixup! Support for Tor onion services (#736) #1356

Merged
merged 1 commit into from
Mar 26, 2020
Merged

fixup! Support for Tor onion services (#736) #1356

merged 1 commit into from
Mar 26, 2020

Conversation

pm47
Copy link
Member

@pm47 pm47 commented Mar 25, 2020

No description provided.

@pm47 pm47 requested review from sstone and araspitzu March 25, 2020 19:13
@codecov-io
Copy link

codecov-io commented Mar 25, 2020

Codecov Report

Merging #1356 into master will increase coverage by 0.12%.
The diff coverage is 40.00%.

@@            Coverage Diff             @@
##           master    #1356      +/-   ##
==========================================
+ Coverage   86.29%   86.41%   +0.12%     
==========================================
  Files         119      119              
  Lines        9201     9202       +1     
  Branches      396      390       -6     
==========================================
+ Hits         7940     7952      +12     
+ Misses       1261     1250      -11     
Impacted Files Coverage Δ
...n/scala/fr/acinq/eclair/tor/Socks5Connection.scala 3.33% <0.00%> (ø)
...ore/src/main/scala/fr/acinq/eclair/io/Client.scala 62.79% <50.00%> (-1.50%) ⬇️
...c/main/scala/fr/acinq/eclair/channel/Channel.scala 85.55% <0.00%> (+0.36%) ⬆️
.../eclair/payment/relay/PostRestartHtlcCleaner.scala 89.76% <0.00%> (+1.57%) ⬆️
...clair/blockchain/electrum/ElectrumClientPool.scala 82.79% <0.00%> (+4.30%) ⬆️
...cinq/eclair/blockchain/bitcoind/zmq/ZMQActor.scala 94.87% <0.00%> (+5.12%) ⬆️

Copy link
Member

@t-bast t-bast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a bit worrisome that we're lacking tests and didn't catch that earlier 😕

@pm47
Copy link
Member Author

pm47 commented Mar 26, 2020

It's a bit worrisome that we're lacking tests and didn't catch that earlier

We're indeed missing automated tests with an actual tor instance, there is only a manual test. On the bright side, the impact was only in logging.

@pm47 pm47 merged commit 0064aae into master Mar 26, 2020
@pm47 pm47 deleted the fix-tor branch March 26, 2020 09:51
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.

5 participants