-
Updated
Nov 16, 2021 - SCSS
payments
Here are 985 public repositories matching this topic...
-
Updated
Nov 14, 2021 - PHP
-
Updated
Nov 17, 2021 - Java
-
Updated
Nov 17, 2021 - Python
-
Updated
Nov 16, 2021 - AsciiDoc
-
Updated
Nov 10, 2021 - JavaScript
-
Updated
Sep 8, 2021 - JavaScript
Should be a nullable ForeignKey on Subscription.
https://stripe.com/docs/api/subscriptions/object#subscription_object-latest_invoice
Tentatively add to 2.2 milestone since it seems like it should be simple (potentially would hit a cyclic sync issue though, due to Invoice.subscription relation).
-
Updated
Nov 17, 2021 - Ruby
-
Updated
Nov 16, 2021 - JavaScript
I have two setups using bitcoind v21.99.0.
Eclair testnet (SQLite backend) has started without wallet parameter in config while mainnet (Postgre) didn't and I could only make it working with provided wallet.
I had to restart mainnet bitcoind because I was thinking that it was in failed state but apparently wallet was loaded and I reloaded it again after restart. Everything returned back
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Sep 20, 2021 - JavaScript
-
Updated
Aug 16, 2021 - Python
-
Updated
Nov 12, 2021 - JavaScript
-
Updated
Nov 15, 2021 - CoffeeScript
-
Updated
Nov 3, 2021 - Swift
-
Updated
Nov 14, 2021 - PHP
-
Updated
Oct 20, 2021 - Elixir
Improve this page
Add a description, image, and links to the payments topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the payments topic, visit your repo's landing page and select "manage topics."
Background
If my node is asked to forward N sats to peer X via channel C, lnd is free to pick any other channel it might have to peer X. As far as I understand the code (switch.go:handlePacketForward), all channels to X (not just C) are checked for eligability, and a random eligable channel is then used for the actual forward.
As part of this eligability check (implemented in link.go:Che