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

trampoline: micropayments less likely to proceed with high fee levels #7669

Closed
bitromortac opened this issue Feb 17, 2022 · 0 comments
Closed

Comments

@bitromortac
Copy link
Contributor

bitromortac commented Feb 17, 2022

I tested some micropayments with 100 sat (with the reintroduced global fee level #7623) and it often happens that trampoline routes are rejected due to

if 100 * fee_msat <= payment_amount_msat:
with high trampoline fee levels (e.g., fee level 4) that results in >=1% fees. I'd suggest to accept a higher whitelisting of fees, what would be a good value, 10 sat instead of 5 sat? There's also the issue of making these values user configurable #7622. The 1% value could also be lowered a bit perhaps.

SomberNight added a commit to SomberNight/electrum that referenced this issue May 6, 2024
- make PaymentFeeBudget proportional fee and flat cutoff fee configurable
  - closes spesmilo#7622
- increase flat cutoff fee default to 10 sat
  - closes spesmilo#7669
- rm RouteEdge.is_sane_to_use() (per edge limit) and just rely on budgets (per route limit)
SomberNight added a commit to SomberNight/electrum that referenced this issue May 6, 2024
- make PaymentFeeBudget proportional fee and flat cutoff fee configurable
  - closes spesmilo#7622
- increase flat cutoff fee default to 10 sat
  - closes spesmilo#7669
- rm RouteEdge.is_sane_to_use() (per edge limit) and just rely on budgets (per route limit)
@ecdsa ecdsa closed this as completed in 67d3733 May 9, 2024
SomberNight added a commit to SomberNight/electrum that referenced this issue May 27, 2024
- make PaymentFeeBudget proportional fee and flat cutoff fee configurable
  - closes spesmilo#7622
- increase flat cutoff fee default to 10 sat
  - closes spesmilo#7669
- rm RouteEdge.is_sane_to_use() (per edge limit) and just rely on budgets (per route limit)
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

No branches or pull requests

2 participants
@bitromortac and others