-
Updated
Jul 6, 2022 - SCSS
payments
Here are 1,141 public repositories matching this topic...
-
Updated
Jul 8, 2022 - PHP
-
Updated
Jul 8, 2022 - Java
-
Updated
Jul 6, 2022 - AsciiDoc
-
Updated
Jun 16, 2022 - Python
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Apr 19, 2022 - JavaScript
-
Updated
Jul 7, 2022 - Ruby
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
Jul 8, 2022 - JavaScript
When we return a bitcoin amount, our JSON responses currently specify the unit (btc, sat, msat) in the parameter name, but it's a bit ugly and is missing in some places.
Maybe it would be better to include the unit explicitly in the response. I see two different options:
- Instead of returning a numeric value, return a string including the unit (e.g. "2500 msat", "0.45 btc", "1.5 mbtc"). The
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Sep 20, 2021 - JavaScript
-
Updated
Apr 22, 2022 - Python
-
Updated
Apr 26, 2022 - Swift
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Jul 6, 2022 - CoffeeScript
payment_request is returned so you can parse that to display the memo
-
Updated
Jul 6, 2022 - 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."
The htlcswitch test function
initSwitchWithDBmay create its own database ifnilis passed in. Several tests that pass innilnever remove the temporary directory. I don't think any of the tests calldb.Closeso the test process will still have the file handle. This leads totoo many open files...on my machine. The fix here is to remove the temp directory and callCloseon the databas