-
Updated
Jan 25, 2022 - SCSS
payments
Here are 1,022 public repositories matching this topic...
-
Updated
Feb 8, 2022 - PHP
-
Updated
Feb 8, 2022 - Java
-
Updated
Jan 21, 2022 - AsciiDoc
-
Updated
Feb 4, 2022 - Python
-
Updated
Nov 19, 2021 - JavaScript
-
Updated
Sep 8, 2021 - JavaScript
in WebhookEventTrigger.from_request we log the webhook request IP address, but we extract it in a simplistic way:
It might be useful to add a settings-overridable function here so that users could use django-ipware (https://github.com/un33k/django-ipware) etc to do a mor
-
Updated
Feb 3, 2022 - Ruby
-
Updated
Feb 7, 2022 - JavaScript
AFAIK c-lightning and LND already implemented a feature where raised channel relay fees taking effect is delayed by 10 minutes or so to avoid routing failures and give the update message enough time to propagate through the gossip network.
If possible, this should come with an option to optionally enforce the new fee right away, when routing failures are preferred over a quickly depleted channe
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Sep 20, 2021 - JavaScript
-
Updated
Nov 28, 2021 - Python
-
Updated
Feb 7, 2022 - PHP
-
Updated
Nov 12, 2021 - JavaScript
-
Updated
Feb 7, 2022 - CoffeeScript
-
Updated
Feb 4, 2022 - Swift
-
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."
In the output of list channels the private/public status of the channel is returned, but in the output of pending channels the status is not revealed. To allow for recognizing a pending open channel as a private requires waiting for the channel to confirm.
Ideally the
PendingChannelsResponsewould include the channel flags or the private/public status of the channel to know which type of chan