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

Disable Trampoline-MPP to non-Phoenix recipients #1271

Merged
merged 1 commit into from Jan 8, 2020

Conversation

t-bast
Copy link
Member

@t-bast t-bast commented Jan 8, 2020

This is safer for now since the splitting algorithm isn't working
well on nodes with a large number of channels and we don't
expect too many payments from Phoenix to non-Phoenix to
actually need MPP in the short term.

This is safer for now since the splitting algorithm isn't working
well on nodes with a large number of channels and we don't
expect too many payments from Phoenix to non-Phoenix to
actually need MPP in the short term.
@t-bast t-bast requested a review from pm47 January 8, 2020 15:10
@codecov-io
Copy link

codecov-io commented Jan 8, 2020

Codecov Report

Merging #1271 into master will increase coverage by 0.05%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #1271      +/-   ##
==========================================
+ Coverage   77.03%   77.08%   +0.05%     
==========================================
  Files         142      142              
  Lines        9880     9873       -7     
  Branches      393      400       +7     
==========================================
  Hits         7611     7611              
+ Misses       2269     2262       -7
Impacted Files Coverage Δ
...la/fr/acinq/eclair/payment/relay/NodeRelayer.scala 97.59% <100%> (+2.03%) ⬆️
...nq/eclair/blockchain/electrum/ElectrumClient.scala 73.28% <0%> (ø) ⬆️
...src/main/scala/fr/acinq/eclair/router/Router.scala 92.71% <0%> (+0.71%) ⬆️
...q/eclair/blockchain/electrum/ElectrumWatcher.scala 50.86% <0%> (+0.86%) ⬆️

@t-bast t-bast merged commit dbb6c8f into master Jan 8, 2020
@t-bast t-bast deleted the trampoline-no-mpp-to-legacy branch January 8, 2020 15:47
t-bast added a commit that referenced this pull request Jan 17, 2020
Otherwise eclair-mobile can't pay using MPP.
This heuristic was only here to help Trampoline nodes with a lot of
channels relay using MPP, but we disabled that in #1271 anyway.
We will reactivate Trampoline-MPP once split is done inside the router.
t-bast added a commit that referenced this pull request Jan 17, 2020
Otherwise eclair-mobile can't pay using MPP.
This heuristic was only here to help Trampoline nodes with a lot of
channels relay using MPP, but we disabled that in #1271 anyway.
We will reactivate Trampoline-MPP once split is done inside the router.
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.

None yet

3 participants